-
Notifications
You must be signed in to change notification settings - Fork 527
Method not found hook=shell/loadLibrary (java.lang.Runtime) #2424
Comments
Same error with HTC's Android 7.0 ROM, official Xposed. I haven't seen any loadLibrary ondemand prompts, so I'm assuming that function isn't being blocked. Most others appear to work, though. I do get a second internal check error, along with the same one in this issue: Incompatible java.net.InterfaceAddress (followed by class definition). I don't know what exactly that's affecting, though: network/internet blocking appears to work. |
Issue still persists with |
I am interested in fixing these, but don't (yet) know enough about Android and its APIs to do so easily. I intend to take a stab at it, but don't expect anything too soon. |
Unpublished@f947637 should fix this, load0 not testet yet. |
@Unpublished Wow, it's great that you're fixing things! Although I am currently unable to test it myself. |
@Unpublished I have checked your changes. Maybe it is too early to say this, but simply disabling things is not a real solution. Also, changing things in such a way that it is only compatible with Android N is not a good solution either. To others: this still applies: https://forum.xda-developers.com/showpost.php?p=74200941&postcount=18269 |
@M66B Yeah I totally agree with you, but couldn't think of an easy way to change the hook method and use the same setting but it should be a simple if statement in the xruntime constructor or did you already take another approach? (couldn't find one yesterday in a quick search) The disabled hooks caused crashes due to deadlocks (webview) and spammy logs that will require more time to debug and fix. |
@Unpublished I am not working on XPrivacy anymore, so I am not taking "another approach". Also, a real developer can find his/her own solutions. Be aware that if you are going to publish your work, which you more or less did by referencing it in this issue, that you are also taking responsibility for the privacy of others. |
On starting XPrivacy, I am getting an internal check error:
ROM is by sultanxda: Unofficial LineageOS 14.1 with 3.4.0 kernel [Aug. 31, 2017]
XPosed used is unofficial: 26-07-17-xposed-v87-sdk25-Xposed-by-PurifyOS
The text was updated successfully, but these errors were encountered: