[Q] Face unlock closing - Galaxy S Advance I9070 Q&A, Help & Troubleshooting

Always when i try to set up face unlock, it will crash. This i got from logcat:2014-01-09 19:11:35.644 E 8919/AndroidRuntime: FATAL EXCEPTION: main
java.lang.ExceptionInInitializerError
at com.android.facelock.SetupFaceLock$SetupFaceLockFragment.onCreateView(SetupFaceLock.java:280)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:829)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1035)
at android.app.BackStackRecord.run(BackStackRecord.java:635)
at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1399)
at android.app.Activity.performStart(Activity.java:5056)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2054)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2106)
at android.app.ActivityThread.access$700(ActivityThread.java:134)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1217)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4856)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1007)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:774)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:126)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.UnsatisfiedLinkError: Couldn't load facelock_jni: findLibrary returned null
at java.lang.Runtime.loadLibrary(Runtime.java:365)
at java.lang.System.loadLibrary(System.java:535)
at com.android.facelock.FaceLockUtil.<clinit>(FaceLockUtil.java:287)
... 19 more
Any way to fix it? Im running Pure vanilla rom and cocore kernel.

Wait...
It says that findlibrary returned null; maybe i have to get a library for it?

Related

When Starting My Application I Get Runtime Errors

Errors
I wanted to start my Application but i got this error code(s):
08-25 14:33:37.861 8987-8987/com.example.max.mediaplayermitlistview E/AndroidRuntime﹕ FATAL EXCEPTION: main
Process: com.example.max.mediaplayermitlistview, PID: 8987
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.max.mediaplayermitlistview/com.example.max.mediaplayermitlistview.Player}: java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2328)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2386)
at android.app.ActivityThread.access$900(ActivityThread.java:169)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1277)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5476)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.example.max.mediaplayermitlistview.Player.onCreate(Player.java:77)
at android.app.Activity.performCreate(Activity.java:5451)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1093)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2292)
************at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2386)
************at android.app.ActivityThread.access$900(ActivityThread.java:169)
************at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1277)
************at android.os.Handler.dispatchMessage(Handler.java:102)
************at android.os.Looper.loop(Looper.java:136)
************at android.app.ActivityThread.main(ActivityThread.java:5476)
************at java.lang.reflect.Method.invokeNative(Native Method)
************at java.lang.reflect.Method.invoke(Method.java:515)
************at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283)
************at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099)
************at dalvik.system.NativeStart.main(Native Method)
Can you explain me what this error code means (where in the application the error is)?
Andorid Studio Version?
deviceChecker said:
I wanted to start my Application but i got this error code(s):
08-25 14:33:37.861 8987-8987/com.example.max.mediaplayermitlistview E/AndroidRuntime﹕ FATAL EXCEPTION: main
Process: com.example.max.mediaplayermitlistview, PID: 8987
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.max.mediaplayermitlistview/com.example.max.mediaplayermitlistview.Player}: java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2328)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2386)
at android.app.ActivityThread.access$900(ActivityThread.java:169)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1277)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5476)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.example.max.mediaplayermitlistview.Player.onCreate(Player.java:77)
at android.app.Activity.performCreate(Activity.java:5451)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1093)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2292)
************at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2386)
************at android.app.ActivityThread.access$900(ActivityThread.java:169)
************at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1277)
************at android.os.Handler.dispatchMessage(Handler.java:102)
************at android.os.Looper.loop(Looper.java:136)
************at android.app.ActivityThread.main(ActivityThread.java:5476)
************at java.lang.reflect.Method.invokeNative(Native Method)
************at java.lang.reflect.Method.invoke(Method.java:515)
************at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283)
************at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099)
************at dalvik.system.NativeStart.main(Native Method)
Can you explain me what this error code means (where in the application the error is)?
Click to expand...
Click to collapse
thi is Android Studio Version???
h3r102 said:
thi is Android Studio Version???
Click to expand...
Click to collapse
I have the Android Studio Version 1.3.1 Build #AI-141.135290, built on August 3,2015
"Caused by: java.lang.NullPointerException
at com.example.max.mediaplayermitlistview.Player.onCr eate(Player.java:77)"
Looks like in your Player class, on line 77, you're referencing something that doesn't exist yet. Like maybe you're inflating a layout that hasn't been defined in the xml file. Maybe something like that.
FATAL EXCEPTION: main
Process: com.example.max.mediaplayermitlistview, PID: 8987
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.max.mediaplayermitlistview/com.example.max.mediaplayermitlistview.Player}: java.lang.NullPointerException
( at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2328)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2386)
at android.app.ActivityThread.access-$900(ActivityThread.java:169)
at android.app.ActivityThread-$H.handleMessage(ActivityThread.java:1277)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5476)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283 : Init:Method.Java:525)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099 return Method:515)
at dalvik.system.NativeStart.main(Native Method));
Caused by: java.lang.NullPointerException
( at com.example.max.mediaplayermitlistview.Player.onCreate(Player.java:77)
at android.app.Activity.performCreate(Activity.java:5451)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1093)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2292)
/*at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2386)
************at android.app.ActivityThread.access$900(ActivityThread.java:169)
************at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1277)
************at android.os.Handler.dispatchMessage(Handler.java:102)
************at android.os.Looper.loop(Looper.java:136)
************at android.app.ActivityThread.main(ActivityThread.java:5476)
************at java.lang.reflect.Method.invokeNative(Native Method)
************at java.lang.reflect.Method.invoke(Method.java:515)
************at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283)
************at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099)
************at dalvik.system.NativeStart.main(Native Method) (NOT REQUIRED) */

Google Play Services has stopped

For some reason google play services keeps stopping. i have the app crash txt from /data/system/dropbox but i dont understand it. Can someone with the know how read it and see what they think?
Process: com.google.android.gms.ui
Flags: 0x-4737c1bb
Package: com.google.android.gms v8489438 (8.4.89 (2428711-438))
Build: google/shamu/shamu:6.0/MRA58R/2308909:user/release-keys
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.google.android.gms/com.google.android.gms.auth.uiflows.minutemaid.MinuteMaidActivity}: android.util.AndroidRuntimeException: java.lang.reflect.InvocationTargetException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2416)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2476)
at android.app.ActivityThread.-wrap11(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1344)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5417)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
Caused by: android.util.AndroidRuntimeException: java.lang.reflect.InvocationTargetException
at android.webkit.WebViewFactory.getProvider(WebViewFactory.java:176)
at android.webkit.CookieManager.getInstance(CookieManager.java:39)
at com.google.android.gms.auth.uiflows.a.<init>(SourceFile:42)
at com.google.android.gms.auth.uiflows.addaccount.a.onCreate(SourceFile:55)
at com.google.android.gms.auth.uiflows.minutemaid.i.onCreate(SourceFile:184)
at android.support.v4.app.Fragment.performCreate(SourceFile:1939)
at android.support.v4.app.ag.a(SourceFile:988)
at android.support.v4.app.ag.a(SourceFile:1207)
at android.support.v4.app.j.run(SourceFile:738)
at android.support.v4.app.ag.i(SourceFile:1572)
at android.support.v4.app.ab.c(SourceFile:330)
at android.support.v4.app.w.onStart(SourceFile:511)
at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1237)
at android.app.Activity.performStart(Activity.java:6253)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2379)
... 9 more
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Constructor.newInstance(Native Method)
at android.webkit.WebViewFactory.getProvider(WebViewFactory.java:170)
... 23 more
Caused by: java.lang.RuntimeException: Cannot load WebView
at com.android.org.chromium.android_webview.AwBrowserProcess.loadLibrary(AwBrowserProcess.java:36)
at com.android.webview.chromium.WebViewChromiumFactoryProvider.initialize(WebViewChromiumFactoryProvider.java:135)
at com.android.webview.chromium.WebViewChromiumFactoryProvider.<init>(WebViewChromiumFactoryProvider.java:112)
... 25 more
Caused by: com.android.org.chromium.base.library_loader.ProcessInitException
at com.android.org.chromium.base.library_loader.LibraryLoader.loadAlreadyLocked(LibraryLoader.java:226)
at com.android.org.chromium.base.library_loader.LibraryLoader.loadNow(LibraryLoader.java:129)
at com.android.org.chromium.base.library_loader.LibraryLoader.loadNow(LibraryLoader.java:110)
at com.android.org.chromium.android_webview.AwBrowserProcess.loadLibrary(AwBrowserProcess.java:34)
... 27 more
Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: library "libstlport.so" not found
at java.lang.Runtime.loadLibrary(Runtime.java:372)
at java.lang.System.loadLibrary(System.java:1076)
at com.android.org.chromium.base.library_loader.LibraryLoader.loadAlreadyLocked(LibraryLoader.java:197)
... 30 more

[Q] FC when trying to access modules or downloads in Xposed Installer

Xposed version 74 (by romracer / 20150911), compiled for SDK 22
Device: Nexus 6 (motorola), Android version 5.1.1 (SDK 22)
ROM: LYZ28J (Pure Nexus 5.1.1-20150828)
Platform: armeabi-v7a, 32-bit binary, system server: yes
SELinux enabled: yes, enforcing: yes
I just started having a force close when I try to access the Downloads or Modules section in Xposed Installer.
All the modules seem to be working though.
Recent changes were that I updated the radio to the M version .32R
Other than that I installer Airdroid and A new layers theme.
The log shows nothing about the problem, attached the log to this post. (Is there a way to have a verbose log on Xposed?).
Any suggestions/ideas?
Thank you
Found this on logcat:
Code:
I/ActivityManager( 864): START u0 {cmp=de.robv.android.xposed.installer/.XposedInstallerActivity (has extras)} from uid 10117 on display 0
V/WindowManager( 864): addAppToken: AppWindowToken{1c9f5ffe token=Token{1704afb9 ActivityRecord{1950cd80 u0 de.robv.android.xposed.installer/.XposedInstallerActivity t6878}}} to stack=1 task=6878 at 1
V/WindowManager( 864): Adding window Window{2bb541ac u0 de.robv.android.xposed.installer/de.robv.android.xposed.installer.XposedInstallerActivity} at 3 of 8 (after Window{e271e67 u0 de.robv.android.xposed.installer/de.robv.android.xposed.installer.WelcomeActivity})
W/ResourceType( 6497): For resource 0x7f040023, entry index(35) is beyond type entryCount(4)
W/ResourceType( 6497): Failure getting entry for 0x7f040023 (t=3 e=35) (error -75)
D/AndroidRuntime( 6497): Shutting down VM
E/AndroidRuntime( 6497): FATAL EXCEPTION: main
E/AndroidRuntime( 6497): Process: de.robv.android.xposed.installer, PID: 6497
E/AndroidRuntime( 6497): android.view.InflateException: Binary XML file line #35: Error inflating class <unknown>
E/AndroidRuntime( 6497): at android.view.LayoutInflater.createView(LayoutInflater.java:633)
E/AndroidRuntime( 6497): at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:55)
E/AndroidRuntime( 6497): at android.view.LayoutInflater.onCreateView(LayoutInflater.java:682)
E/AndroidRuntime( 6497): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:741)
E/AndroidRuntime( 6497): at android.view.LayoutInflater.rInflate(LayoutInflater.java:806)
E/AndroidRuntime( 6497): at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)
E/AndroidRuntime( 6497): at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)
E/AndroidRuntime( 6497): at android.view.LayoutInflater.inflate(LayoutInflater.java:504)
E/AndroidRuntime( 6497): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
E/AndroidRuntime( 6497): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:668)
E/AndroidRuntime( 6497): at android.view.LayoutInflater.inflate(<Xposed>)
E/AndroidRuntime( 6497): at android.view.LayoutInflater.inflate(LayoutInflater.java:414)
E/AndroidRuntime( 6497): at android.widget.ArrayAdapter.createViewFromResource(ArrayAdapter.java:371)
E/AndroidRuntime( 6497): at android.widget.ArrayAdapter.getView(ArrayAdapter.java:362)
E/AndroidRuntime( 6497): at de.robv.android.xposed.installer.ModulesFragment$ModuleAdapter.getView(ModulesFragment.java:268)
E/AndroidRuntime( 6497): at android.widget.AbsListView.obtainView(AbsListView.java:2349)
E/AndroidRuntime( 6497): at android.widget.ListView.makeAndAddView(ListView.java:1864)
E/AndroidRuntime( 6497): at android.widget.ListView.fillDown(ListView.java:698)
E/AndroidRuntime( 6497): at android.widget.ListView.fillFromTop(ListView.java:759)
E/AndroidRuntime( 6497): at android.widget.ListView.layoutChildren(ListView.java:1673)
E/AndroidRuntime( 6497): at android.widget.AbsListView.onLayout(AbsListView.java:2153)
E/AndroidRuntime( 6497): at android.view.View.layout(View.java:15670)
E/AndroidRuntime( 6497): at android.view.ViewGroup.layout(ViewGroup.java:5038)
E/AndroidRuntime( 6497): at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)
E/AndroidRuntime( 6497): at android.widget.FrameLayout.onLayout(FrameLayout.java:514)
E/AndroidRuntime( 6497): at android.view.View.layout(View.java:15670)
E/AndroidRuntime( 6497): at android.view.ViewGroup.layout(ViewGroup.java:5038)
E/AndroidRuntime( 6497): at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)
E/AndroidRuntime( 6497): at android.widget.FrameLayout.onLayout(FrameLayout.java:514)
E/AndroidRuntime( 6497): at android.view.View.layout(View.java:15670)
E/AndroidRuntime( 6497): at android.view.ViewGroup.layout(ViewGroup.java:5038)
E/AndroidRuntime( 6497): at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)
E/AndroidRuntime( 6497): at android.widget.FrameLayout.onLayout(FrameLayout.java:514)
E/AndroidRuntime( 6497): at android.view.View.layout(View.java:15670)
E/AndroidRuntime( 6497): at android.view.ViewGroup.layout(ViewGroup.java:5038)
E/AndroidRuntime( 6497): at com.android.internal.widget.ActionBarOverlayLayout.onLayout(ActionBarOverlayLayout.java:494)
E/AndroidRuntime( 6497): at android.view.View.layout(View.java:15670)
E/AndroidRuntime( 6497): at android.view.ViewGroup.layout(ViewGroup.java:5038)
E/AndroidRuntime( 6497): at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)
E/AndroidRuntime( 6497): at android.widget.FrameLayout.onLayout(FrameLayout.java:514)
E/AndroidRuntime( 6497): at android.view.View.layout(View.java:15670)
E/AndroidRuntime( 6497): at android.view.ViewGroup.layout(ViewGroup.java:5038)
E/AndroidRuntime( 6497): at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2086)
E/AndroidRuntime( 6497): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1843)
E/AndroidRuntime( 6497): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1061)
E/AndroidRuntime( 6497): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5885)
E/AndroidRuntime( 6497): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767)
E/AndroidRuntime( 6497): at android.view.Choreographer.doCallbacks(Choreographer.java:580)
E/AndroidRuntime( 6497): at android.view.Choreographer.doFrame(Choreographer.java:550)
E/AndroidRuntime( 6497): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753)
E/AndroidRuntime( 6497): at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime( 6497): at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime( 6497): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 6497): at android.app.ActivityThread.main(ActivityThread.java:5256)
E/AndroidRuntime( 6497): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 6497): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 6497): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
E/AndroidRuntime( 6497): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
E/AndroidRuntime( 6497): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
E/AndroidRuntime( 6497): Caused by: java.lang.reflect.InvocationTargetException
E/AndroidRuntime( 6497): at java.lang.reflect.Constructor.newInsta
W/ActivityManager( 864): Force finishing activity 1 de.robv.android.xposed.installer/.XposedInstallerActivity
W/ActivityManager( 864): Force finishing activity 2 de.robv.android.xposed.installer/.WelcomeActivity
Code:
W/ActivityManager( 864): Activity pause timeout for ActivityRecord{1950cd80 u0 de.robv.android.xposed.installer/.XposedInstallerActivity t6878 f}
W/OpenGLRenderer( 2081): Incorrectly called buildLayer on View: aep, destroying layer...
D/TaskPersister( 864): removeObsoleteFile: deleting file=6877_task.xml
I/Process ( 6497): Sending signal. PID: 6497 SIG: 9
D/OpenGLRenderer( 864): endAllStagingAnimators on 0x9e553d80 (RippleDrawable) with handle 0x9e67e520
E/JavaBinder( 864): !!! FAILED BINDER TRANSACTION !!!
W/InputMethodManagerService( 864): Got RemoteException sending setActive(false) notification to pid 6497 uid 10117
E/JavaBinder( 864): !!! FAILED BINDER TRANSACTION !!!
I/WindowState( 864): WIN DEATH: Window{2bb541ac u0 de.robv.android.xposed.installer/de.robv.android.xposed.installer.XposedInstallerActivity}
I/WindowState( 864): WIN DEATH: Window{e271e67 u0 de.robv.android.xposed.installer/de.robv.android.xposed.installer.WelcomeActivity}
I/ActivityManager( 864): Process de.robv.android.xposed.installer (pid 6497) has died
Fixed by removing layers
Started by removing Airdroid, no luck.
Removed layers and now it is working fine, no force close.
The layers that were installed are:
https://play.google.com/store/apps/details?id=com.pippo96.materialdark
Hope this helps someone in the future.
You might want to switch to the recent version and don't use a version that is outdated for months...
Gesendet von meinem XT1072 mit Tapatalk

android.system.ui crashed, CM11, Android Kitkat 4.4.2

Hello, I have HTC One X Plus (enrc2b) with ClockworkMod Recovery and CyanogenMod 11 with Android Kitkat 4.4.2, I tried to install Xposed Installer using versions:
2.7 experimental1 (from repo.xposed.info)
2.6.1 (from repo.xposed.info)
2.6 (from repo.xposed.info)
and also I tried XposedInstaller_v2.6.1_by_SolarWarez_20151129 (from http://forum.xda-developers.com/showpost.php?p=64063168&postcount=62)
I tried install in classical mode (write to /system) and manual flash zip in recovery.
But in all cases I get the java exception and go to boot-loop:
Code:
E/AndroidRuntime( 2676): FATAL EXCEPTION: main
E/AndroidRuntime( 2676): Process: com.android.systemui, PID: 2676
E/AndroidRuntime( 2676): java.lang.IllegalStateException: eglMakeCurrent failed EGL_SUCCESS
E/AndroidRuntime( 2676): at android.view.HardwareRenderer$GlRenderer.createSurface(HardwareRenderer.java:1354)
E/AndroidRuntime( 2676): at android.view.HardwareRenderer$GlRenderer.createEglSurface(HardwareRenderer.java:1241)
E/AndroidRuntime( 2676): at android.view.HardwareRenderer$GlRenderer.initialize(HardwareRenderer.java:1058)
E/AndroidRuntime( 2676): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1550)
E/AndroidRuntime( 2676): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1000)
E/AndroidRuntime( 2676): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5670)
E/AndroidRuntime( 2676): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:761)
E/AndroidRuntime( 2676): at android.view.Choreographer.doCallbacks(Choreographer.java:574)
E/AndroidRuntime( 2676): at android.view.Choreographer.doFrame(Choreographer.java:544)
E/AndroidRuntime( 2676): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:747)
E/AndroidRuntime( 2676): at android.os.Handler.handleCallback(Handler.java:733)
E/AndroidRuntime( 2676): at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime( 2676): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 2676): at android.app.ActivityThread.main(ActivityThread.java:5081)
E/AndroidRuntime( 2676): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2676): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 2676): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:781)
E/AndroidRuntime( 2676): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
E/AndroidRuntime( 2676): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 614): Process com.android.systemui has crashed too many times: killing!
I guess it's trouble with CyanogenMod (v 11), because before installing CyanogenMod, I successfully installed xposed framework 2.6.1 with HTC stock rom.
I can provide more details (I don't know what can be helpful), if it can help to fix the issue.
p.s. sorry for my bad english.
Delete xposed and wipe cache and dalvik then install xposed again. If that does not work. Reset and revert to stock ROM and then wipe cache and dalvik cache and reflash cm11. Wipe/factory reset and then wipe cache and then dalvik IN THIS ORDER and then download xposed. Tell me if it works

[DISCUSSION] ultimate Root Checking methods

Hi everyone!
We have come across an interesting problem, that renders lost all our labours with such apps as rootCloak, hideRoot (along with personal efforts and accessory methods) and makes us exposed to systems.
We created a small app, called it ultimateRootChecker (links will in the end of post). It uses multiple methods for root check, the most interesting of them (granted Xposed is present) being the analysis of Log.getStackTraceString for XposedBridge string, that would be present everywhere where there is Xposed or Cydia.
Code:
private boolean additionSystemRootFramework() {
try {
Runtime.getRuntime().exec("su");
} catch (Exception ignored) {}
String stackTrace = Log.getStackTraceString(new Throwable());
return stackTrace.contains("xposed") || stackTrace.contains("hook") || stackTrace.contains("substrate");
}
As experience has shown, anyone can access this log. Fabric(Crashlytics), for instance, sends this data back to themselves for processing and analysis. The same practice is adopted by a couple of mobile ad networks, and I think they do it for their antiFraud machines. Yes, it is possible to search for these classes during every assembling or change of the app and replace it with Xposed, but maybe you have better and more elegant solutions for hook this?
In the meantime, feel free to test our app on your devices and share means of traversal of our verification.
If you have any other methods of verification, your pull-requests would be appreciated.
LINKS:
Code:
https://github.com/imbawtf/ultimateRootChecker
https://play.google.com/store/apps/details?id=wtf.imba.ultimaterootchecker
Code:
--------- beginning of crash
E/AndroidRuntime( 5988): FATAL EXCEPTION: main
E/AndroidRuntime( 5988): Process: wtf.imba.hulumulu.hulumulu, PID: 5988
E/AndroidRuntime( 5988): java.lang.IllegalStateException: Could not execute method for android:onClick
E/AndroidRuntime( 5988): at android.support.v7.app.AppCompatViewInflater$DeclaredOnClickListener.onClick(AppCompatViewInflater.java:293)
E/AndroidRuntime( 5988): at android.view.View.performClick(View.java:4780)
E/AndroidRuntime( 5988): at android.view.View$PerformClick.run(View.java:19866)
E/AndroidRuntime( 5988): at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime( 5988): at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime( 5988): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 5988): at android.app.ActivityThread.main(ActivityThread.java:5254)
E/AndroidRuntime( 5988): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 5988): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 5988): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
E/AndroidRuntime( 5988): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
E/AndroidRuntime( 5988): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:102)
E/AndroidRuntime( 5988): Caused by: java.lang.reflect.InvocationTargetException
E/AndroidRuntime( 5988): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 5988): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 5988): at android.support.v7.app.AppCompatViewInflater$DeclaredOnClickListener.onClick(AppCompatViewInflater.java:288)
E/AndroidRuntime( 5988): ... 11 more
E/AndroidRuntime( 5988): Caused by: java.lang.NullPointerException: This is a crash
E/AndroidRuntime( 5988): at wtf.imba.hulumulu.hulumulu.MainActivity.forceCrash(MainActivity.java:46)
E/AndroidRuntime( 5988): ... 14 more
W/ActivityManager( 871): Force finishing activity 1 wtf.imba.hulumulu.hulumulu/.MainActivity
W/ActivityManager( 871): Activity pause timeout for ActivityRecord{a4d6525 u0 wtf.imba.hulumulu.hulumulu/.MainActivity t1164 f}
Maybe some one know how hook AndroidRuntime and Log.getStackTraceString?
Solved through xposed hooks
//closed

Categories

Resources