Trying to get AOSP built for the Z3+ but having some issues.
The build appeared to complete successfully and I can get to the android logo when booting but am getting the following in logcat + a reboot. (see attached).
I figured we may be able to get a flashable zip quicker if multiple people are working on it.
It appears to be a null pointer exception when checking permissions.
I believe the relevant part is
W/Binder ( 800): java.lang.NullPointerException: Attempt to invoke interface method 'int android.app.IActivityManager.checkPermission(java. lang.String, int, int)' on a null object reference
W/Binder ( 800): at android.app.ContextImpl.checkPermission(ContextImp l.java:1865)
W/Binder ( 800): at android.app.ContextImpl.checkCallingOrSelfPermissi on(ContextImpl.java:1906)
W/Binder ( 800): at android.app.ContextImpl.enforceCallingOrSelfPermis sion(ContextImpl.java:1943)
but I'm unsure where to even start looking to fix it
The build appeared to complete successfully and I can get to the android logo when booting but am getting the following in logcat + a reboot. (see attached).
I figured we may be able to get a flashable zip quicker if multiple people are working on it.
It appears to be a null pointer exception when checking permissions.
I believe the relevant part is
W/Binder ( 800): java.lang.NullPointerException: Attempt to invoke interface method 'int android.app.IActivityManager.checkPermission(java. lang.String, int, int)' on a null object reference
W/Binder ( 800): at android.app.ContextImpl.checkPermission(ContextImp l.java:1865)
W/Binder ( 800): at android.app.ContextImpl.checkCallingOrSelfPermissi on(ContextImpl.java:1906)
W/Binder ( 800): at android.app.ContextImpl.enforceCallingOrSelfPermis sion(ContextImpl.java:1943)
but I'm unsure where to even start looking to fix it
Aucun commentaire:
Enregistrer un commentaire