Profiles Trust Provider keeps stopping - LineageOS Questions & Answers

I have a google pixel 5 with lineageos 20 installed. I get the error "Profiles Trust Provider keeps stopping" popping up. The relevant section of the log is below; it's crashing because it needs android.permission.BLUETOOTH_CONNECT permission but doesn't have it. I don't have any bluetooth triggers configured in my system profiles.
Any suggestions for how to work around this would be welcome. Is there some way to grant that permission?
Thanks,
Keith
02-14 18:34:47.944 7484 7484 D AndroidRuntime: Shutting down VM
02-14 18:34:47.945 7484 7484 E AndroidRuntime: FATAL EXCEPTION: main
02-14 18:34:47.945 7484 7484 E AndroidRuntime: Process: org.lineageos.profiles, PID: 7484
02-14 18:34:47.945 7484 7484 E AndroidRuntime: java.lang.SecurityException: Need android.permission.BLUETOOTH_CONNECT permission for AttributionSource { uid = 10179, packageName = org.lineageos.profiles, attributionTag = null, token = [email protected], next = null }: AdapterService getBondedDevices
02-14 18:34:47.945 7484 7484 E AndroidRuntime: at com.android.bluetooth.Utils.checkPermissionForDataDelivery(Utils.java:482)
02-14 18:34:47.945 7484 7484 E AndroidRuntime: at com.android.bluetooth.Utils.checkConnectPermissionForDataDelivery(Utils.java:514)
02-14 18:34:47.945 7484 7484 E AndroidRuntime: at com.android.bluetooth.btservice.AdapterService$AdapterServiceBinder.getBondedDevices(AdapterService.java:2123)
02-14 18:34:47.945 7484 7484 E AndroidRuntime: at com.android.bluetooth.btservice.AdapterService$AdapterServiceBinder.getBondedDevices(AdapterService.java:2115)
02-14 18:34:47.945 7484 7484 E AndroidRuntime: at android.bluetooth.IBluetooth$Stub.onTransact(IBluetooth.java:642)
02-14 18:34:47.945 7484 7484 E AndroidRuntime: at android.os.Binder.execTransactInternal(Binder.java:1285)
02-14 18:34:47.945 7484 7484 E AndroidRuntime: at android.os.Binder.execTransact(Binder.java:1244)

keithr42 said:
I have a google pixel 5 with lineageos 20 installed. I get the error "Profiles Trust Provider keeps stopping" popping up. The relevant section of the log is below; it's crashing because it needs android.permission.BLUETOOTH_CONNECT permission but doesn't have it. I don't have any bluetooth triggers configured in my system profiles.
Any suggestions for how to work around this would be welcome. Is there some way to grant that permission?
Thanks,
Keith
02-14 18:34:47.944 7484 7484 D AndroidRuntime: Shutting down VM
02-14 18:34:47.945 7484 7484 E AndroidRuntime: FATAL EXCEPTION: main
02-14 18:34:47.945 7484 7484 E AndroidRuntime: Process: org.lineageos.profiles, PID: 7484
02-14 18:34:47.945 7484 7484 E AndroidRuntime: java.lang.SecurityException: Need android.permission.BLUETOOTH_CONNECT permission for AttributionSource { uid = 10179, packageName = org.lineageos.profiles, attributionTag = null, token = [email protected], next = null }: AdapterService getBondedDevices
02-14 18:34:47.945 7484 7484 E AndroidRuntime: at com.android.bluetooth.Utils.checkPermissionForDataDelivery(Utils.java:482)
02-14 18:34:47.945 7484 7484 E AndroidRuntime: at com.android.bluetooth.Utils.checkConnectPermissionForDataDelivery(Utils.java:514)
02-14 18:34:47.945 7484 7484 E AndroidRuntime: at com.android.bluetooth.btservice.AdapterService$AdapterServiceBinder.getBondedDevices(AdapterService.java:2123)
02-14 18:34:47.945 7484 7484 E AndroidRuntime: at com.android.bluetooth.btservice.AdapterService$AdapterServiceBinder.getBondedDevices(AdapterService.java:2115)
02-14 18:34:47.945 7484 7484 E AndroidRuntime: at android.bluetooth.IBluetooth$Stub.onTransact(IBluetooth.java:642)
02-14 18:34:47.945 7484 7484 E AndroidRuntime: at android.os.Binder.execTransactInternal(Binder.java:1285)
02-14 18:34:47.945 7484 7484 E AndroidRuntime: at android.os.Binder.execTransact(Binder.java:1244)
Click to expand...
Click to collapse
I have the same problem. Did you file a bug? Did you find a solution? I use LineageOS for microG, so I cannot report a bug. https://wiki.lineageos.org/how-to/bugreport

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!

soft reboots.?? logcat and dmseg attached.. HELP

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

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.

[ROM] [9.0] crDroidAndroid v5.10 [UNOFFICIAL] 11/27/2019

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features
Click for feature list
Always Have a full functional Backup. Just in case!
ROM: DOWNLOAD ROM
GAPPS: DOWNLOAD GAPPS
Platform: ARM64
Android: 9.0
Device Source:
Device
Kernel
Vendor
First time installing crDroid to your HTC 10, or coming from another ROM:
** Make sure you're running a proper working Recovery (TWRP is recommended)
1) Copy crDroid zip, GAPPS zip to your device
2) Boot into Recovery
3) Wipe cache, system, & data (or just cache & system for a dirty flash).
4) Flash ROM
8) Flash GAPPS
9) Boot up
For root, AFTER you boot into the ROM, you can go back to recovery and install Magisk XX.x (whatever is most recent).
ROM Asking for Decryption key on boot:
This isn't a ROM issue, but an issue with your device. Kindly boot into TWRP and go to wipe - choose FORMAT - TYPE - YES
***This WILL wipe your INTERNAL storage. Backup before performing the format.
Upgrading from earlier version of crDroid:
The only difference between clean flash as above and upgrading is you just wipe system & cache, leaving data. Everything else is the same. ***Remember to always clean flash before reporting problems. Clean flashing is always the best method of ROM install.
KNOWN ISSUES
1. SlowMo
2. SeLinux permissive
3. IMS - VOLTE - Partially Working:
--Verizon - Fully Working
--Vodafone - Fully Working
--Orange - Fully Working
--KPN - Fully Working
--Fido - Switches to 3g
--Mobitel - Doesn't support
--T-Mobile - Not Working
--Turk Telekom - Not Working
--Sprint - ? - Need Feedback
--AT&T - ? - Need Feedback
--others -? - Need Feedback
Don't expect any support if you:
- are not running the included kernel
- have installed any mods such as Xposed
- have modified system files
Thanks to:
- fagyi
- fansolo
- MrRob0t
- Google
- LineageOS
- SlimRoms
- AOSPA
- AOSIP
- AICP
- OmniRom
- NamelessROM
- Many others... (if you've been left out just send a PM )
XDA:DevDB Information
[ROM] [9.0] crDroidAndroid v5.10 [UNOFFICIAL], ROM for the HTC 10
Contributors
andybones, fagyi
Source Code: https://github.com/crdroidandroid
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.x
ROM Firmware Required: Oreo
Based On: LineageOS
Version Information
Status: Beta
Created 2019-01-30
Last Updated 2019-11-28
Changelog
crDroidAndroid Changelog:
Full Changelog:
2019-09-15---2019-09-24
2019-08-27---2019-09-05
2019-08-17---2019-08-26
2019-08-07---2019-08-13
2019-07-20---2019-08-04
2019-07-06---2019-07-19
2019-06-24---2019-07-13
2019-06-06---2019-06-15
2019-05-05---2019-05-14
2019-04-28---2019-05-07
2019-04-13---2019-04-22
2019-04-11---2019-04-20
2019-03-09---2019-03-18
2019-02-10---2019-02-25
2019-01-31---2019-02-09
1 more
Nice one Andy !
Best news. Thanks so much!
Great job man :highfive:
Thank you for the love guys!
I'm having this problem where fingerprint would stop unlocking the phone after some time. Home button still wakes the device up, but I have to type the pin in.
The fingerprint is not listed in lock methods.
And when I'm trying to add the fingers again, I get the error in the screenshot
Edit: I hope i was clear enough ?
kolbitas said:
I'm having this problem where fingerprint would stop unlocking the phone after some time. Home button still wakes the device up, but I have to type the pin in.
The fingerprint is not listed in lock methods.
And when I'm trying to add the fingers again, I get the error in the screenshot
Edit: I hope i was clear enough ?
Click to expand...
Click to collapse
Hmm, dang fingerprint.
What's happens when you try a different finger?
(I may need to reach out to @fagyi again for some assistance. Or it could be a crdroid bug :-/ )
Thank you for the feedback!
andybones said:
Hmm, dang fingerprint.
What's happens when you try a different finger?
(I may need to reach out to @fagyi again for some assistance. Or it could be a crdroid bug :-/ )
Thank you for the feedback!
Click to expand...
Click to collapse
Sorry for a little delay, i fell asleep.
When I try a different finger, it just asks for another different one, the same way.
Would be nice to hear from someone else though, maybe I'm the only one having this
Update: I flashed the rom again, but this time i added the fingerprints after the setup and seems to be ok so far.
Fingerprint problems
kolbitas said:
I'm having this problem where fingerprint would stop unlocking the phone after some time. Home button still wakes the device up, but I have to type the pin in.
The fingerprint is not listed in lock methods.
And when I'm trying to add the fingers again, I get the error in the screenshot
Edit: I hope i was clear enough ?
Click to expand...
Click to collapse
Dear Andy your ROM is Masterpiece.
Thank you very much.
But I have this problem exactly.
new build
- device tree is based mostly the same as @Fagyis los tree
-- this makes it easier to keep things up to date faster
- fingerprint should be fixed
- gapps now included
https://www.androidfilehost.com/?fid=11410963190603912358
Thank you very much!
While in the process of observation.
In the first version, the fingerprint flew after rebooting the device.
By the way, the brightness level also flew. On the latest version, everything is fine. )))
Be sure to install with a full wipe. Сlean flash.
If you make a dirty flash, the print still does not work.
Sorry for my English.
Incredible!! Thank you so much for this! Will test soon!
Hi All, i wanna ask about otg in htc 10, is htc 10 support otg? i asked it because i have planning to buy an otg flash disk, but i'm affraid if htc 10 doesn't support otg..
thank you
likliknuno said:
Hi All, i wanna ask about otg in htc 10, is htc 10 support otg? i asked it because i have planning to buy an otg flash disk, but i'm affraid if htc 10 doesn't support otg..
thank you
Click to expand...
Click to collapse
https://forum.xda-developers.com/htc-10/help/htc10-otg-capable-t3382290
Hello andybones. Finally see your pie build thread! CrDroid is awesome and I definitely love using it! The only thing is that when I flash a Magisk font, the phone often soft reboots itself. I know that there's a font setting in CrDroid settings and there are lots of fonts, but the fonts in there are only in English. I'm flashing a Chinese font. Can I solve this problem by replacing the .TTF file in system? Thanks
andybones said:
new build
- device tree is based mostly the same as @Fagyis los tree
-- this makes it easier to keep things up to date faster
- fingerprint should be fixed
- gapps now included
https://www.androidfilehost.com/?fid=11410963190603912358
Click to expand...
Click to collapse
Thanks but did not see gapps being included, just booted right to the desktop. Seems quite smooth.
Pandora FC's when it is opened as well.
01-31 18:50:36.814 12751 12769 E AndroidRuntime: FATAL EXCEPTION: AsyncTask #3
01-31 18:50:36.814 12751 12769 E AndroidRuntime: Process: com.pandora.android, PID: 12751
01-31 18:50:36.814 12751 12769 E AndroidRuntime: java.lang.RuntimeException: An error occurred while executing doInBackground()
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at android.os.AsyncTask$3.done(AsyncTask.java:354)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:271)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at java.lang.Thread.run(Thread.java:764)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: Caused by: android.database.sqlite.SQLiteException: error in view V_Collected_Items_v2: SELECTs to the left and right of UNION do not have the same number of result columns (code 1 SQLITE_ERROR)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:750)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at android.database.sqlite.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:754)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:64)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.executeSql(SQLiteDatabase.java:1780)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1707)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at android.arch.persistence.db.framework.FrameworkSQLiteDatabase.execSQL(SourceFile:242)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at com.pandora.repository.sqlite.helper.PandoraDBHelper.b(SourceFile:205)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at com.pandora.repository.sqlite.helper.PandoraDBHelper.a(SourceFile:117)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at com.pandora.repository.sqlite.helper.PandoraDBHelper$1.onCreate(SourceFile:48)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at com.pandora.repository.sqlite.room.PandoraDatabase_Impl$1.onCreate(SourceFile:279)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at android.arch.persistence.room.RoomOpenHelper.onCreate(SourceFile:74)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at android.arch.persistence.db.framework.FrameworkSQLiteOpenHelper$OpenHelper.onCreate(SourceFile:127)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:393)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:298)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at android.arch.persistence.db.framework.FrameworkSQLiteOpenHelper$OpenHelper.getWritableSupportDatabase(SourceFile:96)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at android.arch.persistence.db.framework.FrameworkSQLiteOpenHelper.getWritableDatabase(SourceFile:54)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at com.pandora.repository.sqlite.room.a$a.getWritableDB(SourceFile:22)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at com.pandora.repository.sqlite.helper.PandoraDBHelper.c(SourceFile:235)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at com.pandora.repository.sqlite.helper.PandoraDBHelper.a(SourceFile:227)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at com.pandora.radio.provider.s.b(SourceFile:114)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at com.pandora.radio.search.b.a(SourceFile:25)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at com.pandora.radio.search.b.doInBackground(SourceFile:15)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at android.os.AsyncTask$2.call(AsyncTask.java:333)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-31 18:50:36.814 12751 12769 E AndroidRuntime: ... 3 more
01-31 18:50:36.826 12751 12816 W BluetoothAdapter: getBluetoothService() called with no BluetoothManagerCallback
01-31 18:50:36.829 2234 2633 I bt_stack: [INFOort_api.cc(230)] RFCOMM_CreateConnection: bd_addr=ff:ff:ff:ff:ff:ff, scn=7, is_server=1, mtu=990, uuid=0x003d, dlci=14, signal_state=0x0b, p_port=0x79ea0225d8
01-31 18:50:36.832 12751 12751 D AndroidRuntime: Shutting down VM
01-31 18:50:36.840 12751 12769 I JobManager: Found pending job request{id=3, tag=stats_flush_job, transient=false}, canceling
01-31 18:50:36.841 12751 12751 E AndroidRuntime: FATAL EXCEPTION: main
01-31 18:50:36.841 12751 12751 E AndroidRuntime: Process: com.pandora.android, PID: 12751
01-31 18:50:36.841 12751 12751 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.pandora.android/com.pandora.android.Main}: java.lang.IllegalStateException: attempt to re-open an already-closed object: SQLiteDatabase: /data/user/0/com.pandora.android/databases/pandora.db
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2952)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3087)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1817)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.os.Looper.loop(Looper.java:193)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6723)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:859)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: Caused by: java.lang.IllegalStateException: attempt to re-open an already-closed object: SQLiteDatabase: /data/user/0/com.pandora.android/databases/pandora.db
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.database.sqlite.SQLiteClosable.acquireReference(SQLiteClosable.java:55)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.executeSql(SQLiteDatabase.java:1762)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1707)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.arch.persistence.db.framework.FrameworkSQLiteDatabase.execSQL(SourceFile:242)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.arch.persistence.room.RoomOpenHelper.createMasterTableIfNotExists(SourceFile:147)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.arch.persistence.room.RoomOpenHelper.updateIdentity(SourceFile:142)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.arch.persistence.room.RoomOpenHelper.onCreate(SourceFile:72)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.arch.persistence.db.framework.FrameworkSQLiteOpenHelper$OpenHelper.onCreate(SourceFile:127)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:393)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:298)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.arch.persistence.db.framework.FrameworkSQLiteOpenHelper$OpenHelper.getWritableSupportDatabase(SourceFile:96)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.arch.persistence.db.framework.FrameworkSQLiteOpenHelper.getWritableDatabase(SourceFile:54)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at com.pandora.repository.sqlite.room.a$a.getWritableDB(SourceFile:22)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at com.pandora.repository.sqlite.helper.PandoraDBHelper.c(SourceFile:235)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at com.pandora.repository.sqlite.helper.PandoraDBHelper.a(SourceFile:227)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at com.pandora.radio.provider.n.b(SourceFile:73)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at com.pandora.radio.data.DeviceInfo.a(SourceFile:283)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at com.pandora.radio.data.DeviceInfo.d(SourceFile:179)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at p.ez.il.a(SourceFile:45)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at p.ez.in.a(SourceFile:42)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at p.ez.in.get(SourceFile:13)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at dagger.internal.b.get(SourceFile:47)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at p.ez.cn.a(SourceFile:60)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at p.ez.cn.get(SourceFile:16)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at dagger.internal.b.get(SourceFile:47)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at p.ez.ai.a(SourceFile:119)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at p.ez.ai.get(SourceFile:24)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at p.ez.at.a(SourceFile:41)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at p.ez.at.get(SourceFile:12)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at p.ez.ac.a(SourceFile:53)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at p.ez.ac.get(SourceFile:13)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at p.ez.ag.a(SourceFile:67)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at p.ez.ag.get(SourceFile:16)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at dagger.internal.b.get(SourceFile:47)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at p.ez.ae.a(SourceFile:34)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at p.ez.ae.get(SourceFile:11)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at p.ez.i.a(SourceFile:308)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at p.ez.i.get(SourceFile:51)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at dagger.internal.b.get(SourceFile:47)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at com.pandora.android.activity.i.a(SourceFile:525)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at com.pandora.android.activity.i.injectMembers(SourceFile:67)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at p.ey.b.a(SourceFile:18844)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at com.pandora.android.activity.BaseFragmentActivity.onCreate(SourceFile:369)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at com.pandora.android.Main.onCreate(SourceFile:132)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7145)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7136)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1271)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2932)
01-31 18:50:36.841 12751 12751 E AndroidRuntime: ... 11 more
01-31 18:50:36.897 12751 12769 D JobProxy26: Schedule one-off jobInfo success, request{id=4, tag=stats_flush_job, transient=false}, start 00:05:00, end 13:20:00 (from now), reschedule count 0
01-31 18:50:36.957 1336 1871 I CwMcuSensor: offset changed, id = 0, offset = -5407357655
01-31 18:50:36.959 1336 1871 I CwMcuSensor: processEvent: Reporting mPendingEvent.light = 11.000 9.000
01-31 18:50:36.959 1336 1871 I CwMcuSensor: offset changed, id = 3, offset = -5407357655
01-31 18:50:37.091 1336 1871 I CwMcuSensor: offset changed, id = 8, offset = -5407357655
01-31 18:50:37.216 12751 12769 I Process : Sending signal. PID: 12751 SIG: 9
01-31 18:50:37.216 1336 5474 W ActivityManager: Force finishing activity com.pandora.android/.Main
01-31 18:50:37.224 1336 1416 I ActivityManager: Showing crash dialog for package com.pandora.android u0
01-31 18:50:37.249 853 853 I Zygote : Process 12751 exited due to signal (9)
01-31 18:50:37.251 1336 3669 I ActivityManager: Process com.pandora.android (pid 12751) has died: fore TOP
01-31 18:50:37.251 2234 2234 V NewAvrcpMediaPlayerList: onActiveSessionsChanged: number of controllers: 2
01-31 18:50:37.251 2234 2234 D NewAvrcpMediaPlayerList: onActiveSessionsChanged: controller: com.google.android.music
01-31 18:50:37.251 2234 2234 D NewAvrcpMediaPlayerList: Already have a controller for the player: com.google.android.music, updating instead
01-31 18:50:37.251 2234 2234 D NewAvrcpMediaPlayerWrapper: com.google.android.music: Controller for com.google.android.music maybe is not activated.
01-31 18:50:37.252 2234 2655 W Avrcp : playState object null, sending STOPPED
01-31 18:50:37.252 2234 2234 D NewAvrcpMediaPlayerList: onActiveSessionsChanged: controller: com.spotify.music
01-31 18:50:37.252 2234 2234 D NewAvrcpMediaPlayerList: Already have a controller for the player: com.spotify.music, updating instead
01-31 18:50:37.252 2234 2234 D NewAvrcpMediaPlayerWrapper: com.spotify.music: Controller for com.spotify.music maybe is not activated.
01-31 18:50:37.253 1336 1418 W libprocessgroup: kill(-12751, 9) failed: No such process
01-31 18:50:37.253 1336 1418 I libprocessgroup: Successfully killed process cgroup uid 10200 pid 12751 in 0ms
01-31 18:50:37.256 1336 3669 W ActivityManager: Scheduling restart of crashed service com.pandora.android/com.evernote.android.job.JobRescheduleService in 68872ms
01-31 18:50:37.256 1336 3669 W ActivityManager: Scheduling restart of crashed service com.pandora.android/com.google.firebase.iid.FirebaseInstanceIdService in 6300ms
01-31 18:50:37.256 2234 2655 I Avrcp : Skipping update due to invalid playback state
01-31 18:50:37.263 953 988 W SurfaceFlinger: Attempting to set client state on removed layer: Splash Screen com.pandora.android#0
01-31 18:50:37.263 953 988 W SurfaceFlinger: Attempting to destroy on removed layer: Splash Screen com.pandora.android#0
01-31 18:50:37.270 1336 1852 W WindowManager: Failed looking up window callers=com.android.server.wm.WindowManagerService.windowForClientLocked:5544 com.android.server.wm.WindowManagerService.removeWindow:1654 com.android.server.wm.Session.remove:226
01-31 18:50:37.273 953 1439 W SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{d04496a token=Token{826eb55 ActivityRecord{446860c u0 com.pandora.android/.Main t111}}}#0
01-31 18:50:37.325 1336 5474 W ActivityManager: Ignoring remove of inactive process: ProcessRecord{1ff640b 0:com.pandora.android/u0a200}
01-31 18:50:37.329 1336 1415 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
01-31 18:50:37.329 1336 1415 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
Hey Mikee4fun, https://pastebin.com/ is your friend brother. Just trying to help out.
BTW Andybones I've always loved crdroid. Thanks for keeping our HTC10s going strong

Categories

Resources