General Lenovo P11 Pro "User Experience Program" - Lenovo P11

Hi everyone,
with the latest OTA update, Lenovo forces the user (via pop-up message and specific notification OTAUserExpr_noti_channel, at every startup) to join the user experience program.
I have solved the problem removing the app involved (com.lenovo.ue.device), using ADB.exe.
From Adb command prompt:
ADB shell
pm uninstall -k --user 0 com.lenovo.ue.device
Restart tablet at end.
Now the notification is gone e the system works well without this useless (confirmed by other users) bloatware .

You got an update from Lenovo?!? What a rare treat!

mardon85 said:
You got an update from Lenovo?!? What a rare treat!
Click to expand...
Click to collapse
it was incredible for me too

OP, thanks for this bit of info. However, after running your command line and seeing the word "success" and rebooting my P11, the stupid thing still shows up. lol
I tried rebooting the tablet and running your commands again and it tells me:
J606F:/ $ pm uninstall -k --user 0 com.lenovo.ue.device​Failure [not installed for 0]​
I've gotten updates quite a few times for my P11. I'm not sure why everyone thinks that is shocking?

@usafle You are right I tried too and I have the same result, when I have time I'll check if I can find out another way.
@NolanBart is this method still working for you?
If it's working there must be something different, did you use that exact command or did you uninstall without -k parameter?

I've searched and haven't found anything yet concerning this either - just on this forum.

@MrCrayon and @NolanBart - either of you find anything out yet?

@MrCrayon , @usafle I have got the european version TB-J706L.
I ran the command pm uninstall -k --user 0 com.lenovo.ue.device with the TB-J706L_S620144_211227 firmware.
The app com.lenovo.ue.device was permanently removed and the popup message no longer appeared (after reboot).
I recently got the version TB-J706L-S630223-220313 but all works fine as before.
Without root privileges you have to use --user 0, because it is the default and main user of the phone.
-k parameter means that the cache/data of the system application will be preserved, you can't run this command without -k if you haven't root access.
Failure [not installed for 0]​It's TRUE, because you have just removed the app for default user.
Try to disable, on system settings -> info, the "Lenovo user experience Program" menu item: maybe it's still enabled.

usafle said:
@MrCrayon and @NolanBart - either of you find anything out yet?
Click to expand...
Click to collapse
No nothing, I also searched in the ROM for OTAUserExpr and I can't find it anywhere.
NolanBart said:
@MrCrayon , @usafle I have got the european version TB-J706L.
I ran the command pm uninstall -k --user 0 com.lenovo.ue.device with the TB-J706L_S620144_211227 firmware.
The app com.lenovo.ue.device was permanently removed and the popup message no longer appeared (after reboot).
I recently got the version TB-J706L-S630223-220313 but all works fine as before.
Click to expand...
Click to collapse
Thank you for your feedback, I think the difference is TB-J706F vs TB-J706L, yours has LTE module right?
NolanBart said:
Without root privileges you have to use --user 0, because it is the default and main user of the phone.
-k parameter means that the cache/data of the system application will be preserved, you can't run this command without -k if you haven't root access.
Click to expand...
Click to collapse
I tried, in different tablets, both with -k and without and the app was uninstalled in both cases but it still did not solve.
I also tried to enable User experience and then disable it, click on the notification and then NO, removed all bloatware and disabled these ones:
Code:
pm disable-user --user 0 com.tblenovo.center
pm disable-user --user 0 com.tblenovo.userguide
pm disable-user --user 0 com.google.android.apps.mediahome.launcher
pm disable-user --user 0 com.lenovo.lcui.translator

MrCrayon said:
Thank you for your feedback, I think the difference is TB-J706F vs TB-J706L, yours has LTE module right?
Click to expand...
Click to collapse
Yes, is the LTE version, region Europe.
The process running in memory and associated to that popup it's just com.lenovo.ue.device (ue=User Experience).
Indeed, if I try to enable the "User Experience program" from settings, it's crash, nothing happens.

Lenovo really wants that User Exp program to stick around, don't they? lol

NolanBart said:
It's TRUE, because you have just removed the app for default user.
Try to disable, on system settings -> info, the "Lenovo user experience Program" menu item: maybe it's still enabled.
Click to expand...
Click to collapse
So if I long press on the notification it informs me that "Notifications for this can not be modified"
If I navigate to Settings and then System, I see nothing related to the "Lenovo user Experience Program" in there. The only APP I have is something called Lenovo_PAI but again, nothing related to the "User Experience Program"

usafle said:
If I navigate to Settings and then System, I see nothing related to the "Lenovo user Experience Program" in there. The only APP I have is something called Lenovo_PAI but again, nothing related to the "User Experience Program"
Click to expand...
Click to collapse
It's under Settings -> System -> About Tablet
NolanBart said:
The process running in memory and associated to that popup it's just com.lenovo.ue.device (ue=User Experience).
Indeed, if I try to enable the "User Experience program" from settings, it's crash, nothing happens.
Click to expand...
Click to collapse
If I try to enable it from settings a white popup shows up, I think it should show the agreement text but I have connection blocked by netGuard, if I press "GOT IT" I suppose it should enable the service, and it does not crash even if it's uninstalled for that user.
You said it crashes, what process crashes and what do you see?
That's the only way the message is gone at restart for me.
I'll have to check if something tries to access internet when that's enabled, also check with adb if I can see something in the logs.

MrCrayon said:
It's under Settings -> System -> About Tablet
If I try to enable it from settings a white popup shows up, I think it should show the agreement text but I have connection blocked by netGuard, if I press "GOT IT" I suppose it should enable the service, and it does not crash even if it's uninstalled for that user.
You said it crashes, what process crashes and what do you see?
That's the only way the message is gone at restart for me.
I'll have to check if something tries to access internet when that's enabled, also check with adb if I can see something in the logs.
Click to expand...
Click to collapse
It may be that the pop-up message is independent of the presence of the app com.lenovo.ue.device in yours firmware version.
If I try to enable the "User Experience Program" i get a black screen for a while and then the checkbox is disabled again.

MrCrayon said:
It's under Settings -> System -> About Tablet
Click to expand...
Click to collapse
Thanks for the clarification. It's definitely disabled. I can enable/disable it from there without any crashes or, error messages.

Hey, creating an account to say thanks for this. I really have no idea what im doing programming wise but this helped me remove the user experience on my lenovo p11 plus.
If anybody else comes across this thread via google I used this link to learn how to install and use ADB. https://www.howtogeek.com/125769/how-to-install-and-use-abd-the-android-debug-bridge-utility/

Hi,
NolanBart said:
ADB shell
pm uninstall -k --user 0 com.lenovo.ue.device
Restart tablet at end.
Now the notification is gone e the system works well without this useless (confirmed by other users) bloatware .
Click to expand...
Click to collapse
It causes a reboot after unlocking welcome screen. Then it goes to the recovery with the message "can't load Android system. You data may be corrupt. Factory data reset is proposed but I hesitate to do that as I have still access to ADB to resinstall that module. Unfortunatelly I don't have that module. Can somebody upload it?
I have LenovoTB-J606F
My firmware version was S320243_221118_ROW
[EDIT] com.lenovo.ue.device can be downloaded from there https://4pda.to/forum/index.php?showtopic=1014576&st=7060, but I can't restore it. So I selected Reset Factory (it wipes data) and reconfigured the tablet.

I had a similar issue on my Lenovo Yoga Tab 13. Disabling com.lenovo.ue.device caused a shutdown just after system start.
I've investigated this issue a little and noticed this happens only after connecting to WiFi. When I quickly disabled WLAN system was working correctly but just after enabling WiFi again it shutdowns.
I've also checked logcat and it turns out this issue is caused by com.lenovo.tbengine package because it's crashing without com.lenovo.ue.device so much entire OS reboots. After disabling it as well and rebooting OS it doesn't shutdown by itself.
So the solution is to disable both com.lenovo.ue.device and com.lenovo.tbengine or neither of them.
This is the interesting logcat part:
Code:
02-27 21:35:36.802 5440 5440 D UDSEngine14: [UNKNOWN][SystemBroadcastReceiver.onReceive:48][2]Network wifi connected : true , Mobile Connected : false
02-27 21:35:36.803 1849 3496 D CompatibilityInfo: mCompatibilityFlags - 4
02-27 21:35:36.804 1849 3496 D CompatibilityInfo: applicationDensity - 240
02-27 21:35:36.804 1849 3496 D CompatibilityInfo: applicationScale - 1.0
02-27 21:35:36.804 5440 5480 E ActivityThread: Failed to find provider info for com.lenovo.ue.device.provider
02-27 21:35:36.805 5440 5480 E AndroidRuntime: FATAL EXCEPTION: Thread-2
02-27 21:35:36.805 5440 5480 E AndroidRuntime: Process: com.lenovo.tbengine, PID: 5440
02-27 21:35:36.805 5440 5480 E AndroidRuntime: java.lang.IllegalArgumentException: Unknown URL content://com.lenovo.ue.device.provider/app
02-27 21:35:36.805 5440 5480 E AndroidRuntime: at android.content.ContentResolver.insert(ContentResolver.java:2192)
02-27 21:35:36.805 5440 5480 E AndroidRuntime: at android.content.ContentResolver.insert(ContentResolver.java:2157)
02-27 21:35:36.805 5440 5480 E AndroidRuntime: at com.lenovo.tbengine.core.util.PromptUtils.lambda$sendData$0$PromptUtils(PromptUtils.java:93)
02-27 21:35:36.805 5440 5480 E AndroidRuntime: at com.lenovo.tbengine.core.util.-$$Lambda$PromptUtils$Ciq_uYvVjyh8lbPyrVBSnqRFTKM.run(Unknown Source:6)
02-27 21:35:36.805 5440 5480 E AndroidRuntime: at java.lang.Thread.run(Thread.java:920)
02-27 21:35:36.805 3713 3713 D GmsGcmRegister: onBind: Intent { act=com.google.android.c2dm.intent.REGISTER pkg=com.google.android.gms }
02-27 21:35:36.805 5440 5440 D UDSEngine14: [V1.1.20.230201/999000002][OtaPolicy.isABUpdate:206][2]is ab update true
02-27 21:35:36.805 5440 5440 D UDSEngine14: [V1.1.20.230201/999000002][MainService.initWorkFlowTable:182][2]initWorkFlowTable isABUpdate true
02-27 21:35:36.805 1094 1094 D SurfaceFlinger: isVirtual : 0
02-27 21:35:36.805 1094 1094 D CompositionEngine: Output::prepare isVirtual : 0
02-27 21:35:36.805 1094 1094 D CompositionEngine: setColorTransform, return
02-27 21:35:36.808 1849 2147 W RescueParty: get module info error:
02-27 21:35:36.808 1849 2147 W RescueParty: android.content.pm.PackageManager$NameNotFoundException: No module info for package: com.lenovo.tbengine
02-27 21:35:36.808 1849 2147 W RescueParty: at android.app.ApplicationPackageManager.getModuleInfo(ApplicationPackageManager.java:1080)
02-27 21:35:36.808 1849 2147 W RescueParty: at com.android.server.RescueParty.needNoteCrash(RescueParty.java:783)
02-27 21:35:36.808 1849 2147 W RescueParty: at com.android.server.am.AppErrors.crashApplicationInner(AppErrors.java:582)
02-27 21:35:36.808 1849 2147 W RescueParty: at com.android.server.am.AppErrors.crashApplication(AppErrors.java:562)
02-27 21:35:36.808 1849 2147 W RescueParty: at com.android.server.am.ActivityManagerService.handleApplicationCrashInner(ActivityManagerService.java:8025)
02-27 21:35:36.808 1849 2147 W RescueParty: at com.android.server.am.ActivityManagerService.handleApplicationCrash(ActivityManagerService.java:7914)
02-27 21:35:36.808 1849 2147 W RescueParty: at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2030)
02-27 21:35:36.808 1849 2147 W RescueParty: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2521)
02-27 21:35:36.808 1849 2147 W RescueParty: at android.os.Binder.execTransactInternal(Binder.java:1179)
02-27 21:35:36.808 1849 2147 W RescueParty: at android.os.Binder.execTransact(Binder.java:1143)
02-27 21:35:36.808 1849 2147 D RescuePartyRecorder: notePersistentAppCrash(com.lenovo.tbengine)
02-27 21:35:36.808 5440 5440 D UDSEngine14: [V1.1.20.230201/999000002][SwfABInstalling.<init>:345][2]mPowerSaveMode false
02-27 21:35:36.809 1849 2147 W ActivityManager: Process com.lenovo.tbengine has crashed too many times, killing! Reason: crashed quickly
02-27 21:35:36.810 3642 3681 D GmsServicesProvider: query caller=com.google.android.ims name=gms:phenotype:phenotype_flag:debug_bypass_phenotype value=null
02-27 21:35:36.812 5440 5440 D UDSEngine14: [V1.1.20.230201/999000002][AvatarPlugin.<init>:50][2]versionCode 8060162
02-27 21:35:36.812 5440 5440 D UDSEngine14: [V1.1.20.230201/999000002][PromptUtils.canCollectData:160][2]Lenovo YT-K606F
02-27 21:35:36.812 5440 5440 D UDSEngine14: [V1.1.20.230201/999000002][AvatarPlugin.<init>:70][2]persist.sys.backgrounddata=false
02-27 21:35:36.813 5440 5440 D UDSEngine14: [V1.1.20.230201/999000002][AvatarPlugin.<init>:77][2]persist.backgrounddata.enable=false
02-27 21:35:36.813 5440 5440 W UDSEngine14: [V1.1.20.230201/999000002][MainService.registerPlugins:235][2]AvatarPlugin report enabled!
02-27 21:35:36.813 5323 5323 I CarrierServices: [2] CarrierServicesReleaseApp.initialize:163 Initializing CarrierServices application without voice library.
02-27 21:35:36.814 1849 2147 D jxs0707 : ActivityManagerService handleApplicationCrash ProcessRecord r: ProcessRecord{7425b7a 5440:com.lenovo.tbengine/u0a85}
02-27 21:35:36.814 1849 2147 D jxs0707 : ActivityManagerService handleApplicationCrash ProcessRecord : com.lenovo.tbengine
02-27 21:35:36.814 5440 5480 I Process : Sending signal. PID: 5440 SIG: 9
02-27 21:35:36.817 3642 3681 D GmsServicesProvider: query caller=com.google.android.ims name=gms:phenotype:phenotype_flag:debug_bypass_phenotype value=null
02-27 21:35:36.820 3642 3690 D GmsServicesProvider: query caller=com.google.android.ims name=gms:phenotype:phenotype_flag:debug_bypass_phenotype value=null
02-27 21:35:36.822 1849 2147 I ActivityManager: Process com.lenovo.tbengine (pid 5440) has died: pers PER
02-27 21:35:36.822 1094 1094 D SurfaceFlinger: isVirtual : 0
02-27 21:35:36.822 1094 1094 D CompositionEngine: Output::prepare isVirtual : 0
02-27 21:35:36.822 891 891 I Zygote : Process 5440 exited due to signal 9 (Killed)
02-27 21:35:36.822 1094 1094 D CompositionEngine: setColorTransform, return
02-27 21:35:36.823 3642 3681 D GmsServicesProvider: query caller=com.google.android.ims name=carrier_services_rcs_flags_enable_rcs value=null
02-27 21:35:36.823 1849 2147 E ActivityManager: Service ServiceRecord{e8e1d80 u0 com.lenovo.tbengine/.core.services.MainService} in process ProcessRecord{7425b7a 5440:com.lenovo.tbengine/u0a85} not same as in map: ServiceRecord{cc947ef u0 com.lenovo.tbengine/.core.services.MainService}
02-27 21:35:36.823 1849 2147 E ActivityManager: Service ServiceRecord{dd6de28 u0 com.lenovo.tbengine/.core.services.MainService} in process ProcessRecord{7425b7a 5440:com.lenovo.tbengine/u0a85} not same as in map: ServiceRecord{cc947ef u0 com.lenovo.tbengine/.core.services.MainService}
02-27 21:35:36.824 1849 2147 W ActivityManager: Not scheduling restart of crashed service com.lenovo.tbengine/.core.services.MainService - system is shutting down

Related

[Q] Debugging userland reboots

I've been running Cyanogenmod 10.2 on my 2012 Nexus 7, and I've been having trouble with random reboots every few days. I have no idea if this is hardware, ROM, or app related, and debugging it has been tough because it seems to only happen when I'm not actively using the tablet.
I installed RebootLogger along with catlog, and luckily it captured something during a reboot. What's interesting is that it's not a full reboot to the bootloader, but just seems to reload the UI / app layers. So far, these are the only logs I've been able to capture. I've got more, but I think this is the relevant subset:
Code:
02-27 15:18:44.060 I/ActivityManager(20034): Process com.levelup.touiteur (pid 2793) has died.
02-27 15:18:44.150 I/ActivityManager(20034): Process com.google.android.partnersetup (pid 1768) has died.
02-27 15:18:59.514 I/ActivityManager(20034): Process com.google.android.googlequicksearchbox:search (pid 1750) has died.
02-27 15:19:45.146 I/ActivityManager(20034): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.sidekick.main.calendar.CalendarIntentService$CalendarReceiver: pid=3429 uid=10037 gids={50037, 3003, 1028, 3002, 1015}
02-27 15:19:46.146 I/ActivityManager(20034): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=3446 uid=10058 gids={50058, 3003, 1028}
02-27 15:22:28.584 W/Watchdog(20034): *** WATCHDOG KILLING SYSTEM PROCESS: null
02-27 15:22:28.984 E/AndroidRuntime(3489): FATAL EXCEPTION: main
02-27 15:22:28.984 E/AndroidRuntime(3489): java.lang.NullPointerException
02-27 15:22:28.984 E/AndroidRuntime(3489): at android.app.ActivityThread.attach(ActivityThread.java:5156)
02-27 15:22:28.984 E/AndroidRuntime(3489): at android.app.ActivityThread.main(ActivityThread.java:5276)
02-27 15:22:28.984 E/AndroidRuntime(3489): at java.lang.reflect.Method.invokeNative(Native Method)
02-27 15:22:28.984 E/AndroidRuntime(3489): at java.lang.reflect.Method.invoke(Method.java:525)
02-27 15:22:28.984 E/AndroidRuntime(3489): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:739)
02-27 15:22:28.984 E/AndroidRuntime(3489): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:555)
02-27 15:22:28.984 E/AndroidRuntime(3489): at dalvik.system.NativeStart.main(Native Method)
02-27 15:22:29.024 E/AndroidRuntime(3489): Error reporting crash
02-27 15:22:29.024 E/AndroidRuntime(3489): java.lang.NullPointerException
02-27 15:22:29.024 E/AndroidRuntime(3489): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
02-27 15:22:29.024 E/AndroidRuntime(3489): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
02-27 15:22:29.024 E/AndroidRuntime(3489): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
02-27 15:22:29.024 E/AndroidRuntime(3489): at dalvik.system.NativeStart.main(Native Method)
02-27 15:22:29.054 E/ActivityThread(3429): Failed to find provider info for com.android.calendar
02-27 15:22:29.054 E/ActivityThread(3429): Failed to find provider info for com.android.calendar
02-27 15:22:31.834 W/dalvikvm(3526): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
02-27 15:22:34.384 I/SystemServer(3740): Entered the Android system server!
02-27 15:22:34.384 I/SystemServer(3740): Waiting for installd to be ready.
02-27 15:22:34.384 I/SystemServer(3740): Enabled StrictMode logging for UI Looper
02-27 15:22:34.384 I/SystemServer(3740): Enabled StrictMode logging for WM Looper
02-27 15:22:34.384 I/Installer(3740): connecting...
02-27 15:22:34.384 I/SystemServer(3740): Power Manager
So far, my best guess is that it might be an app or service causing the crash, but that the actual bug might be in the ROM since I would assume that logging "null" as the failed process is not correct. To end this with some actual questions:
Are there any other, better methods for debugging this? Since it only happens every few days leaving it wired up isn't really an option.
Anything I'm missing in the above that points to where I should start looking next?
Is there a way I can get it to wait for a debugger on the exception, even if I'm unplugged at the moment? Just some way so I can inspect the system at the moment of the exception without constantly being on USB.
hi deviantintegral, did you ever get an answer to this? I'm having similar problems with my GS4. I had official rom on it and had random restarts which only seemed to occur when I wasn't looking at the phone (about 1 a day). I'm now using the latest CM and it still reboots. I too am wondering if there is some method to debug to a log which would indicate if it was an app or hardware that cause a reboot.
Sniipe said:
hi deviantintegral, did you ever get an answer to this? I'm having similar problems with my GS4.
Click to expand...
Click to collapse
Not really. I did manage to get logs during a crash, but the exception was very generic and didn't indicate anything specific. I've since upgraded to CM11 and haven't noticed any more reboots.

emu-ex-plus-alpha emulators cause KatKernel-based TF101 to reboot

I am having a very irritating issue with my TF101. I can't run any of the emu.ex.plus.alpha suite of emulators on any OS based on the KatKernel—attempting to open the emulators simply causes the device to reboot.
The emulators worked on stock, they worked on the last official version of CyanogenMod for the TF101, but they will not work on KatKiss, Omni, or any other OS based on KatKernel.
Sorry to double-post
Found a potential lead in an lc dump:
Code:
09-08 10:18:07.025 I/ActivityManager( 416): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.explusalpha.Snes9xPlus/com.imagine.BaseActivity bnds=[798,85][956,193]} from pid 634
09-08 10:18:07.034 D/PermissionCache( 107): checking android.permission.READ_FRAME_BUFFER for uid=1000 => granted (149 us)
09-08 10:18:07.065 W/BroadcastQueue( 416): Permission Denial: receiving Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.search.core.summons.icing.InternalIcingCorporaProvider$ApplicationLaunchReceiver requires com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS due to sender com.android.launcher3 (uid 10008)
09-08 10:18:07.135 I/ActivityManager( 416): Start proc com.explusalpha.Snes9xPlus for activity com.explusalpha.Snes9xPlus/com.imagine.BaseActivity: pid=1420 uid=10063 gids={50063, 1028, 1015, 1023, 3002, 3001}
09-08 10:18:07.185 I/qtaguid ( 1101): Failed write_ctrl(u 59) res=-1 errno=22
09-08 10:18:07.185 I/qtaguid ( 1101): Untagging socket 59 failed errno=-22
09-08 10:18:07.185 W/NetworkManagementSocketTagger( 1101): untagSocket(59) failed with errno -22
09-08 10:18:07.225 E/cutils ( 104): Failed to mkdirat(/storage/sdcard2/Android): Read-only file system
09-08 10:18:07.225 W/ContextI
It is at this point that the device reboots.

Restored TWRP backup on new device -> No service

I have a Oneplus One that constantly crashes because of hardware issues. I have made a TWRP backup of that phone.
So I bought a new OnePlus One inserted my SIM card and using TWRP I installed the backup that I made on the old phone using the 'Recover' button in TWRP.
I also copied over everything that was in '/sdcard' on my old phone into '/sdcard' on my new phone. (before that I deleted everything from that folder besides TRWP)
The backup seems to be fully restored on the new phone and I can use it.
But I have 'No service'. It did ask me for my SIM card PIN, but that's it. I can't make call, send SMS oder use mobile data.
Could this be somehow related to the fact that some IDs in the phone changed? IMEI maybe? What can I do about it?
Device: OnePlus One
Recovery: Latest TWRP for my device
ROM: Cyanogenmod 13.0-2016-08-19
Android: 6.0.1
Tweaks: Xposed Framework v86, Xprivacy 3.6.19 (481), AFWall+ 2.9.7, MicroG instead of GAPPS, Autostarts 1.9.7
Aps like calendar, weather service etc disabled
Google Maps and Google heavily restricted and without Internet
Here is my logcat *:E (Please keep in mind most of these errors already occured on my old device, the software didn't change after all.)
HTML:
11-05 00:29:22.232 1778 1778 E ConnectivityService: Ignoring protectedNetwork 15
11-05 00:29:22.599 1778 1778 E AppSgstMgrService: no app suggest provider found
11-05 00:29:22.612 1778 1778 E BrokerableCMSystemService: Setting brokered service connection [email protected]829f3
11-05 00:29:22.612 1778 1778 E BrokerableCMSystemService: Setting brokered service connection [email protected]416b0
11-05 00:29:22.614 1778 1778 E BrokerableCMSystemService: Setting brokered service connection or[email protected]ec77929
11-05 00:29:22.614 1778 1778 E BrokerableCMSystemService: Setting brokered service connection or[email protected]8f44ae
11-05 00:29:22.617 1778 1778 E BrokerableCMSystemService: Setting brokered service connection [email protected]81724f
11-05 00:29:22.618 1778 1778 E BrokerableCMSystemService: Setting brokered service connection [email protected]beddc
11-05 00:29:22.666 1778 1778 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/password.key: open failed: ENOENT (No such file or directory)
11-05 00:29:22.696 1778 1778 E WifiService: Invoking mWifiStateMachine.setWifiEnabled
11-05 00:29:23.847 1778 1778 E NetdConnector: NDC Command {2 bandwidth enable} took too long (561ms)
11-05 00:29:24.021 1778 2760 E NetdConnector: NDC Command {3 softap fwreload wlan0 STA} took too long (716ms)
11-05 00:29:24.773 1778 1778 E NetdConnector: NDC Command {4 strict enable} took too long (925ms)
11-05 00:29:24.774 1778 2760 E NetdConnector: NDC Command {5 interface getcfg wlan0} took too long (752ms)
11-05 00:29:26.448 1778 1778 E BrokerableCMSystemService: Failed to bind to implementation ComponentInfo{org.cyanogenmod.weatherservice/org.cyanogenmod.weatherservice.WeatherManagerService}
11-05 00:29:26.583 1778 1778 E InputMethodManagerService: Ignoring updateSystemUiLocked due to an invalid token. uid:1000 token:null
11-05 00:29:26.801 1778 1778 E LocationManagerService: Unable to bind FusedProxy.
11-05 00:29:26.803 1778 1778 E LocationManagerService: Unable to bind FLP Geofence proxy.
11-05 00:29:26.834 1778 1778 E LocationManagerService: Unable to bind ActivityRecognitionProxy.
11-05 00:29:27.539 1778 1778 E ActivityThread: Failed to find provider info for com.android.calendar
11-05 00:29:27.539 1778 1778 E ActivityThread: Failed to find provider info for com.android.calendar
11-05 00:29:27.938 1778 2762 E ConnectivityService: Failed to find Messenger in unregisterNetworkFactory
11-05 00:29:28.634 3610 3610 E ActivityThread: Service org.microg.nlp.geocode.GeocodeServiceV1 has leaked ServiceConnection [email protected] that was originally bound here
11-05 00:29:28.634 3610 3610 E ActivityThread: android.app.ServiceConnectionLeaked: Service org.microg.nlp.geocode.GeocodeServiceV1 has leaked ServiceConnection [email protected] that was originally bound here
11-05 00:29:28.634 3610 3610 E ActivityThread: at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:1093)
11-05 00:29:28.634 3610 3610 E ActivityThread: at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:987)
11-05 00:29:28.634 3610 3610 E ActivityThread: at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1313)
11-05 00:29:28.634 3610 3610 E ActivityThread: at android.app.ContextImpl.bindService(ContextImpl.java:1296)
11-05 00:29:28.634 3610 3610 E ActivityThread: at android.content.ContextWrapper.bindService(ContextWrapper.java:610)
11-05 00:29:28.634 3610 3610 E ActivityThread: at org.microg.nlp.AbstractBackendHelper.bind(AbstractBackendHelper.java:94)
11-05 00:29:28.634 3610 3610 E ActivityThread: at org.microg.nlp.geocode.BackendFuser.bind(BackendFuser.java:41)
11-05 00:29:28.634 3610 3610 E ActivityThread: at org.microg.nlp.geocode.GeocodeProviderV1.<init>(GeocodeProviderV1.java:32)
11-05 00:29:28.634 3610 3610 E ActivityThread: at org.microg.nlp.geocode.GeocodeServiceV1.getProvider(GeocodeServiceV1.java:30)
11-05 00:29:28.634 3610 3610 E ActivityThread: at org.microg.nlp.geocode.GeocodeServiceV1.getProvider(GeocodeServiceV1.java:19)
11-05 00:29:28.634 3610 3610 E ActivityThread: at org.microg.nlp.AbstractProviderService.onBind(AbstractProviderService.java:38)
11-05 00:29:28.634 3610 3610 E ActivityThread: at android.app.ActivityThread.handleBindService(ActivityThread.java:2938)
11-05 00:29:28.634 3610 3610 E ActivityThread: at android.app.ActivityThread.-wrap2(ActivityThread.java)
11-05 00:29:28.634 3610 3610 E ActivityThread: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1451)
11-05 00:29:28.634 3610 3610 E ActivityThread: at android.os.Handler.dispatchMessage(Handler.java:102)
11-05 00:29:28.634 3610 3610 E ActivityThread: at android.os.Looper.loop(Looper.java:148)
11-05 00:29:28.634 3610 3610 E ActivityThread: at android.app.ActivityThread.main(ActivityThread.java:5461)
11-05 00:29:28.634 3610 3610 E ActivityThread: at java.lang.reflect.Method.invoke(Native Method)
11-05 00:29:28.634 3610 3610 E ActivityThread: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
11-05 00:29:28.634 3610 3610 E ActivityThread: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
11-05 00:29:28.634 3610 3610 E ActivityThread: at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:102)
11-05 00:29:30.411 3947 4139 E ActivityThread: Failed to find provider info for com.android.exchange.directory.provider
11-05 00:29:32.403 4576 4765 E ActivityThread: Failed to find provider info for com.google.android.partnersetup.rlzappprovider
11-05 00:29:34.299 1778 4935 E ActivityThread: Failed to find provider info for downloads
11-05 00:29:34.299 1778 4935 E BootReceiver: Can't remove old update packages
11-05 00:29:34.299 1778 4935 E BootReceiver: java.lang.IllegalArgumentException: Unknown URL content://downloads/my_downloads
11-05 00:29:34.299 1778 4935 E BootReceiver: at android.content.ContentResolver.delete(ContentResolver.java:1328)
11-05 00:29:34.299 1778 4935 E BootReceiver: at android.provider.Downloads.removeAllDownloadsByPackage(Downloads.java:810)
11-05 00:29:34.299 1778 4935 E BootReceiver: at com.android.server.BootReceiver.removeOldUpdatePackages(BootReceiver.java:93)
11-05 00:29:34.299 1778 4935 E BootReceiver: at com.android.server.BootReceiver.-wrap2(BootReceiver.java)
11-05 00:29:34.299 1778 4935 E BootReceiver: at com.android.server.BootReceiver$1.run(BootReceiver.java:82)
--------- beginning of main
11-05 00:29:38.000 6082 6163 E Parcel : Reading a NULL string not supported here.
11-05 00:29:38.007 6082 6163 E Parcel : Reading a NULL string not supported here.
11-05 00:29:38.101 6082 6163 E Parcel : Reading a NULL string not supported here.
11-05 00:29:38.107 6082 6163 E Parcel : Reading a NULL string not supported here.
11-05 00:29:38.247 6098 6098 E Parcel : Reading a NULL string not supported here.
11-05 00:29:38.254 6098 6098 E Parcel : Reading a NULL string not supported here.
11-05 00:29:38.259 6098 6098 E Parcel : Reading a NULL string not supported here.
11-05 00:29:38.265 6098 6098 E Parcel : Reading a NULL string not supported here.
11-05 00:29:38.271 6098 6098 E Parcel : Reading a NULL string not supported here.
11-05 00:29:44.057 5016 5016 E Parcel : Reading a NULL string not supported here.
11-05 00:29:44.065 5016 5016 E Parcel : Reading a NULL string not supported here.
11-05 00:29:44.246 1778 2762 E ConnectivityService: Unexpected mtu value: 0, wlan0
11-05 00:29:44.410 1778 1778 E BrokerableCMSystemService: Failed to bind to implementation ComponentInfo{org.cyanogenmod.weatherservice/org.cyanogenmod.weatherservice.WeatherManagerService}
11-05 00:29:44.532 5222 5222 E Volley : [1] UpdateCheckService.onErrorResponse: Error:
11-05 00:29:44.532 5222 5222 E Volley : [1] UpdateCheckService.onErrorResponse: Error type: com.android.volley.NoConnectionError: java.net.ConnectException: failed to connect to download.cyanogenmod.org/172.217.22.115 (port 443) after 5000ms: isConnected failed: ECONNREFUSED (Connection refused)
11-05 00:29:46.164 3781 4250 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: ICC ID is null or empty.
11-05 00:29:46.179 3781 4278 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: ICC ID is null or empty.
11-05 00:29:46.203 3781 4250 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: ICC ID is null or empty.
11-05 00:29:46.213 3781 6642 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: ICC ID is null or empty.
11-05 00:29:46.219 3781 4608 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: ICC ID is null or empty.
11-05 00:29:46.226 3781 4278 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: ICC ID is null or empty.
11-05 00:29:46.240 3781 3802 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: ICC ID is null or empty.
11-05 00:29:47.211 6669 6720 E ActivityThread: Failed to find provider info for com.google.android.partnersetup.rlzappprovider
11-05 00:29:48.017 6757 6757 E Parcel : Reading a NULL string not supported here.
11-05 00:29:48.028 6757 6757 E Parcel : Reading a NULL string not supported here.
11-05 00:29:48.038 6757 6757 E Parcel : Reading a NULL string not supported here.
11-05 00:29:54.222 4719 4719 E MessagingApp: SmsSender: failure in sending message part. requestId=content://sms/137 partId=0 resultCode=4 errorCode=0
11-05 00:29:54.225 4719 4792 E MessagingApp: MmsUtils: SMS temporary failure
11-05 00:30:29.388 4719 4719 E MessagingApp: SmsSender: failure in sending message part. requestId=content://sms/137 partId=0 resultCode=4 errorCode=0
11-05 00:30:29.388 4719 6977 E MessagingApp: MmsUtils: SMS temporary failure
11-05 00:30:45.247 4719 4719 E MessagingApp: SmsSender: failure in sending message part. requestId=content://sms/137 partId=0 resultCode=4 errorCode=0
11-05 00:30:45.247 4719 7098 E MessagingApp: MmsUtils: SMS temporary failure
11-05 00:31:13.891 4719 4719 E MessagingApp: SmsSender: failure in sending message part. requestId=content://sms/137 partId=0 resultCode=4 errorCode=0
11-05 00:31:13.891 4719 7153 E MessagingApp: MmsUtils: SMS temporary failure
11-05 00:31:55.143 4719 4719 E MessagingApp: SmsSender: failure in sending message part. requestId=content://sms/137 partId=0 resultCode=4 errorCode=0
11-05 00:31:55.147 4719 7656 E MessagingApp: MmsUtils: SMS temporary failure
11-05 00:33:16.409 4719 4719 E MessagingApp: SmsSender: failure in sending message part. requestId=content://sms/137 partId=0 resultCode=4 errorCode=0
11-05 00:33:16.410 4719 7793 E MessagingApp: MmsUtils: SMS temporary failure
11-05 00:36:01.640 4719 4719 E MessagingApp: SmsSender: failure in sending message part. requestId=content://sms/137 partId=0 resultCode=4 errorCode=0
11-05 00:36:01.640 4719 8273 E MessagingApp: MmsUtils: SMS temporary failure
11-05 00:37:46.284 3781 3781 E Xposed : java.lang.NoSuchMethodError: com.android.settings.location.SettingsInjector#parseServiceInfo(android.content.pm.ResolveInfo,android.content.pm.PackageManager)#exact
11-05 00:37:46.284 3781 3781 E Xposed : at de.robv.android.xposed.XposedHelpers.findMethodExact(XposedHelpers.java:337)
11-05 00:37:46.284 3781 3781 E Xposed : at de.robv.android.xposed.XposedHelpers.findAndHookMethod(XposedHelpers.java:178)
11-05 00:37:46.284 3781 3781 E Xposed : at de.robv.android.xposed.XposedHelpers.findAndHookMethod(XposedHelpers.java:253)
11-05 00:37:46.284 3781 3781 E Xposed : at be.r3w6.intika.xposedunifiednlp.UnifiedNlp.handleLoadPackage(UnifiedNlp.java:31)
11-05 00:37:46.284 3781 3781 E Xposed : at de.robv.android.xposed.IXposedHookLoadPackage$Wrapper.handleLoadPackage(IXposedHookLoadPackage.java:34)
11-05 00:37:46.284 3781 3781 E Xposed : at de.robv.android.xposed.callbacks.XC_LoadPackage.call(XC_LoadPackage.java:61)
11-05 00:37:46.284 3781 3781 E Xposed : at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:106)
11-05 00:37:46.284 3781 3781 E Xposed : at de.robv.android.xposed.XposedInit$4.afterHookedMethod(XposedInit.java:172)
11-05 00:37:46.284 3781 3781 E Xposed : at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:348)
11-05 00:37:46.284 3781 3781 E Xposed : at android.app.LoadedApk.<init>(<Xposed>)
11-05 00:37:46.284 3781 3781 E Xposed : at android.app.ActivityThread.getPackageInfo(ActivityThread.java:1858)
11-05 00:37:46.284 3781 3781 E Xposed : at android.app.ActivityThread.getPackageInfoNoCheck(ActivityThread.java:1820)
11-05 00:37:46.284 3781 3781 E Xposed : at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1361)
11-05 00:37:46.284 3781 3781 E Xposed : at android.os.Handler.dispatchMessage(Handler.java:102)
11-05 00:37:46.284 3781 3781 E Xposed : at android.os.Looper.loop(Looper.java:148)
11-05 00:37:46.284 3781 3781 E Xposed : at android.app.ActivityThread.main(ActivityThread.java:5461)
11-05 00:37:46.284 3781 3781 E Xposed : at java.lang.reflect.Method.invoke(Native Method)
11-05 00:37:46.284 3781 3781 E Xposed : at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
11-05 00:37:46.284 3781 3781 E Xposed : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
11-05 00:37:46.284 3781 3781 E Xposed : at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:102)
11-05 00:38:04.278 383 2771 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null
11-05 00:38:05.039 383 2770 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null
11-05 00:46:22.314 4719 8980 E MessagingApp: MmsUtils: sending SMS timed out
11-05 00:46:22.563 4719 9272 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
11-05 08:50:42.257 2838 2838 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
11-05 08:50:42.258 2838 2838 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
11-05 08:50:42.272 2838 2838 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
11-05 08:50:42.272 2838 2838 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
11-05 08:50:42.491 383 2770 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null
11-05 08:50:51.099 4719 4719 E MessagingApp: SmsSender: failure in sending message part. requestId=content://sms/137 partId=0 resultCode=4 errorCode=0
11-05 08:50:51.099 4719 4719 E MessagingApp: SmsSender: ignoring sent result. requestId=content://sms/137 partId=0 resultCode=4
11-05 08:51:01.757 5440 5440 E ProcessUtils: XPrivacy
11-05 08:51:01.757 5440 5440 E ProcessUtils: java.io.FileNotFoundException: XPrivacy
11-05 08:51:01.757 5440 5440 E ProcessUtils: at biz.bokhorst.xprivacy.XIoBridge.a(SourceFile:136)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at biz.bokhorst.xprivacy.XPrivacy$XMethodHook.beforeHookedMethod(SourceFile:628)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:314)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at libcore.io.IoBridge.open(<Xposed>)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at java.io.FileInputStream.<init>(FileInputStream.java:76)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at java.io.FileInputStream.<init>(FileInputStream.java:103)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at java.io.FileReader.<init>(FileReader.java:66)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.android.gms.common.util.e.a(Unknown Source)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.android.gms.common.util.e.a(Unknown Source)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.android.gms.measurement.internal.p.N(Unknown Source)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.android.gms.measurement.internal.ab.<init>(Unknown Source)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.android.gms.measurement.internal.aj.<init>(Unknown Source)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.android.gms.measurement.internal.aj.a(Unknown Source)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.android.gms.measurement.AppMeasurement.getInstance(Unknown Source)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at java.lang.reflect.Method.invoke(Native Method)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.firebase.a.a(Unknown Source)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.firebase.a.a(Unknown Source)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.firebase.a.a(Unknown Source)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.firebase.provider.FirebaseInitProvider.onCreate(Unknown Source)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.content.ContentProvider.attachInfo(ContentProvider.java:1748)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.content.ContentProvider.attachInfo(ContentProvider.java:1723)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.firebase.provider.FirebaseInitProvider.attachInfo(Unknown Source)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.app.ActivityThread.installProvider(ActivityThread.java:5197)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.app.ActivityThread.installContentProviders(ActivityThread.java:4792)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4732)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:334)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.app.ActivityThread.handleBindApplication(<Xposed>)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.app.ActivityThread.-wrap1(ActivityThread.java)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1424)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.os.Handler.dispatchMessage(Handler.java:102)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.os.Looper.loop(Looper.java:148)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.app.ActivityThread.main(ActivityThread.java:5461)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at java.lang.reflect.Method.invoke(Native Method)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
11-05 08:51:01.757 5440 5440 E ProcessUtils: at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:102)
11-05 08:51:02.937 5440 5440 E RecyclerView: No adapter attached; skipping layout
11-05 08:51:03.094 5440 5440 E RecyclerView: No adapter attached; skipping layout
11-05 08:52:19.980 5440 5828 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
11-05 08:52:19.980 5440 5828 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
11-05 08:52:20.037 383 5834 E OMXNodeInstance: setConfig(39:google.aac.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001)
11-05 08:52:20.069 383 2323 E ACDB-LOADER: Error: ACDB AudProc vol returned = -19
11-05 08:52:20.069 383 2323 E ACDB-LOADER: Error: ACDB AFE returned = -19
11-05 08:54:31.993 5440 6091 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
11-05 08:54:31.993 5440 6091 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
11-05 08:54:32.049 383 6097 E OMXNodeInstance: setConfig(3a:google.aac.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001)
11-05 08:54:32.074 383 2323 E ACDB-LOADER: Error: ACDB AudProc vol returned = -19
11-05 08:54:32.074 383 2323 E ACDB-LOADER: Error: ACDB AFE returned = -19
11-05 08:54:54.329 4719 4719 E ApkAssets: Error while loading asset assets/natives_blob_64.bin: java.io.FileNotFoundException: assets/natives_blob_64.bin
11-05 08:54:54.329 4719 4719 E ApkAssets: Error while loading asset assets/snapshot_blob_64.bin: java.io.FileNotFoundException: assets/snapshot_blob_64.bin
11-05 08:57:48.994 383 2329 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null
11-05 09:00:11.154 383 2771 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null
11-05 09:00:46.880 383 2770 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null
11-05 09:03:07.713 383 383 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null
ferivon said:
I have a Oneplus One that constantly crashes because of hardware issues. I have made a TWRP backup of that phone.
So I bought a new OnePlus One inserted my SIM card and using TWRP I installed the backup that I made on the old phone using the 'Recover' button in TWRP.
I also copied over everything that was in '/sdcard' on my old phone into '/sdcard' on my new phone. (before that I deleted everything from that folder besides TRWP)
The backup seems to be fully restored on the new phone and I can use it.
But I have 'No service'. It did ask me for my SIM card PIN, but that's it. I can't make call, send SMS oder use mobile data.
Could this be somehow related to the fact that some IDs in the phone changed? IMEI maybe? What can I do about it?
Device: OnePlus One
Recovery: Latest TWRP for my device
ROM: Cyanogenmod 13.0-2016-08-19
Android: 6.0.1
Tweaks: Xposed Framework v86, Xprivacy 3.6.19 (481), AFWall+ 2.9.7, MicroG instead of GAPPS, Autostarts 1.9.7
Aps like calendar, weather service etc disabled
Google Maps and Google heavily restricted and without Internet
Here is my logcat *:E (Please keep in mind most of these errors already occured on my old device, the software didn't change after all.)
HTML:
11-05 00:29:22.232 1778 1778 E ConnectivityService: Ignoring protectedNetwork 1511-05 00:29:22.599 1778 1778 E AppSgstMgrService: no app suggest provider found11-05 00:29:22.612 1778 1778 E BrokerableCMSystemService: Setting brokered service connection [email protected]829f311-05 00:29:22.612 1778 1778 E BrokerableCMSystemService: Setting brokered service connection [email protected]416b011-05 00:29:22.614 1778 1778 E BrokerableCMSystemService: Setting brokered service connection or[email protected]ec7792911-05 00:29:22.614 1778 1778 E BrokerableCMSystemService: Setting brokered service connection or[email protected]8f44ae11-05 00:29:22.617 1778 1778 E BrokerableCMSystemService: Setting brokered service connection [email protected]81724f11-05 00:29:22.618 1778 1778 E BrokerableCMSystemService: Setting brokered service connection [email protected]beddc11-05 00:29:22.666 1778 1778 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/password.key: open failed: ENOENT (No such file or directory)11-05 00:29:22.696 1778 1778 E WifiService: Invoking mWifiStateMachine.setWifiEnabled11-05 00:29:23.847 1778 1778 E NetdConnector: NDC Command {2 bandwidth enable} took too long (561ms)11-05 00:29:24.021 1778 2760 E NetdConnector: NDC Command {3 softap fwreload wlan0 STA} took too long (716ms)11-05 00:29:24.773 1778 1778 E NetdConnector: NDC Command {4 strict enable} took too long (925ms)11-05 00:29:24.774 1778 2760 E NetdConnector: NDC Command {5 interface getcfg wlan0} took too long (752ms)11-05 00:29:26.448 1778 1778 E BrokerableCMSystemService: Failed to bind to implementation ComponentInfo{org.cyanogenmod.weatherservice/org.cyanogenmod.weatherservice.WeatherManagerService}11-05 00:29:26.583 1778 1778 E InputMethodManagerService: Ignoring updateSystemUiLocked due to an invalid token. uid:1000 token:null11-05 00:29:26.801 1778 1778 E LocationManagerService: Unable to bind FusedProxy.11-05 00:29:26.803 1778 1778 E LocationManagerService: Unable to bind FLP Geofence proxy.11-05 00:29:26.834 1778 1778 E LocationManagerService: Unable to bind ActivityRecognitionProxy.11-05 00:29:27.539 1778 1778 E ActivityThread: Failed to find provider info for com.android.calendar11-05 00:29:27.539 1778 1778 E ActivityThread: Failed to find provider info for com.android.calendar11-05 00:29:27.938 1778 2762 E ConnectivityService: Failed to find Messenger in unregisterNetworkFactory11-05 00:29:28.634 3610 3610 E ActivityThread: Service org.microg.nlp.geocode.GeocodeServiceV1 has leaked ServiceConnection [email protected] that was originally bound here11-05 00:29:28.634 3610 3610 E ActivityThread: android.app.ServiceConnectionLeaked: Service org.microg.nlp.geocode.GeocodeServiceV1 has leaked ServiceConnection [email protected] that was originally bound here11-05 00:29:28.634 3610 3610 E ActivityThread: at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:1093)11-05 00:29:28.634 3610 3610 E ActivityThread: at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:987)11-05 00:29:28.634 3610 3610 E ActivityThread: at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1313)11-05 00:29:28.634 3610 3610 E ActivityThread: at android.app.ContextImpl.bindService(ContextImpl.java:1296)11-05 00:29:28.634 3610 3610 E ActivityThread: at android.content.ContextWrapper.bindService(ContextWrapper.java:610)11-05 00:29:28.634 3610 3610 E ActivityThread: at org.microg.nlp.AbstractBackendHelper.bind(AbstractBackendHelper.java:94)11-05 00:29:28.634 3610 3610 E ActivityThread: at org.microg.nlp.geocode.BackendFuser.bind(BackendFuser.java:41)11-05 00:29:28.634 3610 3610 E ActivityThread: at org.microg.nlp.geocode.GeocodeProviderV1.<init>(GeocodeProviderV1.java:32)11-05 00:29:28.634 3610 3610 E ActivityThread: at org.microg.nlp.geocode.GeocodeServiceV1.getProvider(GeocodeServiceV1.java:30)11-05 00:29:28.634 3610 3610 E ActivityThread: at org.microg.nlp.geocode.GeocodeServiceV1.getProvider(GeocodeServiceV1.java:19)11-05 00:29:28.634 3610 3610 E ActivityThread: at org.microg.nlp.AbstractProviderService.onBind(AbstractProviderService.java:38)11-05 00:29:28.634 3610 3610 E ActivityThread: at android.app.ActivityThread.handleBindService(ActivityThread.java:2938)11-05 00:29:28.634 3610 3610 E ActivityThread: at android.app.ActivityThread.-wrap2(ActivityThread.java)11-05 00:29:28.634 3610 3610 E ActivityThread: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1451)11-05 00:29:28.634 3610 3610 E ActivityThread: at android.os.Handler.dispatchMessage(Handler.java:102)11-05 00:29:28.634 3610 3610 E ActivityThread: at android.os.Looper.loop(Looper.java:148)11-05 00:29:28.634 3610 3610 E ActivityThread: at android.app.ActivityThread.main(ActivityThread.java:5461)11-05 00:29:28.634 3610 3610 E ActivityThread: at java.lang.reflect.Method.invoke(Native Method)11-05 00:29:28.634 3610 3610 E ActivityThread: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)11-05 00:29:28.634 3610 3610 E ActivityThread: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)11-05 00:29:28.634 3610 3610 E ActivityThread: at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:102)11-05 00:29:30.411 3947 4139 E ActivityThread: Failed to find provider info for com.android.exchange.directory.provider11-05 00:29:32.403 4576 4765 E ActivityThread: Failed to find provider info for com.google.android.partnersetup.rlzappprovider11-05 00:29:34.299 1778 4935 E ActivityThread: Failed to find provider info for downloads11-05 00:29:34.299 1778 4935 E BootReceiver: Can't remove old update packages11-05 00:29:34.299 1778 4935 E BootReceiver: java.lang.IllegalArgumentException: Unknown URL content://downloads/my_downloads11-05 00:29:34.299 1778 4935 E BootReceiver: at android.content.ContentResolver.delete(ContentResolver.java:1328)11-05 00:29:34.299 1778 4935 E BootReceiver: at android.provider.Downloads.removeAllDownloadsByPackage(Downloads.java:810)11-05 00:29:34.299 1778 4935 E BootReceiver: at com.android.server.BootReceiver.removeOldUpdatePackages(BootReceiver.java:93)11-05 00:29:34.299 1778 4935 E BootReceiver: at com.android.server.BootReceiver.-wrap2(BootReceiver.java)11-05 00:29:34.299 1778 4935 E BootReceiver: at com.android.server.BootReceiver$1.run(BootReceiver.java:82)--------- beginning of main11-05 00:29:38.000 6082 6163 E Parcel : Reading a NULL string not supported here.11-05 00:29:38.007 6082 6163 E Parcel : Reading a NULL string not supported here.11-05 00:29:38.101 6082 6163 E Parcel : Reading a NULL string not supported here.11-05 00:29:38.107 6082 6163 E Parcel : Reading a NULL string not supported here.11-05 00:29:38.247 6098 6098 E Parcel : Reading a NULL string not supported here.11-05 00:29:38.254 6098 6098 E Parcel : Reading a NULL string not supported here.11-05 00:29:38.259 6098 6098 E Parcel : Reading a NULL string not supported here.11-05 00:29:38.265 6098 6098 E Parcel : Reading a NULL string not supported here.11-05 00:29:38.271 6098 6098 E Parcel : Reading a NULL string not supported here.11-05 00:29:44.057 5016 5016 E Parcel : Reading a NULL string not supported here.11-05 00:29:44.065 5016 5016 E Parcel : Reading a NULL string not supported here.11-05 00:29:44.246 1778 2762 E ConnectivityService: Unexpected mtu value: 0, wlan011-05 00:29:44.410 1778 1778 E BrokerableCMSystemService: Failed to bind to implementation ComponentInfo{org.cyanogenmod.weatherservice/org.cyanogenmod.weatherservice.WeatherManagerService}11-05 00:29:44.532 5222 5222 E Volley : [1] UpdateCheckService.onErrorResponse: Error:11-05 00:29:44.532 5222 5222 E Volley : [1] UpdateCheckService.onErrorResponse: Error type: com.android.volley.NoConnectionError: java.net.ConnectException: failed to connect to download.cyanogenmod.org/172.217.22.115 (port 443) after 5000ms: isConnected failed: ECONNREFUSED (Connection refused)11-05 00:29:46.164 3781 4250 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: ICC ID is null or empty.11-05 00:29:46.179 3781 4278 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: ICC ID is null or empty.11-05 00:29:46.203 3781 4250 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: ICC ID is null or empty.11-05 00:29:46.213 3781 6642 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: ICC ID is null or empty.11-05 00:29:46.219 3781 4608 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: ICC ID is null or empty.11-05 00:29:46.226 3781 4278 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: ICC ID is null or empty.11-05 00:29:46.240 3781 3802 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: ICC ID is null or empty.11-05 00:29:47.211 6669 6720 E ActivityThread: Failed to find provider info for com.google.android.partnersetup.rlzappprovider11-05 00:29:48.017 6757 6757 E Parcel : Reading a NULL string not supported here.11-05 00:29:48.028 6757 6757 E Parcel : Reading a NULL string not supported here.11-05 00:29:48.038 6757 6757 E Parcel : Reading a NULL string not supported here.11-05 00:29:54.222 4719 4719 E MessagingApp: SmsSender: failure in sending message part. requestId=content://sms/137 partId=0 resultCode=4 errorCode=011-05 00:29:54.225 4719 4792 E MessagingApp: MmsUtils: SMS temporary failure11-05 00:30:29.388 4719 4719 E MessagingApp: SmsSender: failure in sending message part. requestId=content://sms/137 partId=0 resultCode=4 errorCode=011-05 00:30:29.388 4719 6977 E MessagingApp: MmsUtils: SMS temporary failure11-05 00:30:45.247 4719 4719 E MessagingApp: SmsSender: failure in sending message part. requestId=content://sms/137 partId=0 resultCode=4 errorCode=011-05 00:30:45.247 4719 7098 E MessagingApp: MmsUtils: SMS temporary failure11-05 00:31:13.891 4719 4719 E MessagingApp: SmsSender: failure in sending message part. requestId=content://sms/137 partId=0 resultCode=4 errorCode=011-05 00:31:13.891 4719 7153 E MessagingApp: MmsUtils: SMS temporary failure11-05 00:31:55.143 4719 4719 E MessagingApp: SmsSender: failure in sending message part. requestId=content://sms/137 partId=0 resultCode=4 errorCode=011-05 00:31:55.147 4719 7656 E MessagingApp: MmsUtils: SMS temporary failure11-05 00:33:16.409 4719 4719 E MessagingApp: SmsSender: failure in sending message part. requestId=content://sms/137 partId=0 resultCode=4 errorCode=011-05 00:33:16.410 4719 7793 E MessagingApp: MmsUtils: SMS temporary failure11-05 00:36:01.640 4719 4719 E MessagingApp: SmsSender: failure in sending message part. requestId=content://sms/137 partId=0 resultCode=4 errorCode=011-05 00:36:01.640 4719 8273 E MessagingApp: MmsUtils: SMS temporary failure11-05 00:37:46.284 3781 3781 E Xposed : java.lang.NoSuchMethodError: com.android.settings.location.SettingsInjector#parseServiceInfo(android.content.pm.ResolveInfo,android.content.pm.PackageManager)#exact11-05 00:37:46.284 3781 3781 E Xposed : at de.robv.android.xposed.XposedHelpers.findMethodExact(XposedHelpers.java:337)11-05 00:37:46.284 3781 3781 E Xposed : at de.robv.android.xposed.XposedHelpers.findAndHookMethod(XposedHelpers.java:178)11-05 00:37:46.284 3781 3781 E Xposed : at de.robv.android.xposed.XposedHelpers.findAndHookMethod(XposedHelpers.java:253)11-05 00:37:46.284 3781 3781 E Xposed : at be.r3w6.intika.xposedunifiednlp.UnifiedNlp.handleLoadPackage(UnifiedNlp.java:31)11-05 00:37:46.284 3781 3781 E Xposed : at de.robv.android.xposed.IXposedHookLoadPackage$Wrapper.handleLoadPackage(IXposedHookLoadPackage.java:34)11-05 00:37:46.284 3781 3781 E Xposed : at de.robv.android.xposed.callbacks.XC_LoadPackage.call(XC_LoadPackage.java:61)11-05 00:37:46.284 3781 3781 E Xposed : at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:106)11-05 00:37:46.284 3781 3781 E Xposed : at de.robv.android.xposed.XposedInit$4.afterHookedMethod(XposedInit.java:172)11-05 00:37:46.284 3781 3781 E Xposed : at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:348)11-05 00:37:46.284 3781 3781 E Xposed : at android.app.LoadedApk.<init>(<Xposed>)11-05 00:37:46.284 3781 3781 E Xposed : at android.app.ActivityThread.getPackageInfo(ActivityThread.java:1858)11-05 00:37:46.284 3781 3781 E Xposed : at android.app.ActivityThread.getPackageInfoNoCheck(ActivityThread.java:1820)11-05 00:37:46.284 3781 3781 E Xposed : at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1361)11-05 00:37:46.284 3781 3781 E Xposed : at android.os.Handler.dispatchMessage(Handler.java:102)11-05 00:37:46.284 3781 3781 E Xposed : at android.os.Looper.loop(Looper.java:148)11-05 00:37:46.284 3781 3781 E Xposed : at android.app.ActivityThread.main(ActivityThread.java:5461)11-05 00:37:46.284 3781 3781 E Xposed : at java.lang.reflect.Method.invoke(Native Method)11-05 00:37:46.284 3781 3781 E Xposed : at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)11-05 00:37:46.284 3781 3781 E Xposed : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)11-05 00:37:46.284 3781 3781 E Xposed : at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:102)11-05 00:38:04.278 383 2771 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null11-05 00:38:05.039 383 2770 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null11-05 00:46:22.314 4719 8980 E MessagingApp: MmsUtils: sending SMS timed out11-05 00:46:22.563 4719 9272 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length11-05 08:50:42.257 2838 2838 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 011-05 08:50:42.258 2838 2838 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 011-05 08:50:42.272 2838 2838 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 011-05 08:50:42.272 2838 2838 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 011-05 08:50:42.491 383 2770 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null11-05 08:50:51.099 4719 4719 E MessagingApp: SmsSender: failure in sending message part. requestId=content://sms/137 partId=0 resultCode=4 errorCode=011-05 08:50:51.099 4719 4719 E MessagingApp: SmsSender: ignoring sent result. requestId=content://sms/137 partId=0 resultCode=411-05 08:51:01.757 5440 5440 E ProcessUtils: XPrivacy11-05 08:51:01.757 5440 5440 E ProcessUtils: java.io.FileNotFoundException: XPrivacy11-05 08:51:01.757 5440 5440 E ProcessUtils: at biz.bokhorst.xprivacy.XIoBridge.a(SourceFile:136)11-05 08:51:01.757 5440 5440 E ProcessUtils: at biz.bokhorst.xprivacy.XPrivacy$XMethodHook.beforeHookedMethod(SourceFile:628)11-05 08:51:01.757 5440 5440 E ProcessUtils: at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:314)11-05 08:51:01.757 5440 5440 E ProcessUtils: at libcore.io.IoBridge.open(<Xposed>)11-05 08:51:01.757 5440 5440 E ProcessUtils: at java.io.FileInputStream.<init>(FileInputStream.java:76)11-05 08:51:01.757 5440 5440 E ProcessUtils: at java.io.FileInputStream.<init>(FileInputStream.java:103)11-05 08:51:01.757 5440 5440 E ProcessUtils: at java.io.FileReader.<init>(FileReader.java:66)11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.android.gms.common.util.e.a(Unknown Source)11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.android.gms.common.util.e.a(Unknown Source)11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.android.gms.measurement.internal.p.N(Unknown Source)11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.android.gms.measurement.internal.ab.<init>(Unknown Source)11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.android.gms.measurement.internal.aj.<init>(Unknown Source)11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.android.gms.measurement.internal.aj.a(Unknown Source)11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.android.gms.measurement.AppMeasurement.getInstance(Unknown Source)11-05 08:51:01.757 5440 5440 E ProcessUtils: at java.lang.reflect.Method.invoke(Native Method)11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.firebase.a.a(Unknown Source)11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.firebase.a.a(Unknown Source)11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.firebase.a.a(Unknown Source)11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.firebase.provider.FirebaseInitProvider.onCreate(Unknown Source)11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.content.ContentProvider.attachInfo(ContentProvider.java:1748)11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.content.ContentProvider.attachInfo(ContentProvider.java:1723)11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.google.firebase.provider.FirebaseInitProvider.attachInfo(Unknown Source)11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.app.ActivityThread.installProvider(ActivityThread.java:5197)11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.app.ActivityThread.installContentProviders(ActivityThread.java:4792)11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4732)11-05 08:51:01.757 5440 5440 E ProcessUtils: at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)11-05 08:51:01.757 5440 5440 E ProcessUtils: at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:334)11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.app.ActivityThread.handleBindApplication(<Xposed>)11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.app.ActivityThread.-wrap1(ActivityThread.java)11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1424)11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.os.Handler.dispatchMessage(Handler.java:102)11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.os.Looper.loop(Looper.java:148)11-05 08:51:01.757 5440 5440 E ProcessUtils: at android.app.ActivityThread.main(ActivityThread.java:5461)11-05 08:51:01.757 5440 5440 E ProcessUtils: at java.lang.reflect.Method.invoke(Native Method)11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)11-05 08:51:01.757 5440 5440 E ProcessUtils: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)11-05 08:51:01.757 5440 5440 E ProcessUtils: at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:102)11-05 08:51:02.937 5440 5440 E RecyclerView: No adapter attached; skipping layout11-05 08:51:03.094 5440 5440 E RecyclerView: No adapter attached; skipping layout11-05 08:52:19.980 5440 5828 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 011-05 08:52:19.980 5440 5828 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 011-05 08:52:20.037 383 5834 E OMXNodeInstance: setConfig(39:google.aac.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001)11-05 08:52:20.069 383 2323 E ACDB-LOADER: Error: ACDB AudProc vol returned = -1911-05 08:52:20.069 383 2323 E ACDB-LOADER: Error: ACDB AFE returned = -1911-05 08:54:31.993 5440 6091 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 011-05 08:54:31.993 5440 6091 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 011-05 08:54:32.049 383 6097 E OMXNodeInstance: setConfig(3a:google.aac.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001)11-05 08:54:32.074 383 2323 E ACDB-LOADER: Error: ACDB AudProc vol returned = -1911-05 08:54:32.074 383 2323 E ACDB-LOADER: Error: ACDB AFE returned = -1911-05 08:54:54.329 4719 4719 E ApkAssets: Error while loading asset assets/natives_blob_64.bin: java.io.FileNotFoundException: assets/natives_blob_64.bin11-05 08:54:54.329 4719 4719 E ApkAssets: Error while loading asset assets/snapshot_blob_64.bin: java.io.FileNotFoundException: assets/snapshot_blob_64.bin11-05 08:57:48.994 383 2329 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null11-05 09:00:11.154 383 2771 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null11-05 09:00:46.880 383 2770 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null11-05 09:03:07.713 383 383 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null
Click to expand...
Click to collapse
You most likely corrupted the efs partition. If that is the case you will have to send it back in for a new board. The only thing you should ha E restored was user apps and data.
zelendel said:
You most likely corrupted the efs partition. If that is the case you will have to send it back in for a new board. The only thing you should ha E restored was user apps and data.
Click to expand...
Click to collapse
Wait what? Why would I buy a new board? I just bought a new phone. All I did was flash the backup of my old phone to it.
I do have a TWRP backup of the new phone that I created just before restoring the one from my old phone. The original efs partition of that phone would have to be in that backup, right?
Looking at the original backup of the new phone TWRP offers me to restore [Boot], [System], [Data (excl. storage)] and [Cache].
What steps should I take now?
I found an interesting article about the topic: https://www.theandroidsoul.com/fix-...d-wifibluetooth-issues-restoring-twrp-backup/
It says that you should simply completely delete the efs partition in order to fix the issue.
e.g.
Code:
dd if=/dev/zero of=/dev/block/bootdevice/by-name/modemst1
dd if=/dev/zero of=/dev/block/bootdevice/by-name/modemst2
or
Code:
fastboot erase modemst1
fastboot erase modemst2
Is that actually true? Should I do this?
No one?
When restoring to the original backup of the new phone, I do get service again.
So if this is really related to the efs partition, then it gets lost/corrupted while flashing the backup of the old phone to the new one.
I tried to flash the backup of the old phone to the new one again and this time I unchecked `boot`, but again -> No service.
Any ideas? Anyone?
The only thing you "maybe" able to restore is user apps. Do it try to restore anything else.

Settings -> Apps crashes after update: "Call to getInstalledModules before metadata loaded"

I recently updated my G9700 to version G9700ZHU5FUCA. Since then, any time I try to access Settings -> Notifications or Settings -> Apps, the phone crashes and reboots itself. I suspect some debloated package needs to be reinstalled but I can't tell which package it's complaining about from the log (see below). Any ideas?
Code:
--------- beginning of main
04-13 14:29:29.078 31754 10447 I sensors-hal: handle_sns_client_event:660, [0][300] accel_sample [ 0.049, -0.001, 9.948] 426664215884241
--------- beginning of system
04-13 14:29:29.119 686 686 I io_stats: [email protected] 8,0 r 5926117 202740980 w 2955211 53050260 d 318687 62669196 f 1019072 1421871 iot 3149520 2732359 th 102400 102400 66176 pt 2140 inp 0 0 213459.315
04-13 14:29:29.437 32002 32267 D PowerManagerService: UserActivityStateListenerState: 0
04-13 14:29:29.469 32002 32422 D NetSpeedPolicy: total speed is down
04-13 14:29:29.785 3030 3030 I perfsdkserver: Server: request to connection
04-13 14:29:29.786 3030 3038 I perfsdkserver: Request connection
04-13 14:29:29.786 3030 3038 E perfsdkserver: [Interface] BpPerfSDKService::connectionRequest()
04-13 14:29:29.787 3030 3038 I perfsdkserver: serviceConnection is done
04-13 14:29:29.923 16786 16786 I wpa_supplicant: Heartbeat 3184
04-13 14:29:30.453 32002 32450 D WifiConnectivityMonitor.NetworkStatsAnalyzer: Backhaul result - RSSI:-52, CE:20, PE:20, TI:20, PTI:20, TW:10, PTW:17, Tx:0, Rx:0, TxS:0, RxS:0, RESULT:true, IC:0, ICT:5, WC:0, WCT:5, R:0, RC:0, IE:0, EC:0
04-13 14:29:30.925 31754 11386 I sensors-hal: handle_sns_client_event:175, auto_rotation_event: mode:255, type:1:0
04-13 14:29:31.119 31754 10447 I sensors-hal: handle_sns_client_event:660, [0][310] accel_sample [ 0.048, 0.002, 9.931] 426666257513407
04-13 14:29:31.127 686 686 I io_stats: [email protected] 8,0 r 5926117 202740980 w 2955273 53050828 d 318690 62669208 f 1019076 1421879 iot 3149540 2732375 th 102400 102400 66176 pt 2140 inp 0 0 213461.323
04-13 14:29:31.408 32002 32002 V SmartBondingService: getSBEnabled() : check setting
04-13 14:29:31.408 32002 32002 V SmartBondingService: getSBEnabled() enabled =false
04-13 14:29:31.408 32002 32002 V SmartBondingService: getSBInterfaceState : TYPE_MOBILE doesn't exist
04-13 14:29:31.431 32002 32367 D InputReader: Btn_touch(11): value=1 when=213461.628289
04-13 14:29:31.431 32002 32367 I InputReader: Touch event's action is 0x0 (id=3, t=0) [pCnt=1, s=0.23317 ] when=213461.628289
04-13 14:29:31.431 32002 32002 D PowerManagerService: [api] userActivity : event: 0 flags: 0 (uid: 1000 pid: 32002) eventTime = 213461628
04-13 14:29:31.432 32002 32002 D InputDispatcher: Inject motion (0): action=0x0, time=213461628289000, f=0x0, d=0
04-13 14:29:31.432 32002 32366 I InputDispatcher: Delivering touch to (32563): action: 0x4, f=0x0, d=0, '7d5bb42', t=1
04-13 14:29:31.432 32002 32366 I InputDispatcher: Delivering touch to (7065): action: 0x0, f=0x0, d=0, '236b705', t=1
04-13 14:29:31.433 32002 32366 D PowerManagerService: UserActivityStateListenerState: 1
04-13 14:29:31.433 7065 7065 I [email protected][SettingsHomepageActivity]: ViewPostIme pointer 0
04-13 14:29:31.438 2108 2108 I SemDvfsHyPerManager: acquire hyper - TABoost/[email protected], type = 1090523139
04-13 14:29:31.438 31763 31775 I HYPER-HAL: [RequestManager.cpp]acquire(): Acquired ID : 2248272 [2108 / 12] HINT : list : [TABoost / 30] [TIMEOUT / 1500]
04-13 14:29:31.448 32002 32002 D PowerManagerService: [api] userActivity : event: 0 flags: 0 (uid: 1000 pid: 32002) eventTime = 213461645
04-13 14:29:31.457 32002 32002 D PowerManagerService: [api] userActivity : event: 0 flags: 0 (uid: 1000 pid: 32002) eventTime = 213461654
04-13 14:29:31.465 32002 32367 D InputReader: Btn_touch(11): value=0 when=213461.662548
04-13 14:29:31.465 32002 32367 I InputReader: Touch event's action is 0x1 (id=3, t=0) [pCnt=1, s=] when=213461.662548
04-13 14:29:31.465 32002 32002 D PowerManagerService: [api] userActivity : event: 0 flags: 0 (uid: 1000 pid: 32002) eventTime = 213461662
04-13 14:29:31.466 32002 32002 D InputDispatcher: Inject motion (0): action=0x1, time=213461662548000, f=0x0, d=0
04-13 14:29:31.466 32002 32366 I InputDispatcher: Delivering touch to (7065): action: 0x1, f=0x0, d=0, '236b705', t=1
04-13 14:29:31.468 7065 7065 I [email protected][SettingsHomepageActivity]: ViewPostIme pointer 1
04-13 14:29:31.479 32002 2067 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000
04-13 14:29:31.479 32002 2067 D RestrictionPolicy: isSettingsChangesAllowedAsUser, userId 0 : true
04-13 14:29:31.480 32002 2067 I SemDvfsHyPerManager: acquire hyper - AMS_ACT_START/[email protected], type = -999
04-13 14:29:31.481 32002 2067 D ActivityManagerPerformance: AMP_acquire() ACT_START
04-13 14:29:31.481 31763 31775 I HYPER-HAL: [RequestManager.cpp]acquire(): Acquired ID : 512656228 [32002 / 18] HINT : AMS_ACT_START list :
04-13 14:29:31.481 32002 2067 D ActivityTaskManager: TaskLaunchParamsModifier:task=null activity=ActivityRecord{e7975d4 u0 com.android.settings/.SubSettings [email protected] [email protected] display-area-windowing-mode=1
04-13 14:29:31.481 32002 2067 D ActivityTaskManager: TaskLaunchParamsModifier:task=Task{40eb9c7 #6440 visible=true type=standard mode=fullscreen translucent=false A=1000:com.android.settings.root U=0 StackId=6440 sz=1} activity=ActivityRecord{e7975d4 u0 com.android.settings/.SubSettings t-1} display-from-task=0 [email protected] display-area-windowing-mode=1 inherit-from-source=fullscreen activity-options-fullscreen=Rect(0, 0 - 0, 0) non-freeform-display maximized-bounds
04-13 14:29:31.483 955 1021 I SurfaceFlinger: id=49656 createSurf (0x0),-1 flag=80004, ActivityRecord{e7975d4 u0 com.android.settings/.SubSettings t6440}#0
04-13 14:29:31.485 32002 2067 V WindowManager: Prepare app transition: transit=TRANSIT_ACTIVITY_OPEN mNextAppTransition=TRANSIT_UNSET alwaysKeepCurrent=false displayId=0 Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5807 com.android.server.wm.DisplayContent.prepareAppTransition:5801 com.android.server.wm.ActivityStack.startActivityLocked:2595 com.android.server.wm.ActivityStarter.startActivityInner:2674 com.android.server.wm.ActivityStarter.startActivityUnchecked:2205
04-13 14:29:31.485 32002 2067 D WindowManager: CustomStartingWindowData: className=com.android.settings.SubSettings, packageName=com.android.settings, taskUserId=0
04-13 14:29:31.485 31763 31775 I HYPER-HAL: [ResourceManager.cpp]updateResource(): [CPUMinFreq] UpdateResource Request ID : 512656228 Value : 1804800
04-13 14:29:31.487 32002 2067 D SurfaceControl: hide : mNativeObject = -5476376674425808096 - sc.mNativeObject = -5476376674424596512 - Surface(name=ActivityRecord{e7975d4 u0 com.android.settings/.SubSettings t6440})/@0x195f37d
04-13 14:29:31.487 32002 2067 D SurfaceControl: nativeSetFlags Done : Surface(name=ActivityRecord{e7975d4 u0 com.android.settings/.SubSettings t6440})/@0x195f37d
04-13 14:29:31.489 32002 32085 D SurfaceControl: hide : mNativeObject = -5476376674425819536 - sc.mNativeObject = -5476376674425117120 - Surface(name=Input Consumer recents_animation_input_consumer)/@0xeaccfd7
04-13 14:29:31.489 32002 32085 D SurfaceControl: nativeSetFlags Done : Surface(name=Input Consumer recents_animation_input_consumer)/@0xeaccfd7
04-13 14:29:31.493 7065 7065 E AccessibilityManager: semUpdateAssitantMenu invoking from manager:
04-13 14:29:31.495 32002 2659 D MARsPolicyManager: onPackageResumedFG pkgName = com.android.settings, userId = 0
04-13 14:29:31.495 32002 32084 D GameManagerService: notePauseComponent(), received paused-component: com.android.settings
04-13 14:29:31.495 32002 2659 V WindowManager: Prepare app transition: transit=TRANSIT_ACTIVITY_OPEN mNextAppTransition=TRANSIT_ACTIVITY_OPEN alwaysKeepCurrent=false displayId=0 Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5807 com.android.server.wm.DisplayContent.prepareAppTransition:5801 com.android.server.wm.ActivityStack.resumeTopActivityInnerLocked:2255 com.android.server.wm.ActivityStack.resumeTopActivityUncheckedLocked:1873 com.android.server.wm.RootWindowContainer.resumeFocusedStacksTopActivities:2665
04-13 14:29:31.495 32002 2659 W ActivityTaskManager: Tried to set launchTime (0) < mLastActivityLaunchTime (213453289)
04-13 14:29:31.496 32002 2659 V WindowManager: rotationForOrientation(orient=SCREEN_ORIENTATION_UNSPECIFIED (-1), last=ROTATION_0 (0)); user=ROTATION_90 (1)
04-13 14:29:31.496 32002 2659 D WindowManager: rotationForOrientation, orientationSource=ActivityRecord{e7975d4 u0 com.android.settings/.SubSettings t6440}
04-13 14:29:31.496 32002 2659 V WindowOrientationListener: getProposedRotation: -1
04-13 14:29:31.496 32002 2659 V WindowManager: rotationForOrientation(orient=SCREEN_ORIENTATION_UNSPECIFIED (-1), last=ROTATION_0 (0)); user=ROTATION_90 (1)
04-13 14:29:31.496 32002 2659 D WindowManager: rotationForOrientation, orientationSource=ActivityRecord{e7975d4 u0 com.android.settings/.SubSettings t6440}
04-13 14:29:31.496 32002 2659 V WindowOrientationListener: getProposedRotation: -1
04-13 14:29:31.496 32002 2659 V WindowManager: Computed rotation=ROTATION_0 (0) for display id=0 based on lastOrientation=SCREEN_ORIENTATION_UNSPECIFIED (-1) and oldRotation=ROTATION_0 (0), caller=com.android.server.wm.DisplayRotation.updateOrientation:394 com.android.server.wm.DisplayContent.updateOrientation:1698 com.android.server.wm.DisplayContent.updateOrientation:1626 com.android.server.wm.RootWindowContainer.ensureVisibilityAndConfig:2152 com.android.server.wm.ActivityStackSupervisor.realStartActivityLocked:923 com.android.server.wm.ActivityStackSupervisor.startSpecificActivity:1239
04-13 14:29:31.496 32002 2659 D TspStateManager: updateCustomValue customSetting=
04-13 14:29:31.496 32002 2659 V WindowManager: rotationForOrientation(orient=SCREEN_ORIENTATION_UNSPECIFIED (-1), last=ROTATION_0 (0)); user=ROTATION_90 (1)
04-13 14:29:31.496 32002 2659 D WindowManager: rotationForOrientation, orientationSource=ActivityRecord{e7975d4 u0 com.android.settings/.SubSettings t6440}
04-13 14:29:31.496 32002 2659 V WindowOrientationListener: getProposedRotation: -1
04-13 14:29:31.497 32002 2659 D TspStateManager: updateCustomValue customSetting=
04-13 14:29:31.497 32002 2659 D PkgDataHelper: notifyAppCreate(), pkgName: com.android.settings, sendRet: true
04-13 14:29:31.497 32002 32372 D GameManagerService: onLooperPrepared(), msg: MSG_APP_CREATE, pkgName: com.android.settings
04-13 14:29:31.498 32002 2659 D InputDispatcher: Focused application set to (0): e7975d4
04-13 14:29:31.498 32002 2659 V WindowManager: Changing focus from Window{236b705 u0 com.android.settings/com.android.settings.homepage.SettingsHomepageActivity} to null displayId=0 Callers=com.android.server.wm.RootWindowContainer.updateFocusedWindowLocked:566 com.android.server.wm.WindowManagerService.updateFocusedWindowLocked:6297 com.android.server.wm.DisplayContent.setFocusedApp:6774 com.android.server.wm.ActivityTaskManagerService.setResumedActivityUncheckLocked:6690
04-13 14:29:31.499 32002 2659 D StatusBarManagerService: notifyRequestedSystemKey recent=false home=false
04-13 14:29:31.499 32002 2659 D MARsPolicyManager: onPackageResumedFG pkgName = com.android.settings, userId = 0
04-13 14:29:31.499 32002 2659 W WindowManager: Execute app transition: mNextAppTransition=TRANSIT_ACTIVITY_OPEN, displayId: 0 Callers=com.android.server.wm.RootWindowContainer.executeAppTransitionForAllDisplay:2586 com.android.server.wm.ActivityStackSupervisor.reportResumedActivityLocked:2265 com.android.server.wm.ActivityRecord.completeResumeLocked:5686 com.android.server.wm.ActivityStack.minimalResumeActivityLocked:1225 com.android.server.wm.ActivityStackSupervisor.realStartActivityLocked:1152
04-13 14:29:31.502 32002 32085 D SurfaceControl: hide : mNativeObject = -5476376674425819536 - sc.mNativeObject = -5476376674425117120 - Surface(name=Input Consumer recents_animation_input_consumer)/@0xeaccfd7
04-13 14:29:31.502 32002 32085 D SurfaceControl: nativeSetFlags Done : Surface(name=Input Consumer recents_animation_input_consumer)/@0xeaccfd7
04-13 14:29:31.506 32002 32084 D GameManagerService: noteResumeComponent(), received resumed-component: com.android.settings
04-13 14:29:31.506 32002 32372 D GameManagerService: onLooperPrepared(), msg: MSG_APP_RESUME, resumeComponent: ComponentInfo{com.android.settings/com.android.settings.SubSettings}
04-13 14:29:31.506 32002 32372 D GameManagerService: handleResume().
04-13 14:29:31.506 32002 32084 I [email protected]: noteResumeComponent(): package name : com.android.settings
04-13 14:29:31.506 32002 32372 D GameManagerService: sendFocusOutConditionally() - mPrevNotiPackage: (unknown)
04-13 14:29:31.506 32002 32372 D GameManagerService: handleResume(). pkgName: com.android.settings, isTunableApp: null
04-13 14:29:31.507 32002 32372 D GameManagerService: notifyFocusInOut(). of pkg: com.android.settings, type: 4, isMinimized: false, isTunableApp: false
04-13 14:29:31.507 32002 32372 D GameManagerService: notifyFocusInOut(). unexpected mPrevNotiType: -1
04-13 14:29:31.507 32002 32372 D GameManagerService:NetworkLimit: callRelease
04-13 14:29:31.507 32002 32372 D GM:SystemHelper: callReleaseBlock needReleaseBlock:false
04-13 14:29:31.507 7065 7065 I DecorView: [INFO] isPopOver=false, config=true
04-13 14:29:31.507 7065 7065 I DecorView: updateCaptionType >> [email protected][], isFloating=false, isApplication=true, hasWindowDecorCaption=false, hasWindowControllerCallback=true
04-13 14:29:31.507 7065 7065 D DecorView: setCaptionType = 0, this = [email protected][]
04-13 14:29:31.512 7065 7065 I Sesl_CTL: updateTitleLayout : context : com.android.settings.SubSe[email protected], testSize : 38.0, fontScale : 1.0, mSubTitleEnabled : false
04-13 14:29:31.512 7065 7065 I Sesl_CTL: updateTitleLayout : context : [email protected], testSize : 38.0, fontScale : 1.0, mSubTitleEnabled : false
04-13 14:29:31.514 7065 7065 I Settings: getContentFrameWidthRatio screenWidthDp : 360 , screenHeightDp : 673 , LightTheme : true , Context : [email protected]
04-13 14:29:31.514 7065 7065 I Settings: densityDpi : 480 , smallestScreenWidthDp : 360 , semDesktopModeEnabled : 0
04-13 14:29:31.514 7065 7065 D SettingsBaseActivity: measureContentFrame : 1.0 : 0.0
04-13 14:29:31.515 7065 7065 D SettingsActivity: Starting onCreate
04-13 14:29:31.525 7065 7065 D SettingsActivity: Starting to set activity title
04-13 14:29:31.525 7065 7065 I Sesl_CTL: updateTitleLayout : context : [email protected], testSize : 38.0, fontScale : 1.0, mSubTitleEnabled : false
04-13 14:29:31.525 7065 7065 D SettingsActivity: Done setting title
04-13 14:29:31.525 7065 7065 I SettingsActivity: Switching to fragment com.android.settings.applications.manageapplications.ManageApplications
04-13 14:29:31.525 7065 7065 I SubSettings: Launching fragment com.android.settings.applications.manageapplications.ManageApplications
04-13 14:29:31.527 7065 7065 D SamsungAnalytics605015: user do not agree
04-13 14:29:31.529 32002 2067 I InputDispatcher: Focus left window (7065): 236b705 in display 0 0
04-13 14:29:31.532 32002 2067 E PackageManager: Package Manager Crash
04-13 14:29:31.532 32002 2067 E PackageManager: java.lang.IllegalStateException: Call to getInstalledModules before metadata loaded
04-13 14:29:31.532 32002 2067 E PackageManager: at com.android.server.pm.ModuleInfoProvider.getInstalledModules(ModuleInfoProvider.java:177)
04-13 14:29:31.532 32002 2067 E PackageManager: at com.android.server.pm.PackageManagerService.getInstalledModules(PackageManagerService.java:6796)
04-13 14:29:31.532 32002 2067 E PackageManager: at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:4767)
04-13 14:29:31.532 32002 2067 E PackageManager: at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:5281)
04-13 14:29:31.532 32002 2067 E PackageManager: at android.os.Binder.execTransactInternal(Binder.java:1190)
04-13 14:29:31.532 32002 2067 E PackageManager: at android.os.Binder.execTransact(Binder.java:1159)
04-13 14:29:31.532 7065 7065 D AndroidRuntime: Shutting down VM
04-13 14:29:31.533 32002 32121 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2
--------- beginning of crash
04-13 14:29:31.536 7065 7065 E AndroidRuntime: FATAL EXCEPTION: main
04-13 14:29:31.536 7065 7065 E AndroidRuntime: Process: com.android.settings, PID: 7065
04-13 14:29:31.536 7065 7065 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.SubSettings}: java.lang.IllegalStateException: Call to getInstalledModules before metadata loaded
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3792)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3968)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2307)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.os.Looper.loop(Looper.java:246)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8506)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: Caused by: java.lang.IllegalStateException: Call to getInstalledModules before metadata loaded
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.os.Parcel.createExceptionOrNull(Parcel.java:2393)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:2369)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2352)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2294)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.content.pm.IPackageManager$Stub$Proxy.getInstalledModules(IPackageManager.java:9956)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.app.ApplicationPackageManager.getInstalledModules(ApplicationPackageManager.java:1095)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at com.android.settingslib.applications.ApplicationsState.<init>(ApplicationsState.java:268)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at com.android.settingslib.applications.ApplicationsState.getInstance(ApplicationsState.java:133)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at com.android.settingslib.applications.ApplicationsState.getInstance(ApplicationsState.java:126)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at com.android.settings.applications.manageapplications.ManageApplications.onCreate(ManageApplications.java:508)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at androidx.fragment.app.Fragment.performCreate(Fragment.java:2710)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.create(FragmentStateManager.java:270)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1173)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at androidx.fragment.app.FragmentTransition.addToFirstInLastOut(FragmentTransition.java:1255)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at androidx.fragment.app.FragmentTransition.calculateFragments(FragmentTransition.java:1138)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at androidx.fragment.app.FragmentTransition.startTransitions(FragmentTransition.java:136)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at androidx.fragment.app.FragmentManager.executeOpsTogether(FragmentManager.java:1990)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at androidx.fragment.app.FragmentManager.removeRedundantOperationsAndExecute(FragmentManager.java:1948)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at androidx.fragment.app.FragmentManager.execPendingActions(FragmentManager.java:1850)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at androidx.fragment.app.FragmentManager.executePendingTransactions(FragmentManager.java:489)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at com.android.settings.SettingsActivity.switchToFragment(SettingsActivity.java:773)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at com.android.settings.SettingsActivity.switchToFragment(SettingsActivity.java:751)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at com.android.settings.SettingsActivity.launchSettingFragment(SettingsActivity.java:436)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at com.android.settings.SettingsActivity.onCreate(SettingsActivity.java:333)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:8198)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:8182)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1309)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3765)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: ... 11 more
04-13 14:29:31.536 7065 7065 E AndroidRuntime: Caused by: android.os.RemoteException: Remote stack trace:
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at com.android.server.pm.ModuleInfoProvider.getInstalledModules(ModuleInfoProvider.java:177)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at com.android.server.pm.PackageManagerService.getInstalledModules(PackageManagerService.java:6796)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:4767)
04-13 14:29:31.536 7065 7065 E AndroidRuntime: at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:5281)
04-13 14:29:31.537 7065 7065 E AndroidRuntime: at android.os.Binder.execTransactInternal(Binder.java:1190)
04-13 14:29:31.537 7065 7065 E AndroidRuntime:
04-13 14:29:31.540 32002 11514 I DropBoxManagerService: add tag=system_app_crash isTagEnabled=true flags=0x2
04-13 14:29:31.541 32002 2067 D Debug : low && ship && 3rdparty app crash, do not dump
04-13 14:29:31.542 32002 2067 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1162 com.android.server.am.AppErrors.crashApplicationInner:579 com.android.server.am.AppErrors.crashApplication:443 com.android.server.am.ActivityManagerService.handleApplicationCrashInner:12321 com.android.server.am.ActivityManagerService.handleApplicationCrash:12256
04-13 14:29:31.549 32002 2067 W ActivityTaskManager: Force finishing activity com.android.settings/.SubSettings
04-13 14:29:31.551 32002 2067 V WindowManager: Prepare app transition: transit=TRANSIT_CRASHING_ACTIVITY_CLOSE mNextAppTransition=TRANSIT_ACTIVITY_OPEN alwaysKeepCurrent=false displayId=0 Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5807 com.android.server.wm.DisplayContent.prepareAppTransition:5801 com.android.server.wm.ActivityStack.finishTopCrashedActivityLocked:2733 com.android.server.wm.RootWindowContainer.finishTopCrashedActivities:2641 com.android.server.wm.ActivityTaskManagerService$LocalService.finishTopCrashedActivities:8886
04-13 14:29:31.551 32002 2067 V WindowManager: Prepare app transition: transit=TRANSIT_ACTIVITY_CLOSE mNextAppTransition=TRANSIT_CRASHING_ACTIVITY_CLOSE alwaysKeepCurrent=false displayId=0 Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5807 com.android.server.wm.DisplayContent.prepareAppTransition:5801 com.android.server.wm.ActivityRecord.finishIfPossible:3163 com.android.server.wm.ActivityRecord.finishIfPossible:3035 com.android.server.wm.ActivityStack.finishTopCrashedActivityLocked:2735
04-13 14:29:31.552 32002 32118 E AndroidRuntime: [email protected]*** FATAL EXCEPTION IN SYSTEM PROCESS: android.bg
04-13 14:29:31.552 32002 32118 E AndroidRuntime: java.lang.IllegalStateException: Call to getModuleInfo before metadata loaded
04-13 14:29:31.552 32002 32118 E AndroidRuntime: at com.android.server.pm.ModuleInfoProvider.getModuleInfo(ModuleInfoProvider.java:205)
04-13 14:29:31.552 32002 32118 E AndroidRuntime: at com.android.server.pm.PackageManagerService.getModuleInfo(PackageManagerService.java:6791)
04-13 14:29:31.552 32002 32118 E AndroidRuntime: at android.app.ApplicationPackageManager.getModuleInfo(ApplicationPackageManager.java:1104)
04-13 14:29:31.552 32002 32118 E AndroidRuntime: at com.android.server.RescueParty$RescuePartyObserver.mayObservePackage(RescueParty.java:692)
04-13 14:29:31.552 32002 32118 E AndroidRuntime: at com.android.server.PackageWatchdog$ObserverInternal.onPackageFailureLocked(PackageWatchdog.java:1117)
04-13 14:29:31.552 32002 32118 E AndroidRuntime: at com.android.server.PackageWatchdog.lambda$onPackageFailure$4$PackageWatchdog(PackageWatchdog.java:394)
04-13 14:29:31.552 32002 32118 E AndroidRuntime: at com.android.server.-$$Lambda$PackageWatchdog$Ya4lYGbdDy3Dda20wvc2AHBqIMM.run(Unknown Source:6)
04-13 14:29:31.552 32002 32118 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:938)
04-13 14:29:31.552 32002 32118 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
04-13 14:29:31.552 32002 32118 E AndroidRuntime: at android.os.Looper.loop(Looper.java:246)
04-13 14:29:31.552 32002 32118 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:67)
I started reinstalling some apps based on educated assumptions and I think I found the culprit:
Code:
com.samsung.android.service.stplatform
I reinstalled that package, then saw there was an update for it in Galaxy Store. I installed the update and now everything seems to be working again.

[ROM][unlocked][karnak] Lineage-20.0 [3 January 2023]

{
"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"
}
Disclaimer
Code:
/*
* This ROM will eat your cat
* I am not responsible for bricked devices, dead SD cards, thermonuclear war,
* or you getting fired because the alarm app failed.
* Please do some research if you have any concerns about features included
* in the products you find here before flashing it!
* YOU are choosing to make these modifications.
*/
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit Gerrit Code Review.
- This ROM only works with unlocked Fires!
Rules
- Please search the thread before asking questions
- Please report bugs here
- Report only one issue per bug report
- When reporting bugs please post a logcat and/or dmesg if possible
Prerequisites for Installation
- Unlocked Bootloader
- TWRP Installed
Install/Upgrade the ROM
- Boot to TWRP
- Go to wipe and wipe: system, data, cache
- Go to install and flash ROM.zip
- Flash G-APPS (Optional)
- Reboot
Downloads
LineageOS-20.0 For Karnak
G-APPS (ARM)
Source Code
- Kernel Source: https://github.com/mt8163/android_kernel_amazon_karnak
- Device Tree: https://github.com/mt8163/android_device_amazon_karnak
XDA:DevDB Information
Lineage-20.0 for Fire HD8 (karnak), ROM for the Amazon Fire HD 8 and HD 10
Contributors
Kaijones23, Rortiz2, t0x1cSH, k4y0z
ROM OS Version: Android 13
ROM Kernel: Linux 4.x
Version Information
Status: Testing
Current Beta Version: 1.2
Beta Release Date: 2022-12-25
Created 2022-12-25
Last Updated 2023-1-1
TODO:
- Fix Live-display Flicker
- [DONE] Fix Sluggish boot animation.
- [Almost Done] Fix Interface being sluggish
- [DONE] Fix Bluetooth
- [DONE] Fix Camera Disconnected when camera is recording
- [DONE] Fix Video Playback
Please post issues here or on GitHub with the logcat snippet too so we can further troubleshoot and replicate the issue .
Changelog:
[1/03/22]
Fixed BT Mac Address , BTMAC was disabled, I was able to remove the disabled flag and the bluetooth hal was able to pickup the [persist.service.bdroid.bdaddr]
Fixes the issue with the storage.xml , Twrp would get stuck.
[1/02/22]
Fixed Codecs Thanks To @bengris32 and @R0rt1z2 .
Fixed Headphones ( Still Work in Progress)
[12/29/22]
Fixed Bluetooth Issues​
Enabled LMK and UKSM In the Kernel​
Inherit several Android Go configurations​
Set default the Bluetooth class of device​
Added new vendors for Bluetooth config migration​
Align ASHA prop with Bluetooth Properties​
Enable Bluetooth profiles with system_ext.prop​
Update LE Audio profile properties to match spec and implementation​
Disable LE audio related profiles​
Enable Audio Support for Hearing Aids central support​
Use the ?= operator so BT properties can be overridden​
Move BT profiles props to vendor​
Don't write binary XML files​
props: Bump fingerprint to latest cheetah build​
Refactor and organize {system,vendor} properties​
Get rid of vndk-sp​
Disable SF configstore * ship disable_configstore because we have API level 29​
props: Checkout SurfaceFlinger properties from Fire OS 8​
props: Use phase offsets as duration​
dynamically allocate zram​
props: Configure ZRAM-writeback job​
Adjust zram write back policy​
Switch to SkiaGL as HWUI renderer​
Reserved #3
MindTheGapps is up to lineage 19.
I had to find Gapps for lineage20.
For that I found LiteGapps, which also has arm.
However, it seems to contain some programs I don't need.
LiteGapps Variant
The LiteGapps Project Official Website
litegapps.site
Should I use Litegapps Lite? It is extremely small in size...
Also, the last time I installed googleplay with Openthegapps, I was able to successfully install the smaller sized apps, but not the larger files.
This may be due to a problem with lineage18 and the /android/obb folder does not exist (or does not show up).
Or it could be that this google service was out of date.
This was a small (and to me critical) problem.
I hope it has been fixed.
Finally, at the risk of being thick, it would be great if we could get the latest version of TWRP (3.7.0, previously 3.4.0.0).
jumstec said:
MindTheGapps is up to lineage 19.
I had to find Gapps for lineage20.
For that I found LiteGapps, which also has arm.
However, it seems to contain some programs I don't need.
LiteGapps Variant
The LiteGapps Project Official Website
litegapps.site
Should I use Litegapps Lite? It is extremely small in size...
Also, the last time I installed googleplay with Openthegapps, I was able to successfully install the smaller sized apps, but not the larger files.
This may be due to a problem with lineage18 and the /android/obb folder does not exist (or does not show up).
Or it could be that this google service was out of date.
This was a small (and to me critical) problem.
I hope it has been fixed.
Finally, at the risk of being thick, it would be great if we could get the latest version of TWRP (3.7.0, previously 3.4.0.0).
Click to expand...
Click to collapse
You can build MindTheGapps for Android 13 (T) yourself, see here.
Edit:
from linageos wiki: https://androidfilehost.com/?w=files&flid=322935
(MindTheGapps-13.0.0-arm-20221025_095826.zip)
You can use mind the gapps or whatever. I see that opengapps discontinued for Android 12 and 13
@Kaijones23, could you update the local_manifests repo with the manifest for los-20.0?
Thanks
Beyond Bluetooth and Codecs, rom is quite nice, I can disable animations and set to 0.5 x.
For first release you did good job kaijones, I also saw you removed a lot of telemetry entries from kernel, so big cheers to you.
Good rom.
Edit: If you guys like gapps, you can use same use on official, https://androidfilehost.com/?fid=14871746926876840647 I use on other unofficial and all good.
We are arm.
billyrich said:
@Kaijones23, could you update the local_manifests repo with the manifest for los-20.0?
Thanks
Click to expand...
Click to collapse
Im not using local mainfest anymore. please use https://github.com/mt8163/android , its already integrated there.
LiteGapps "lite" was used.
It's done! Looks like the obb files are in place this time...Nice ROM!
bluetooth does not work...
Whenever I try to connect with any enthusiasm... But it stops at "bluetooch is turned on".
In other words, it won't start.
Then the wired earphones won't work either, so I have no choice but to use the built-in speaker.
As you can see, it is probably a problem with the startup process.
Is this a problem only with this device?
Im looking into that issue
FYI : please please post logcat of the issues to make this job easier.
Code:
12-27 09:41:55.898 249 249 E tombstoned: Tombstone written to: tombstone_31
12-27 09:41:55.901 557 628 E NativeTombstoneManager: Tombstone's UID (1002) not an app, ignoring
12-27 09:41:55.904 557 628 E NativeTombstoneManager: Tombstone's UID (1002) not an app, ignoring
12-27 09:41:55.932 1 1 I (1)[1:init]: Untracked pid 21431 exited with status 0
12-27 09:41:55.934 1 1 I (1)[1:init]: Untracked pid 21431 did not have an associated service entry and will not be reaped
12-27 09:41:55.942 1 1 I (0)[1:init]: Untracked pid 21433 exited with status 0
12-27 09:41:55.944 1 1 I (0)[1:init]: Untracked pid 21433 did not have an associated service entry and will not be reaped
12-27 09:41:55.960 717 843 W OpenGLRenderer: dequeueBuffer failed, error = -110; switching to fallback
12-27 09:41:55.967 290 290 E [email protected]: BluetoothDeathRecipient::serviceDied - Bluetooth service died
12-27 09:41:55.967 290 290 I [email protected]: BluetoothHci::close()
12-27 09:41:55.967 290 290 I [email protected]: Skipping unlink call, service died.
12-27 09:41:55.967 290 290 D [BT] : mtk_bt_op: BT_VND_OP_LPM_SET_MODE 0
12-27 09:41:55.968 557 557 D BluetoothManagerService: BluetoothServiceConnection, disconnected: com.android.bluetooth.btservice.AdapterService
12-27 09:41:55.969 281 281 I Zygote : Process 21383 exited due to signal 6 (Aborted)
12-27 09:41:55.969 290 290 D [BT] : mtk_bt_op: BT_VND_OP_USERIAL_CLOSE
12-27 09:41:55.972 557 4774 I ActivityManager: Process com.android.bluetooth (pid 21383) has died: psvc PER
12-27 09:41:55.974 557 4774 W ActivityManager: Scheduling restart of crashed service com.android.bluetooth/.btservice.AdapterService in 25200000ms for connection
12-27 09:41:55.978 557 591 I libprocessgroup: Successfully killed process cgroup uid 1002 pid 21383 in 0ms
12-27 09:41:55.972 0 0 I (0)[290:[email protected]][MTK-BT] BT_close: major 192 minor 0 (pid 290)
12-27 09:41:55.983 0 0 W (0)[290:[email protected]][HIF-SDIO][I]mtk_wcn_wmt_func_ctrl: wmt-exp: OPID(4) type(0) start
12-27 09:41:55.989 0 0 I (0)[290:[email protected]][STP-PSM] [I]_stp_psm_do_wait: STP is waiting state for ACT, i=1, state = 3
12-27 09:41:56.018 0 0 E : (0)[298:[email protected]][DISP]primary display will switch from DECOUPLE to DIRECT_LINK
12-27 09:41:56.020 0 0 I (1)[290:[email protected]][STP-PSM] [I]_stp_psm_do_wait: +Total waits for ACT takes 31681 usec
12-27 09:41:56.041 717 9674 I OpenGLRenderer: Davey! duration=4051ms; Flags=0, FrameTimelineVsyncId=11012658, IntendedVsync=39913004005506, Vsync=39913004005506, InputEventId=0, HandleInputStart=39913005781455, AnimationStart=39913005784455, PerformTraversalsStart=39913005787147, DrawStart=39913005838224, FrameDeadline=39913053972757, FrameInterval=39913005777224, FrameStartTime=16666666, SyncQueued=39913007654224, SyncStart=39913010095224, IssueDrawCommandsStart=39913010765378, SwapBuffers=39917022258071, FrameCompleted=39917057595532, DequeueBufferDuration=0, QueueBufferDuration=0, GpuCompleted=39917057595532, SwapBuffersCompleted=39917025365840, DisplayPresentTime=39902619805224, CommandSubmissionCompleted=39917022258071,
12-27 09:41:56.056 290 290 D [BT] : mtk_bt_op: BT_VND_OP_POWER_CTRL 0
12-27 09:41:56.056 290 290 W [BT] : mtk_bt_cleanup #127
12-27 09:41:56.029 373 373 W (1)[373:mtk_wmtd][WMT-CORE][I]wmt_core_dump_func_state: [AF FUNC OFF]status(b:0 f:0 g:0 w:0 lpbk:2 coredump:0 wmt:2 ant:0 sd1:0 sd2:0 stp:0)
12-27 09:41:56.032 0 0 E : (0)[298:[email protected]][DISP]primary display is DIRECT_LINK mode now
12-27 09:41:56.037 0 0 W (0)[290:[email protected]][HIF-SDIO][I]mtk_wcn_wmt_func_ctrl: OPID(4) type(0) ok
12-27 09:41:56.040 191 191 I : (0)[191:bat_thread_kthr][BAT_thread]Cable in, CHR_Type_num=1
12-27 09:41:56.053 0 0 I (0)[290:[email protected]][MTK-BT] BT_close: WMT turn off BT OK!
12-27 09:41:56.064 191 191 I : (0)[191:bat_thread_kthr][oam_run] 5940,5445,515,460,7,7,4097,5,101,4082,102,4037,3746,55
12-27 09:41:56.077 191 191 I : (0)[191:bat_thread_kthr][battery_meter_trans_battery_percentage] 29,4581,4542,7,7,42,0
12-27 09:41:56.079 191 191 I : (0)[191:bat_thread_kthr]AvgVbat=(4063),bat_vol=(4044),AvgI=(0),I=(0),VChr=(4759),AvgT=(29),T=(29),pre_SOC=(94),SOC=(93),ZCV=(3746)
12-27 09:41:56.093 191 191 I : (0)[191:bat_thread_kthr]total_time_plug_in(670), cv(-1)
12-27 09:41:56.097 191 191 I : (0)[191:bat_thread_kthr][select_jeita_cv] CV(4200000) custom CV(-1)
12-27 09:41:56.113 191 191 I (0)[191:bat_thread_kthr]battery status: charging
12-27 09:41:56.114 191 191 I : (0)[191:bat_thread_kthr][Sync_Real] UI_SOC=94, SOC=93, counter = 1
12-27 09:41:56.118 191 191 I (0)[191:bat_thread_kthr]bq25601_get_reg9_fault_type: Fault type: 0
12-27 09:41:56.125 191 191 I -(0)[191:bat_thread_kthr]mtk_rtc_hal_common: rtc_spare_reg[0] = {801c, 127, 8}
12-27 09:41:56.144 557 644 E BluetoothManagerService: getState()
12-27 09:41:56.144 557 644 E BluetoothManagerService: android.os.DeadObjectException
12-27 09:41:56.144 557 644 E BluetoothManagerService: at android.os.BinderProxy.transactNative(Native Method)
12-27 09:41:56.144 557 644 E BluetoothManagerService: at android.os.BinderProxy.transact(BinderProxy.java:584)
12-27 09:41:56.144 557 644 E BluetoothManagerService: at android.bluetooth.IBluetooth$Stub$Proxy.getState(IBluetooth.java:1486)
12-27 09:41:56.144 557 644 E BluetoothManagerService: at com.android.server.bluetooth.BluetoothManagerService.synchronousGetState(BluetoothManagerService.java:895)
12-27 09:41:56.144 557 644 E BluetoothManagerService: at com.android.server.bluetooth.BluetoothManagerService.waitForState(BluetoothManagerService.java:2872)
12-27 09:41:56.144 557 644 E BluetoothManagerService: at com.android.server.bluetooth.BluetoothManagerService.-$$Nest$mwaitForState(Unknown Source:0)
12-27 09:41:56.144 557 644 E BluetoothManagerService: at com.android.server.bluetooth.BluetoothManagerService$BluetoothHandler.handleMessage(BluetoothManagerService.java:2364)
12-27 09:41:56.144 557 644 E BluetoothManagerService: at android.os.Handler.dispatchMessage(Handler.java:106)
12-27 09:41:56.144 557 644 E BluetoothManagerService: at android.os.Looper.loopOnce(Looper.java:201)
12-27 09:41:56.144 557 644 E BluetoothManagerService: at android.os.Looper.loop(Looper.java:288)
12-27 09:41:56.144 557 644 E BluetoothManagerService: at android.os.HandlerThread.run(HandlerThread.java:67)
12-27 09:41:56.144 557 644 E BluetoothManagerService: waitForState [12] time out
12-27 09:41:56.144 557 644 D BluetoothManagerService: Sending off request.
12-27 09:41:56.145 557 644 E BluetoothManagerService: Unable to call disable()
12-27 09:41:56.145 557 644 E BluetoothManagerService: android.os.DeadObjectException
12-27 09:41:56.145 557 644 E BluetoothManagerService: at android.os.BinderProxy.transactNative(Native Method)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at android.os.BinderProxy.transact(BinderProxy.java:584)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at android.bluetooth.IBluetooth$Stub$Proxy.disable(IBluetooth.java:1513)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at com.android.server.bluetooth.BluetoothManagerService.synchronousDisable(BluetoothManagerService.java:859)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at com.android.server.bluetooth.BluetoothManagerService.handleDisable(BluetoothManagerService.java:2707)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at com.android.server.bluetooth.BluetoothManagerService.-$$Nest$mhandleDisable(Unknown Source:0)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at com.android.server.bluetooth.BluetoothManagerService$BluetoothHandler.handleMessage(BluetoothManagerService.java:2365)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at android.os.Handler.dispatchMessage(Handler.java:106)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at android.os.Looper.loopOnce(Looper.java:201)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at android.os.Looper.loop(Looper.java:288)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at android.os.HandlerThread.run(HandlerThread.java:67)
12-27 09:41:56.145 557 644 E BluetoothManagerService: getState()
12-27 09:41:56.145 557 644 E BluetoothManagerService: android.os.DeadObjectException
12-27 09:41:56.145 557 644 E BluetoothManagerService: at android.os.BinderProxy.transactNative(Native Method)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at android.os.BinderProxy.transact(BinderProxy.java:584)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at android.bluetooth.IBluetooth$Stub$Proxy.getState(IBluetooth.java:1486)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at com.android.server.bluetooth.BluetoothManagerService.synchronousGetState(BluetoothManagerService.java:895)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at com.android.server.bluetooth.BluetoothManagerService.waitForState(BluetoothManagerService.java:2872)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at com.android.server.bluetooth.BluetoothManagerService.-$$Nest$mwaitForState(Unknown Source:0)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at com.android.server.bluetooth.BluetoothManagerService$BluetoothHandler.handleMessage(BluetoothManagerService.java:2366)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at android.os.Handler.dispatchMessage(Handler.java:106)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at android.os.Looper.loopOnce(Looper.java:201)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at android.os.Looper.loop(Looper.java:288)
12-27 09:41:56.145 557 644 E BluetoothManagerService: at android.os.HandlerThread.run(HandlerThread.java:67)
12-27 09:41:56.145 557 644 E BluetoothManagerService: waitForState [15, 14, 13, 16, 11, 10] time out
12-27 09:41:56.146 557 644 D BluetoothManagerService: MESSAGE_GET_NAME_AND_ADDRESS
12-27 09:41:56.146 557 644 E BluetoothManagerService: Unable to grab names
12-27 09:41:56.146 557 644 E BluetoothManagerService: android.os.DeadObjectException
12-27 09:41:56.146 557 644 E BluetoothManagerService: at android.os.BinderProxy.transactNative(Native Method)
12-27 09:41:56.146 557 644 E BluetoothManagerService: at android.os.BinderProxy.transact(BinderProxy.java:584)
12-27 09:41:56.146 557 644 E BluetoothManagerService: at android.bluetooth.IBluetooth$Stub$Proxy.getName(IBluetooth.java:1596)
12-27 09:41:56.146 557 644 E BluetoothManagerService: at com.android.server.bluetooth.BluetoothManagerService.synchronousGetName(BluetoothManagerService.java:886)
12-27 09:41:56.146 557 644 E BluetoothManagerService: at com.android.server.bluetooth.BluetoothManagerService.-$$Nest$msynchronousGetName(Unknown Source:0)
12-27 09:41:56.146 557 644 E BluetoothManagerService: at com.android.server.bluetooth.BluetoothManagerService$BluetoothHandler.handleMessage(BluetoothManagerService.java:2044)
12-27 09:41:56.146 557 644 E BluetoothManagerService: at android.os.Handler.dispatchMessage(Handler.java:106)
12-27 09:41:56.146 557 644 E BluetoothManagerService: at android.os.Looper.loopOnce(Looper.java:201)
12-27 09:41:56.146 557 644 E BluetoothManagerService: at android.os.Looper.loop(Looper.java:288)
12-27 09:41:56.146 557 644 E BluetoothManagerService: at android.os.HandlerThread.run(HandlerThread.java:67)
12-27 09:41:56.146 557 644 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: OFF > BLE_TURNING_ON
12-27 09:41:56.146 557 644 D BluetoothManagerService: Sending BLE State Change: OFF > BLE_TURNING_ON
12-27 09:41:56.148 557 644 E BluetoothManagerService: MESSAGE_BLUETOOTH_SERVICE_DISCONNECTED(1)
12-27 09:41:56.132 0 0 W (0)[299:[email protected]]healthd: battery l=94 v=4063 t=29.0 h=2 st=2 fc=4581000 chg=u
12-27 09:41:56.149 557 644 D BluetoothManagerService: Broadcasting onBluetoothServiceDown() to 5 receivers.
12-27 09:41:56.149 557 644 D BluetoothAdapter: onBluetoothServiceDown
12-27 09:41:56.149 557 557 E BluetoothAdapter: java.lang.RuntimeException: android.os.DeadObjectException
12-27 09:41:56.149 557 557 E BluetoothAdapter: java.lang.Throwable
12-27 09:41:56.149 557 557 E BluetoothAdapter: at android.bluetooth.BluetoothAdapter.getStateInternal(BluetoothAdapter.java:1320)
12-27 09:41:56.149 557 557 E BluetoothAdapter: at android.bluetooth.BluetoothAdapter.getLeState(BluetoothAdapter.java:1378)
12-27 09:41:56.149 557 557 E BluetoothAdapter: at android.bluetooth.BluetoothAdapter.isLeEnabled(BluetoothAdapter.java:1157)
12-27 09:41:56.149 557 557 E BluetoothAdapter: at com.android.server.companion.presence.BleCompanionDeviceScanner.checkBleState(BleCompanionDeviceScanner.java:157)
12-27 09:41:56.149 557 557 E BluetoothAdapter: at com.android.server.companion.presence.BleCompanionDeviceScanner.-$$Nest$mcheckBleState(Unknown Source:0)
12-27 09:41:56.149 557 557 E BluetoothAdapter: at com.android.server.companion.presence.BleCompanionDeviceScanner$1.onReceive(BleCompanionDeviceScanner.java:312)
12-27 09:41:56.149 557 557 E BluetoothAdapter: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$android-app-LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1790)
12-27 09:41:56.149 557 557 E BluetoothAdapter: at android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(Unknown Source:2)
12-27 09:41:56.149 557 557 E BluetoothAdapter: at android.os.Handler.handleCallback(Handler.java:942)
12-27 09:41:56.149 557 557 E BluetoothAdapter: at android.os.Handler.dispatchMessage(Handler.java:99)
12-27 09:41:56.149 557 557 E BluetoothAdapter: at android.os.Looper.loopOnce(Looper.java:201)
12-27 09:41:56.149 557 557 E BluetoothAdapter: at android.os.Looper.loop(Looper.java:288)
12-27 09:41:56.149 557 557 E BluetoothAdapter: at com.android.server.SystemServer.run(SystemServer.java:965)
12-27 09:41:56.149 557 557 E BluetoothAdapter: at com.android.server.SystemServer.main(SystemServer.java:650)
12-27 09:41:56.149 557 557 E BluetoothAdapter: at java.lang.reflect.Method.invoke(Native Method)
12-27 09:41:56.149 557 557 E BluetoothAdapter: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
12-27 09:41:56.149 557 557 E BluetoothAdapter: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:914)
12-27 09:41:56.149 557 557 D BluetoothAdapter: isLeEnabled(): OFF
12-27 09:41:56.150 1077 29550 D BluetoothAdapter: onBluetoothServiceDown
12-27 09:41:56.150 1241 2831 D BluetoothAdapter: onBluetoothServiceDown
12-27 09:41:56.151 717 9674 D BluetoothAdapter: onBluetoothServiceDown
12-27 09:41:56.151 6969 9259 D BluetoothAdapter: onBluetoothServiceDown
12-27 09:41:56.159 0 0 I : -(2)[0:swapper/2]Detected VIPT I-cache on CPU2
12-27 09:41:56.159 0 0 I -(2)[0:swapper/2]CPU2: update cpu_capacity 1024
12-27 09:41:56.160 0 0 I -(2)[0:swapper/2]CPU2: Booted secondary processor [410fd033]
12-27 09:41:56.162 0 0 I (1)[0:swapper/1]CPU1: update max cpu_capacity 1024
12-27 09:41:56.206 717 1291 D PowerUI : can't show warning due to - plugged: true status unknown: false
12-27 09:41:56.520 557 595 W BatteryExternalStatsWorker: error reading Bluetooth stats: 9
12-27 09:41:56.521 557 595 D KernelCpuUidUserSysTimeReader: Removing uids 10114-10114
12-27 09:41:57.732 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:41:57.733 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:41:57.733 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:41:57.733 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:41:57.733 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:41:57.733 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:41:59.149 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:00.004 636 636 W -(2)[636:AlarmManager]alarmtimer_enqueue: 6 callbacks suppressed
12-27 09:42:00.004 636 636 I : -(2)[636:AlarmManager]alarmtimer_enqueue, 70457602000000
12-27 09:42:00.010 557 636 E LightsService: Light requested not available on this device. 2
12-27 09:42:00.015 636 636 I : -(2)[636:AlarmManager]alarmtimer_enqueue, 70457602000000
12-27 09:42:00.805 298 394 I hwcomposer: [DEV] [DEV] (Send identity matrix)
12-27 09:42:00.817 298 394 I hwcomposer: [DEV] [DEV] (Send identity matrix)
12-27 09:42:00.916 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:00.916 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:00.916 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:00.916 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:00.916 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:00.916 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:00.916 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:00.916 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:03.183 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:04.131 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:04.131 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:04.750 243 20852 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day.
12-27 09:42:06.039 191 191 I : (1)[191:bat_thread_kthr][BAT_thread]Cable in, CHR_Type_num=1
12-27 09:42:06.052 191 191 I : (1)[191:bat_thread_kthr][oam_run] 6633,5098,533,474,7,7,4087,6,101,4082,102,4030,3746,55
12-27 09:42:06.056 191 191 I : (1)[191:bat_thread_kthr][battery_meter_trans_battery_percentage] 29,4581,4542,7,7,45,0
12-27 09:42:06.058 191 191 I : (1)[191:bat_thread_kthr]AvgVbat=(4061),bat_vol=(4033),AvgI=(0),I=(0),VChr=(4759),AvgT=(29),T=(29),pre_SOC=(93),SOC=(93),ZCV=(3746)
12-27 09:42:06.062 191 191 I : (1)[191:bat_thread_kthr]total_time_plug_in(680), cv(-1)
12-27 09:42:06.064 191 191 I : (1)[191:bat_thread_kthr][select_jeita_cv] CV(4200000) custom CV(-1)
12-27 09:42:06.073 191 191 I (1)[191:bat_thread_kthr]battery status: charging
12-27 09:42:06.075 191 191 I : (1)[191:bat_thread_kthr][Sync_Real] UI_SOC=94, SOC=93, counter = 2
12-27 09:42:06.077 191 191 I (1)[191:bat_thread_kthr]bq25601_get_reg9_fault_type: Fault type: 0
12-27 09:42:06.079 191 191 I -(1)[191:bat_thread_kthr]mtk_rtc_hal_common: rtc_spare_reg[0] = {801c, 127, 8}
12-27 09:42:06.085 0 0 W (0)[299:[email protected]]healthd: battery l=94 v=4061 t=29.0 h=2 st=2 fc=4581000 chg=u
12-27 09:42:06.113 717 1236 D PowerUI : can't show warning due to - plugged: true status unknown: false
12-27 09:42:06.644 557 644 D BluetoothManagerService: MESSAGE_RESTART_BLUETOOTH_SERVICE: retry count=34
12-27 09:42:06.644 557 644 E BluetoothManagerService: Reach maximum retry to restart Bluetooth!
12-27 09:42:06.882 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:07.516 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:07.516 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:07.516 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:07.516 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:07.516 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:07.516 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:07.516 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:07.516 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:07.666 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:07.666 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:09.049 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:10.498 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:10.882 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:10.882 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:10.882 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:11.949 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:11.949 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:12.499 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:12.499 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:12.499 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:12.798 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:12.798 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:13.549 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:13.549 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:13.682 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:13.682 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:13.886 129 129 I : (0)[129:hang_detect][Hang_Detect] hang_detect thread counts down 2147483647:2147483647, status 0.
12-27 09:42:13.998 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:13.998 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:13.998 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:14.216 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:14.216 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:14.266 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:14.266 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:14.365 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:14.399 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:14.399 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:14.682 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:14.700 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:14.700 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:16.039 191 191 I : (0)[191:bat_thread_kthr][BAT_thread]Cable in, CHR_Type_num=1
12-27 09:42:16.057 191 191 I : (0)[191:bat_thread_kthr][oam_run] 5049,4509,547,486,7,7,4086,6,101,4082,102,4036,3746,55
12-27 09:42:16.060 191 191 I : (0)[191:bat_thread_kthr][battery_meter_trans_battery_percentage] 29,4581,4542,7,7,48,0
12-27 09:42:16.063 191 191 I : (0)[191:bat_thread_kthr]AvgVbat=(4060),bat_vol=(4029),AvgI=(0),I=(0),VChr=(4787),AvgT=(29),T=(29),pre_SOC=(93),SOC=(93),ZCV=(3746)
12-27 09:42:16.066 191 191 I : (0)[191:bat_thread_kthr]total_time_plug_in(690), cv(-1)
12-27 09:42:16.069 191 191 I : (0)[191:bat_thread_kthr][select_jeita_cv] CV(4200000) custom CV(-1)
12-27 09:42:16.082 191 191 I (0)[191:bat_thread_kthr]battery status: charging
12-27 09:42:16.084 191 191 I : (0)[191:bat_thread_kthr][Sync_Real] UI_SOC=94, SOC=93, counter = 3
12-27 09:42:16.089 191 191 I (0)[191:bat_thread_kthr]bq25601_get_reg9_fault_type: Fault type: 0
12-27 09:42:16.091 191 191 I -(0)[191:bat_thread_kthr]mtk_rtc_hal_common: rtc_spare_reg[0] = {801c, 127, 8}
12-27 09:42:16.095 0 0 W (1)[299:[email protected]]healthd: battery l=94 v=4060 t=29.0 h=2 st=2 fc=4581000 chg=u
12-27 09:42:16.126 717 1231 D PowerUI : can't show warning due to - plugged: true status unknown: false
12-27 09:42:16.816 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:16.818 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:16.982 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:16.982 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:16.983 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:16.983 344 365 W TransactionTracing: Could not find layer id -1
12-27 09:42:17.072 1241 16796 I CastDatabase: Saving the database
12-27 09:42:17.078 1241 16796 E SQLiteCastStore: Skip saving
Here you go.
I don't know if I'm doing this right, but I skipped the preface at the very beginning and just cut out the log when bluetooth is turned on.
.Cannot activate .bluetooth
.Switching tabs is heavy (easing)
/Especially when switching tabs
/No particular change even with animation off
/Animation is heavy due to simple lack of memory?
?Small icons on home screen? (6 can be placed horizontally on portrait screen)
?Screen flashes when changing color adjustment and reading mode at the same time ? (when returning to the home screen)
I was able to get the Gapps to get installed, I used MindtheGappsPackage . i bypassed the error message.
BiTGApps worked for me as well. Download link from GitHub below.
https://github.com/BiTGApps/BiTGApps-Release/releases/download/v1.8/BiTGApps-arm-13.0.0-v1.8_signed.zip
Thanks so much for this ROM. My 5 year old son much appreciates you (as do I). Cheers.
Thanks for the second update. I installed the update after wiping system and cache. Works just fine. UI Graphics are indeed a bit more responsive.
Keep up the good work. Thanks again
Hello @Kaijones23 , amazing work! I’m incredibly grateful for this.
If I install this, is there a way to easily update to your newer builds (OTA) or will I need to clean flash every time?
I wish you best of luck with putting out polished builds!
Thank you so much @Kaijones23 , just flashed it. Will report any issues. Really appreciate the hard work
tsukeyomi said:
Hello @Kaijones23 , amazing work! I’m incredibly grateful for this.
If I install this, is there a way to easily update to your newer builds (OTA) or will I need to clean flash every time?
I wish you best of luck with putting out polished builds!
Click to expand...
Click to collapse
You can dirty flash every time if I release an update. But if you're coming from like lineage 19.0 or older you would need to clean flash

Categories

Resources