wasdennnoch / AndroidN-ify

[Discontinued] An Xposed module to use features introduced in Android N on your LP+ Device
264 stars 93 forks source link

system ui Crash on boot Build #173 #966

Closed Calixte-Williams closed 8 years ago

Calixte-Williams commented 8 years ago

Device: Blu life one x 2016 (L0070UU) Phone crashes on on build #173 after it boots up. Last working build for my device from what i have tried was #144. LogcatN#173.txt

wasdennnoch commented 8 years ago

There is no crash i the log, but please test the newest build (experimental builds are discontinued, the newest build is 693 I think), I fixed a bunch of crashes there.

Calixte-Williams commented 8 years ago

Hi, thanks for the response. You said that their was no crash, maybe I took the logcat wrong? Is this the correct command? Adb logcat -d > logcat.txt Thanks again Sent from my BLU smartphone device On Sep 27, 2016 3:02 PM, MrWasdennnoch notifications@github.com wrote: There is no crash i the log, but please test the newest build (experimental builds are discontinued, the newest build is 693 I think), I fixed a bunch of crashes there.

You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/wasdennnoch/AndroidN-ify/issues/966#issuecomment-249964503

wasdennnoch commented 8 years ago

adb logcat -v time formats it better. But even just logcat works. Make sure to record while the SystemUI crashes (dismiss the crash dialog at least once).

Calixte-Williams commented 8 years ago

i tried #696 and the systemui still crashes. here is a proper logcat. logcat#696.txt

Calixte-Williams commented 8 years ago

System UI_5.1.apk.zip

wasdennnoch commented 8 years ago

Please install this version and post your Xposed log: http://www.mediafire.com/file/nzb2u1q1huqzupt/Android_N-ify_debug_log_setMobileDataIndicators.apk

E/AndroidRuntime( 5222): java.lang.IllegalArgumentException: method com.android.systemui.statusbar.SignalClusterView.setMobileDataIndicators [XposedOriginal] argument 9 has type int, got java.lang.Boolean
I/Xposed  ( 6834):  10. - public void setMobileDataIndicators(boolean, int, int, int, int, String, String, boolean, int);
Calixte-Williams commented 8 years ago

log.txt Here is log for the crash

Calixte-Williams commented 8 years ago

Hey, I just tried build #758 and it worked. Everything seems to be working. Thanks for all your efforts. You can close this if you want or should I, though I don't know how :)