Services Start fails. BootLoop. (Stuck at BootAnimation) - Galaxy S6 Q&A, Help & Troubleshooting

Hi. I built CM13 for the Samsung S6. It shows the BootAnimation and then enters a BootLoop. I don't know where the problem is, something related with the services startup. I also get BOOT FAILURE performing boot dexopt.
And a NullPointerException:
void com.android.server.wm.WindowManagerService.updateBootProgress(int, android.content.pm.ApplicationInfo, int, int, boolean)' on a null object reference
Looking at the source from ActivityManagerService, I saw that the NullPointerException comes from executing the method "updateBootProgress" on "mWindowManager", that is null. That object comes from the method "setWindowManager" that is basically a setter. It gets a WindowManagerService object and sets "mWindowManager" to that object. I don't know when this setter is used...
I can't post the LogCat because I'm a new user... Thanks.
Here's the error part:
10-31 23:04:46.689 4122 4122 E System : ******************************************
10-31 23:04:46.690 4122 4122 E System : ************ Failure starting core service
10-31 23:04:46.690 4122 4122 E System : java.lang.RuntimeException: Failed to create service com.android.server.AlarmManagerService: service constructor threw an exception
10-31 23:04:46.690 4122 4122 E System : at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:100)
10-31 23:04:46.690 4122 4122 E System : at com.android.server.SystemServer.startOtherServices(SystemServer.java:512)
10-31 23:04:46.690 4122 4122 E System : at com.android.server.SystemServer.run(SystemServer.java:291)
10-31 23:04:46.690 4122 4122 E System : at com.android.server.SystemServer.main(SystemServer.java:176)
10-31 23:04:46.690 4122 4122 E System : at java.lang.reflect.Method.invoke(Native Method)
10-31 23:04:46.690 4122 4122 E System : at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
10-31 23:04:46.690 4122 4122 E System : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
10-31 23:04:46.690 4122 4122 E System : Caused by: java.lang.reflect.InvocationTargetException
10-31 23:04:46.690 4122 4122 E System : at java.lang.reflect.Constructor.newInstance(Native Method)
10-31 23:04:46.690 4122 4122 E System : at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:89)
10-31 23:04:46.690 4122 4122 E System : ... 6 more
10-31 23:04:46.690 4122 4122 E System : Caused by: java.lang.NoClassDefFoundError: com.android.server.AlarmManagerService$1
10-31 23:04:46.690 4122 4122 E System : at com.android.server.AlarmManagerService.<init>(AlarmManagerService.java:310)
10-31 23:04:46.690 4122 4122 E System : ... 8 more
10-31 23:04:46.690 4122 4122 I SystemServer: Input Method Service
10-31 23:04:46.692 4122 4122 I art : Rejecting re-init on previously-failed class java.lang.Class<com.android.server.InputMethodManagerService$1>
10-31 23:04:46.692 4122 4122 I art : Rejecting re-init on previously-failed class java.lang.Class<com.android.server.InputMethodManagerService$1>
10-31 23:04:46.717 4122 4122 I art : Rejecting re-init on previously-failed class java.lang.Class<com.android.server.InputMethodManagerService$1>
10-31 23:04:46.717 4122 4122 W SystemServer: ***********************************************
10-31 23:04:46.717 4122 4122 E SystemServer: BOOT FAILURE starting Input Manager Service
10-31 23:04:46.717 4122 4122 E SystemServer: java.lang.NoClassDefFoundError: com.android.server.InputMethodManagerService$1
10-31 23:04:46.717 4122 4122 E SystemServer: at com.android.server.InputMethodManagerService.<init>(InputMethodManagerService.java:209)
10-31 23:04:46.717 4122 4122 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:575)
10-31 23:04:46.717 4122 4122 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:291)
10-31 23:04:46.717 4122 4122 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:176)
10-31 23:04:46.717 4122 4122 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
10-31 23:04:46.717 4122 4122 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
10-31 23:04:46.717 4122 4122 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
10-31 23:04:46.717 4122 4122 I SystemServer: Accessibility Manager
10-31 23:04:46.720 4122 4122 W SystemServer: ***********************************************
10-31 23:04:46.720 4122 4122 E SystemServer: BOOT FAILURE making display ready
10-31 23:04:46.720 4122 4122 E SystemServer: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.android.server.wm.WindowManagerService.displayReady()' on a null object reference
10-31 23:04:46.720 4122 4122 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:591)
10-31 23:04:46.720 4122 4122 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:291)
10-31 23:04:46.720 4122 4122 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:176)
10-31 23:04:46.720 4122 4122 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
10-31 23:04:46.720 4122 4122 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
10-31 23:04:46.720 4122 4122 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
10-31 23:04:46.721 4122 4122 I SystemServiceManager: Starting com.android.server.MountService$Lifecycle
10-31 23:04:46.728 4122 5062 D MountService: Thinking about reset, mSystemReady=false, mDaemonConnected=true
10-31 23:04:46.729 4122 5062 D MountService: Thinking about reset, mSystemReady=false, mDaemonConnected=true
10-31 23:04:46.729 4122 5062 D CryptdConnector: SND -> {1 cryptfs getfield SystemLocale}
10-31 23:04:46.729 4122 4122 I SystemServiceManager: Starting com.android.server.UiModeManagerService
10-31 23:04:46.729 2969 3020 I Ext4Crypt: ext4 crypto complete called on /data
10-31 23:04:46.730 2969 3020 I Ext4Crypt: No master key, so not ext4enc
10-31 23:04:46.731 4122 4122 I ActivityManager: Config changes=200 {1.0 ?mcc?mnc en_US ldltr ?swdp ?wdp ?hdp ?density ?lsize ?long ?orien ?touch ?keyb/?/? ?nav/? s.2 themeResource=null}
10-31 23:04:46.731 4122 5064 D CryptdConnector: RCV <- {200 1 -1}
10-31 23:04:46.732 4122 5062 W MountService: No primary storage mounted!
10-31 23:04:46.733 4122 5062 D VoldConnector: SND -> {1 asec list}
10-31 23:04:46.733 4122 4122 W PackageManager: No disk maintenance in 1477955086733; running immediately
10-31 23:04:46.733 4122 5063 D VoldConnector: RCV <- {400 1 Failed to open asec dir (No such file or directory)}
10-31 23:04:46.734 4122 5062 I PackageManager: No secure containers found
10-31 23:04:46.734 4122 5062 W PackageManager: Not granting permission android.permission.INTERACT_ACROSS_USERS_FULL to package org.cyanogenmod.snap (protectionLevel=258 flags=0x38d8bc45)
10-31 23:04:46.734 4122 5062 W PackageManager: Not granting permission android.permission.SET_ORIENTATION to package org.cyanogenmod.snap (protectionLevel=2 flags=0x38d8bc45)
10-31 23:04:46.734 4122 5063 D VoldConnector: RCV <- {200 1 asec operation succeeded}
10-31 23:04:46.734 4122 5062 W PackageManager: Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
10-31 23:04:46.734 4122 5062 W PackageManager: Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
10-31 23:04:46.734 4122 5062 W PackageManager: Not granting permission android.permission.REAL_GET_TASKS to package org.cyanogenmod.wallpapers.photophase (protectionLevel=18 flags=0x3898be45)
10-31 23:04:46.734 4122 5062 W PackageManager: Unknown permission android.permission.CANCEL_NOTIFICATIONS in package org.cyanogenmod.theme.chooser2
10-31 23:04:46.734 4122 5062 W PackageManager: Not granting permission android.permission.ACCESS_DOWNLOAD_MANAGER to package org.cyanogenmod.gello.browser (protectionLevel=18 flags=0x3889be45)
10-31 23:04:46.734 4122 5062 W PackageManager: Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package org.cyanogenmod.gello.browser (protectionLevel=2 flags=0x3889be45)
10-31 23:04:46.734 4122 5062 W PackageManager: Not granting permission android.permission.WRITE_MEDIA_STORAGE to package org.cyanogenmod.gello.browser (protectionLevel=18 flags=0x3889be45)
10-31 23:04:46.735 4122 5062 W PackageManager: Unknown permission org.cyanogenmod.gello.browser.permission.READ_HOMEPAGE in package org.cyanogenmod.gello.browser
10-31 23:04:46.735 4122 5062 W PackageManager: Unknown permission org.cyanogenmod.gello.browser.permission.WRITE_HOMEPAGE in package org.cyanogenmod.gello.browser
10-31 23:04:46.735 4122 5062 W PackageManager: Unknown permission com.cyanogen.ambient.permission.BIND_CALLER_INFO in package com.android.messaging
10-31 23:04:46.735 4122 5062 W PackageManager: Unknown permission com.cyanogen.ambient.permission.BIND_RIDEINPROGRESS_SERVICE in package com.android.messaging
10-31 23:04:46.735 4122 5062 W PackageManager: Unknown permission com.cyanogen.ambient.permission.BIND_RIDESHARING_SERVICE in package com.android.messaging
10-31 23:04:46.735 4122 4122 W SystemServer: ***********************************************
10-31 23:04:46.735 4122 5062 W PackageManager: Unknown permission com.cyngn.stats.SEND_ANALYTICS in package com.cyanogenmod.setupwizard
10-31 23:04:46.735 4122 5062 W PackageManager: Unknown permission com.cyanogen.permission.REQUEST_KILL_SWITCH_OP in package com.cyanogenmod.setupwizard
10-31 23:04:46.735 4122 5062 W PackageManager: Unknown permission com.cyanogen.ambient.permission.BIND_INCALL_SERVICE in package com.android.contacts
10-31 23:04:46.735 4122 5062 W PackageManager: Unknown permission com.cyanogen.ambient.permission.PLUGIN_STATUS_CHANGED in package com.android.contacts
10-31 23:04:46.735 4122 5062 W PackageManager: Unknown permission com.cyanogen.ambient.permission.BIND_CALLER_INFO in package com.android.contacts
10-31 23:04:46.735 4122 4122 E SystemServer: BOOT FAILURE performing boot dexopt
10-31 23:04:46.735 4122 4122 E SystemServer: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.android.server.wm.WindowManagerService.updateBootProgress(int, android.content.pm.ApplicationInfo, int, int, boolean)' on a null object reference
10-31 23:04:46.735 4122 4122 E SystemServer: at com.android.server.am.ActivityManagerService.updateBootProgress(ActivityManagerService.java:6578)
10-31 23:04:46.735 4122 4122 E SystemServer: at com.android.server.pm.PackageManagerService.performBootDexOpt(PackageManagerService.java:6495)
10-31 23:04:46.735 4122 4122 E SystemServer: at com.android.server.pm.PackageManagerService.performBootDexOpt(PackageManagerService.java:6442)
10-31 23:04:46.735 4122 4122 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:618)
10-31 23:04:46.735 4122 4122 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:291)
10-31 23:04:46.735 4122 4122 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:176)
10-31 23:04:46.735 4122 4122 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
10-31 23:04:46.735 4122 4122 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
10-31 23:04:46.735 4122 4122 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
10-31 23:04:46.735 4122 5062 W PackageManager: Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
10-31 23:04:46.735 4122 5062 W PackageManager: Unknown permission com.android.launcher.permission.READ_SETTINGS in package com.android.onetimeinitializer
10-31 23:04:46.736 4122 5062 W PackageManager: Unknown permission com.android.launcher.permission.WRITE_SETTINGS in package com.android.onetimeinitializer
10-31 23:04:46.736 4122 5062 W PackageManager: Unknown permission com.cyanogen.ambient.permission.BIND_INCALL_SERVICE in package com.android.dialer
10-31 23:04:46.736 4122 5062 W PackageManager: Unknown permission com.cyanogen.ambient.permission.PLUGIN_STATUS_CHANGED in package com.android.dialer
10-31 23:04:46.736 4122 5062 W PackageManager: Unknown permission com.cyanogen.ambient.permission.PUBLISH_DISCOVERY_NUDGE in package com.android.dialer
10-31 23:04:46.736 4122 5062 W PackageManager: Unknown permission com.cyanogen.ambient.permission.BIND_DEEPLINK_SERVICE in package com.android.dialer
10-31 23:04:46.736 4122 5062 W PackageManager: Unknown permission com.cyanogen.ambient.permission.READ_DEEPLINK_DATABASE in package com.android.dialer
10-31 23:04:46.736 4122 5062 W PackageManager: Unknown permission com.cyanogen.ambient.permission.BIND_CALLER_INFO in package com.android.dialer
10-31 23:04:46.736 4122 5062 W PackageManager: Unknown permission com.android.launcher.permission.READ_SETTINGS in package com.cyanogenmod.trebuchet
10-31 23:04:46.736 4122 4122 E System : ******************************************
10-31 23:04:46.736 4122 5062 W PackageManager: Unknown permission com.android.launcher.permission.WRITE_SETTINGS in package com.cyanogenmod.trebuchet
10-31 23:04:46.736 4122 5062 W PackageManager: Unknown permission com.cyngn.stats.SEND_ANALYTICS in package com.cyanogenmod.trebuchet
10-31 23:04:46.736 4122 5062 W PackageManager: Unknown permission com.google.android.permission.INSTALL_WEARABLE_PACKAGES in package com.android.packageinstaller
10-31 23:04:46.736 4122 5062 W PackageManager: Not granting permission android.permission.DELETE_PACKAGES to package com.svox.pico (protectionLevel=18 flags=0x3888be45)
10-31 23:04:46.736 4122 4122 E System : ************ Failure starting system services
10-31 23:04:46.736 4122 4122 E System : java.lang.NullPointerException: Attempt to invoke virtual method 'void com.android.server.wm.WindowManagerService.updateBootProgress(int, android.content.pm.ApplicationInfo, int, int, boolean)' on a null object reference
10-31 23:04:46.736 4122 4122 E System : at com.android.server.am.ActivityManagerService.updateBootProgress(ActivityManagerService.java:6578)
10-31 23:04:46.736 4122 4122 E System : at com.android.server.SystemServer.startOtherServices(SystemServer.java:624)
10-31 23:04:46.736 4122 4122 E System : at com.android.server.SystemServer.run(SystemServer.java:291)
10-31 23:04:46.736 4122 4122 E System : at com.android.server.SystemServer.main(SystemServer.java:176)
10-31 23:04:46.736 4122 4122 E System : at java.lang.reflect.Method.invoke(Native Method)
10-31 23:04:46.736 4122 4122 E System : at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
10-31 23:04:46.736 4122 4122 E System : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
10-31 23:04:46.736 4122 5062 W PackageManager: Unknown permission android.permission.ACCESS_SUPERUSER in package com.cyanogenmod.filemanager
10-31 23:04:46.736 4122 5062 W PackageManager: Unknown permission com.cyanogenmod.filemanager.permissions.READ_THEME in package com.cyanogenmod.filemanager
10-31 23:04:46.736 4122 4122 D AndroidRuntime: Shutting down VM
--------- beginning of crash
10-31 23:04:46.736 4122 4122 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
10-31 23:04:46.736 4122 4122 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.android.server.wm.WindowManagerService.updateBootProgress(int, android.content.pm.ApplicationInfo, int, int, boolean)' on a null object reference
10-31 23:04:46.736 4122 4122 E AndroidRuntime: at com.android.server.am.ActivityManagerService.updateBootProgress(ActivityManagerService.java:6578)
10-31 23:04:46.736 4122 4122 E AndroidRuntime: at com.android.server.SystemServer.startOtherServices(SystemServer.java:624)
10-31 23:04:46.736 4122 4122 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:291)
10-31 23:04:46.736 4122 4122 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:176)
10-31 23:04:46.736 4122 4122 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
10-31 23:04:46.736 4122 4122 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
10-31 23:04:46.736 4122 4122 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
10-31 23:04:46.736 4122 5062 W PackageManager: Unknown permission com.google.android.gallery3d.permission.PICASA_STORE in package com.android.dreams.phototable
10-31 23:04:46.736 4122 5062 W PackageManager: Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
10-31 23:04:46.737 4122 5062 W PackageManager: Unknown permission com.android.launcher.permission.READ_SETTINGS in package com.android.settings
10-31 23:04:46.737 4122 5062 W PackageManager: Unknown permission com.android.launcher.permission.WRITE_SETTINGS in package com.android.settings
10-31 23:04:46.737 4122 4122 I Process : Sending signal. PID: 4122 SIG: 9
10-31 23:04:46.737 4122 5062 W PackageManager: Not granting permission android.permission.REAL_GET_TASKS to package com.cyanogenmod.eleven (protectionLevel=18 flags=0x3898be65)
10-31 23:04:46.755 3038 3038 E installd: eof
10-31 23:04:46.756 3038 3038 E installd: failed to read size
10-31 23:04:46.756 3038 3038 I installd: closing connection
10-31 23:04:46.756 3022 3022 I lowmemorykiller: ActivityManager disconnected
10-31 23:04:46.756 3022 3022 I lowmemorykiller: Closing Activity Manager data connection
10-31 23:04:46.757 3023 3023 I ServiceManager: service 'procstats' died
10-31 23:04:46.757 3023 3023 I ServiceManager: service 'meminfo' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'gfxinfo' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'dbinfo' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'cpuinfo' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'permission' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'processinfo' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'batterymanager' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'usagestats' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'webviewupdate' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'scheduling_policy' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'telephony.registry' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'media.camera.proxy' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'account' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'content' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'user' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'activity' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'vibrator' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'consumer_ir' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'accessibility' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'sensorservice' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'mount' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'uimode' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'batterystats' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'appops' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'power' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'display' died
10-31 23:04:46.758 3023 3023 I ServiceManager: service 'package' died
10-31 23:04:48.138 3046 3046 E Zygote : Exit zygote because system server (4122) has terminated
10-31 23:04:48.201 3023 3023 I ServiceManager: service 'media.radio' died
10-31 23:04:48.202 3023 3023 I ServiceManager: service 'media.sound_trigger_hw' died
10-31 23:04:48.202 3023 3023 I ServiceManager: service 'media.audio_flinger' died
10-31 23:04:48.202 3023 3023 I ServiceManager: service 'media.player' died
10-31 23:04:48.202 3023 3023 I ServiceManager: service 'media.resource_manager' died
10-31 23:04:48.202 3023 3023 I ServiceManager: service 'media.camera' died
10-31 23:04:48.202 3023 3023 I ServiceManager: service 'media.audio_policy' died
Click to expand...
Click to collapse

Related

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.

Android 7.1.2 no video image only sound

I have a nokia 5, after the upgrade of android version to 7.1.2 some apps stops to show video image , I just can hear the sound.
I found this on logcat
Code:
10-31 13:35:58.874 513 513 E SurfaceFlinger: CaptureScreen: layer name = pt.nowo.nowotv/androme.be.nebula.ui.boot.SplashScreen
10-31 13:35:58.913 2840 2840 E PBSessionCacheImpl: sessionId[12491961548232875] not persisted.
10-31 13:36:01.791 1506 1883 E WifiHAL : Received fatal event, sending alert
10-31 13:36:01.792 1506 1837 E WifiHAL : wifi_get_ring_data: Error -22 happened.
10-31 13:36:01.793 1506 1837 E WifiHAL : wifi_get_ring_data: Error -22 happened.
10-31 13:36:01.793 1506 1837 E WifiHAL : wifi_get_ring_data: Error -22 happened.
10-31 13:36:01.794 1506 1837 E WifiHAL : wifi_get_ring_data: Error -22 happened.
10-31 13:36:01.794 1506 1837 E WifiHAL : wifi_get_ring_data: Error -22 happened.
10-31 13:36:09.324 703 941 E QSEECOMAPI: Error::Cannot open the file /vendor/firmware/widevine.mdt errno = 2
10-31 13:36:09.324 703 941 E QSEECOMAPI: Error::Loading image failed with ret = -1
10-31 13:36:09.356 703 941 E DrmWidevineDash: sion_buffer g_wv_fhandle->ion_sbuffer 0x0xe8579000
10-31 13:36:09.366 564 566 E rpmb_emmc: ----------------------------rpmb_emmc_read-----------------------------
10-31 13:36:09.372 564 572 E QC-time-services: Receive Passed == base = 13, unit = 1, operation = 2, result = 0
10-31 13:36:09.372 686 734 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection
10-31 13:36:09.373 686 734 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection
10-31 13:36:09.400 703 703 E DrmWidevineDash: tz api security patch level = 0
10-31 13:36:09.782 702 702 E : Service not available yet
10-31 13:36:09.797 431 2516 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
10-31 13:36:09.952 702 943 E OMX-VDEC-1080P: Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented
10-31 13:36:09.959 702 943 E OMX-VDEC-1080P: Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented
10-31 13:36:09.959 702 943 E OMX-VDEC-1080P: Extension: OMX.google.android.index.configureVideoTunnelMode not implemented
10-31 13:36:09.959 702 943 E OMX-VDEC-1080P: Extension: OMX.google.android.index.useAndroidNativeBuffer is supported
10-31 13:36:09.963 702 943 E OMX-VDEC-1080P: Does not handle dataspace request
10-31 13:36:09.963 702 943 E OMXNodeInstance: getConfig(2be0037:qcom.decoder.avc.secure, ??(0x7f000062)) ERROR: UnsupportedSetting(0x80001019)
10-31 13:36:10.396 702 702 E OMX-VDEC-1080P: Does not handle dataspace request
10-31 13:36:10.396 702 702 E OMXNodeInstance: getConfig(2be0037:qcom.decoder.avc.secure, ??(0x7f000062)) ERROR: UnsupportedSetting(0x80001019)
10-31 13:36:10.494 702 2051 E OMX-VDEC-1080P: Does not handle dataspace request
10-31 13:36:10.494 702 2051 E OMXNodeInstance: getConfig(2be0037:qcom.decoder.avc.secure, ??(0x7f000062)) ERROR: UnsupportedSetting(0x80001019)
10-31 13:36:10.634 697 7482 E msm8916_platform: platform_check_backends_match: Invalid snd_device2 =
10-31 13:36:10.651 697 7482 E audio_hw_dolby: audio_extn_dolby_ds2_set_endpoint: Dolby set endpint :0x2
10-31 13:36:13.647 513 513 E SurfaceFlinger: CaptureScreen: layer name = pt.nowo.nowotv/androme.be.nebula.ui.MainActivity
Also, on this android version I need to turn on/off the mobile data manually every time that I send / receive a MMS, is there any way to turn on mobile data automatically any time that I send / receive a MMS like other Android versions do?
Any one can help me to understand the issue and hopefully help me to fix it. Best regards
Even I face the same issue on android 7.1.2 but on a custom rom by Mokee, it happened when I entered wrong WiFi password for a certain network and the phone switched off itself and just vibrated for 4-5 seconds...

Xperia Open project and GApps [HELP WANTED]

After some tinkering and headbashing I was able to compile and flash AOSP 9 to the almighty XZP. (If anyone interested I can share the images to flash).
What works:
As far as I can tell everything works.
I was able to make calls, use BT, listen to music, send sms, make pictures with camera ETC.
I was able to switch to [email protected] Can't tell the difference tho.
I was unable to switch to [email protected], it switches back to [email protected] right away.
I didn't not tested it thoroughly tho. The problem I'm facing currently is GApps and here I have no more ideas how to approach.
What I tried:
1. Installing pico Open GApps
2. Installing super Open GApps
The result is same in both cases:
Phone reaches the "Android" logo and stuck there. Logcat show the following:
Code:
11-23 16:51:09.430 1107 1107 E SettingsState: Failed parsing settings file: /data/system/users/0/settings_secure.xml
11-23 16:51:09.434 1107 1107 E System : ******************************************
11-23 16:51:09.434 1107 1107 E System : ************ Failure starting core service
11-23 16:51:09.434 1107 1107 E System : java.lang.RuntimeException: Unable to get provider com.android.providers.settings.SettingsProvider: java.lang.IllegalStateException: Failed parsing settings file: /data/system/users/0/settings_secure.xml
11-23 16:51:09.434 1107 1107 E System : at android.app.ActivityThread.installProvider(ActivityThread.java:6407)
11-23 16:51:09.434 1107 1107 E System : at android.app.ActivityThread.installContentProviders(ActivityThread.java:5949)
11-23 16:51:09.434 1107 1107 E System : at android.app.ActivityThread.installSystemProviders(ActivityThread.java:6589)
11-23 16:51:09.434 1107 1107 E System : at com.android.server.am.ActivityManagerService.installSystemProviders(ActivityManagerService.java:12901)
11-23 16:51:09.434 1107 1107 E System : at com.android.server.SystemServer.startOtherServices(SystemServer.java:834)
11-23 16:51:09.434 1107 1107 E System : at com.android.server.SystemServer.run(SystemServer.java:437)
11-23 16:51:09.434 1107 1107 E System : at com.android.server.SystemServer.main(SystemServer.java:296)
11-23 16:51:09.434 1107 1107 E System : at java.lang.reflect.Method.invoke(Native Method)
11-23 16:51:09.434 1107 1107 E System : at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
11-23 16:51:09.434 1107 1107 E System : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:838)
11-23 16:51:09.434 1107 1107 E System : Caused by: java.lang.IllegalStateException: Failed parsing settings file: /data/system/users/0/settings_secure.xml
11-23 16:51:09.434 1107 1107 E System : at com.android.providers.settings.SettingsState.readStateSyncLocked(SettingsState.java:790)
11-23 16:51:09.434 1107 1107 E System : at com.android.providers.settings.SettingsState.<init>(SettingsState.java:272)
11-23 16:51:09.434 1107 1107 E System : at com.android.providers.settings.SettingsProvider$SettingsRegistry.ensureSettingsStateLocked(SettingsProvider.java:2322)
11-23 16:51:09.434 1107 1107 E System : at com.android.providers.settings.SettingsProvider$SettingsRegistry.ensureSettingsForUserLocked(SettingsProvider.java:2298)
11-23 16:51:09.434 1107 1107 E System : at com.android.providers.settings.SettingsProvider$SettingsRegistry.peekSettingsStateLocked(SettingsProvider.java:2578)
11-23 16:51:09.434 1107 1107 E System : at com.android.providers.settings.SettingsProvider$SettingsRegistry.getSettingsNamesLocked(SettingsProvider.java:2259)
11-23 16:51:09.434 1107 1107 E System : at com.android.providers.settings.SettingsProvider$SettingsRegistry.syncSsaidTableOnStart(SettingsProvider.java:2241)
11-23 16:51:09.434 1107 1107 E System : at com.android.providers.settings.SettingsProvider$SettingsRegistry.<init>(SettingsProvider.java:2137)
11-23 16:51:09.434 1107 1107 E System : at com.android.providers.settings.SettingsProvider.onCreate(SettingsProvider.java:318)
11-23 16:51:09.434 1107 1107 E System : at android.content.ContentProvider.attachInfo(ContentProvider.java:1917)
11-23 16:51:09.434 1107 1107 E System : at android.content.ContentProvider.attachInfo(ContentProvider.java:1892)
11-23 16:51:09.434 1107 1107 E System : at android.app.ActivityThread.installProvider(ActivityThread.java:6402)
11-23 16:51:09.434 1107 1107 E System : ... 9 more
11-23 16:51:09.434 1107 1107 E System : Caused by: org.xmlpull.v1.XmlPullParserException: unterminated entity ref (position:TEXT @1:163 in [email protected])
11-23 16:51:09.434 1107 1107 E System : at org.kxml2.io.KXmlParser.readEntity(KXmlParser.java:1220)
11-23 16:51:09.434 1107 1107 E System : at org.kxml2.io.KXmlParser.readValue(KXmlParser.java:1402)
11-23 16:51:09.434 1107 1107 E System : at org.kxml2.io.KXmlParser.next(KXmlParser.java:393)
11-23 16:51:09.434 1107 1107 E System : at org.kxml2.io.KXmlParser.next(KXmlParser.java:313)
11-23 16:51:09.434 1107 1107 E System : at com.android.providers.settings.SettingsState.parseStateLocked(SettingsState.java:810)
11-23 16:51:09.434 1107 1107 E System : at com.android.providers.settings.SettingsState.readStateSyncLocked(SettingsState.java:786)
11-23 16:51:09.434 1107 1107 E System : ... 20 more
11-23 16:51:09.436 1107 1107 I SystemServer: StartInputMethodManagerLifecycle
11-23 16:51:09.436 1107 1107 I SystemServiceManager: Starting com.android.server.InputMethodManagerService$Lifecycle
11-23 16:51:09.439 606 606 D ZygoteInitTiming_lazy: BeginIcuCachePinning took to complete: 14ms
11-23 16:51:09.439 606 606 I Zygote : Preloading classes...
11-23 16:51:09.441 1107 1107 E System : ******************************************
11-23 16:51:09.442 1107 1107 E System : ************ Failure starting system services
11-23 16:51:09.442 1107 1107 E System : java.lang.RuntimeException: Failed to create service com.android.server.InputMethodManagerService$Lifecycle: service constructor threw an exception
11-23 16:51:09.442 1107 1107 E System : at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:109)
11-23 16:51:09.442 1107 1107 E System : at com.android.server.SystemServer.startOtherServices(SystemServer.java:961)
11-23 16:51:09.442 1107 1107 E System : at com.android.server.SystemServer.run(SystemServer.java:437)
11-23 16:51:09.442 1107 1107 E System : at com.android.server.SystemServer.main(SystemServer.java:296)
11-23 16:51:09.442 1107 1107 E System : at java.lang.reflect.Method.invoke(Native Method)
11-23 16:51:09.442 1107 1107 E System : at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
11-23 16:51:09.442 1107 1107 E System : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:838)
11-23 16:51:09.442 1107 1107 E System : Caused by: java.lang.reflect.InvocationTargetException
11-23 16:51:09.442 1107 1107 E System : at java.lang.reflect.Constructor.newInstance0(Native Method)
11-23 16:51:09.442 1107 1107 E System : at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
11-23 16:51:09.442 1107 1107 E System : at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:98)
11-23 16:51:09.442 1107 1107 E System : ... 6 more
11-23 16:51:09.442 1107 1107 E System : Caused by: java.lang.IllegalStateException: Cannot access system provider: 'settings' before system providers are installed!
11-23 16:51:09.442 1107 1107 E System : at com.android.server.am.ActivityManagerService.getContentProviderImpl(ActivityManagerService.java:12341)
11-23 16:51:09.442 1107 1107 E System : at com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerService.java:12606)
11-23 16:51:09.442 1107 1107 E System : at android.app.ActivityThread.acquireProvider(ActivityThread.java:5981)
11-23 16:51:09.442 1107 1107 E System : at android.app.ContextImpl$ApplicationContentResolver.acquireProvider(ContextImpl.java:2573)
11-23 16:51:09.442 1107 1107 E System : at android.content.ContentResolver.acquireProvider(ContentResolver.java:1812)
11-23 16:51:09.442 1107 1107 E System : at android.provider.Settings$ContentProviderHolder.getProvider(Settings.java:1964)
11-23 16:51:09.442 1107 1107 E System : at android.provider.Settings$NameValueCache.getStringForUser(Settings.java:2056)
11-23 16:51:09.442 1107 1107 E System : at android.provider.Settings$Secure.getStringForUser(Settings.java:4898)
11-23 16:51:09.442 1107 1107 E System : at com.android.internal.inputmethod.InputMethodUtils$InputMethodSettings.getString(InputMethodUtils.java:960)
11-23 16:51:09.442 1107 1107 E System : at com.android.internal.inputmethod.InputMethodUtils$InputMethodSettings.getEnabledInputMethodsStr(InputMethodUtils.java:1125)
11-23 16:51:09.442 1107 1107 E System : at com.android.internal.inputmethod.InputMethodUtils$InputMethodSettings.getEnabledInputMethodsAndSubtypeListLocked(InputMethodUtils.java:1047)
11-23 16:51:09.442 1107 1107 E System : at com.android.internal.inputmethod.InputMethodUtils$InputMethodSettings.getEnabledInputMethodListLocked(InputMethodUtils.java:1007)
11-23 16:51:09.442 1107 1107 E System : at com.android.internal.inputmethod.InputMethodUtils$InputMethodSettings.getExplicitlyOrImplicitlyEnabledInputMethodsAndSubtypeListLocked(InputMethodUtils.java:1385)
11-23 16:51:09.442 1107 1107 E System : at com.android.internal.inputmethod.InputMethodSubtypeSwitchingController$InputMethodAndSubtypeList.getSortedInputMethodAndSubtypeList(InputMethodSubtypeSwitchingController.java:206)
11-23 16:51:09.442 1107 1107 E System : at com.android.internal.inputmethod.InputMethodSubtypeSwitchingController.resetCircularListLocked(InputMethodSubtypeSwitchingController.java:581)
11-23 16:51:09.442 1107 1107 E System : at com.android.internal.inputmethod.InputMethodSubtypeSwitchingController.<init>(InputMethodSubtypeSwitchingController.java:560)
11-23 16:51:09.442 1107 1107 E System : at com.android.internal.inputmethod.InputMethodSubtypeSwitchingController.createInstanceLocked(InputMethodSubtypeSwitchingController.java:565)
11-23 16:51:09.442 1107 1107 E System : at com.android.server.InputMethodManagerService.<init>(InputMethodManagerService.java:1400)
11-23 16:51:09.442 1107 1107 E System : at com.android.server.InputMethodManagerService$Lifecycle.<init>(InputMethodManagerService.java:1282)
11-23 16:51:09.442 1107 1107 E System : ... 9 more
11-23 16:51:09.444 1107 1107 D SystemServerTiming: StartInputMethodManagerLifecycle took to complete: 7ms
11-23 16:51:09.444 1107 1107 E Zygote : System zygote died with exception
11-23 16:51:09.444 1107 1107 E Zygote : java.lang.RuntimeException: Failed to create service com.android.server.InputMethodManagerService$Lifecycle: service constructor threw an exception
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:109)
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.server.SystemServer.startOtherServices(SystemServer.java:961)
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.server.SystemServer.run(SystemServer.java:437)
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.server.SystemServer.main(SystemServer.java:296)
11-23 16:51:09.444 1107 1107 E Zygote : at java.lang.reflect.Method.invoke(Native Method)
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:838)
11-23 16:51:09.444 1107 1107 E Zygote : Caused by: java.lang.reflect.InvocationTargetException
11-23 16:51:09.444 1107 1107 E Zygote : at java.lang.reflect.Constructor.newInstance0(Native Method)
11-23 16:51:09.444 1107 1107 E Zygote : at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:98)
11-23 16:51:09.444 1107 1107 E Zygote : ... 6 more
11-23 16:51:09.444 1107 1107 E Zygote : Caused by: java.lang.IllegalStateException: Cannot access system provider: 'settings' before system providers are installed!
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.server.am.ActivityManagerService.getContentProviderImpl(ActivityManagerService.java:12341)
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerService.java:12606)
11-23 16:51:09.444 1107 1107 E Zygote : at android.app.ActivityThread.acquireProvider(ActivityThread.java:5981)
11-23 16:51:09.444 1107 1107 E Zygote : at android.app.ContextImpl$ApplicationContentResolver.acquireProvider(ContextImpl.java:2573)
11-23 16:51:09.444 1107 1107 E Zygote : at android.content.ContentResolver.acquireProvider(ContentResolver.java:1812)
11-23 16:51:09.444 1107 1107 E Zygote : at android.provider.Settings$ContentProviderHolder.getProvider(Settings.java:1964)
11-23 16:51:09.444 1107 1107 E Zygote : at android.provider.Settings$NameValueCache.getStringForUser(Settings.java:2056)
11-23 16:51:09.444 1107 1107 E Zygote : at android.provider.Settings$Secure.getStringForUser(Settings.java:4898)
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.internal.inputmethod.InputMethodUtils$InputMethodSettings.getString(InputMethodUtils.java:960)
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.internal.inputmethod.InputMethodUtils$InputMethodSettings.getEnabledInputMethodsStr(InputMethodUtils.java:1125)
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.internal.inputmethod.InputMethodUtils$InputMethodSettings.getEnabledInputMethodsAndSubtypeListLocked(InputMethodUtils.java:1047)
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.internal.inputmethod.InputMethodUtils$InputMethodSettings.getEnabledInputMethodListLocked(InputMethodUtils.java:1007)
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.internal.inputmethod.InputMethodUtils$InputMethodSettings.getExplicitlyOrImplicitlyEnabledInputMethodsAndSubtypeListLocked(InputMethodUtils.java:1385)
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.internal.inputmethod.InputMethodSubtypeSwitchingController$InputMethodAndSubtypeList.getSortedInputMethodAndSubtypeList(InputMethodSubtypeSwitchingController.java:206)
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.internal.inputmethod.InputMethodSubtypeSwitchingController.resetCircularListLocked(InputMethodSubtypeSwitchingController.java:581)
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.internal.inputmethod.InputMethodSubtypeSwitchingController.<init>(InputMethodSubtypeSwitchingController.java:560)
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.internal.inputmethod.InputMethodSubtypeSwitchingController.createInstanceLocked(InputMethodSubtypeSwitchingController.java:565)
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.server.InputMethodManagerService.<init>(InputMethodManagerService.java:1400)
11-23 16:51:09.444 1107 1107 E Zygote : at com.android.server.InputMethodManagerService$Lifecycle.<init>(InputMethodManagerService.java:1282)
11-23 16:51:09.444 1107 1107 E Zygote : ... 9 more
11-23 16:51:09.446 1107 1107 D AndroidRuntime: Shutting down VM
--------- beginning of crash
11-23 16:51:09.446 1107 1107 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
11-23 16:51:09.446 1107 1107 E AndroidRuntime: java.lang.RuntimeException: Failed to create service com.android.server.InputMethodManagerService$Lifecycle: service constructor threw an exception
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:109)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.server.SystemServer.startOtherServices(SystemServer.java:961)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:437)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:296)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:838)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: Caused by: java.lang.reflect.InvocationTargetException
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at java.lang.reflect.Constructor.newInstance0(Native Method)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:98)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: ... 6 more
11-23 16:51:09.446 1107 1107 E AndroidRuntime: Caused by: java.lang.IllegalStateException: Cannot access system provider: 'settings' before system providers are installed!
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.server.am.ActivityManagerService.getContentProviderImpl(ActivityManagerService.java:12341)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerService.java:12606)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at android.app.ActivityThread.acquireProvider(ActivityThread.java:5981)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at android.app.ContextImpl$ApplicationContentResolver.acquireProvider(ContextImpl.java:2573)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at android.content.ContentResolver.acquireProvider(ContentResolver.java:1812)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at android.provider.Settings$ContentProviderHolder.getProvider(Settings.java:1964)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at android.provider.Settings$NameValueCache.getStringForUser(Settings.java:2056)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at android.provider.Settings$Secure.getStringForUser(Settings.java:4898)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.internal.inputmethod.InputMethodUtils$InputMethodSettings.getString(InputMethodUtils.java:960)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.internal.inputmethod.InputMethodUtils$InputMethodSettings.getEnabledInputMethodsStr(InputMethodUtils.java:1125)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.internal.inputmethod.InputMethodUtils$InputMethodSettings.getEnabledInputMethodsAndSubtypeListLocked(InputMethodUtils.java:1047)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.internal.inputmethod.InputMethodUtils$InputMethodSettings.getEnabledInputMethodListLocked(InputMethodUtils.java:1007)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.internal.inputmethod.InputMethodUtils$InputMethodSettings.getExplicitlyOrImplicitlyEnabledInputMethodsAndSubtypeListLocked(InputMethodUtils.java:1385)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.internal.inputmethod.InputMethodSubtypeSwitchingController$InputMethodAndSubtypeList.getSortedInputMethodAndSubtypeList(InputMethodSubtypeSwitchingController.java:206)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.internal.inputmethod.InputMethodSubtypeSwitchingController.resetCircularListLocked(InputMethodSubtypeSwitchingController.java:581)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.internal.inputmethod.InputMethodSubtypeSwitchingController.<init>(InputMethodSubtypeSwitchingController.java:560)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.internal.inputmethod.InputMethodSubtypeSwitchingController.createInstanceLocked(InputMethodSubtypeSwitchingController.java:565)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.server.InputMethodManagerService.<init>(InputMethodManagerService.java:1400)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: at com.android.server.InputMethodManagerService$Lifecycle.<init>(InputMethodManagerService.java:1282)
11-23 16:51:09.446 1107 1107 E AndroidRuntime: ... 9 more
11-23 16:51:09.448 1107 1107 I Process : Sending signal. PID: 1107 SIG: 9
11-23 16:51:09.459 606 606 I PackageBackwardCompatibility: Loaded android.content.pm.OrgApacheHttpLegacyUpdater
11-23 16:51:09.460 606 606 I PackageBackwardCompatibility: Could not find android.content.pm.AndroidTestBaseUpdater, ignoring
11-23 16:51:09.471 650 650 I lowmemorykiller: lmkd data connection dropped
11-23 16:51:09.472 650 650 I lowmemorykiller: closing lmkd data connection
11-23 16:51:09.473 543 543 I ServiceManager: service 'display' died
11-23 16:51:09.473 543 543 I ServiceManager: service 'dbinfo' died
11-23 16:51:09.474 543 543 I ServiceManager: service 'cpuinfo' died
11-23 16:51:09.474 543 543 I ServiceManager: service 'permission' died
11-23 16:51:09.474 543 543 I ServiceManager: service 'processinfo' died
11-23 16:51:09.474 543 543 I ServiceManager: service 'gfxinfo' died
11-23 16:51:09.475 543 543 I ServiceManager: service 'meminfo' died
11-23 16:51:09.475 543 543 I ServiceManager: service 'procstats' died
11-23 16:51:09.475 543 543 I ServiceManager: service 'activity' died
11-23 16:51:09.476 543 543 I ServiceManager: service 'user' died
11-23 16:51:09.476 543 543 I ServiceManager: service 'otadexopt' died
11-23 16:51:09.476 605 605 I Zygote : Process 1107 exited due to signal (9)
11-23 16:51:09.476 543 543 I ServiceManager: service 'package_native' died
11-23 16:51:09.476 605 605 E Zygote : Exit zygote because system server (1107) has terminated
11-23 16:51:09.477 543 543 I ServiceManager: service 'package' died
11-23 16:51:09.477 543 543 I ServiceManager: service 'sensorservice' died
11-23 16:51:09.477 543 543 I ServiceManager: service 'battery' died
11-23 16:51:09.478 543 543 I ServiceManager: service 'batteryproperties' died
11-23 16:51:09.478 543 543 I ServiceManager: service 'usagestats' died
11-23 16:51:09.478 543 543 I ServiceManager: service 'webviewupdate' died
11-23 16:51:09.478 543 543 I ServiceManager: service 'binder_calls_stats' died
11-23 16:51:09.479 543 543 I ServiceManager: service 'sec_key_att_app_id_provider' died
11-23 16:51:09.479 543 543 I ServiceManager: service 'scheduling_policy' died
11-23 16:51:09.479 543 543 I ServiceManager: service 'telephony.registry' died
11-23 16:51:09.479 543 543 I ServiceManager: service 'account' died
11-23 16:51:09.480 543 543 I ServiceManager: service 'content' died
11-23 16:51:09.480 543 543 I ServiceManager: service 'device_identifiers' died
11-23 16:51:09.480 543 543 I ServiceManager: service 'batterystats' died
11-23 16:51:09.481 543 543 I ServiceManager: service 'appops' died
11-23 16:51:09.481 543 543 I ServiceManager: service 'power' died
11-23 16:51:09.481 543 543 I ServiceManager: service 'recovery' died
11-23 16:51:09.490 543 543 I ServiceManager: service 'media.audio_flinger' died
11-23 16:51:09.490 615 1058 I r_submix: adev_close()
11-23 16:51:09.491 543 543 I ServiceManager: service 'media.audio_policy' died
11-23 16:51:09.491 543 543 I ServiceManager: service 'media.sound_trigger_hw' died
11-23 16:51:09.496 543 543 I ServiceManager: service 'media.camera' died
11-23 16:51:09.502 543 543 I ServiceManager: service 'media.player' died
11-23 16:51:09.502 543 543 I ServiceManager: service 'media.resource_manager' died
11-23 16:51:09.506 543 543 I ServiceManager: service 'netd' died
11-23 16:51:09.511 543 543 I ServiceManager: service 'wificond' died
And this just repeats itself. So it seems that something gets borken after installing GApps.
Any ideas how to fix that are welcome.
Also, if you want, I can share the compiled images for Dual sim variant.
Maybe try Mindthegapps. I remember I used it when installing Paranoid Android. Open gapps didn't work on it. Is google camera working? Hdr+ and slow motion.
But where is the link of all this?
Envoyé de mon G8142 en utilisant Tapatalk
I also built it a few days before and it worked flawlessly with OpenGapps and surprisingly ran quite well. But that was also with Oreo which then slowed down like hell in a few days.
Also I didn't stay with it because I couldn't get 4k working in a way it's usable (huge stuttering and jumping while scrolling and similar), but YouTube 4k interestingly worked well with close to 0 framedrops while playing (only the few usual ones while starting and maximizing which also are with stock).
I was able to switch to [email protected]
Click to expand...
Click to collapse
Is there any utilities to configure and confirm whether it's really 120Hz?
Besides, are there any specific build parameters (or code changes) needed for properly enabling 120Hz?
On the other hand, I'm trying to look for a way to build 9.0 (CarbonROM 7.0) on my device as well, but I'm at a loss at where to look for the vendor tree (vendor/sony/maple). Besides, I don't even know whether CarbonROM (at least existing Oreo ROM) actually supported 120Hz or not.
LSS4181 said:
Is there any utilities to configure and confirm whether it's really 120Hz?
Besides, are there any specific build parameters (or code changes) needed for properly enabling 120Hz?
On the other hand, I'm trying to look for a way to build 9.0 (CarbonROM 7.0) on my device as well, but I'm at a loss at where to look for the vendor tree (vendor/sony/maple). Besides, I don't even know whether CarbonROM (at least existing Oreo ROM) actually supported 120Hz or not.
Click to expand...
Click to collapse
hey bro carbon doesn't support 120 hz and here is vendor tree https://github.com/obsd39/proprietary_vendor_sony
Can someone share a 9.0 Build with Me? Flashing Magisk with GApps together should fix the Problems the OP had here...
Is also someone interested on bringing Treble A-Only Support to the XZ Premium!? Ive seen it worked on the XZ1 which allows to flash GSI System Images...
uditrawat said:
hey bro carbon doesn't support 120 hz and here is vendor tree https://github.com/obsd39/proprietary_vendor_sony
Click to expand...
Click to collapse
Thanks, I'll take a look at it.
Still, as for 120Hz, I'm interested in whether the kernel could be defaulted to that mode as mentioned here.
LSS4181 said:
Thanks, I'll take a look at it.
Still, as for 120Hz, I'm interested in whether the kernel could be defaulted to that mode as mentioned here.
Click to expand...
Click to collapse
man it needs really good kernel developer to make it work
What am I doing wrong here?
For now I'm currently trying to build stock AOSP under Manjaro (Arch-based) as when building CarbonROM there were some errors.
EDIT: The CarbonROM-related error question has been moved to here. This thread will be mainly about AOSP.
The thing is, with stock AOSP I'm having some problems with the ./repo_update.sh.
It's supposed to get some upstream patches (as it'll encounter some known errors when making without running that script), but in my case, I'm getting this instead:
Code:
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/<branch> android-9.0.0_r16
And nothing happens, nor does it solve the error that was kind of previously documented... such as this one.
Code:
[375/977] including hardware/qcom/gps/Android.mk ...
build/make/core/base_rules.mk:260: error: hardware/qcom/gps/msm8998/core: MODULE.TARGET.SHARED_LIBRARIES.libloc_core already defined by hardware/qcom/gps/sdm845/core.
For convenience, I let lineage-devel (AUR) to pull all the necessary dependencies needed for building and I'm using openjdk-8 according to the wiki. On the other hand, I think I'll bring up a Ubuntu VM if Arch's tools are indeed breaking things, but versions like Ubuntu 16.04 LTS can be a real pain to set up at times (notably, 16.04's curl was built against gnutls and it's not working properly, preventing some repos from being synced properly as they throw the error "The TLS connection was non-properly terminated.")...
LSS4181 said:
For now I'm currently trying to build stock AOSP under Manjaro (Arch-based) as when building CarbonROM there were some errors.
Code:
In file included from device/sony/yoshino-common/init/init_yoshino.cpp:39:
In file included from system/core/init/util.h:31:
system/core/init/result.h:150:12: error: call to deleted constructor of 'android::init::Error'
return Error(errno);
^~~~~~~~~~~~
system/core/init/result.h:139:5: note: 'Error' has been explicitly marked deleted here
Error(Error&&) = delete;
^
system/core/init/result.h:159:50: error: no template named 'is_same_v' in namespace 'std'; did you mean 'is_same'?
typename = std::enable_if_t, Result> &&
~~~~~^~~~~~~~~
is_same
external/libcxx/include/type_traits:856:61: note: 'is_same' declared here
template struct _LIBCPP_TEMPLATE_VIS is_same : public false_type {};
^
In file included from device/sony/yoshino-common/init/init_yoshino.cpp:39:
In file included from system/core/init/util.h:31:
system/core/init/result.h:160:45: error: expected ')'
sizeof...(V) == 0)>>
^
system/core/init/result.h:159:44: note: to match this '('
typename = std::enable_if_t, Result> &&
^
system/core/init/result.h:160:63: error: expected expression
sizeof...(V) == 0)>>
^
system/core/init/result.h:203:34: error: expected ',' or '>' in template-parameter-list
std::variant contents_;
^
system/core/init/result.h:203:43: warning: declaration does not declare anything [-Wmissing-declarations]
std::variant contents_;
^
system/core/init/result.h:206:22: error: no type named 'monostate' in namespace 'std'
using Success = std::monostate;
~~~~~^
In file included from device/sony/yoshino-common/init/init_yoshino.cpp:39:
system/core/init/util.h:45:8: error: use of undeclared identifier 'Success'; did you mean 'access'?
Result WriteFile(const std::string& path, const std::string& content);
^~~~~~~
access
bionic/libc/include/unistd.h:127:5: note: 'access' declared here
int access(const char* __path, int __mode);
^
In file included from device/sony/yoshino-common/init/init_yoshino.cpp:39:
system/core/init/util.h:45:8: error: template argument for template type parameter must be a type
Result WriteFile(const std::string& path, const std::string& content);
^~~~~~~
system/core/init/result.h:153:20: note: template parameter is declared here
template
^
device/sony/yoshino-common/init/init_yoshino.cpp:102:10: error: no matching function for call to 'ReadFile'
if (!ReadFile(filename, &data, &err)) {
^~~~~~~~
system/core/init/util.h:44:21: note: candidate function not viable: requires single argument 'path', but 3 arguments were provided
Result ReadFile(const std::string& path);
^
1 warning and 9 errors generated.
The thing is, with stock AOSP I'm having some problems with the ./repo_update.sh.
It's supposed to get some upstream patches (as it'll encounter some known errors when making without running that script), but in my case, I'm getting this instead:
Code:
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/ android-9.0.0_r16
And nothing happens, nor does it solve the error that was kind of previously documented... such as this one.
Code:
[375/977] including hardware/qcom/gps/Android.mk ...
build/make/core/base_rules.mk:260: error: hardware/qcom/gps/msm8998/core: MODULE.TARGET.SHARED_LIBRARIES.libloc_core already defined by hardware/qcom/gps/sdm845/core.
For convenience, I let lineage-devel (AUR) to pull all the necessary dependencies needed for building and I'm using openjdk-8 according to the wiki. On the other hand, I think I'll bring up a Ubuntu VM if Arch's tools are indeed breaking things, but versions like Ubuntu 16.04 LTS can be a real pain to set up at times (notably, 16.04's curl was built against gnutls and it's not working properly, preventing some repos from being synced properly as they throw the error "The TLS connection was non-properly terminated.")...
Click to expand...
Click to collapse
Did you clone Sony's local manifests into .repo folder?
Did you try the set-upstream?
If you already cloned it try some
cd .repo/local_manifests
git fetch origin
git checkout origin/android-9.0.0_r16
cd ../..
./repo_update.sh
super_extreme said:
Did you clone Sony's local manifests into .repo folder?
Did you try the set-upstream?
If you already cloned it try some
cd .repo/local_manifests
git fetch origin
git checkout origin/android-9.0.0_r16
cd ../..
./repo_update.sh
Click to expand...
Click to collapse
I just tried what you mentioned, and now I'm getting this:
Code:
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
1. "git fetch origin" exited without a message. Is this correct?
2. "git branch --set-upstream-to=origin/ android-9.0.0_r16" would error saying "origin/" is not found. I assumed it might be a typo, so I did "git branch --set-upstream-to=origin android-9.0.0_r16" (without the slash) which worked... I don't know exactly how the command should be done, maybe I'm not doing right here.
3. The first time I typed "git checkout origin/android-9.0.0_r16" it said I'm now in a detached HEAD state.
EDIT: Okay... got through this one... apparently I just need to checkout android-9.0.0_r16 again, this time without "origin". The ./repo_update.sh started merging... will see if I could proceed further.
EDIT 2: It's building now... although I'm still yet to know what it could offer with a build built using only official build instructions.
What could be causing issues with hiddenapi?
On Manjaro (Arch based), it seems I need to replace the prebuilt flex binary or it'll complain about an assertion failed (locale-related). After replacing the flex binary the build could continue, but near the end of the build process another error occurred. For some reasons, the hiddenapi is saying about "No DEX files specified".
By the way, I'm trying to build this on a PC with a AMD Ryzen CPU (in case the error might be CPU-related as far as google results could tell).
Code:
[ 96% 74769/77225] build out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/dex-hiddenapi/classes.dex
FAILED: out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/dex-hiddenapi/classes.dex
/bin/bash -c "(rm -rf out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/dex-hiddenapi/ ) && (mkdir -p out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/dex-hiddenapi/ ) && (find out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/dex/ -maxdepth 1 -name \"classes*.dex\" | sort | xargs -I{} cp -f {} out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/dex-hiddenapi/ ) && (find out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/dex-hiddenapi/ -name \"classes*.dex\" | sort | sed 's/^/--dex=/' | xargs out/host/linux-x86/bin/hiddenapi --light-greylist=out/target/common/obj/PACKAGING/hiddenapi-light-greylist.txt --dark-greylist=out/target/common/obj/PACKAGING/hiddenapi-dark-greylist.txt --blacklist=out/target/common/obj/PACKAGING/hiddenapi-blacklist.txt )"
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] No DEX files specified
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] Command: out/host/linux-x86/bin/hiddenapi --light-greylist=out/target/common/obj/PACKAGING/hiddenapi-light-greylist.txt --dark-greylist=out/target/common/obj/PACKAGING/hiddenapi-dark-greylist.txt --blacklist=out/target/common/obj/PACKAGING/hiddenapi-blacklist.txt
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] Usage: hiddenapi [options]...
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47]
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] --dex=<filename>: specify dex file whose members' access flags are to be set.
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] At least one --dex parameter must be specified.
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47]
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] --light-greylist=<filename>:
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] --dark-greylist=<filename>:
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] --blacklist=<filename>: text files with signatures of methods/fields to be marked
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] greylisted/blacklisted respectively. At least one list must be provided.
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47]
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] --print-hidden-api: dump a list of marked methods/fields to the standard output.
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] There is no indication which API category they belong to.
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47]
[ 96% 74809/77225] //frameworks/native/services/surfaceflinger:libsurfaceflinger link libsurfaceflinger.so
Warning: request a ThreadPool with 1 threads, but LLVM_ENABLE_THREADS has been turned off
[ 96% 74810/77225] //frameworks/native/services/surfaceflinger:libsurfaceflinger link libsurfaceflinger.so [arm]
Warning: request a ThreadPool with 1 threads, but LLVM_ENABLE_THREADS has been turned off
[ 96% 74811/77225] //art/runtime:libart link libart.so [arm]
Warning: request a ThreadPool with 1 threads, but LLVM_ENABLE_THREADS has been turned off
[ 96% 74812/77225] //art/runtime:libart link libart.so
Warning: request a ThreadPool with 1 threads, but LLVM_ENABLE_THREADS has been turned off
[ 96% 74813/77225] //frameworks/base/libs/hwui:libhwui link libhwui.so
Warning: request a ThreadPool with 1 threads, but LLVM_ENABLE_THREADS has been turned off
[ 96% 74814/77225] //frameworks/base/libs/hwui:libhwui link libhwui.so [arm]
Warning: request a ThreadPool with 1 threads, but LLVM_ENABLE_THREADS has been turned off
ninja: build stopped: subcommand failed.
01:32:14 ninja failed with: exit status 1
EDIT: Finally managed to complete the build. Maybe some repos weren't synced properly or for some other reasons.
By the way, for some reasons, during the build process, clang managed to segfault at a particular point (it seems Ryzen 7 isn't a good CPU of choice when compiling), although it's not a real problem as the build eventually succeeded after resuming the build process.
Code:
[ 72% 64457/88626] //external/libvpx:libvpx clang libvpx/vp9/encoder/vp9_encoder.c [arm]
FAILED: out/soong/.intermediates/external/libvpx/libvpx/android_arm_armv8-a_cortex-a73_core_static/obj/external/libvpx/libvpx/vp9/encoder/vp9_encoder.o
PWD=/proc/self/cwd prebuilts/clang/host/linux-x86/clang-4691093/bin/clang -c -Iexternal/libvpx/libvpx -Iexternal/libvpx/config/arm-neon -Iexternal/libvpx/config/arm -Iexternal/libvpx -fstrict-aliasing -fomit-frame-pointer -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -no-canonical-prefixes -DNDEBUG -UDEBUG -fno-exceptions -Wno-multichar -O2 -g -fno-strict-aliasing -fdebug-prefix-map=/proc/self/cwd= -D__compiler_offsetof=__builtin_offsetof -Werror=int-conversion -Wno-reserved-id-macro -Wno-format-pedantic -Wno-unused-command-line-argument -fcolor-diagnostics -Wno-expansion-to-defined -Wno-zero-as-null-pointer-constant -fdebug-prefix-map=$PWD/= -ffunction-sections -fdata-sections -fno-short-enums -funwind-tables -fstack-protector-strong -Wa,--noexecstack -D_FORTIFY_SOURCE=2 -Wstrict-aliasing=2 -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Werror=date-time -Werror=format-security -nostdlibinc -msoft-float -march=armv8-a -mfloat-abi=softfp -mfpu=neon-fp-armv8 -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -D__ARM_FEATURE_LPAE=1 -Iexternal/libcxx/include -Iexternal/libcxxabi/include -Iout/soong/.intermediates/external/libvpx/libvpx_arm_neon_asm_srcs_converted/gen/external/libvpx/libvpx -Isystem/core/include -Isystem/media/audio/include -Ihardware/libhardware/include -Ihardware/libhardware_legacy/include -Ihardware/ril/include -Ilibnativehelper/include -Iframeworks/native/include -Iframeworks/native/opengl/include -Iframeworks/av/include -isystem bionic/libc/include -isystem bionic/libc/kernel/uapi -isystem bionic/libc/kernel/uapi/asm-arm -isystem bionic/libc/kernel/android/scsi -isystem bionic/libc/kernel/android/uapi -Ilibnativehelper/include_jni -Wall -Werror -O3 -Wno-unused-parameter -target arm-linux-androideabi -Bprebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/arm-linux-androideabi/bin -fPIC -D_USING_LIBCXX -std=gnu99 -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -Werror=address-of-temporary -Werror=return-type -Wno-tautological-constant-compare -Wno-null-pointer-arithmetic -Wno-enum-compare -Wno-enum-compare-switch -MD -MF out/soong/.intermediates/external/libvpx/libvpx/android_arm_armv8-a_cortex-a73_core_static/obj/external/libvpx/libvpx/vp9/encoder/vp9_encoder.o.d -o out/soong/.intermediates/external/libvpx/libvpx/android_arm_armv8-a_cortex-a73_core_static/obj/external/libvpx/libvpx/vp9/encoder/vp9_encoder.o external/libvpx/libvpx/vp9/encoder/vp9_encoder.c
#0 0x00000000014b9f84 (prebuilts/clang/host/linux-x86/clang-4691093/bin/clang.real+0x14b9f84)
#1 0x00000000014ba1b6 (prebuilts/clang/host/linux-x86/clang-4691093/bin/clang.real+0x14ba1b6)
#2 0x00007f408fe9b3c0 __restore_rt (/usr/lib/libpthread.so.0+0x123c0)
#3 0x0000000005dc1918
Stack dump:
0. Program arguments: prebuilts/clang/host/linux-x86/clang-4691093/bin/clang.real -cc1 -triple armv8--linux-android -emit-obj -mnoexecstack -disable-free -disable-llvm-verifier -discard-value-names -main-file-name vp9_encoder.c -mrelocation-model pic -pic-level 2 -mthread-model posix -relaxed-aliasing -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu cortex-a53 -target-feature +soft-float-abi -target-feature +crc -target-feature +dsp -target-feature -ras -target-feature -dotprod -target-feature +hwdiv-arm -target-feature +hwdiv -target-feature -fp-only-sp -target-feature -d16 -target-feature +fp-armv8 -target-feature +neon -target-feature -crypto -target-abi aapcs-linux -mfloat-abi soft -fallow-half-arguments-and-returns -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -ffunction-sections -fdata-sections -coverage-notes-file /proc/self/cwd/out/soong/.intermediates/external/libvpx/libvpx/android_arm_armv8-a_cortex-a73_core_static/obj/external/libvpx/libvpx/vp9/encoder/vp9_encoder.gcno -nostdsysteminc -resource-dir prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2 -dependency-file out/soong/.intermediates/external/libvpx/libvpx/android_arm_armv8-a_cortex-a73_core_static/obj/external/libvpx/libvpx/vp9/encoder/vp9_encoder.o.d -MT out/soong/.intermediates/external/libvpx/libvpx/android_arm_armv8-a_cortex-a73_core_static/obj/external/libvpx/libvpx/vp9/encoder/vp9_encoder.o -sys-header-deps -isystem bionic/libc/include -isystem bionic/libc/kernel/uapi -isystem bionic/libc/kernel/uapi/asm-arm -isystem bionic/libc/kernel/android/scsi -isystem bionic/libc/kernel/android/uapi -I external/libvpx/libvpx -I external/libvpx/config/arm-neon -I external/libvpx/config/arm -I external/libvpx -D ANDROID -D NDEBUG -U DEBUG -D __compiler_offsetof=__builtin_offsetof -D _FORTIFY_SOURCE=2 -D __ARM_FEATURE_LPAE=1 -I external/libcxx/include -I external/libcxxabi/include -I out/soong/.intermediates/external/libvpx/libvpx_arm_neon_asm_srcs_converted/gen/external/libvpx/libvpx -I system/core/include -I system/media/audio/include -I hardware/libhardware/include -I hardware/libhardware_legacy/include -I hardware/ril/include -I libnativehelper/include -I frameworks/native/include -I frameworks/native/opengl/include -I frameworks/av/include -I libnativehelper/include_jni -D _USING_LIBCXX -internal-isystem prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include -O3 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -Wno-multichar -Werror=int-conversion -Wno-reserved-id-macro -Wno-format-pedantic -Wno-unused-command-line-argument -Wno-expansion-to-defined -Wno-zero-as-null-pointer-constant -Wstrict-aliasing=2 -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Werror=date-time -Werror=format-security -Wall -Werror -Wno-unused-parameter -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -Werror=address-of-temporary -Werror=return-type -Wno-tautological-constant-compare -Wno-null-pointer-arithmetic -Wno-enum-compare -Wno-enum-compare-switch -std=gnu99 -fdebug-compilation-dir /proc/self/cwd -fdebug-prefix-map=/proc/self/cwd= -fdebug-prefix-map=/extdata/AOSP/= -ferror-limit 19 -fmessage-length 0 -femulated-tls -stack-protector 2 -fno-signed-char -fobjc-runtime=gcc -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o out/soong/.intermediates/external/libvpx/libvpx/android_arm_armv8-a_cortex-a73_core_static/obj/external/libvpx/libvpx/vp9/encoder/vp9_encoder.o -x c external/libvpx/libvpx/vp9/encoder/vp9_encoder.c
1. <eof> parser at end of file
2. Per-module optimization passes
3. Running pass 'CallGraph Pass Manager' on module 'external/libvpx/libvpx/vp9/encoder/vp9_encoder.c'.
4. Running pass 'Conditionally eliminate dead library calls' on function '@encode_with_recode_loop'
clang.real: error: unable to execute command: Segmentation fault (core dumped)
clang.real: error: clang frontend command failed due to signal (use -v to see invocation)
Android (4691093 based on r316199) clang version 6.0.2 (https://android.googlesource.com/toolchain/clang 183abd29fc496f55536e7d904e0abae47888fc7f) (https://android.googlesource.com/toolchain/llvm 34361f192e41ed6e4e8f9aca80a4ea7e9856f327) (based on LLVM 6.0.2svn)
Target: arm--linux-android
Thread model: posix
InstalledDir: prebuilts/clang/host/linux-x86/clang-4691093/bin
clang.real: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
clang.real: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang.real: note: diagnostic msg: /tmp/vp9_encoder-aaef8f.c
clang.real: note: diagnostic msg: /tmp/vp9_encoder-aaef8f.sh
clang.real: note: diagnostic msg:
********************
[ 72% 64468/88626] //external/libvpx:libvpx clang libvpx/vpx_dsp/variance.c [arm]
ninja: build stopped: subcommand failed.
12:29:18 ninja failed with: exit status 1
#### failed to build some targets (53:04 (mm:ss)) ####
EDIT 2: Is there a way to flash the image without wiping "internal storage" (/data/media)? Although I could go to the recovery right away to perform such a wipe post-flash, it's just that I recall there wasn't a way to go to recovery via fastboot...
Flashed the AOSP image and other stuffs (boot, system, oem), did not flash userdata because I still have stuffs in the internal storage.
Then immediately went to Recovery and flashed stuffs such as MindTheGapps, Magisk, NanoDroid (not for replacing Google services but for systemlessly debloat and substitute stuffs with open source counterparts). After booting, the screen went dark (implying it might be waiting for a password as my phone was encrypted with a PIN), but no password input is showing up.
If things are otherwise failing I might have to pull data from the internal storage (/sdcard) then flash the userdata to see if I could proceed any further (very low success rate)...
I've no way back now that I've flashed the oem image, because if I ever want to go back to CarbonROM I need to flash a stock OEM image (which involves FlashTool and my current Linux environment doesn't have a working one)...
EDIT: Flashing userdata (after backing up all internal storage stuffs using adb pull) and the phone now boots. However, since it was booted without flashing gapps and other stuffs, I might run into issues again... (it's so hard to make sure I get to boot to recovery before first boot after flashing from fastboot)
EDIT 2: Nope... it's not working. Upon boot it says android.process.media and bluetooth keep stopping and then powers itself off. I'm giving up... it's going to take too much time to diagnose what might be causing the issues, and that I still need to actively use the device so not much time to spare.
I would like the images also a tutorial if you can( just what commands to use and what to wipe).
also did you modified the images for example with stock camera or anything?
Since no one shares a Build should the Thread be moved to the right section...
LSS4181 said:
On Manjaro (Arch based), it seems I need to replace the prebuilt flex binary or it'll complain about an assertion failed (locale-related). After replacing the flex binary the build could continue, but near the end of the build process another error occurred. For some reasons, the hiddenapi is saying about "No DEX files specified".
By the way, I'm trying to build this on a PC with a AMD Ryzen CPU (in case the error might be CPU-related as far as google results could tell).
Code:
[ 96% 74769/77225] build out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/dex-hiddenapi/classes.dex
FAILED: out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/dex-hiddenapi/classes.dex
/bin/bash -c "(rm -rf out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/dex-hiddenapi/ ) && (mkdir -p out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/dex-hiddenapi/ ) && (find out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/dex/ -maxdepth 1 -name \"classes*.dex\" | sort | xargs -I{} cp -f {} out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/dex-hiddenapi/ ) && (find out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/dex-hiddenapi/ -name \"classes*.dex\" | sort | sed 's/^/--dex=/' | xargs out/host/linux-x86/bin/hiddenapi --light-greylist=out/target/common/obj/PACKAGING/hiddenapi-light-greylist.txt --dark-greylist=out/target/common/obj/PACKAGING/hiddenapi-dark-greylist.txt --blacklist=out/target/common/obj/PACKAGING/hiddenapi-blacklist.txt )"
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] No DEX files specified
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] Command: out/host/linux-x86/bin/hiddenapi --light-greylist=out/target/common/obj/PACKAGING/hiddenapi-light-greylist.txt --dark-greylist=out/target/common/obj/PACKAGING/hiddenapi-dark-greylist.txt --blacklist=out/target/common/obj/PACKAGING/hiddenapi-blacklist.txt
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] Usage: hiddenapi [options]...
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47]
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] --dex=<filename>: specify dex file whose members' access flags are to be set.
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] At least one --dex parameter must be specified.
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47]
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] --light-greylist=<filename>:
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] --dark-greylist=<filename>:
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] --blacklist=<filename>: text files with signatures of methods/fields to be marked
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] greylisted/blacklisted respectively. At least one list must be provided.
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47]
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] --print-hidden-api: dump a list of marked methods/fields to the standard output.
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47] There is no indication which API category they belong to.
hiddenapi E 11-29 01:27:58 51753 51753 hiddenapi.cc:47]
[ 96% 74809/77225] //frameworks/native/services/surfaceflinger:libsurfaceflinger link libsurfaceflinger.so
Warning: request a ThreadPool with 1 threads, but LLVM_ENABLE_THREADS has been turned off
[ 96% 74810/77225] //frameworks/native/services/surfaceflinger:libsurfaceflinger link libsurfaceflinger.so [arm]
Warning: request a ThreadPool with 1 threads, but LLVM_ENABLE_THREADS has been turned off
[ 96% 74811/77225] //art/runtime:libart link libart.so [arm]
Warning: request a ThreadPool with 1 threads, but LLVM_ENABLE_THREADS has been turned off
[ 96% 74812/77225] //art/runtime:libart link libart.so
Warning: request a ThreadPool with 1 threads, but LLVM_ENABLE_THREADS has been turned off
[ 96% 74813/77225] //frameworks/base/libs/hwui:libhwui link libhwui.so
Warning: request a ThreadPool with 1 threads, but LLVM_ENABLE_THREADS has been turned off
[ 96% 74814/77225] //frameworks/base/libs/hwui:libhwui link libhwui.so [arm]
Warning: request a ThreadPool with 1 threads, but LLVM_ENABLE_THREADS has been turned off
ninja: build stopped: subcommand failed.
01:32:14 ninja failed with: exit status 1
EDIT: Finally managed to complete the build. Maybe some repos weren't synced properly or for some other reasons.
By the way, for some reasons, during the build process, clang managed to segfault at a particular point (it seems Ryzen 7 isn't a good CPU of choice when compiling), although it's not a real problem as the build eventually succeeded after resuming the build process.
Code:
[ 72% 64457/88626] //external/libvpx:libvpx clang libvpx/vp9/encoder/vp9_encoder.c [arm]
FAILED: out/soong/.intermediates/external/libvpx/libvpx/android_arm_armv8-a_cortex-a73_core_static/obj/external/libvpx/libvpx/vp9/encoder/vp9_encoder.o
PWD=/proc/self/cwd prebuilts/clang/host/linux-x86/clang-4691093/bin/clang -c -Iexternal/libvpx/libvpx -Iexternal/libvpx/config/arm-neon -Iexternal/libvpx/config/arm -Iexternal/libvpx -fstrict-aliasing -fomit-frame-pointer -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -no-canonical-prefixes -DNDEBUG -UDEBUG -fno-exceptions -Wno-multichar -O2 -g -fno-strict-aliasing -fdebug-prefix-map=/proc/self/cwd= -D__compiler_offsetof=__builtin_offsetof -Werror=int-conversion -Wno-reserved-id-macro -Wno-format-pedantic -Wno-unused-command-line-argument -fcolor-diagnostics -Wno-expansion-to-defined -Wno-zero-as-null-pointer-constant -fdebug-prefix-map=$PWD/= -ffunction-sections -fdata-sections -fno-short-enums -funwind-tables -fstack-protector-strong -Wa,--noexecstack -D_FORTIFY_SOURCE=2 -Wstrict-aliasing=2 -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Werror=date-time -Werror=format-security -nostdlibinc -msoft-float -march=armv8-a -mfloat-abi=softfp -mfpu=neon-fp-armv8 -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -D__ARM_FEATURE_LPAE=1 -Iexternal/libcxx/include -Iexternal/libcxxabi/include -Iout/soong/.intermediates/external/libvpx/libvpx_arm_neon_asm_srcs_converted/gen/external/libvpx/libvpx -Isystem/core/include -Isystem/media/audio/include -Ihardware/libhardware/include -Ihardware/libhardware_legacy/include -Ihardware/ril/include -Ilibnativehelper/include -Iframeworks/native/include -Iframeworks/native/opengl/include -Iframeworks/av/include -isystem bionic/libc/include -isystem bionic/libc/kernel/uapi -isystem bionic/libc/kernel/uapi/asm-arm -isystem bionic/libc/kernel/android/scsi -isystem bionic/libc/kernel/android/uapi -Ilibnativehelper/include_jni -Wall -Werror -O3 -Wno-unused-parameter -target arm-linux-androideabi -Bprebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/arm-linux-androideabi/bin -fPIC -D_USING_LIBCXX -std=gnu99 -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -Werror=address-of-temporary -Werror=return-type -Wno-tautological-constant-compare -Wno-null-pointer-arithmetic -Wno-enum-compare -Wno-enum-compare-switch -MD -MF out/soong/.intermediates/external/libvpx/libvpx/android_arm_armv8-a_cortex-a73_core_static/obj/external/libvpx/libvpx/vp9/encoder/vp9_encoder.o.d -o out/soong/.intermediates/external/libvpx/libvpx/android_arm_armv8-a_cortex-a73_core_static/obj/external/libvpx/libvpx/vp9/encoder/vp9_encoder.o external/libvpx/libvpx/vp9/encoder/vp9_encoder.c
#0 0x00000000014b9f84 (prebuilts/clang/host/linux-x86/clang-4691093/bin/clang.real+0x14b9f84)
#1 0x00000000014ba1b6 (prebuilts/clang/host/linux-x86/clang-4691093/bin/clang.real+0x14ba1b6)
#2 0x00007f408fe9b3c0 __restore_rt (/usr/lib/libpthread.so.0+0x123c0)
#3 0x0000000005dc1918
Stack dump:
0. Program arguments: prebuilts/clang/host/linux-x86/clang-4691093/bin/clang.real -cc1 -triple armv8--linux-android -emit-obj -mnoexecstack -disable-free -disable-llvm-verifier -discard-value-names -main-file-name vp9_encoder.c -mrelocation-model pic -pic-level 2 -mthread-model posix -relaxed-aliasing -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu cortex-a53 -target-feature +soft-float-abi -target-feature +crc -target-feature +dsp -target-feature -ras -target-feature -dotprod -target-feature +hwdiv-arm -target-feature +hwdiv -target-feature -fp-only-sp -target-feature -d16 -target-feature +fp-armv8 -target-feature +neon -target-feature -crypto -target-abi aapcs-linux -mfloat-abi soft -fallow-half-arguments-and-returns -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -ffunction-sections -fdata-sections -coverage-notes-file /proc/self/cwd/out/soong/.intermediates/external/libvpx/libvpx/android_arm_armv8-a_cortex-a73_core_static/obj/external/libvpx/libvpx/vp9/encoder/vp9_encoder.gcno -nostdsysteminc -resource-dir prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2 -dependency-file out/soong/.intermediates/external/libvpx/libvpx/android_arm_armv8-a_cortex-a73_core_static/obj/external/libvpx/libvpx/vp9/encoder/vp9_encoder.o.d -MT out/soong/.intermediates/external/libvpx/libvpx/android_arm_armv8-a_cortex-a73_core_static/obj/external/libvpx/libvpx/vp9/encoder/vp9_encoder.o -sys-header-deps -isystem bionic/libc/include -isystem bionic/libc/kernel/uapi -isystem bionic/libc/kernel/uapi/asm-arm -isystem bionic/libc/kernel/android/scsi -isystem bionic/libc/kernel/android/uapi -I external/libvpx/libvpx -I external/libvpx/config/arm-neon -I external/libvpx/config/arm -I external/libvpx -D ANDROID -D NDEBUG -U DEBUG -D __compiler_offsetof=__builtin_offsetof -D _FORTIFY_SOURCE=2 -D __ARM_FEATURE_LPAE=1 -I external/libcxx/include -I external/libcxxabi/include -I out/soong/.intermediates/external/libvpx/libvpx_arm_neon_asm_srcs_converted/gen/external/libvpx/libvpx -I system/core/include -I system/media/audio/include -I hardware/libhardware/include -I hardware/libhardware_legacy/include -I hardware/ril/include -I libnativehelper/include -I frameworks/native/include -I frameworks/native/opengl/include -I frameworks/av/include -I libnativehelper/include_jni -D _USING_LIBCXX -internal-isystem prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include -O3 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -Wno-multichar -Werror=int-conversion -Wno-reserved-id-macro -Wno-format-pedantic -Wno-unused-command-line-argument -Wno-expansion-to-defined -Wno-zero-as-null-pointer-constant -Wstrict-aliasing=2 -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Werror=date-time -Werror=format-security -Wall -Werror -Wno-unused-parameter -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -Werror=address-of-temporary -Werror=return-type -Wno-tautological-constant-compare -Wno-null-pointer-arithmetic -Wno-enum-compare -Wno-enum-compare-switch -std=gnu99 -fdebug-compilation-dir /proc/self/cwd -fdebug-prefix-map=/proc/self/cwd= -fdebug-prefix-map=/extdata/AOSP/= -ferror-limit 19 -fmessage-length 0 -femulated-tls -stack-protector 2 -fno-signed-char -fobjc-runtime=gcc -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o out/soong/.intermediates/external/libvpx/libvpx/android_arm_armv8-a_cortex-a73_core_static/obj/external/libvpx/libvpx/vp9/encoder/vp9_encoder.o -x c external/libvpx/libvpx/vp9/encoder/vp9_encoder.c
1. <eof> parser at end of file
2. Per-module optimization passes
3. Running pass 'CallGraph Pass Manager' on module 'external/libvpx/libvpx/vp9/encoder/vp9_encoder.c'.
4. Running pass 'Conditionally eliminate dead library calls' on function '@encode_with_recode_loop'
clang.real: error: unable to execute command: Segmentation fault (core dumped)
clang.real: error: clang frontend command failed due to signal (use -v to see invocation)
Android (4691093 based on r316199) clang version 6.0.2 (https://android.googlesource.com/toolchain/clang 183abd29fc496f55536e7d904e0abae47888fc7f) (https://android.googlesource.com/toolchain/llvm 34361f192e41ed6e4e8f9aca80a4ea7e9856f327) (based on LLVM 6.0.2svn)
Target: arm--linux-android
Thread model: posix
InstalledDir: prebuilts/clang/host/linux-x86/clang-4691093/bin
clang.real: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
clang.real: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang.real: note: diagnostic msg: /tmp/vp9_encoder-aaef8f.c
clang.real: note: diagnostic msg: /tmp/vp9_encoder-aaef8f.sh
clang.real: note: diagnostic msg:
********************
[ 72% 64468/88626] //external/libvpx:libvpx clang libvpx/vpx_dsp/variance.c [arm]
ninja: build stopped: subcommand failed.
12:29:18 ninja failed with: exit status 1
#### failed to build some targets (53:04 (mm:ss)) ####
EDIT 2: Is there a way to flash the image without wiping "internal storage" (/data/media)? Although I could go to the recovery right away to perform such a wipe post-flash, it's just that I recall there wasn't a way to go to recovery via fastboot...
Click to expand...
Click to collapse
I'm getting that hiddenapi error on Manjaro, how did you fix it?
theOriginalSuperl2 said:
I'm getting that hiddenapi error on Manjaro, how did you fix it?
Click to expand...
Click to collapse
At that time I simply synced the repo again and it worked. What exactly caused it was unknown, but most likely I was building while the repos were in the middle of merging commits.
However, it seems my Ryzen-based laptop is not stable when it comes to compiling, as when building with many threads, the compiler has a low chance of segfaulting halfway (with no apparent reasons) and I need to run make again (and it'll continue and finish compiling without issues).

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.

BOOTLOOP | PORTING ROM with logs

Hi, I'm just a newbie trying to port a ROM to my device. Unfortunately, it gets bootloop whenenver I restart the device. Can someone help me identify the error in the logcat and how can I fix it? Thank you!
Code:
2094 W SystemServer: ***********************************************
03-29 00:41:35.078 2094 2094 E SystemServer: BOOT FAILURE making Power Manager Service ready
03-29 00:41:35.078 2094 2094 E SystemServer: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.hashCode()' on a null object reference
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.server.display.MiuiDisplayCloudController.readCloudDataFromXml(Unknown Source:28)
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.server.display.MiuiDisplayCloudController.loadLocalCloudBackup(Unknown Source:18)
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.server.display.MiuiDisplayCloudController.initialization(Unknown Source:74)
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.server.display.MiuiDisplayCloudController.<init>(Unknown Source:75)
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.server.display.DisplayPowerControllerImpl.init(Unknown Source:97)
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.server.display.DisplayPowerController.<init>(Unknown Source:324)
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.server.display.DisplayManagerService.addDisplayPowerControllerLocked(Unknown Source:49)
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.server.display.DisplayManagerService.$r8$lambda$blkD86Pa3eTp0bxU70Yrbd3ywUQ(Unknown Source:0)
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.server.display.DisplayManagerService$$ExternalSyntheticLambda1.accept(Unknown Source:4)
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.server.display.LogicalDisplayMapper.forEachLocked(Unknown Source:17)
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.server.display.DisplayManagerService.initializeDisplayPowerControllersLocked(Unknown Source:7)
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.server.display.DisplayManagerService.access$6100(Unknown Source:0)
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.server.display.DisplayManagerService$LocalService.initPowerManagement(Unknown Source:24)
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.server.power.PowerManagerService.systemReady(Unknown Source:168)
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.server.SystemServer.startOtherServices(Unknown Source:4739)
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.server.SystemServer.run(Unknown Source:474)
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.server.SystemServer.main(Unknown Source:8)
03-29 00:41:35.078 2094 2094 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(Unknown Source:11)
03-29 00:41:35.078 2094 2094 E SystemServer: at com.android.internal.os.ZygoteInit.main(Unknown Source:281)

Categories

Resources