Hello,
My phone keeps crashing and rebooting. When I shut it down it freezes on battery charging screen. It can only be unblocked via adb or by pushing power+volumeUP+volumeDOWN.
I got a new HTC One Mini 2 and tried to install Cyanogen Mod on it.
I unlocked the bootloader via the HTC website and flashed TWRP for recovery.
Via TWRP I installed the build provided by cyanogenmod.
The build worked fine on my old HTC One Mini 2.
I have tried different versions of TWRP and various ROMS, same problems occur every time (although it used to get stuck on a non-responsive twrp menu screen before, instead of the battery charging screen).
I always factory wipe the phone, and make sure cache and dalvik have been wiped.
I've also been looking for the stock version of android to see whether the problem came from cyanogen mod. Has anyone got it?
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: 1.101.1102.19.1017
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.19.401.2
(bootloader) version-misc: PVT SHIP S-ON
Click to expand...
Click to collapse
Also this is present in all the logs I managed to obtain from the phone:
--------- beginning of crash
E/AndroidRuntime( 1979): FATAL EXCEPTION: main
E/AndroidRuntime( 1979): Process: com.cyanogenmod.eleven, PID: 1979
E/AndroidRuntime( 1979): java.lang.RuntimeException: Unable to instantiate application com.cyanogenmod.eleven.ElevenApplication: java.lang.ClassNotFoundException: Didn't find class "com.cyanogenmod.eleven.ElevenApplication" on path: DexPathList[[zip file "/system/app/Eleven/Eleven.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
E/AndroidRuntime( 1979): at android.app.LoadedApk.makeApplication(LoadedApk.java:564)
E/AndroidRuntime( 1979): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4524)
E/AndroidRuntime( 1979): at android.app.ActivityThread.access$1600(ActivityThread.java:147)
E/AndroidRuntime( 1979): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1357)
E/AndroidRuntime( 1979): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 1979): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 1979): at android.app.ActivityThread.main(ActivityThread.java:5254)
E/AndroidRuntime( 1979): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 1979): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 1979): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
E/AndroidRuntime( 1979): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
E/AndroidRuntime( 1979): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.cyanogenmod.eleven.ElevenApplication" on path: DexPathList[[zip file "/system/app/Eleven/Eleven.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
E/AndroidRuntime( 1979): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
E/AndroidRuntime( 1979): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
E/AndroidRuntime( 1979): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
E/AndroidRuntime( 1979): at android.app.Instrumentation.newApplication(Instrumentation.java:979)
E/AndroidRuntime( 1979): at android.app.LoadedApk.makeApplication(LoadedApk.java:559)
E/AndroidRuntime( 1979): ... 10 more
E/AndroidRuntime( 1979): Suppressed: java.lang.ClassNotFoundException: com.cyanogenmod.eleven.ElevenApplication
E/AndroidRuntime( 1979): at java.lang.Class.classForName(Native Method)
E/AndroidRuntime( 1979): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
E/AndroidRuntime( 1979): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
E/AndroidRuntime( 1979): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
E/AndroidRuntime( 1979): ... 13 more
E/AndroidRuntime( 1979): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
Click to expand...
Click to collapse
coliiibri said:
Hello,
My phone keeps crashing and rebooting. When I shut it down it freezes on battery charging screen. It can only be unblocked via adb or by pushing power+volumeUP+volumeDOWN.
Click to expand...
Click to collapse
when battery discharges completely, its normal getting stuck in TWRP until you use the buttons to restart. Its a bug that was never fixed i guess.
Phone crashing and rebooting with no reason its another problem.
Im using TWRP 2.7.1.0 in mine with no problems, but it varies from phone to phone. Im also using cm13 with no major problems.
PS: you installation might be corrupted as the system keeps trying to open "Eleven.apk" but its not there.
kativiti said:
when battery discharges completely, its normal getting stuck in TWRP until you use the buttons to restart. Its a bug that was never fixed i guess.
Phone crashing and rebooting with no reason its another problem.
Im using TWRP 2.7.1.0 in mine with no problems, but it varies from phone to phone. Im also using cm13 with no major problems.
PS: you installation might be corrupted as the system keeps trying to open "Eleven.apk" but its not there.
Click to expand...
Click to collapse
Thank you for your answer.
I have tried using the TWRP and cm13 files you gave me the links to, but the same problem occurs (crashing and rebooting).
What do you mean by "installation is corrupted"? What could have caused it?
I have done it in that order
fastboot flash recovery twrp-2.7.1.0-20140802-memul.img
fastboot erase cache
adb push cm-13.0-20160910-UNOFFICIAL-memul.zip /external_sd
factory wipe
install the zip file
wipe cache/dalvik
reboot
Click to expand...
Click to collapse
coliiibri said:
Thank you for your answer.
I have tried using the TWRP and cm13 files you gave me the links to, but the same problem occurs (crashing and rebooting).
What do you mean by "installation is corrupted"? What could have caused it?
I have done it in that order
Click to expand...
Click to collapse
can you tell me at what point the phone crashes?
kativiti said:
can you tell me at what point the phone crashes?
Click to expand...
Click to collapse
It doesn't always happen at the same time.
Occasionally, if the phone had been turned off for a long time, it can last up to 15 minutes.
Most of the time it does not even complete booting.
coliiibri said:
It doesn't always happen at the same time.
Occasionally, if the phone had been turned off for a long time, it can last up to 15 minutes.
Most of the time it does not even complete booting.
Click to expand...
Click to collapse
it seems more like a battery issue. Not holding the charge anymore.
kativiti said:
it seems more like a battery issue. Not holding the charge anymore.
Click to expand...
Click to collapse
That could explain why it gets stuck in TWRP even when the battery is full.
And recovery doesn't need as much power so it holds well.
But then what does the crash with Eleven.apk, present in all the logs, mean? It is irrelevant to the crashes?
coliiibri said:
That could explain why it gets stuck in TWRP even when the battery is full.
And recovery doesn't need as much power so it holds well.
But then what does the crash with Eleven.apk, present in all the logs, mean? It is irrelevant to the crashes?
Click to expand...
Click to collapse
eleven.apk its the cm media player. its hard to tell but if the packages are loaded in alphabetic order and the phone starts to shut down it could give a false crash log.
to be sure, you could try to install the original ROM and if same appends, there's a good chance its the battery. If not, could be something worst.
Related
I updated to Froyo from CM.
Some market updates/installs are fine. Some cause this crash and the Android GUI restarts (the whole N1 doesn't reboot however).
D/VoldCmdListener( 54): asec list
I/PackageHelper( 652): Size of container 2 MB 689299 bytes
W/dalvikvm( 83): threadid=11: thread exiting with uncaught exception (group=0x4001d7f0)
E/AndroidRuntime( 83): *** FATAL EXCEPTION IN SYSTEM PROCESS: PackageManager
E/AndroidRuntime( 83): java.lang.SecurityException: Requires android.permission.ASEC_CREATE permission
E/AndroidRuntime( 83): at android.os.Parcel.readException(Parcel.java:1247)
E/AndroidRuntime( 83): at android.os.Parcel.readException(Parcel.java:1235)
E/AndroidRuntime( 83): at com.android.internal.app.IMediaContainerService$Stub$Proxy.copyResourceToContainer(IMediaContainerService.java:164)
E/AndroidRuntime( 83): at com.android.server.PackageManagerService$SdInstallArgs.copyApk(PackageManagerService.java:5341)
E/AndroidRuntime( 83): at com.android.server.PackageManagerService$InstallParams.handleStartCopy(PackageManagerService.java:4956)
E/AndroidRuntime( 83): at com.android.server.PackageManagerService$HandlerParams.startCopy(PackageManagerService.java:4815)
E/AndroidRuntime( 83): at com.android.server.PackageManagerService$PackageHandler.doHandleMessage(PackageManagerService.java:470)
E/AndroidRuntime( 83): at com.android.server.PackageManagerService$PackageHandler.handleMessage(PackageManagerService.java:415)
E/AndroidRuntime( 83): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 83): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 83): at android.os.HandlerThread.run(HandlerThread.java:60)
I believe I get the same issue and log messages when I try to move applications to my sdcard either from the applications menu or by adb command. :/
I have the same error when trying to install the latest version of Neocore.
I have the same problem. Is there a solution ? Would full data wipe help ?
Just did a full data wipe, and it helped for me.
Yeah, have to do full wipe to fix it.
Isn't there any other solutions ?
I don't really feel like wiping now.. :s
Don't know if the problem is wide spread, or just my bad luck, but everytime I try to install Google Sky Map from the Market, after downloading the app and before going into install my phone reboots.
I've gone from latest Cyan 5.0.7 to leaked froyo FRF50, then FRF72 and now FRF83.
So, to find out whether it's a problem for many people, if you've upgraded to Froyo, try to install Google Sky Map (save all work first and participate in this poll.
ps. Is there any log file I can check via adb?
Had Sky Map since I installed FRF50, no problems.
I have the same problem. It also happened when I tried to install the koi pond LW.
Is it really that big of a problem. Sure it's a little bug, but it doesn't effect the OS or the app permanently. How often do you install SkyMap?
For the record, I've never had a reboot after installing SkyMap or any other app.
anstosa said:
Is it really that big of a problem. Sure it's a little bug, but it doesn't effect the OS or the app permanently. How often do you install SkyMap?
For the record, I've never had a reboot after installing SkyMap or any other app.
Click to expand...
Click to collapse
well, thing is that I can't install SkyMap at all, only option it seems to wipe completely and reinstall Froyo.
I just hope there's some kind of way to remove something manually without complete wipe. I just need some directions, where to look and what to try.
after using logcat on the device during installation of Sky Map here's what happens:
W/dalvikvm( 79): threadid=11: thread exiting with uncaught exception (group=0x4001d7f0)
E/AndroidRuntime( 79): *** FATAL EXCEPTION IN SYSTEM PROCESS: PackageManager
E/AndroidRuntime( 79): java.lang.SecurityException: Requires android.permission.ASEC_CREATE permission
E/AndroidRuntime( 79): at android.os.Parcel.readException(Parcel.java:1247)
E/AndroidRuntime( 79): at android.os.Parcel.readException(Parcel.java:1235)
E/AndroidRuntime( 79): at com.android.internal.app.IMediaContainerService$Stub$Proxy.copyResourceToContainer(IMediaContainerService.java:164)
E/AndroidRuntime( 79): at com.android.server.PackageManagerService$SdInstallArgs.copyApk(PackageManagerService.java:5341)
E/AndroidRuntime( 79): at com.android.server.PackageManagerService$InstallParams.handleStartCopy(PackageManagerService.java:4956)
E/AndroidRuntime( 79): at com.android.server.PackageManagerService$HandlerParams.startCopy(PackageManagerService.java:4815)
E/AndroidRuntime( 79): at com.android.server.PackageManagerService$PackageHandler.doHandleMessage(PackageManagerService.java:470)
E/AndroidRuntime( 79): at com.android.server.PackageManagerService$PackageHandler.handleMessage(PackageManagerService.java:415)
E/AndroidRuntime( 79): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 79): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 79): at android.os.HandlerThread.run(HandlerThread.java:60)
Click to expand...
Click to collapse
anyone know where I can add permission ASEC_CREATE to make it work?
The problem has to do with /sdcard/.android_secure
Removing teh entire directory solves things for some people, but not for me though. Have also the same problem with androidVNC...
i dont think u need to reboot... i never did
I was able to get it installed again. I turned on USB storage and had the external drive mounted in my OS. I then installed from the market place. I am guessing that forced it to install internally, which worked fine. Up to that point, it kept rebooting my phone every time I tried to install it.
or just unmount the SD card
in Settings->SD card & phone storage, then install the app and then remount the SD card. That worked for me.
Hi to all! I'm writing here now because i have a problem with a launcher that i would to replace with the stock... Let me explain.
I'm editing a ROM and i would to replace the twlauncher with MX Home so i have delete tw from system/app and i have insert here the new launcher. And here the problem. At first boot after the flash of the ROM it has a force close! How can I fix?
Thx
many applications do this "trick" if put in system/app... I am also looking for a solution but I think it's necessary to recompile the app for it to work on our Galaxy S.
However I'm interested too
sgsever said:
Hi to all! I'm writing here now because i have a problem with a launcher that i would to replace with the stock... Let me explain.
I'm editing a ROM and i would to replace the twlauncher with MX Home so i have delete tw from system/app and i have insert here the new launcher. And here the problem. At first boot after the flash of the ROM it has a force close! How can I fix?
Thx
Click to expand...
Click to collapse
Instead of just guessing what the problem might be, look at the logs. It may help you more.
And where is the log? Because when I boot up the phone is stuck at the force close because the "stock launcher" don't work... Help me
Can you get a shell into the phone using adb shell?
xxbeanxx said:
Can you get a shell into the phone using adb shell?
Click to expand...
Click to collapse
Perhaps yes but I have Linux... But I've come up with an idea. I don't know if it will work. If I boot up the phone, wait the FC and after I will go in recovery and mounting the internal SD i take the log? It is a good idea?
sgsever said:
Perhaps yes but I have Linux... But I've come up with an idea. I don't know if it will work. If I boot up the phone, wait the FC and after I will go in recovery and mounting the internal SD i take the log? It is a good idea?
Click to expand...
Click to collapse
The log file is not stored on the internal SD. Also I don't think it persists a reboot (I may be wrong about this).
What does having Linux have to do with anything? There is a Linux SDK available from Google.
xxbeanxx said:
The log file is not stored on the internal SD. Also I don't think it persists a reboot (I may be wrong about this).
What does having Linux have to do with anything? There is a Linux SDK available from Google.
Click to expand...
Click to collapse
Perhaps I have the log:
Code:
W/dalvikvm( 8000): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Lcom/neomtel/mxhome/SmaxInterface;
D/AndroidRuntime( 8000): Shutting down VM
W/dalvikvm( 8000): threadid=1: thread exiting with uncaught exception (group=0x40015578)
E/AndroidRuntime( 8000): FATAL EXCEPTION: main
E/AndroidRuntime( 8000): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 8000): at com.neomtel.mxhome.SmaxView.init(SmaxView.java:169)
E/AndroidRuntime( 8000): at com.neomtel.mxhome.SmaxView.<init>(SmaxView.java:88)
E/AndroidRuntime( 8000): at com.neomtel.mxhome.Launcher.setupViews(Launcher.java:1559)
E/AndroidRuntime( 8000): at com.neomtel.mxhome.Launcher.onCreate(Launcher.java:379)
E/AndroidRuntime( 8000): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime( 8000): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1615)
E/AndroidRuntime( 8000): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667)
E/AndroidRuntime( 8000): at android.app.ActivityThread.access$1500(ActivityThread.java:117)
E/AndroidRuntime( 8000): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
E/AndroidRuntime( 8000): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8000): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime( 8000): at android.app.ActivityThread.main(ActivityThread.java:3687)
E/AndroidRuntime( 8000): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8000): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 8000): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:842)
E/AndroidRuntime( 8000): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
E/AndroidRuntime( 8000): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8000): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load SmaxEngine: findLibrary returned null
E/AndroidRuntime( 8000): at java.lang.Runtime.loadLibrary(Runtime.java:429)
E/AndroidRuntime( 8000): at java.lang.System.loadLibrary(System.java:554)
E/AndroidRuntime( 8000): at com.neomtel.mxhome.SmaxInterface.<clinit>(SmaxInterface.java:99)
E/AndroidRuntime( 8000): ... 17 more
W/ActivityManager( 2736): Force finishing activity com.neomtel.mxhome/.Launcher
E/ ( 2736): Dumpstate > /data/log/dumpstate_app_error
I/dumpstate( 8009): begin
D/PowerManagerService( 2736): onSensorChanged: light value: 1000
W/ActivityManager( 2736): Activity pause timeout for HistoryRecord{40882a00 com.neomtel.mxhome/.Launcher}
W/su ( 8027): request rejected (0->0 /system/bin/sh)
W/PowerManagerService( 2736): Timer 0x7->0x3|0x0
I/PowerManagerService( 2736): Ulight 7->3|0
D/LightsService( 2736): BUTTON : 0
D/VoldCmdListener( 85): asec list
I/dumpstate( 8009): done
D/UsbStorageActivity( 4556): onResume !!!
Let me know... and thx for your patience!
I believe the error stems from the incompatibility between the launcher and the framework...
And nobody know how to fix this?
sgsever said:
And nobody know how to fix this?
Click to expand...
Click to collapse
I don't have a solution but here's what I would try.. Without having the app you are talking about to look at I'm only guessing from the log.
A Java UnsatisfiedLinkError occurs when the VM is trying to load a libary that isn't available. It would seem that perhaps the apk contains some libraries that get extracted by the Android installer when you first install the app.
Try using a tool like 'apktool' to decode the apk into a format that you can actually look at, then see if there are such libraries inside. If so you would want to extract these and put them somewhere that Dalvik can read them, for instance /system/lib.
I may be way off the mark here, like I said this is just a guess. Maybe later if I get some time I'll grab the apk and try to do exactly what you're doing. I'll post back if I do.
Okay so I downloaded the launcher and had a look in the apk using root explorer and sure enough, found lib/armeabi/libSmaxEngine.so.
Try extracting that file and putting it in /system/lib. Root explorer gives me the option to extract the file, and I tried it on an xml file and got back a readable file, so that may be the easiest option for you. I think apktool would do it too but it's been a while since I used that.
If that doesn't work I'm sure there is a way to do it. I've never had this problem before so it's new to me.
Okay so I copied the apk to /system/app and copied the extracted .so to /system/lib (extracted it with root explorer).
I then uninstalled the downloaded version of mxhome and rebooted. It worked fine. No FCs.
Looks like that's your solution.
Hi,
Using XPOSED v. 2.7-exp1 in my LG G3 and I hve issues when I try to edit a contact.
Code:
E/AndroidRuntime( 685): Process: com.android.contacts, PID: 685
E/AndroidRuntime( 685): java.lang.ArrayIndexOutOfBoundsException: length=12; index=-1
E/AndroidRuntime( 685): at java.util.ArrayList.get(ArrayList.java:310)
E/AndroidRuntime( 685): at com.android.contacts.editor.EventFieldEditorView.initialize(EventFieldEditorView.java:726)
E/AndroidRuntime( 685): at com.android.contacts.editor.EventFieldEditorView.setValues(EventFieldEditorView.java:265)
E/AndroidRuntime( 685): at com.android.contacts.editor.KindSectionView.createEditorView(KindSectionView.java:328)
E/AndroidRuntime( 685): at com.android.contacts.editor.KindSectionView.rebuildFromState(KindSectionView.java:251)
E/AndroidRuntime( 685): at com.android.contacts.editor.KindSectionView.setState(KindSectionView.java:200)
E/AndroidRuntime( 685): at com.android.contacts.editor.RawContactEditorView.setState(RawContactEditorView.java:430)
E/AndroidRuntime( 685): at com.android.contacts.editor.ContactEditorFragment.bindEditors(ContactEditorFragment.java:1296)
E/AndroidRuntime( 685): at com.android.contacts.editor.ContactEditorFragment.bindEditorsForExistingContact(ContactEditorFragment.java:814)
E/AndroidRuntime( 685): at com.android.contacts.editor.ContactEditorFragment.setData(ContactEditorFragment.java:772)
E/AndroidRuntime( 685): at com.android.contacts.editor.ContactEditorFragment$17.onLoadFinished(ContactEditorFragment.java:3731)
E/AndroidRuntime( 685): at com.android.contacts.editor.ContactEditorFragment$17.onLoadFinished(ContactEditorFragment.java:3701)
E/AndroidRuntime( 685): at android.app.LoaderManagerImpl$LoaderInfo.callOnLoadFinished(LoaderManager.java:483)
E/AndroidRuntime( 685): at android.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManager.java:451)
E/AndroidRuntime( 685): at android.content.Loader.deliverResult(Loader.java:144)
E/AndroidRuntime( 685): at com.android.contacts.ContactLoader.deliverResult(ContactLoader.java:1328)
E/AndroidRuntime( 685): at com.android.contacts.ContactLoader.deliverResult(ContactLoader.java:83)
E/AndroidRuntime( 685): at android.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:265)
E/AndroidRuntime( 685): at android.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:92)
E/AndroidRuntime( 685): at android.os.AsyncTask.finish(AsyncTask.java:632)
E/AndroidRuntime( 685): at android.os.AsyncTask.access$600(AsyncTask.java:177)
E/AndroidRuntime( 685): at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:645)
E/AndroidRuntime( 685): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 685): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 685): at android.app.ActivityThread.main(ActivityThread.java:5118)
E/AndroidRuntime( 685): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 685): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 685): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:794)
E/AndroidRuntime( 685): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:610)
E/AndroidRuntime( 685): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
E/AndroidRuntime( 685): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 1201): Force finishing activity com.android.contacts/.activities.ContactEditorActivity
Tried to reboot with all modules deactivated and the issue persist.
That error doesn't seem to be related to Xposed. Does it still happen after uninstalling Xposed and rebooting?
GermainZ said:
That error doesn't seem to be related to Xposed. Does it still happen after uninstalling Xposed and rebooting?
Click to expand...
Click to collapse
The issue has don't ocurrered while i'm configuring my phone, before activate the xposed.
No apps installed after enable the great piece of software and xposed is related in the exception stack
bartito said:
The issue has don't ocurrered while i'm configuring my phone, before activate the xposed.
No apps installed after enable the great piece of software and xposed is related in the exception stack
Click to expand...
Click to collapse
No, that last line doesn't indicate the issue is related to Xposed. It only means Xposed is installed. Actually, you'll see it in any stack trace.
So, again, please remove Xposed and test again.
GermainZ said:
No, that last line doesn't indicate the issue is related to Xposed. It only means Xposed is installed. Actually, you'll see it in any stack trace.
So, again, please remove Xposed and test again.
Click to expand...
Click to collapse
Ok,
Uninstalled XPosed.
Rebooted the device
Enter contacts
Edit a contact.
NO ERRORS
Reinstalled XPosed
Disabled modules (I only use a module)
Rebooted the device
Enter contacts
Edit a contact
FC IS HERE
Open XPosed
Enabled the module (https://play.google.com/store/apps/details?id=it.ptoti.g3_tweaksbox)
Rebooted the device
Enter contacts
Edit a contact
FC IS HERE
Note that the issue occurs only when I edit a contact. Not when I create a new contact.
Can edit contacts fine on my G3, with many modules enabled (including G3 Tweakbox), so i suspect its a conflict with something else you have installed.
Note: I'm using Xposed Version "2.7 experimental1" which include app_process 58 and XposedBridge.jar 54.
bartito said:
Ok,
Uninstalled XPosed.
Rebooted the device
Enter contacts
Edit a contact.
NO ERRORS
Reinstalled XPosed
Disabled modules (I only use a module)
Rebooted the device
Enter contacts
Edit a contact
FC IS HERE
Open XPosed
Enabled the module (https://play.google.com/store/apps/details?id=it.ptoti.g3_tweaksbox)
Rebooted the device
Enter contacts
Edit a contact
FC IS HERE
Note that the issue occurs only when I edit a contact. Not when I create a new contact.
Click to expand...
Click to collapse
That sounds strange... you're sure you editing exactly the same contact and everything? As mentioned by GermainZ, there's no indication in the log that this would be related to Xposed.
rovo89 said:
That sounds strange... you're sure you editing exactly the same contact and everything? As mentioned by GermainZ, there's no indication in the log that this would be related to Xposed.
Click to expand...
Click to collapse
Hi
The issue occurs when editing all the contacts, not for new contacts.
Really isn't a problem. I can edit my contacts using desktop interface.
Note: just updated the rom a few minutes ago. Xposed says app_process isnt installed and xposed_bridge version is 54, but issue persists.
Thanks
bartito said:
Note: just updated the rom a few minutes ago. Xposed says app_process isnt installed and xposed_bridge version is 54, but issue persists.
Click to expand...
Click to collapse
If (the patched) app_process really isn't installed, then it would mean that Xposed definitely can't be the culprit, because it wouldn't be active... Is Xposed still mentioned at the bottom of the stack trace?
rovo89 said:
If (the patched) app_process really isn't installed, then it would mean that Xposed definitely can't be the culprit, because it wouldn't be active... Is Xposed still mentioned at the bottom of the stack trace?
Click to expand...
Click to collapse
sorry for the delay.
not, FC don't contains the Xposed now.
Code:
E/AndroidRuntime( 9612): Process: com.android.contacts, PID: 9612
E/AndroidRuntime( 9612): java.lang.ArrayIndexOutOfBoundsException: length=12; index=-1
E/AndroidRuntime( 9612): at java.util.ArrayList.get(ArrayList.java:310)
E/AndroidRuntime( 9612): at com.android.contacts.editor.EventFieldEditorView.initialize(EventFieldEditorView.java:726)
E/AndroidRuntime( 9612): at com.android.contacts.editor.EventFieldEditorView.setValues(EventFieldEditorView.java:265)
E/AndroidRuntime( 9612): at com.android.contacts.editor.KindSectionView.createEditorView(KindSectionView.java:328)
E/AndroidRuntime( 9612): at com.android.contacts.editor.KindSectionView.rebuildFromState(KindSectionView.java:251)
E/AndroidRuntime( 9612): at com.android.contacts.editor.KindSectionView.setState(KindSectionView.java:200)
E/AndroidRuntime( 9612): at com.android.contacts.editor.RawContactEditorView.setState(RawContactEditorView.java:430)
E/AndroidRuntime( 9612): at com.android.contacts.editor.ContactEditorFragment.bindEditors(ContactEditorFragment.java:1296)
E/AndroidRuntime( 9612): at com.android.contacts.editor.ContactEditorFragment.bindEditorsForExistingContact(ContactEditorFragment.java:814)
E/AndroidRuntime( 9612): at com.android.contacts.editor.ContactEditorFragment.setData(ContactEditorFragment.java:772)
E/AndroidRuntime( 9612): at com.android.contacts.editor.ContactEditorFragment$17.onLoadFinished(ContactEditorFragment.java:3731)
E/AndroidRuntime( 9612): at com.android.contacts.editor.ContactEditorFragment$17.onLoadFinished(ContactEditorFragment.java:3701)
E/AndroidRuntime( 9612): at android.app.LoaderManagerImpl$LoaderInfo.callOnLoadFinished(LoaderManager.java:483)
E/AndroidRuntime( 9612): at android.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManager.java:451)
E/AndroidRuntime( 9612): at android.content.Loader.deliverResult(Loader.java:144)
E/AndroidRuntime( 9612): at com.android.contacts.ContactLoader.deliverResult(ContactLoader.java:1328)
E/AndroidRuntime( 9612): at com.android.contacts.ContactLoader.deliverResult(ContactLoader.java:83)
E/AndroidRuntime( 9612): at android.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:265)
E/AndroidRuntime( 9612): at android.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:92)
E/AndroidRuntime( 9612): at android.os.AsyncTask.finish(AsyncTask.java:632)
E/AndroidRuntime( 9612): at android.os.AsyncTask.access$600(AsyncTask.java:177)
E/AndroidRuntime( 9612): at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:645)
E/AndroidRuntime( 9612): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 9612): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 9612): at android.app.ActivityThread.main(ActivityThread.java:5118)
E/AndroidRuntime( 9612): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9612): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 9612): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:794)
E/AndroidRuntime( 9612): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:610)
E/AndroidRuntime( 9612): at dalvik.system.NativeStart.main(Native Method)
Provably a LG bug.
Tested more and it seems only occurs when I try to edit a contact that includes a special date, like birthday.
Thanks for your time!
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