Xperia Open project and GApps [HELP WANTED] - Sony Xperia XZ Premium Questions & Answers

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).

Related

[Q] Market FC after system restore

When I got the Nexus S (9023) I went to root it, put on Clockwork recovery and immediately made a backup. Meanwhile I played with different custom roms and today I went back to the original backup. All seems fine but the market does not work
Any idea what happened and how to get it back?
Code:
--------- beginning of /dev/log/system
05-27 06:23:11.792 2322 2322 E AndroidRuntime: FATAL EXCEPTION: main
05-27 06:23:11.792 2322 2322 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.vending/com.android.vending.TosActivity}: java.lang.NullPointerException
05-27 06:23:11.792 2322 2322 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1647)
05-27 06:23:11.792 2322 2322 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1663)
05-27 06:23:11.792 2322 2322 E AndroidRuntime: at android.app.ActivityThread.access$1500(ActivityThread.java:117)
05-27 06:23:11.792 2322 2322 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:931)
05-27 06:23:11.792 2322 2322 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
05-27 06:23:11.792 2322 2322 E AndroidRuntime: at android.os.Looper.loop(Looper.java:130)
05-27 06:23:11.792 2322 2322 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:3683)
05-27 06:23:11.792 2322 2322 E AndroidRuntime: at java.lang.reflect.Method.invokeNative(Native Method)
05-27 06:23:11.792 2322 2322 E AndroidRuntime: at java.lang.reflect.Method.invoke(Method.java:507)
05-27 06:23:11.792 2322 2322 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
05-27 06:23:11.792 2322 2322 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
05-27 06:23:11.792 2322 2322 E AndroidRuntime: at dalvik.system.NativeStart.main(Native Method)
05-27 06:23:11.792 2322 2322 E AndroidRuntime: Caused by: java.lang.NullPointerException
05-27 06:23:11.792 2322 2322 E AndroidRuntime: at com.android.vending.TosActivity.onCreate(TosActivity.java:47)
05-27 06:23:11.792 2322 2322 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
05-27 06:23:11.792 2322 2322 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1611)
05-27 06:23:11.792 2322 2322 E AndroidRuntime: ... 11 more
05-27 06:23:11.796 106 1905 W ActivityManager: Force finishing activity com.android.vending/.TosActivity
05-27 06:23:11.800 106 1905 W ActivityManager: Force finishing activity com.android.vending/.AssetBrowserActivity
05-27 06:23:12.300 106 119 W ActivityManager: Activity pause timeout for HistoryRecord{40875c60 com.android.vending/.TosActivity}
I had a similar problem today after restoring just "system". Doing a Full restore resolved it.
Phew! got it solved without going the wipe-and-reinstall route. Pushing a current vendor.apk on the phone did not help but then I figured that the latest (CM7) gapps package also has a vendor.apk and this is not the very latest version. So I installed this through adb and this indeed downgraded the market and it could be started again!
Problem solved. Althoug I'm still curious what might have cause the broken market in the backup

Services Start fails. BootLoop. (Stuck at BootAnimation)

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

Bixby porting

Hi I'm new on xda. I'm trying to port s8 bixby feature on android marshmallow but bixby stills crash because of this error
06-07 18:24:26.769 24112 24112 E AndroidRuntime: Process: com.samsung.android.app.spage, PID: 24112
06-07 18:24:26.769 24112 24112 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate application com.samsung.android.app.spage.SPageApplication: java.lang.ClassNotFoundException: Didn't find class "com.samsung.android.app.spage.SPageApplication" on path: DexPathList[[zip file "/data/app/com.samsung.android.app.spage-1/base.apk"],nativeLibraryDirectories=[/data/app/com.samsung.android.app.spage-1/lib/arm, /vendor/lib, /system/lib]]
06-07 18:24:26.769 24112 24112 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.samsung.android.app.spage.SPageApplication" on path: DexPathList[[zip file "/data/app/com.samsung.android.app.spage-1/base.apk"],nativeLibraryDirectories=[/data/app/com.samsung.android.app.spage-1/lib/arm, /vendor/lib, /system/lib]]
06-07 18:24:26.769 24112 24112 E AndroidRuntime: Suppressed: java.lang.ClassNotFoundException: com.samsung.android.app.spage.SPageApplication
Can you help me please?
Thank you
Good bro keep trying

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.

MIUI 12 keeps restarting

Hi Guys,
Friend asked me for help with his Mi10T Pro.
With no reason phone started to restart MIUI (12) after couple seconds (~10-15secs.) from turning it on.
I got home screen and suddenly it shows "5G MIUI" logo and launcher starts again.
Is there any way to recover the data? I tried using ADB pull - it lets me download around ~100 photos until connections drops.
Maybe there is a way to hold this restarts and let ADB to copy the data? I managed to collect some crash logs.
Any help will be much appreciated. Thx in advance!
09-08 10:49:05.937 1337 1337 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 1337 (init), pid 1337 (init)
09-08 10:49:06.006 1337 1337 F libc : crash_dump helper failed to exec
09-08 10:50:15.442 2041 3482 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: AsyncTask #2
09-08 10:50:15.442 2041 3482 E AndroidRuntime: android.util.proto.WireTypeMismatchException: Current wire type Fixed32 does not match expected wire type Length Delimited at offset 0x1
09-08 10:50:15.442 2041 3482 E AndroidRuntime: mFieldNumber : 0xc
09-08 10:50:15.442 2041 3482 E AndroidRuntime: mWireType : 0x5
09-08 10:50:15.442 2041 3482 E AndroidRuntime: mState : 0x1
09-08 10:50:15.442 2041 3482 E AndroidRuntime: mDiscardedBytes : 0x0
09-08 10:50:15.442 2041 3482 E AndroidRuntime: mOffset : 0x1
09-08 10:50:15.442 2041 3482 E AndroidRuntime: mExpectedObjectTokenStack : null
09-08 10:50:15.442 2041 3482 E AndroidRuntime: mDepth : 0xffffffff
09-08 10:50:15.442 2041 3482 E AndroidRuntime: mBuffer : [[email protected]
09-08 10:50:15.442 2041 3482 E AndroidRuntime: mBufferSize : 0x2000
09-08 10:50:15.442 2041 3482 E AndroidRuntime: mEnd : 0x665
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at android.util.proto.ProtoInputStream.assertWireType(ProtoInputStream.java:929)
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at android.util.proto.ProtoInputStream.start(ProtoInputStream.java:494)
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at com.android.server.usage.UsageStatsProto.loadCountAndTime(UsageStatsProto.java:157)
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at com.android.server.usage.UsageStatsProto.read(UsageStatsProto.java:537)
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.readLocked(UsageStatsDatabase.java:887)
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.readLocked(UsageStatsDatabase.java:859)
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.readLocked(UsageStatsDatabase.java:850)
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.queryUsageStats(UsageStatsDatabase.java:659)
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at com.android.server.usage.UserUsageStatsService.queryStats(UserUsageStatsService.java:350)
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at com.android.server.usage.UserUsageStatsService.queryUsageStats(UserUsageStatsService.java:377)
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at com.android.server.usage.UsageStatsService.queryUsageStats(UsageStatsService.java:631)
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at com.android.server.usage.UsageStatsService$LocalService.queryUsageStatsForUser(UsageStatsService.java:1810)
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at com.android.server.storage.CacheQuotaStrategy.getUnfulfilledRequests(CacheQuotaStrategy.java:178)
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at com.android.server.storage.CacheQuotaStrategy.access$200(CacheQuotaStrategy.java:74)
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at com.android.server.storage.CacheQuotaStrategy$1$1.run(CacheQuotaStrategy.java:136)
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:289)
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
09-08 10:50:15.442 2041 3482 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
09-08 10:50:15.569 3227 3227 E AndroidRuntime: FATAL EXCEPTION: main
09-08 10:50:15.569 3227 3227 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 3227
09-08 10:50:15.569 3227 3227 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:50:15.569 4269 6891 E AndroidRuntime: FATAL EXCEPTION: [com.google.android.gms.chimera.GmsIntentOperationService$ChimeraService-Executor] idle
09-08 10:50:15.569 4269 6891 E AndroidRuntime: Process: com.google.android.gms, PID: 4269
09-08 10:50:15.569 4269 6891 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:50:15.575 4269 7662 E AndroidRuntime: FATAL EXCEPTION: [com.google.android.gms.chimera.GmsIntentOperationService$ChimeraService-Executor] idle
09-08 10:50:15.575 4269 7662 E AndroidRuntime: Process: com.google.android.gms, PID: 4269
09-08 10:50:15.575 4269 7662 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:50:15.587 4269 7765 E AndroidRuntime: FATAL EXCEPTION: [com.google.android.gms.chimera.GmsIntentOperationService$ChimeraService-Executor] idle
09-08 10:50:15.587 4269 7765 E AndroidRuntime: Process: com.google.android.gms, PID: 4269
09-08 10:50:15.587 4269 7765 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:50:15.591 4269 7566 E AndroidRuntime: FATAL EXCEPTION: [com.google.android.gms.chimera.GmsIntentOperationService$ChimeraService-Executor] idle
09-08 10:50:15.591 4269 7566 E AndroidRuntime: Process: com.google.android.gms, PID: 4269
09-08 10:50:15.591 4269 7566 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:50:15.604 2751 3175 E AndroidRuntime: FATAL EXCEPTION: ToggleManager
09-08 10:50:15.604 2751 3175 E AndroidRuntime: Process: com.android.systemui, PID: 2751
09-08 10:50:15.604 2751 3175 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:50:15.613 4313 7779 E AndroidRuntime: FATAL EXCEPTION: GoogleApiClient
09-08 10:50:15.613 4313 7779 E AndroidRuntime: Process: com.google.android.googlequicksearchbox:search, PID: 4313
09-08 10:50:15.613 4313 7779 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:50:15.621 3227 7684 E AndroidRuntime: FATAL EXCEPTION: lowpool[8]
09-08 10:50:15.621 3227 7684 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 3227
09-08 10:50:15.621 3227 7684 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:50:15.638 7442 7514 E AndroidRuntime: FATAL EXCEPTION: AsyncTask #2
09-08 10:50:15.638 7442 7514 E AndroidRuntime: Process: com.google.android.gm, PID: 7442
09-08 10:50:15.638 7442 7514 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:50:50.103 7956 9254 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: AsyncTask #2
09-08 10:50:50.103 7956 9254 E AndroidRuntime: android.util.proto.WireTypeMismatchException: Current wire type Fixed32 does not match expected wire type Length Delimited at offset 0x1
09-08 10:50:50.103 7956 9254 E AndroidRuntime: mFieldNumber : 0xc
09-08 10:50:50.103 7956 9254 E AndroidRuntime: mWireType : 0x5
09-08 10:50:50.103 7956 9254 E AndroidRuntime: mState : 0x1
09-08 10:50:50.103 7956 9254 E AndroidRuntime: mDiscardedBytes : 0x0
09-08 10:50:50.103 7956 9254 E AndroidRuntime: mOffset : 0x1
09-08 10:50:50.103 7956 9254 E AndroidRuntime: mExpectedObjectTokenStack : null
09-08 10:50:50.103 7956 9254 E AndroidRuntime: mDepth : 0xffffffff
09-08 10:50:50.103 7956 9254 E AndroidRuntime: mBuffer : [[email protected]
09-08 10:50:50.103 7956 9254 E AndroidRuntime: mBufferSize : 0x2000
09-08 10:50:50.103 7956 9254 E AndroidRuntime: mEnd : 0x665
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at android.util.proto.ProtoInputStream.assertWireType(ProtoInputStream.java:929)
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at android.util.proto.ProtoInputStream.start(ProtoInputStream.java:494)
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at com.android.server.usage.UsageStatsProto.loadCountAndTime(UsageStatsProto.java:157)
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at com.android.server.usage.UsageStatsProto.read(UsageStatsProto.java:537)
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.readLocked(UsageStatsDatabase.java:887)
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.readLocked(UsageStatsDatabase.java:859)
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.readLocked(UsageStatsDatabase.java:850)
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.queryUsageStats(UsageStatsDatabase.java:659)
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at com.android.server.usage.UserUsageStatsService.queryStats(UserUsageStatsService.java:350)
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at com.android.server.usage.UserUsageStatsService.queryUsageStats(UserUsageStatsService.java:377)
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at com.android.server.usage.UsageStatsService.queryUsageStats(UsageStatsService.java:631)
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at com.android.server.usage.UsageStatsService$LocalService.queryUsageStatsForUser(UsageStatsService.java:1810)
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at com.android.server.storage.CacheQuotaStrategy.getUnfulfilledRequests(CacheQuotaStrategy.java:178)
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at com.android.server.storage.CacheQuotaStrategy.access$200(CacheQuotaStrategy.java:74)
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at com.android.server.storage.CacheQuotaStrategy$1$1.run(CacheQuotaStrategy.java:136)
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:289)
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
09-08 10:50:50.103 7956 9254 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
09-08 10:50:50.224 9987 9987 E AndroidRuntime: FATAL EXCEPTION: main
09-08 10:50:50.224 9987 9987 E AndroidRuntime: Process: com.google.android.googlequicksearchbox:search, PID: 9987
09-08 10:50:50.224 9987 9987 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:50:50.234 13966 13966 E AndroidRuntime: FATAL EXCEPTION: main
09-08 10:50:50.234 13966 13966 E AndroidRuntime: Process: com.miui.core, PID: 13966
09-08 10:50:50.234 13966 13966 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:50:50.239 9928 12978 E AndroidRuntime: FATAL EXCEPTION: [com.google.android.gms.chimera.GmsIntentOperationService$ChimeraService-Executor] idle
09-08 10:50:50.239 9928 12978 E AndroidRuntime: Process: com.google.android.gms, PID: 9928
09-08 10:50:50.239 9928 12978 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:50:50.241 8825 8825 E AndroidRuntime: FATAL EXCEPTION: main
09-08 10:50:50.241 8825 8825 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 8825
09-08 10:50:50.241 8825 8825 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:50:50.243 13860 13860 E AndroidRuntime: FATAL EXCEPTION: main
09-08 10:50:50.243 13860 13860 E AndroidRuntime: Process: com.miui.cloudservice, PID: 13860
09-08 10:50:50.243 13860 13860 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:50:50.254 13910 13910 E AndroidRuntime: FATAL EXCEPTION: main
09-08 10:50:50.254 13910 13910 E AndroidRuntime: Process: com.xiaomi.simactivate.service, PID: 13910
09-08 10:50:50.254 13910 13910 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:50:50.255 8825 8943 E AndroidRuntime: FATAL EXCEPTION: lowpool[0]
09-08 10:50:50.255 8825 8943 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 8825
09-08 10:50:50.255 8825 8943 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:51:23.411 14173 19696 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: AsyncTask #6
09-08 10:51:23.411 14173 19696 E AndroidRuntime: android.util.proto.WireTypeMismatchException: Current wire type Fixed32 does not match expected wire type Length Delimited at offset 0x1
09-08 10:51:23.411 14173 19696 E AndroidRuntime: mFieldNumber : 0xc
09-08 10:51:23.411 14173 19696 E AndroidRuntime: mWireType : 0x5
09-08 10:51:23.411 14173 19696 E AndroidRuntime: mState : 0x1
09-08 10:51:23.411 14173 19696 E AndroidRuntime: mDiscardedBytes : 0x0
09-08 10:51:23.411 14173 19696 E AndroidRuntime: mOffset : 0x1
09-08 10:51:23.411 14173 19696 E AndroidRuntime: mExpectedObjectTokenStack : null
09-08 10:51:23.411 14173 19696 E AndroidRuntime: mDepth : 0xffffffff
09-08 10:51:23.411 14173 19696 E AndroidRuntime: mBuffer : [[email protected]
09-08 10:51:23.411 14173 19696 E AndroidRuntime: mBufferSize : 0x2000
09-08 10:51:23.411 14173 19696 E AndroidRuntime: mEnd : 0x665
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at android.util.proto.ProtoInputStream.assertWireType(ProtoInputStream.java:929)
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at android.util.proto.ProtoInputStream.start(ProtoInputStream.java:494)
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at com.android.server.usage.UsageStatsProto.loadCountAndTime(UsageStatsProto.java:157)
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at com.android.server.usage.UsageStatsProto.read(UsageStatsProto.java:537)
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.readLocked(UsageStatsDatabase.java:887)
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.readLocked(UsageStatsDatabase.java:859)
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.readLocked(UsageStatsDatabase.java:850)
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.queryUsageStats(UsageStatsDatabase.java:659)
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at com.android.server.usage.UserUsageStatsService.queryStats(UserUsageStatsService.java:350)
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at com.android.server.usage.UserUsageStatsService.queryUsageStats(UserUsageStatsService.java:377)
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at com.android.server.usage.UsageStatsService.queryUsageStats(UsageStatsService.java:631)
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at com.android.server.usage.UsageStatsService$LocalService.queryUsageStatsForUser(UsageStatsService.java:1810)
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at com.android.server.storage.CacheQuotaStrategy.getUnfulfilledRequests(CacheQuotaStrategy.java:178)
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at com.android.server.storage.CacheQuotaStrategy.access$200(CacheQuotaStrategy.java:74)
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at com.android.server.storage.CacheQuotaStrategy$1$1.run(CacheQuotaStrategy.java:136)
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:289)
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
09-08 10:51:23.411 14173 19696 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
09-08 10:51:23.524 15040 15040 E AndroidRuntime: FATAL EXCEPTION: main
09-08 10:51:23.524 15040 15040 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 15040
09-08 10:51:23.524 15040 15040 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:51:56.668 20329 21438 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: AsyncTask #2
09-08 10:51:56.668 20329 21438 E AndroidRuntime: android.util.proto.WireTypeMismatchException: Current wire type Fixed32 does not match expected wire type Length Delimited at offset 0x1
09-08 10:51:56.668 20329 21438 E AndroidRuntime: mFieldNumber : 0xc
09-08 10:51:56.668 20329 21438 E AndroidRuntime: mWireType : 0x5
09-08 10:51:56.668 20329 21438 E AndroidRuntime: mState : 0x1
09-08 10:51:56.668 20329 21438 E AndroidRuntime: mDiscardedBytes : 0x0
09-08 10:51:56.668 20329 21438 E AndroidRuntime: mOffset : 0x1
09-08 10:51:56.668 20329 21438 E AndroidRuntime: mExpectedObjectTokenStack : null
09-08 10:51:56.668 20329 21438 E AndroidRuntime: mDepth : 0xffffffff
09-08 10:51:56.668 20329 21438 E AndroidRuntime: mBuffer : [[email protected]
09-08 10:51:56.668 20329 21438 E AndroidRuntime: mBufferSize : 0x2000
09-08 10:51:56.668 20329 21438 E AndroidRuntime: mEnd : 0x665
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at android.util.proto.ProtoInputStream.assertWireType(ProtoInputStream.java:929)
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at android.util.proto.ProtoInputStream.start(ProtoInputStream.java:494)
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at com.android.server.usage.UsageStatsProto.loadCountAndTime(UsageStatsProto.java:157)
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at com.android.server.usage.UsageStatsProto.read(UsageStatsProto.java:537)
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.readLocked(UsageStatsDatabase.java:887)
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.readLocked(UsageStatsDatabase.java:859)
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.readLocked(UsageStatsDatabase.java:850)
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.queryUsageStats(UsageStatsDatabase.java:659)
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at com.android.server.usage.UserUsageStatsService.queryStats(UserUsageStatsService.java:350)
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at com.android.server.usage.UserUsageStatsService.queryUsageStats(UserUsageStatsService.java:377)
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at com.android.server.usage.UsageStatsService.queryUsageStats(UsageStatsService.java:631)
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at com.android.server.usage.UsageStatsService$LocalService.queryUsageStatsForUser(UsageStatsService.java:1810)
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at com.android.server.storage.CacheQuotaStrategy.getUnfulfilledRequests(CacheQuotaStrategy.java:178)
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at com.android.server.storage.CacheQuotaStrategy.access$200(CacheQuotaStrategy.java:74)
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at com.android.server.storage.CacheQuotaStrategy$1$1.run(CacheQuotaStrategy.java:136)
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:289)
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
09-08 10:51:56.668 20329 21438 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
09-08 10:51:56.752 26150 26150 E AndroidRuntime: FATAL EXCEPTION: main
09-08 10:51:56.752 26150 26150 E AndroidRuntime: Process: com.miui.cloudservice, PID: 26150
09-08 10:51:56.752 26150 26150 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:51:56.753 22160 22160 E AndroidRuntime: FATAL EXCEPTION: main
09-08 10:51:56.753 22160 22160 E AndroidRuntime: Process: com.google.android.googlequicksearchbox:search, PID: 22160
09-08 10:51:56.753 22160 22160 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:51:56.773 21201 21201 E AndroidRuntime: FATAL EXCEPTION: main
09-08 10:51:56.773 21201 21201 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 21201
09-08 10:51:56.773 21201 21201 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:51:56.775 26037 26037 E AndroidRuntime: FATAL EXCEPTION: main
09-08 10:51:56.775 26037 26037 E AndroidRuntime: Process: com.miui.bugreport, PID: 26037
09-08 10:51:56.775 26037 26037 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:51:56.791 23207 23207 E AndroidRuntime: FATAL EXCEPTION: main
09-08 10:51:56.791 23207 23207 E AndroidRuntime: Process: com.android.vending, PID: 23207
09-08 10:51:56.791 23207 23207 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:51:56.796 23207 23254 E AndroidRuntime: FATAL EXCEPTION: alyz
09-08 10:51:56.796 23207 23254 E AndroidRuntime: Process: com.android.vending, PID: 23207
09-08 10:51:56.796 23207 23254 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:52:30.474 26344 26779 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: AsyncTask #1
09-08 10:52:30.474 26344 26779 E AndroidRuntime: android.util.proto.WireTypeMismatchException: Current wire type Fixed32 does not match expected wire type Length Delimited at offset 0x1
09-08 10:52:30.474 26344 26779 E AndroidRuntime: mFieldNumber : 0xc
09-08 10:52:30.474 26344 26779 E AndroidRuntime: mWireType : 0x5
09-08 10:52:30.474 26344 26779 E AndroidRuntime: mState : 0x1
09-08 10:52:30.474 26344 26779 E AndroidRuntime: mDiscardedBytes : 0x0
09-08 10:52:30.474 26344 26779 E AndroidRuntime: mOffset : 0x1
09-08 10:52:30.474 26344 26779 E AndroidRuntime: mExpectedObjectTokenStack : null
09-08 10:52:30.474 26344 26779 E AndroidRuntime: mDepth : 0xffffffff
09-08 10:52:30.474 26344 26779 E AndroidRuntime: mBuffer : [[email protected]
09-08 10:52:30.474 26344 26779 E AndroidRuntime: mBufferSize : 0x2000
09-08 10:52:30.474 26344 26779 E AndroidRuntime: mEnd : 0x665
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at android.util.proto.ProtoInputStream.assertWireType(ProtoInputStream.java:929)
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at android.util.proto.ProtoInputStream.start(ProtoInputStream.java:494)
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at com.android.server.usage.UsageStatsProto.loadCountAndTime(UsageStatsProto.java:157)
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at com.android.server.usage.UsageStatsProto.read(UsageStatsProto.java:537)
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.readLocked(UsageStatsDatabase.java:887)
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.readLocked(UsageStatsDatabase.java:859)
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.readLocked(UsageStatsDatabase.java:850)
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at com.android.server.usage.UsageStatsDatabase.queryUsageStats(UsageStatsDatabase.java:659)
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at com.android.server.usage.UserUsageStatsService.queryStats(UserUsageStatsService.java:350)
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at com.android.server.usage.UserUsageStatsService.queryUsageStats(UserUsageStatsService.java:377)
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at com.android.server.usage.UsageStatsService.queryUsageStats(UsageStatsService.java:631)
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at com.android.server.usage.UsageStatsService$LocalService.queryUsageStatsForUser(UsageStatsService.java:1810)
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at com.android.server.storage.CacheQuotaStrategy.getUnfulfilledRequests(CacheQuotaStrategy.java:178)
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at com.android.server.storage.CacheQuotaStrategy.access$200(CacheQuotaStrategy.java:74)
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at com.android.server.storage.CacheQuotaStrategy$1$1.run(CacheQuotaStrategy.java:136)
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:289)
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
09-08 10:52:30.474 26344 26779 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
09-08 10:52:30.798 27249 31720 E AndroidRuntime: FATAL EXCEPTION: lowpool[14]
09-08 10:52:30.798 27249 31720 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 27249
09-08 10:52:30.798 27249 31720 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:52:30.801 27249 27249 E AndroidRuntime: FATAL EXCEPTION: main
09-08 10:52:30.801 27249 27249 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 27249
09-08 10:52:30.801 27249 27249 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:52:30.803 27692 27692 E AndroidRuntime: FATAL EXCEPTION: main
09-08 10:52:30.803 27692 27692 E AndroidRuntime: Process: com.google.android.googlequicksearchbox:interactor, PID: 27692
09-08 10:52:30.803 27692 27692 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
09-08 10:52:30.804 32282 32282 E AndroidRuntime: FATAL EXCEPTION: main
09-08 10:52:30.804 32282 32282 E AndroidRuntime: Process: com.miui.cloudservice, PID: 32282
09-08 10:52:30.804 32282 32282 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
If phone is bootlooping it should be obvious that you can't get a stable USB-connection: adb pull operation aborts when bootloop re-starts.
Assumed phone's Android is rooted, you may use Android's dd command with seek / skip options.
Example:
Code:
adb exec-out "su -c 'dd if=BLOCK seek=NN skip=NN'" >> C:\IMG
Unfortunatelly its not rooted.

Categories

Resources