soft reboots.?? logcat and dmseg attached.. HELP - G4 Q&A, Help & Troubleshooting

am getting a soft reboot while not using phone when its sleeping screen off.??????
stock rom h811 20R imperium kernel. 6.1 MM debloated.
here are the logs.

raptorddd said:
am getting a soft reboot while not using phone when its sleeping screen off.??????
stock rom h811 20R imperium kernel. 6.1 MM debloated.
here are the logs.
Click to expand...
Click to collapse
Haven't had the time to look into your logs but could your ensure that automatic ROM updates are disabled in the settings?
Sent from my LG-H815 using XDA Labs

steadfasterX said:
Haven't had the time to look into your logs but could your ensure that automatic ROM updates are disabled in the settings?
Sent from my LG-H815 using XDA Labs
Click to expand...
Click to collapse
will do that .. but now am on genisys rom.. this is driving me nuts. am starting to belive that its an app i install.. i tried different kernels. went to sleep at 4 am yesterday. its driving me nuts.

raptorddd said:
will do that .. but now am on genisys rom.. this is driving me nuts. am starting to belive that its an app i install.. i tried different kernels. went to sleep at 4 am yesterday. its driving me nuts.
Click to expand...
Click to collapse
Ok the error is here:
Code:
AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
02-06 12:17:30.743 6366 6366 E AndroidRuntime: java.lang.RuntimeException: Error receiving broadcast Intent { act=com.android.server.device_idle.STEP_IDLE_STATE flg=0x10 } in [email protected]
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:935)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:739)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:300)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:185)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:730)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:620)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:102)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: provider doesn't exist: fused
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:1749)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:1720)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:918)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:841)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at com.android.server.DeviceIdleController.stepIdleStateLocked(DeviceIdleController.java:1339)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at com.android.server.DeviceIdleController$1.onReceive(DeviceIdleController.java:248)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:925)
My first guess was that it is kingroot because I saw errors about it before but in the above output I saw Xposed so please try without installing xposed!
Sent from my LG-H815 using XDA Labs

steadfasterX said:
Ok the error is here:
Code:
AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
02-06 12:17:30.743 6366 6366 E AndroidRuntime: java.lang.RuntimeException: Error receiving broadcast Intent { act=com.android.server.device_idle.STEP_IDLE_STATE flg=0x10 } in [email protected]
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:935)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:739)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:300)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:185)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:730)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:620)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:102)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: provider doesn't exist: fused
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:1749)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:1720)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:918)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:841)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at com.android.server.DeviceIdleController.stepIdleStateLocked(DeviceIdleController.java:1339)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at com.android.server.DeviceIdleController$1.onReceive(DeviceIdleController.java:248)
02-06 12:17:30.743 6366 6366 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:925)
My first guess was that it is kingroot because I saw errors about it before but in the above output I saw Xposed so please try without installing xposed!
Sent from my LG-H815 using XDA Labs
Click to expand...
Click to collapse
hi i think i found the cause.. would you try to recreate.?? i was using this launcher.. got reboots. wnet back to LG 5uix home launcher and no reboots. tried nova launcher and no reboots.. i have used this launcher before i dont know why.. am getting reboot.. and with other i dont.. maybe app related..
https://play.google.com/store/apps/details?id=com.eaion.power.launcher&hl=en

raptorddd said:
My first guess was that it is kingroot because I saw errors about it before but in the above output I saw Xposed so please try without installing xposed!
Sent from my LG-H815 using XDA Labs
hi i think i found the cause.. would you try to recreate.?? i was using this launcher.. got reboots. wnet back to LG 5uix home launcher and no reboots. tried nova launcher and no reboots.. i have used this launcher before i dont know why.. am getting reboot.. and with other i dont.. maybe app related..
https://play.google.com/store/apps/details?id=com.eaion.power.launcher&hl=en
Click to expand...
Click to collapse
Unfortunately I have no time to recreate this for you but if it works for you then everything is fine
Sent from my LG-H815 using XDA Labs

Related

[Request] OxygenOS Camera App?

I switched the OS on my OP3 to Resurrection Rom and I didn't get a chance get the OxygenOS camera app before I made the switch. Would someone mind uploading the camera app apk somewhere? I want to test it out against the camera that comes with Resurrection. Thanks!
I would, but I can't seem to find the apk, do you know where exactly I have to search?
Edit: I just found it. It was under /system/priv-app/
OnePlusCamera.apk
crysen said:
I would, but I can't seem to find the apk, do you know where exactly I have to search?
Edit: I just found it. It was under /system/priv-app/
OnePlusCamera.apk
Click to expand...
Click to collapse
Thank you so much! Hopefully this will work with resurrection...I'll report back my findings.
Don't you need to have the libs that goes with it? I doubt the apk alone will be sufficient.
EDIT/// Just as I thought, results in app crashing when launching the app. Seems we need the libs to get it working. Someone can manage to find them?
matssa said:
Don't you need to have the libs that goes with it? I doubt the apk alone will be sufficient.
EDIT/// Just as I thought, results in app crashing when launching the app. Seems we need the libs to get it working. Someone can manage to find them?
Click to expand...
Click to collapse
I would if I knew where to find them or how they are called
Here's a list from another thread. Looks like just libcam* so that would be a good start. The libs might not work with a new kernel, though.
Libcamalgo.so
Libcameracustom.so
Libcameraclient.so
Libcameraservice.so
Libcamerametadata.so
Click to expand...
Click to collapse
Scrawson said:
Here's a list from another thread. Looks like just libcam* so that would be a good start. The libs might not work with a new kernel, though.
Click to expand...
Click to collapse
This is all I found for the search "libcam":
"libcamera_client.so"
"libcamera_metadata.so"
"libcameraservice.so"
Once for 32-bit and once for 64-bit.
The path is /system/lib and /system/lib64
I created 2 folders with the lib files:
OnePlusCamera lib files
crysen said:
This is all I found for the search "libcam":
"libcamera_client.so"
"libcamera_metadata.so"
"libcameraservice.so"
Once for 32-bit and once for 64-bit.
The path is /system/lib and /system/lib64
I created 2 folders with the lib files:
OnePlusCamera lib files
Click to expand...
Click to collapse
Gonna test it out. I'm on CM13 from Grarak, so can't say if it will work. I replaced the old ones with these ones.
EDIT/// Tested it out, still FC:
Code:
06-22 13:54:50.518 8252 8252 E AndroidRuntime: FATAL EXCEPTION: main
06-22 13:54:50.518 8252 8252 E AndroidRuntime: Process: com.oneplus.camera, PID: 8252
06-22 13:54:50.518 8252 8252 E AndroidRuntime: Theme: themes:{}
06-22 13:54:50.518 8252 8252 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate application com.oneplus.camera.OPCameraApplication: java.lang.ClassNotFoundException: Didn't find class "com.oneplus.camera.OPCameraApplication" on path: DexPathList[[zip file "/data/app/com.oneplus.camera-1/base.apk"],nativeLibraryDirectories=[/data/app/com.oneplus.camera-1/lib/arm64, /vendor/lib64, /system/lib64]]
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.LoadedApk.makeApplication(LoadedApk.java:579)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4724)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:740)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(<Xposed>)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.ActivityThread.-wrap1(ActivityThread.java)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1424)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5461)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.oneplus.camera.OPCameraApplication" on path: DexPathList[[zip file "/data/app/com.oneplus.camera-1/base.apk"],nativeLibraryDirectories=[/data/app/com.oneplus.camera-1/lib/arm64, /vendor/lib64, /system/lib64]]
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.Instrumentation.newApplication(Instrumentation.java:982)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.LoadedApk.makeApplication(LoadedApk.java:574)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: ... 13 more
06-22 13:54:50.518 8252 8252 E AndroidRuntime: Suppressed: java.io.IOException: No original dex files found for dex location /data/app/com.oneplus.camera-1/base.apk
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.DexFile.openDexFileNative(Native Method)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.DexFile.openDexFile(DexFile.java:295)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.DexFile.<init>(DexFile.java:80)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.DexFile.<init>(DexFile.java:59)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.DexPathList.loadDexFile(DexPathList.java:279)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.DexPathList.makePathElements(DexPathList.java:248)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.DexPathList.<init>(DexPathList.java:120)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.<init>(BaseDexClassLoader.java:48)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.PathClassLoader.<init>(PathClassLoader.java:65)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:58)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.LoadedApk.getClassLoader(LoadedApk.java:376)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at de.robv.android.xposed.XposedBridge$1.beforeHookedMethod(XposedBridge.java:190)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:720)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: ... 10 more
06-22 13:54:50.518 8252 8252 E AndroidRuntime: Suppressed: java.lang.ClassNotFoundException: com.oneplus.camera.OPCameraApplication
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at java.lang.Class.classForName(Native Method)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: ... 16 more
06-22 13:54:50.518 8252 8252 E AndroidRuntime: Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available
06-22 13:54:50.520 1266 2416 W ActivityManager: Force finishing activity com.oneplus.camera/.OPCameraActivity
06-22 13:54:50.578 1266 6612 I OpenGLRenderer: Initialized EGL, version 1.4
06-22 13:54:51.035 1266 1509 W ActivityManager: Activity pause timeout for ActivityRecord{e85bb1a u0 com.oneplus.camera/.OPCameraActivity t509 f}
06-22 13:54:51.098 2786 3069 W LocationOracle: Best location was null
matssa said:
Gonna test it out. I'm on CM13 from Grarak, so can't say if it will work. I replaced the old ones with these ones.
Click to expand...
Click to collapse
I just manually searched in the lib directory and found some more libs, that looked as if they were also for the camera.
I uploaded them already.
/system/lib/:
libmm-qcamera.so
libmmcamera_interface.so
libopbaselib.so
libopcamera.so
libopcamerahw_interface.so
libopcameralib.so
/system/lib64/:
libopbaselib.so
libopcamera.so
libopcameralib.so
So 6 new libs for /system/lib/ and 3 new for /system/lib64/
crysen said:
I just manually searched in the lib directory and found some more libs, that looked as if they were also for the camera.
I uploaded them already.
/system/lib/:
libmm-qcamera.so
libmmcamera_interface.so
libopbaselib.so
libopcamera.so
libopcamerahw_interface.so
libopcameralib.so
/system/lib64/:
libopbaselib.so
libopcamera.so
libopcameralib.so
So 6 new libs for /system/lib/ and 3 new for /system/lib64/
Click to expand...
Click to collapse
Ah crap, reflashed my ROM... Gonna try it again after
matssa said:
Ah crap, reflashed my ROM... Gonna try it again after
Click to expand...
Click to collapse
Just tested it out, still FC. Ins't there any libs with the apk in data/app/com.oneplus.camera-1 ?
matssa said:
Just tested it out, still FC. Ins't there any libs with the apk in data/app/com.oneplus.camera-1 ?
Click to expand...
Click to collapse
I don't even have a folder named com.oneplus.camera-1.
numbere said:
I don't even have a folder named com.oneplus.camera-1.
Click to expand...
Click to collapse
Strange, cause when looking in the log, I have the following:
06-22 14:08:15.679 14580 14580 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate application com.oneplus.camera.OPCameraApplication: java.lang.ClassNotFoundException: Didn't find class "com.oneplus.camera.OPCameraApplication" on path: DexPathList[[zip file "/data/app/com.oneplus.camera-1/base.apk"],nativeLibraryDirectories=[/data/app/com.oneplus.camera-1/lib/arm64, /vendor/lib64, /system/lib64]]
If I am reading correctly, I think some files are missing in the different folders.
matssa said:
If I am reading correctly, I think some files are missing in the different folders.
Click to expand...
Click to collapse
That's odd. If you find out what's needed I'll upload the files.
matssa said:
Just tested it out, still FC. Ins't there any libs with the apk in data/app/com.oneplus.camera-1 ?
Click to expand...
Click to collapse
numbere said:
I don't even have a folder named com.oneplus.camera-1.
Click to expand...
Click to collapse
That's apparently the wrong path. I can find it under /data/data/com.oneplus.camera
There's also /data/data/com.oneplus.camera.service
They both have the subfolders "cache" and "code_cache" and "/data/data/com.oneplus.camera" additionally has a "shared_prefs"-folder.
However there are no libs only .xml and .cache files.
Edit: I just uploaded the OnePlusCameraService.apk, maybe that's the missing piece you need.
numbere said:
That's odd. If you find out what's needed I'll upload the files.
Click to expand...
Click to collapse
crysen said:
That's apparently the wrong path. I can find it under /data/data/com.oneplus.camera
There's also /data/data/com.oneplus.camera.service
They both have the subfolders "cache" and "code_cache" and "/data/data/com.oneplus.camera" additionally has a "shared_prefs"-folder.
However there are no libs only .xml and .cache files.
Click to expand...
Click to collapse
Thanks for this info. I'm not very good in terms of android programming so I don't think I will be able to sort this out ^^ I'll keep trying but can't be sure i'll be able to do it :/ We might need a real dev to take a look
Won't work that way you will need to deodex the apk by pulling framework, system/app and private app folders to PC and use an arm64 deodex tool for 5.0.1+ to do it. I did it with my op2 and got the deodexd apk which pretty much works with any device as long as I push it in system folder. Hope that helps Good Luck !
This is why I love this community. I go offline for 24 hours (I just finished my work day) and I come back to some great posts about people working on this. I wish I was as informed about all of this as you guys are (seems there's a lot I can learn) and so I don't know how much I can contribute. I'll keep monitoring this thread to see what great fruit all of this collaborating will produce. If you guys want me to do any tests, I'm ready and waiting. I'm using the unofficial Resurrection rom by kenzolo (http://forum.xda-developers.com/one...-resurrectionremix-m-v5-7-0-20160616-t3399921). You guys all rock!
lead3r1 said:
Won't work that way you will need to deodex the apk by pulling framework, system/app and private app folders to PC and use an arm64 deodex tool for 5.0.1+ to do it. I did it with my op2 and got the deodexd apk which pretty much works with any device as long as I push it in system folder. Hope that helps Good Luck !
Click to expand...
Click to collapse
http://forum.xda-developers.com/and.../script-app-joeldroid-lollipop-batch-t2980857
My phone is arriving tomorrow and I have this little doubt regarding camera.
I love RR on my D855 LG G3, but compared to stock LG ROM, quality sucks.
Do you loose any quality switching from Oxygen to CM?
Thanks!

com.qualcomm.qcrilmsgtunnel issue

Hi @all,
I searched around but seems that this issue has not been reported yet... and I can´t find the ticket queue to verify if this has been reported yet.
Used Phone: LG G4 H815 EUR
open BL and rooted,
plain LOS since the first version.
Actual: 14.1-20170307-Nightly-h815
It makes no difference if I install on a fresh system or just using the update.
Issue:
After each reboot the com.qualcomm.qcrilmsgtunnel crashes. This issue has been reported in the German forum since a couple of time by different user and I can reproduce the issue always.
There is no other visual subsequent error, just this crash.
The partly bug report regarding this issue:
Code:
03-07 18:56:46.754 4772 6755 I ActivityManager: Start proc 8373:com.google.process.gapps/u0a76 for broadcast com.google.android.syncadapters.contacts/.ContactsSyncAdapterBroadcastReceiver
03-07 18:56:46.880 4772 6645 I ActivityManager: Start proc 8392:com.google.android.gms.unstable/u0a35 for service com.google.android.gms/.droidguard.DroidGuardService
03-07 18:56:47.229 4772 4858 I ActivityManager: Killing 6757:com.android.printspooler/u0a70 (adj 906): empty #17
03-07 18:56:47.250 4772 6998 D ActivityManager: cleanUpApplicationRecord -- 6757
03-07 18:56:47.341 4772 6451 I ActivityManager: Start proc 8431:com.qualcomm.qcrilmsgtunnel/1001 for broadcast com.qualcomm.qcrilmsgtunnel/.QcrilMsgTunnelAutoboot
03-07 18:56:47.478 4772 4858 I ActivityManager: Start proc 8448:com.google.android.gms.ui/u0a35 for service com.google.android.gms/.chimera.UiIntentOperationService
03-07 18:56:47.684 4772 6659 I ActivityManager: Killing 7253:com.adobe.lrmobile/u0a56 (adj 906): empty #17
--------- beginning of crash
03-07 18:56:47.688 8431 8431 E AndroidRuntime: FATAL EXCEPTION: main
03-07 18:56:47.688 8431 8431 E AndroidRuntime: Process: com.qualcomm.qcrilmsgtunnel, PID: 8431
03-07 18:56:47.688 8431 8431 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate receiver com.qualcomm.qcrilmsgtunnel.QcrilMsgTunnelAutoboot: java.lang.ClassNotFoundException: Didn't find class "com.qualcomm.qcrilmsgtunnel.QcrilMsgTunnelAutoboot" on path: DexPathList[[zip file "/system/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk"],nativeLibraryDirectories=[/system/priv-app/qcrilmsgtunnel/lib/arm64, /system/lib64, /vendor/lib64, /system/lib64, /vendor/lib64]]
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3021)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ActivityThread.-wrap18(ActivityThread.java)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1561)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6126)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.qualcomm.qcrilmsgtunnel.QcrilMsgTunnelAutoboot" on path: DexPathList[[zip file "/system/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk"],nativeLibraryDirectories=[/system/priv-app/qcrilmsgtunnel/lib/arm64, /system/lib64, /vendor/lib64, /system/lib64, /vendor/lib64]]
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3016)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: ... 8 more
03-07 18:56:47.688 8431 8431 E AndroidRuntime: Suppressed: java.io.IOException: No original dex files found for dex location /system/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.DexFile.openDexFileNative(Native Method)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.DexFile.openDexFile(DexFile.java:367)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.DexFile.<init>(DexFile.java:112)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.DexFile.<init>(DexFile.java:77)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.DexPathList.loadDexFile(DexPathList.java:359)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.DexPathList.makeElements(DexPathList.java:323)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.DexPathList.makeDexElements(DexPathList.java:263)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.DexPathList.<init>(DexPathList.java:126)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.<init>(BaseDexClassLoader.java:48)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.PathClassLoader.<init>(PathClassLoader.java:64)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at com.android.internal.os.PathClassLoaderFactory.createClassLoader(PathClassLoaderFactory.java:43)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:58)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.LoadedApk.createOrUpdateClassLoaderLocked(LoadedApk.java:520)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.LoadedApk.getClassLoader(LoadedApk.java:553)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:1866)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.LoadedApk.getResources(LoadedApk.java:766)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ContextImpl.<init>(ContextImpl.java:2038)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ContextImpl.createAppContext(ContextImpl.java:1983)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5301)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ActivityThread.-wrap2(ActivityThread.java)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1545)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: ... 6 more
Any idea what could be done?
Hey Rigattoni,
I have the same issue and the same provider, maybe that is related?
best Regards
Nick
Hi Nickbert,
seems not to be provider related... and not only with LG G4...
I found the related ticket, which is still not fixed yet. https://jira.lineageos.org/browse/BUGBASH-186
I have this issue on a US (T-Mobile) G4 model H811.
LineageOS 14.1 2017-03-07, OpenGapps pico 2017-03-12.
Since com.qualcomm.qcrilmsgtunnel seems to be Qualcomm's phone dialer app from what I found in searches, and since the phone dialer still seems to work, I'm viewing this as a cosmetic issue for now. (For me anyway)
Just want to add updates to this .. since 14.1-20170314-Nightly-h815 the issue never showed up again. maybe fixed maybe just disappeared
Now am on 14.1-20170321-Nightly-h815 (which came on yesterday) and the problem never appeared again.

Venom tweaks has stopped

Hi,
i've just installed the latest viper10 (v5.9.0) rom to my HTC 10. I want to change some stuff in the venom tweaks, but when i try to change an icon (carrier icon, status bar icon etc...) it shows an error : "Venom tweaks - the application has stopped".
I tried to clean the cache of the venom tweaks and venom hub in app manager, log out and log in again into my account, reinstall the rom with and without wipe and did a record when the massage appears. I cant upload the zip here and post a link so i will send you in pm if you can halp me.
I use the latest twrp recovery and stock kernel.
Thanks for your help.
szbbalint said:
Hi,
i've just installed the latest viper10 (v5.9.0) rom to my HTC 10. I want to change some stuff in the venom tweaks, but when i try to change an icon (carrier icon, status bar icon etc...) it shows an error : "Venom tweaks - the application has stopped".
I tried to clean the cache of the venom tweaks and venom hub in app manager, log out and log in again into my account, reinstall the rom with and without wipe and did a record when the massage appears. I cant upload the zip here and post a link so i will send you in pm if you can halp me.
I use the latest twrp recovery and stock kernel.
Thanks for your help.
Click to expand...
Click to collapse
just upload it to drive/dropbox or any other filehoster. Or unzip it and pull out the logcat.txt and upload oit.
j to the 4n said:
just upload it to drive/dropbox or any other filehoster. Or unzip it and pull out the logcat.txt and upload oit.
Click to expand...
Click to collapse
i cant post any link because i'm a new user... so i copy/paste the logcat.txt
04-09 08:22:40.548 8009 8009 E AndroidRuntime: FATAL EXCEPTION: main
04-09 08:22:40.548 8009 8009 E AndroidRuntime: Process: com.m0narx.tweaks, PID: 8009
04-09 08:22:40.548 8009 8009 E AndroidRuntime: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.PICK dat=content: }
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.app.Instrumentation.execStartActivity(Instrumentation.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.app.Activity.startActivityForResult(Activity.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.app.Activity.startActivityFromFragment(Activity.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.app.Activity$HostCallbacks.onStartActivityFromFragment(Activity.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at com.m0narx.tweaks.widgets.Misc.InstallBg(Misc.java:292)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at com.m0narx.tweaks.fragments.ScreenStatusBarHeaderOperator.onPrefChange(ScreenStatusBarHeaderOperator.java:69)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at com.m0narx.tweaks.widgets.BasePreferences.onPreferenceChange(BasePreferences.java:568)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.callChangeListener(HtcPreference.java:346)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at com.htc.libs.preference.HtcTwoStatePreference.onClick(HtcTwoStatePreference.java:55)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.performClick(HtcPreference.java:855)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at com.htc.libs.preference.HtcPreferenceScreen.onItemClick(HtcPreferenceScreen.java:155)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.widget.AdapterView.performItemClick(AdapterView.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.widget.AbsListView.performItemClick(AbsListView.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.widget.AbsListView$PerformClick.run(AbsListView.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.widget.AbsListView$3.run(AbsListView.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.os.Looper.loop(Looper.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: FATAL EXCEPTION: main
04-09 08:36:34.861 13283 13283 E AndroidRuntime: Process: com.m0narx.tweaks, PID: 13283
04-09 08:36:34.861 13283 13283 E AndroidRuntime: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.PICK dat=content: }
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.app.Instrumentation.execStartActivity(Instrumentation.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.app.Activity.startActivityForResult(Activity.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.app.Activity.startActivityFromFragment(Activity.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.app.Activity$HostCallbacks.onStartActivityFromFragment(Activity.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at com.m0narx.tweaks.widgets.Misc.InstallBg(Misc.java:292)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at com.m0narx.tweaks.fragments.ScreenStatusBarHeaderOperator.onPrefChange(ScreenStatusBarHeaderOperator.java:69)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at com.m0narx.tweaks.widgets.BasePreferences.onPreferenceChange(BasePreferences.java:568)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.callChangeListener(HtcPreference.java:346)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at com.htc.libs.preference.HtcTwoStatePreference.onClick(HtcTwoStatePreference.java:55)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.performClick(HtcPreference.java:855)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at com.htc.libs.preference.HtcPreferenceScreen.onItemClick(HtcPreferenceScreen.java:155)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.widget.AdapterView.performItemClick(AdapterView.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.widget.AbsListView.performItemClick(AbsListView.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.widget.AbsListView$PerformClick.run(AbsListView.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.widget.AbsListView$3.run(AbsListView.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.os.Looper.loop(Looper.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: FATAL EXCEPTION: main
04-09 08:37:23.409 13569 13569 E AndroidRuntime: Process: com.m0narx.tweaks, PID: 13569
04-09 08:37:23.409 13569 13569 E AndroidRuntime: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.PICK dat=content: }
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.app.Instrumentation.execStartActivity(Instrumentation.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.app.Activity.startActivityForResult(Activity.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.app.Activity.startActivityFromFragment(Activity.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.app.Activity$HostCallbacks.onStartActivityFromFragment(Activity.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at com.m0narx.tweaks.widgets.Misc.InstallBg(Misc.java:292)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at com.m0narx.tweaks.fragments.ScreenStatusBarHeaderOperator.onPrefChange(ScreenStatusBarHeaderOperator.java:69)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at com.m0narx.tweaks.widgets.BasePreferences.onPreferenceChange(BasePreferences.java:568)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.callChangeListener(HtcPreference.java:346)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at com.htc.libs.preference.HtcTwoStatePreference.onClick(HtcTwoStatePreference.java:55)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.performClick(HtcPreference.java:855)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at com.htc.libs.preference.HtcPreferenceScreen.onItemClick(HtcPreferenceScreen.java:155)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.widget.AdapterView.performItemClick(AdapterView.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.widget.AbsListView.performItemClick(AbsListView.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.widget.AbsListView$PerformClick.run(AbsListView.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.widget.AbsListView$3.run(AbsListView.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.os.Looper.loop(Looper.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: FATAL EXCEPTION: main
04-09 08:43:09.097 14645 14645 E AndroidRuntime: Process: com.m0narx.tweaks, PID: 14645
04-09 08:43:09.097 14645 14645 E AndroidRuntime: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.PICK dat=content: }
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.app.Instrumentation.execStartActivity(Instrumentation.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.app.Activity.startActivityForResult(Activity.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.app.Activity.startActivityFromFragment(Activity.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.app.Activity$HostCallbacks.onStartActivityFromFragment(Activity.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at com.m0narx.tweaks.widgets.Misc.InstallBg(Misc.java:292)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at com.m0narx.tweaks.fragments.ScreenStatusBarHeaderOperator.onPrefChange(ScreenStatusBarHeaderOperator.java:69)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at com.m0narx.tweaks.widgets.BasePreferences.onPreferenceChange(BasePreferences.java:568)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.callChangeListener(HtcPreference.java:346)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at com.htc.libs.preference.HtcTwoStatePreference.onClick(HtcTwoStatePreference.java:55)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.performClick(HtcPreference.java:855)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at com.htc.libs.preference.HtcPreferenceScreen.onItemClick(HtcPreferenceScreen.java:155)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.widget.AdapterView.performItemClick(AdapterView.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.widget.AbsListView.performItemClick(AbsListView.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.widget.AbsListView$PerformClick.run(AbsListView.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.widget.AbsListView$3.run(AbsListView.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.os.Looper.loop(Looper.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: FATAL EXCEPTION: main
04-09 08:45:45.240 16696 16696 E AndroidRuntime: Process: com.m0narx.tweaks, PID: 16696
04-09 08:45:45.240 16696 16696 E AndroidRuntime: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.PICK dat=content: }
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.app.Instrumentation.execStartActivity(Instrumentation.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.app.Activity.startActivityForResult(Activity.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.app.Activity.startActivityFromFragment(Activity.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.app.Activity$HostCallbacks.onStartActivityFromFragment(Activity.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at com.m0narx.tweaks.widgets.Misc.InstallBg(Misc.java:292)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at com.m0narx.tweaks.fragments.ScreenStatusBarHeaderOperator.onPrefChange(ScreenStatusBarHeaderOperator.java:69)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at com.m0narx.tweaks.widgets.BasePreferences.onPreferenceChange(BasePreferences.java:568)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.callChangeListener(HtcPreference.java:346)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at com.htc.libs.preference.HtcTwoStatePreference.onClick(HtcTwoStatePreference.java:55)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.performClick(HtcPreference.java:855)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at com.htc.libs.preference.HtcPreferenceScreen.onItemClick(HtcPreferenceScreen.java:155)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.widget.AdapterView.performItemClick(AdapterView.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.widget.AbsListView.performItemClick(AbsListView.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.widget.AbsListView$PerformClick.run(AbsListView.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.widget.AbsListView$3.run(AbsListView.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.os.Looper.loop(Looper.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
04-09 08:47:51.066 17721 17867 I System : exec(su -c logcat | grep AndroidRuntime @ com.m0narx.tweaks.process.LogcatWriter.run)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: FATAL EXCEPTION: main
04-09 08:47:59.895 17721 17721 E AndroidRuntime: Process: com.m0narx.tweaks, PID: 17721
04-09 08:47:59.895 17721 17721 E AndroidRuntime: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.PICK dat=content: }
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.app.Instrumentation.execStartActivity(Instrumentation.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.app.Activity.startActivityForResult(Activity.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.app.Activity.startActivityFromFragment(Activity.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.app.Activity$HostCallbacks.onStartActivityFromFragment(Activity.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at com.m0narx.tweaks.widgets.Misc.InstallBg(Misc.java:292)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at com.m0narx.tweaks.fragments.ScreenStatusBarHeaderOperator.onPrefChange(ScreenStatusBarHeaderOperator.java:69)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at com.m0narx.tweaks.widgets.BasePreferences.onPreferenceChange(BasePreferences.java:568)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.callChangeListener(HtcPreference.java:346)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at com.htc.libs.preference.HtcTwoStatePreference.onClick(HtcTwoStatePreference.java:55)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.performClick(HtcPreference.java:855)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at com.htc.libs.preference.HtcPreferenceScreen.onItemClick(HtcPreferenceScreen.java:155)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.widget.AdapterView.performItemClick(AdapterView.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.widget.AbsListView.performItemClick(AbsListView.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.widget.AbsListView$PerformClick.run(AbsListView.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.widget.AbsListView$3.run(AbsListView.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.os.Looper.loop(Looper.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
04-09 08:48:16.454 17998 17998 E AndroidRuntime: FATAL EXCEPTION: main
04-09 08:48:16.454 17998 17998 E AndroidRuntime: Process: com.m0narx.tweaks, PID: 17998
04-09 08:48:16.454 17998 17998 E AndroidRuntime: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.PICK dat=content: }
04-09 08:48:16.454 17998 17998 E AndroidRuntime: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java)
Click to expand...
Click to collapse
szbbalint said:
i cant post any link because i'm a new user... so i copy/paste the logcat.txt
Click to expand...
Click to collapse
Seemy you got no album app installed.
Install HTC Gallery or Google Photos.
j to the 4n said:
Seemy you got no album app installed.
Install HTC Gallery or Google Photos.
Click to expand...
Click to collapse
Yes, that was the problem.. Thank you for your help.
szbbalint said:
Yes, that was the problem.. Thank you for your help.
Click to expand...
Click to collapse
you are welcome.

logcat errors show "no such table: oneplus_search"?

the cut (only ERROR) logcat
12-27 00:28:03.986 29426 29443 E AndroidRuntime: FATAL EXCEPTION: ContactsProviderWorker
12-27 00:28:03.986 29426 29443 E AndroidRuntime: Process: android.process.acore, PID: 29426
12-27 00:28:03.986 29426 29443 E AndroidRuntime: android.database.sqlite.SQLiteException: no such table: oneplus_search (code 1): , while compiling: SELECT t9_jian,t9_part,raw_contacts._id,name_raw_contact_id FROM oneplus_search JOIN raw_contacts ON (raw_contact_id = raw_contacts._id) JOIN contacts ON (raw_contacts.contact_id = contacts._id) WHERE contacts._id=?
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:889)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:500)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:588)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:58)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at android.database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:37)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:44)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1345)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1284)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at com.oneplus.providers.contacts.t9.OneplusSearchHelper.insertContactsSearch(OneplusSearchHelper.java:1550)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at com.oneplus.providers.contacts.t9.OneplusSearchHelper.upgradeOneplusApiTo1112(OneplusSearchHelper.java:1391)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at com.oneplus.providers.contacts.OneplusContactsApiSupport.upgradeOneplusApiTo1112(OneplusContactsApiSupport.java:395)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at com.android.providers.contacts.ContactsDatabaseHelper.upgradeToVersion1112(ContactsDatabaseHelper.java:4852)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at com.android.providers.contacts.ContactsDatabaseHelper.onUpgrade(ContactsDatabaseHelper.java:3112)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:256)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:187)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at com.android.providers.contacts.LegacyApiSupport.<init>(LegacyApiSupport.java:530)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at com.android.providers.contacts.ContactsProvider2.initForDefaultLocale(ContactsProvider2.java:1710)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at com.android.providers.contacts.ContactsProvider2.performBackgroundTask(ContactsProvider2.java:1885)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at com.android.providers.contacts.ContactsProvider2$1.handleMessage(ContactsProvider2.java:1652)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
12-27 00:28:03.986 29426 29443 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:61)
I do not know what to do regards this, nor do i know what database is bugging out

Xposed how to replace XML resource in framework-res android package

I am trying to replace the xml resource "config_webview_packages" in android package.
I've tried both systemWideReplacement and setReplacement in hookinit resource
Code:
XposedBridge.log("Detected android package");
XModuleResources modRes = XModuleResources.createInstance(MODULE_PATH, null);
XResources.setSystemWideReplacement("android", "xml", "config_webview_packages", modRes.fwd(R.xml.config_webview_packages));
XposedBridge.log("Replaced config_webview_packages");
int id = modRes.getIdentifier("config_webview_packages", "xml", "android");
XposedBridge.log(id + " " + modRes.getXml(id));
When I use system wide replacement in initZygote, the device goes into bootloop, this is the logcat.
Code:
05-13 21:28:06.959 1975 1975 D AndroidRuntime: Shutting down VM
05-13 21:28:06.959 1975 1975 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
05-13 21:28:06.959 1975 1975 E AndroidRuntime: java.lang.RuntimeException: Failed to create service com.android.server.webkit.WebViewUpdateService: service constructor threw an exception
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:104)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at com.android.server.SystemServer.startCoreServices(SystemServer.java:516)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:339)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:222)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:890)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:780)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:107)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: Caused by: java.lang.reflect.InvocationTargetException
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at java.lang.reflect.Constructor.newInstance0(Native Method)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at java.lang.reflect.Constructor.newInstance(Constructor.java:430)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:93)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: ... 7 more
05-13 21:28:06.959 1975 1975 E AndroidRuntime: Caused by: java.lang.NoSuchFieldError: android.content.res.XModuleResources#mCachedXmlBlockIds
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at de.robv.android.xposed.XposedHelpers.findField(XposedHelpers.java:116)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at de.robv.android.xposed.XposedHelpers.getObjectField(XposedHelpers.java:894)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at android.content.res.XResources.isXmlCached(XResources.java:1121)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at android.content.res.XResources.getXml(XResources.java:1105)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at com.android.server.webkit.SystemImpl.<init>(SystemImpl.java:81)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at com.android.server.webkit.SystemImpl.<init>(SystemImpl.java)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at com.android.server.webkit.SystemImpl$LazyHolder.<clinit>(SystemImpl.java:67)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at com.android.server.webkit.SystemImpl.getInstance(SystemImpl.java:71)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: at com.android.server.webkit.WebViewUpdateService.<init>(WebViewUpdateService.java:58)
05-13 21:28:06.959 1975 1975 E AndroidRuntime: ... 10 more
When I try setReplacement in handleInitPackageResources, the code works but the resource doesn't get replaced.
Kinda stuck now.. any help?
Did you ever make it work? I have a similar issue: https://forum.xda-developers.com/t/cant-get-simple-resource-replacement-to-work.4219491/
try to create the modRes instance on the zygote and the replace on handleInitPackageResources
static XModuleResources modRes;
@override
public void initZygote(StartupParam startupParam) throws Throwable {
modRes = XModuleResources.createInstance(startupParam.modulePath, null);
}
public static final String TARGET = "android";
//public static final String TARGET = "com.android.systemui";
@override
public void handleInitPackageResources(XC_InitPackageResources.InitPackageResourcesParam resparam) throws Throwable {
if (!resparam.packageName.equals(TARGET)) {
return;
}
//resp.res.setReplacement(TARGET, type, name, modRes.fwd(res));
resp.res.setReplacement(TARGET, "layout", "video_menu_item", modRes.fwd(R.layout.video_call_menu_item));
}

Categories

Resources