-
Notifications
You must be signed in to change notification settings - Fork 527
mako 4.3: unusable #372
Comments
I don't see anything obvious that is wrong. |
XPrivacy seems to run okay.
|
FileNotFoundException and NoSuchFieldError for TelephonyManager shouldn't be the problem. |
I agree that FileNotFound and NoSuchField may not be related to XPrivacy but they only occur if XPrivacy is installed. The NullPointerException is constantly raised when trying to use the device (with any app). XPosed GUI cannot be opend, XPrivacy not closed anymore once XPrivacy is installed. Do you have any advice how to debug this issue? |
Since you have already tried five different versions, I guess you don't mind to try two more: 1.7.23 alpha without IoBridge hook: http://d-h.st/WBJ I have no clear idea of the problem, but if one of these versions work, it will be easier to search further. |
The only way I see to debug this, is to disable hooks until we have found the guilty one. Today I have rewritten this code extensively, which makes it now easier to disable groups of hooks :-) |
Maybe Xposed is not compatible with 4.3, yet |
The two 1.7.23 versions show the same behavioir and additionally report "Incompatible android.telephony.TelephonyManager" via GUI - will try to compile on my own tomorrow... |
I have already fixed the incompatible TelephonyManager message. |
I have this issue on Nexus 4 (Mako) 4.3, too. Now I rather switched back to 4.2.2, so I can't post logcat. |
@paavo74 privacy wise this is a good solution ;-) |
first short update: I disabled all hooks in XPrivacy.java and device is running fine. Will selectively enable one hook after another to see which one is failing... |
@rndhro Good! Thanks for looking into this. If you have questions, send me a PM. |
@rndhro try binary searching: enable one half, if it works, enable half of the rest, if it does not work: disable half of the half, etc. |
Ok, the causing hook is I have enabled all other hooks but this one and the device is running fine. As soon as I enable the XSystemProperties hook logcat is producing the following two exceptions and the device becomes unusable: I/XPrivacy/XPackageManagerService( 535): get 10027/sdcard storage=false * E/AndroidRuntime( 1775): FATAL EXCEPTION: main |
Thanks for finding out the faulty restriction! |
works! :) |
This is already a fix :-) |
Consequence is that you cannot restrict system properties for Android anymore, but that is not a good idea anyway. |
Great job, thanks alot! |
Device: Nexus4
OS: reproducable with official google 4.3 image, AOSP from source 4.3_r1 and 4.3_r2.1
Steps:
(logs hab been stripped off event numbers "/(\s*\d+)//" and GC_EXPLICIT entries to enable a nicer graphical diff)
any ideas anyone?
Thanks
The text was updated successfully, but these errors were encountered: