HI All,
I have downloaded the latest marshmallow repo for samsung s4 device and successfully built and flashed the ROM image on the samsung device, after reboot the system is stuck @ cynogen mod logo.
I have checked different forums for similar issues, but could not find one.
Here is the logcat capture.
01-04 07:18:23.524 3595 3595 E SQLiteDatabase: at org.cyanogenmod.cmsettings.CMSettingsProvider.establishDbTracking(CMSettingsProvider.java:734)
01-04 07:18:23.524 3595 3595 E SQLiteDatabase: at org.cyanogenmod.cmsettings.CMSettingsProvider.onCreate(CMSettingsProvider.
01-04 07:18:23.533 3595 3595 E System : ******************************************
01-04 07:18:23.537 3595 3595 E System : ************ Failure starting core service
01-04 07:18:23.537 3595 3595 E System : java.lang.RuntimeException: Unable to get provider org.cyanogenmod.cmsettings.CMSettingsProvider: java.lang.RuntimeException: Unable to get provider org.cyanogenmod.cmsettings.CMSettingsProvider: android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5): , while compiling: PRAGMA journal_mode
01-04 07:18:23.537 3595 3595 E System : at android.app.ActivityThread.installProvider(ActivityThread.java:5200)
01-04 07:18:23.537 3595 3595 E System : at android.app.ActivityThread.installContentProviders(ActivityThread.java:4792)
01-04 07:18:23.537 3595 3595 E System : at android.app.ActivityThread.installSystemProviders(ActivityThread.java:5378)
01-04 07:18:23.537 3595 3595 E System : at com.android.server.am.ActivityManagerService.installSystemProviders(ActivityManagerService.java:10398)
01-04 07:18:23.537 3595 3595 E System : at com.android.server.SystemServer.startOtherServices(SystemServer.java:497)
01-04 07:18:23.537 3595 3595 E System : at com.android.server.SystemServer.run(SystemServer.java:287)
01-04 07:18:23.537 3595 3595 E System : at com.android.server.SystemServer.main(SystemServer.java:172)
01-04 07:18:23.537 3595 3595 E System : at java.lang.reflect.Method.invoke(Native Method)
01-04 07:18:23.537 3595 3595 E System : at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
01-04 07:18:23.537 3595 3595 E System : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
01-04 07:18:23.537 3595 3595 E System : Caused by: java.lang.RuntimeException: Unable to get provider org.cyanogenmod.cmsettings.CMSettingsProvider: android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5): , while compiling: PRAGMA journal_mode
01-04 07:18:23.537 3595 3595 E System : at android.app.ActivityThread.installProvider(ActivityThread.java:5200)
01-04 07:18:23.537 3595 3595 E System : at android.app.ActivityThread.acquireProvider(ActivityThread.java:4833)
01-04 07:18:23.537 3595 3595 E System : at android.app.ContextImpl$ApplicationContentResolver.acquireProvider(ContextImpl.java:2041)
01-04 07:18:23.537 3595 3595 E System : at android.content.ContentResolver.acquireProvider(ContentResolver.java:1457)
01-04 07:18:23.537 3595 3595 E System : at cyanogenmod.providers.CMSettings$NameValueCache.lazyGetProvider(CMSettings.java:164)
01-04 07:18:23.537 3595 3595 E System : at cyanogenmod.providers.CMSettings$NameValueCache.putStringForUser(CMSettings.java:184)
01-04 07:18:23.537 3595 3595 E System : at cyanogenmod.providers.CMSettings$System.putStringForUser(CMSettings.java:521)
01-04 07:18:23.537 3595 3595 E System : at com.android.providers.settings.SettingsProvider$SettingsRegistry$UpgradeController.forceMigrateProfilesEnabled(SettingsProvider.java:2232)
01-04 07:18:23.537 3595 3595 E System : at com.android.providers.settings.SettingsProvider$SettingsRegistry$UpgradeController.upgradeIfNeededLocked(SettingsProvider.java:2026)
01-04 07:18:23.537 3595 3595 E System : at com.android.providers.settings.SettingsProvider$SettingsRegistry.ensureSettingsForUserLocked(SettingsProvider.java:1554)
01-04 07:18:23.537 3595 3595 E System : at com.android.providers.settings.SettingsProvider$SettingsRegistry.peekSettingsStateLocked(SettingsProvider.java:1669)
01-04 07:18:23.537 3595 3595 E System : at com.android.providers.settings.SettingsProvider$SettingsRegistry.getSettingLocked(SettingsProvider.java:1632)
01-04 07:18:23.537 3595 3595 E System : at com.android.providers.settings.SettingsProvider.getGlobalSetting(SettingsProvider.java:631)
01-04 07:18:23.537 3595 3595 E System : at com.android.providers.settings.SettingsProvider.call(SettingsProvider.java:236)
01-04 07:18:23.537 3595 3595 E System : at android.content.ContentProvider$Transport.call(ContentProvider.java:398)
01-04 07:18:23.537 3595 3595 E System : at android.provider.Settings$NameValueCache.getStringForUser(Settings.java:1385)
01-04 07:18:23.537 3595 3595 E System : at android.provider.Settings$Global.getStringForUser(Settings.java:8283)
01-04 07:18:23.537 3595 3595 E System : at android.provider.Settings$Global.getString(Settings.java:8272)
01-04 07:18:23.537 3595 3595 E System : at org.cyanogenmod.cmsettings.CMDatabaseHelper.onUpgrade(CMDatabaseHelper.java:194)
01-04 07:18:23.537 3595 3595 E System : at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:256)
01-04 07:18:23.537 3595 3595 E System : at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:163)
01-04 07:18:23.537 3595 3595 E System : at org.cyanogenmod.cmsettings.CMSettingsProvider.establishDbTracking(CMSettingsProvider.java:734)
01-04 07:18:23.537 3595 3595 E System : at org.cyanogenmod.cmsettings.CMSettingsProvider.onCreate(CMSettingsProvider.java:112)
01-04 07:18:23.537 3595 3595 E System : at android.content.ContentProvider.attachInfo(ContentProvider.java:1748)
01-04 07:18:23.537 3595 3595 E System : at android.content.ContentProvider.attachInfo(ContentProvider.java:1723)
01-04 07:18:23.537 3595 3595 E System : at android.app.ActivityThread.installProvider(ActivityThread.java:5197)
01-04 07:18:23.537 3595 3595 E System : ... 9 more
01-04 07:18:23.537 3595 3595 E System : Caused by: android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5): , while compiling: PRAGMA journal_mode
01-04 07:18:23.537 3595 3595 E System : at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
01-04 07:18:23.537 3595 3595 E System : at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:889)
01-04 07:18:23.537 3595 3595 E System : at android.database.sqlit
01-04 07:18:23.537 3595 3595 I SystemServer: Input Method Service
01-04 07:18:23.687 3595 3595 I SystemServer: Accessibility Manager
01-04 07:18:23.693 3595 3595 W SystemServer: ***********************************************
01-04 07:18:23.693 3595 3595 E SystemServer: BOOT FAILURE making display ready
01-04 07:18:23.693 3595 3595 E SystemServer: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.android.server.wm.WindowManagerService.displayReady()' on a null object reference
01-04 07:18:23.693 3595 3595 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:586)
01-04 07:18:23.693 3595 3595 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:287)
01-04 07:18:23.693 3595 3595 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:172)
01-04 07:18:23.693 3595 3595 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
01-04 07:18:23.693 3595 3595 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
01-04 07:18:23.693 3595 3595 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
01-04 07:18:23.695 3595 3595 I SystemServiceManager: Starting com.android.server.MountService$Lifecycle
01-04 07:18:23.707 3595 3947 D MountService: Thinking about reset, mSystemReady=false, mDaemonConnected=true
01-04 07:18:23.707 3595 3947 D MountService: Thinking about reset, mSystemReady=false, mDaemonConnected=true
01-04 07:18:23.707 3595 3595 I SystemServiceManager: Starting com.android.server.UiModeManagerService
01-04 07:18:23.708 3595 3947 D CryptdConnector: SND -> {1 cryptfs getfield SystemLocale}
01-04 07:18:23.711 3595 3595 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}
01-04 07:18:23.712 2495 2708 I Ext4Crypt: ext4 crypto complete called on /data
01-04 07:18:23.712 2495 2708 I Ext4Crypt: No master key, so not ext4enc
01-04 07:18:23.713 3595 3949 D CryptdConnector: RCV <- {200 1 -1}
01-04 07:18:23.716 3595 3947 W MountService: No primary storage mounted!
01-04 07:18:23.716 3595 3947 D VoldConnector: SND -> {1 asec list}
01-04 07:18:23.717 3595 3595 W PackageManager: No disk maintenance in 260853717; running immediately
01-04 07:18:23.718 3595 3948 D VoldConnector: RCV <- {200 1 asec operation succeeded}
01-04 07:18:23.720 3595 3595 W SystemServer: ***********************************************
01-04 07:18:23.720 3595 3947 I PackageManager: No secure containers found
01-04 07:18:23.720 3595 3947 W PackageManager: Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
01-04 07:18:23.720 3595 3947 W PackageManager: Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
01-04 07:18:23.720 3595 3595 E SystemServer: BOOT FAILURE performing boot dexopt
01-04 07:18:23.720 3595 3595 E SystemServer: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.android.server.wm.WindowManagerService.showBootMessage(java.lang.CharSequence, boolean)' on a null object reference
01-04 07:18:23.720 3595 3595 E SystemServer: at com.android.server.am.ActivityManagerService.showBootMessage(ActivityManagerService.java:6543)
01-04 07:18:23.720 3595 3595 E SystemServer: at com.android.server.pm.PackageManagerService.performBootDexOpt(PackageManagerService.java:6318)
01-04 07:18:23.720 3595 3595 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:613)
01-04 07:18:23.720 3595 3595 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:287)
01-04 07:18:23.720 3595 3595 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:172)
01-04 07:18:23.720 3595 3595 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
01-04 07:18:23.720 3595 3595 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
01-04 07:18:23.720 3595 3595 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
01-04 07:18:23.720 3595 3947 W PackageManager: Not granting permission android.permission.REAL_GET_TASKS to package org.cyanogenmod.wallpapers.photophase (protectionLevel=18 flags=0x3818be45)
01-04 07:18:23.721 3595 3947 W PackageManager: Unknown permission android.permission.ACCESS_SUPERUSER in package com.ota.updates
01-04 07:18:23.721 3595 3595 E System : ******************************************
01-04 07:18:23.721 3595 3947 W PackageManager: Not granting permission android.permission.ACCESS_DOWNLOAD_MANAGER to package com.android.browser (protectionLevel=18 flags=0x3849be45)
01-04 07:18:23.722 3595 3947 W PackageManager: Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x3849be45)
01-04 07:18:23.722 3595 3595 E System : ************ Failure starting system services
01-04 07:18:23.722 3595 3595 E System : java.lang.NullPointerException: Attempt to invoke virtual method 'void com.android.server.wm.WindowManagerService.showBootMessage(java.lang.CharSequence, boolean)' on a null object reference
01-04 07:18:23.722 3595 3595 E System : at com.android.server.am.ActivityManagerService.showBootMessage(ActivityManagerService.java:6543)
01-04 07:18:23.722 3595 3595 E System : at com.android.server.SystemServer.startOtherServices(SystemServer.java:619)
01-04 07:18:23.722 3595 3595 E System : at com.android.server.SystemServer.run(SystemServer.java:287)
01-04 07:18:23.722 3595 3595 E System : at com.android.server.SystemServer.main(SystemServer.java:172)
01-04 07:18:23.722 3595 3595 E System : at java.lang.reflect.Method.invoke(Native Method)
01-04 07:18:23.722 3595 3595 E System : at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
01-04 07:18:23.722 3595 3595 E System : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
01-04 07:18:23.722 3595 3595 D AndroidRuntime: Shutting down VM
--------- beginning of crash
01-04 07:18:23.722 3595 3595 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
01-04 07:18:23.722 3595 3595 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.android.server.wm.WindowManagerService.showBootMessage(java.lang.CharSequence, boolean)' on a null object reference
01-04 07:18:23.722 3595 3595 E AndroidRuntime: at com.android.server.am.ActivityManagerService.showBootMessage(ActivityManagerService.java:6543)
01-04 07:18:23.722 3595 3595 E AndroidRuntime: at com.android.server.SystemServer.startOtherServices(SystemServer.java:619)
01-04 07:18:23.722 3595 3595 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:287)
01-04 07:18:23.722 3595 3595 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:172)
01-04 07:18:23.722 3595 3595 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
01-04 07:18:23.722 3595 3595 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
01-04 07:18:23.722 3595 3595 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
01-04 07:18:23.722 3595 3947 W PackageManager: Unknown permission com.cyngn.stats.SEND_ANALYTICS in package com.cyanogenmod.setupwizard
01-04 07:18:23.722 3595 3947 W PackageManager: Unknown permission com.cyanogen.permission.REQUEST_KILL_SWITCH_OP in package com.cyanogenmod.setupwizard
01-04 07:18:23.723 3595 3947 W PackageManager: Unknown permission com.cyanogen.ambient.permission.BIND_INCALL_SERVICE in package com.android.contacts
01-04 07:18:23.723 3595 3947 W PackageManager: Unknown permission com.cyanogen.ambient.permission.PLUGIN_STATUS_CHANGED in package com.android.contacts
01-04 07:18:23.723 3595 3595 I Process : Sending signal. PID: 3595 SIG: 9
Thanks
you probably installed super user through the playstore?! Install the custom rom again without super user. Download supersuser zip from the internet and install it through twrp. Than it should work!
Make sure that you clear cache and dalvik and data. And make sure again you've meet requirements that cyanogenmod is match on your device. This was happened to me before when I flash CM 13 because of wrong carrier that I chose.
Sent from my SHV-E330S using Tapatalk
Related
hello
I am on stock XXELKC ROM
I have not installed any firewall app
but when I look into my phone logcat I see many event by service D/FirewallPolicy like
01-04 22:18:13.325 D/FirewallPolicy( 2276): getLastUidForRules
01-04 22:18:13.325 D/FirewallPolicy( 2276): getLastUidForProxy
01-04 22:18:13.330 D/FirewallPolicy( 2276): getLastUidForProxy() uid = -1
...
01-04 22:18:17.495 D/FirewallPolicy( 2276): Entering handleConnectivityAction...
01-04 22:18:17.495 D/FirewallPolicy( 2276): checkOnline()...
01-04 22:18:17.495 D/FirewallPolicy( 2276): execute pending commands
what is it?
I've been having sporadic hard reboots ever since I got the phone. It happens sporadically; perhaps once in 2 days. I really can't pin point what causes it. I'm pretty sure I had one while the phone was completely stock, not rooted, not loki-fied. The last one happened just now; I opened YouTube and the system rebooted.
I'm on stock 4.2.2 10a, rooted, TWRP installed. Of tweaks, only greenify and Xposed G2 settings. Everything else is stock.
Can anyone help me find out the cause for this?
Code:
[ 255.115484 / 01-04 10:22:39.509] [RGB LED] pattern_num=0
[ 255.116174 / 01-04 10:22:39.509] [RGB LED] pattern_num=6
[ 255.202478 / 01-04 10:22:39.599] init: sys_prop: permission denied uid:1003 name:sys.lge.shutdownani.completed
[ 255.421432 / 01-04 10:22:39.819] smb349_irq_worker: [IRQ 35h~3Ah] A:0x00, B:0x01, C:0x08, D:0x50, E:0x00, F:0x01
[ 255.425965 / 01-04 10:22:39.819] smb349_irq_worker: [BH] DC is present. DC_IN volt:4568700
[ 255.430404 / 01-04 10:22:39.819] smb349_is_charger_present: DC is present. DC_IN volt:4572600
[ 256.431551 / 01-04 10:22:40.829] smb349_irq_worker: [IRQ 35h~3Ah] A:0x00, B:0x01, C:0x08, D:0x50, E:0x00, F:0x01
[ 256.439335 / 01-04 10:22:40.829] smb349_irq_worker: [BH] DC is present. DC_IN volt:4631160
[ 256.443758 / 01-04 10:22:40.839] smb349_is_charger_present: DC is present. DC_IN volt:4629200
[ 256.771471 / 01-04 10:22:41.169] smb349_irq_worker: [IRQ 35h~3Ah] A:0x00, B:0x01, C:0x0C, D:0x50, E:0x00, F:0x01
[ 256.775895 / 01-04 10:22:41.169] smb349_irq_worker: [BH] DC is present. DC_IN volt:4640920
[ 256.780312 / 01-04 10:22:41.169] smb349_is_charger_present: DC is present. DC_IN volt:4629200
[ 257.111424 / 01-04 10:22:41.509] smb349_irq_worker: [IRQ 35h~3Ah] A:0x00, B:0x01, C:0x0C, D:0x50, E:0x00, F:0x01
[ 257.115819 / 01-04 10:22:41.509] smb349_irq_worker: [BH] DC is present. DC_IN volt:4857540
[ 257.120224 / 01-04 10:22:41.509] smb349_is_charger_present: DC is present. DC_IN volt:4648720
[ 260.060563 / 01-04 10:22:44.459] pet_watchdog
[ 260.065011 / 01-04 10:22:44.459] [XO_THERM] Result:49 Raw:29330
[ 264.215318 / 01-04 10:22:48.609] SysRq : Emergency Remount R/O
[ 264.218485 / 01-04 10:22:48.609] EXT4-fs (mmcblk0p30): re-mount start. with ro
[ 264.221556 / 01-04 10:22:48.619] EXT4-fs (mmcblk0p30): re-mounted. end. Opts: (null)
[ 264.268885 / 01-04 10:22:48.659] EXT4-fs (mmcblk0p35): re-mount start. with ro
[ 264.273008 / 01-04 10:22:48.669] EXT4-fs (mmcblk0p35): re-mounted. end. Opts: (null)
[ 264.314304 / 01-04 10:22:48.709] EXT4-fs (mmcblk0p31): re-mount start. with ro
[ 264.394251 / 01-04 10:22:48.789] EXT4-fs (mmcblk0p31): re-mounted. end. Opts: (null)
[ 264.394646 / 01-04 10:22:48.789] EXT4-fs (mmcblk0p14): re-mount start. with ro
[ 264.399190 / 01-04 10:22:48.789] EXT4-fs (mmcblk0p14): re-mounted. end. Opts: (null)
[ 264.399528 / 01-04 10:22:48.789] EXT4-fs (mmcblk0p22): re-mount start. with ro
[ 264.402598 / 01-04 10:22:48.799] EXT4-fs (mmcblk0p22): re-mounted. end. Opts: (null)
[ 264.403068 / 01-04 10:22:48.799] EXT4-fs (mmcblk0p21): re-mount start. with ro
[ 264.405283 / 01-04 10:22:48.799] EXT4-fs (mmcblk0p21): re-mounted. end. Opts: (null)
[ 264.405639 / 01-04 10:22:48.799] EXT4-fs (mmcblk0p25): re-mount start. with ro
[ 264.407744 / 01-04 10:22:48.799] EXT4-fs (mmcblk0p25): re-mounted. end. Opts: (null)
[ 264.407997 / 01-04 10:22:48.799] Emergency Remount complete
[ 264.553693 / 01-04 10:22:48.949] uei_irrc_shutdown
[ 264.554144 / 01-04 10:22:48.949] mdss_dsi_panel_shutdown - start panel shutdown in order to prevent s/w flickering
[ 264.570581 / 01-04 10:22:48.969] lm3630_backlight_off from level 114
[ 264.581712 / 01-04 10:22:48.979] mdss_fb_blank_sub: mdss_fb_blank_sub: BLANK
[ 264.581729 / 01-04 10:22:48.979] mdss_mdp_ctl_stop: ctl_num=0
[ 264.581743 / 01-04 10:22:48.979] mdss_mdp_cmd_stop
[ 264.581753 / 01-04 10:22:48.979] mdss_mdp_cmd_stop: vsync should be disabled
[ 264.634294 / 01-04 10:22:49.029] mdss_dsi_blank
[ 264.634317 / 01-04 10:22:49.029] mdss_dsi_panel_off: ctrl=d7a8c810 ndx=0
[ 264.775714 / 01-04 10:22:49.179] mdss_dsi_off+: ctrl=d7a8c810 ndx=0
[ 264.843758 / 01-04 10:22:49.239] mdss_dsi_panel_shutdown complete
[ 264.843778 / 01-04 10:22:49.239] Restarting system with command 'Restarted by power key'.
[ 264.843806 / 01-04 10:22:49.239] Going down for restart now
No errors detected
UTS_VERSION
Full log at pastebin.
revan17 said:
I've been having sporadic hard reboots ever since I got the phone. It happens sporadically; perhaps once in 2 days. I really can't pin point what causes it. I'm pretty sure I had one while the phone was completely stock, not rooted, not loki-fied. The last one happened just now; I opened YouTube and the system rebooted.
I'm on stock 4.2.2 10a, rooted, TWRP installed. Of tweaks, only greenify and Xposed G2 settings. Everything else is stock.
Can anyone help me find out the cause for this?
Code:
[ 255.115484 / 01-04 10:22:39.509] [RGB LED] pattern_num=0
[ 255.116174 / 01-04 10:22:39.509] [RGB LED] pattern_num=6
[ 255.202478 / 01-04 10:22:39.599] init: sys_prop: permission denied uid:1003 name:sys.lge.shutdownani.completed
[ 255.421432 / 01-04 10:22:39.819] smb349_irq_worker: [IRQ 35h~3Ah] A:0x00, B:0x01, C:0x08, D:0x50, E:0x00, F:0x01
[ 255.425965 / 01-04 10:22:39.819] smb349_irq_worker: [BH] DC is present. DC_IN volt:4568700
[ 255.430404 / 01-04 10:22:39.819] smb349_is_charger_present: DC is present. DC_IN volt:4572600
[ 256.431551 / 01-04 10:22:40.829] smb349_irq_worker: [IRQ 35h~3Ah] A:0x00, B:0x01, C:0x08, D:0x50, E:0x00, F:0x01
[ 256.439335 / 01-04 10:22:40.829] smb349_irq_worker: [BH] DC is present. DC_IN volt:4631160
[ 256.443758 / 01-04 10:22:40.839] smb349_is_charger_present: DC is present. DC_IN volt:4629200
[ 256.771471 / 01-04 10:22:41.169] smb349_irq_worker: [IRQ 35h~3Ah] A:0x00, B:0x01, C:0x0C, D:0x50, E:0x00, F:0x01
[ 256.775895 / 01-04 10:22:41.169] smb349_irq_worker: [BH] DC is present. DC_IN volt:4640920
[ 256.780312 / 01-04 10:22:41.169] smb349_is_charger_present: DC is present. DC_IN volt:4629200
[ 257.111424 / 01-04 10:22:41.509] smb349_irq_worker: [IRQ 35h~3Ah] A:0x00, B:0x01, C:0x0C, D:0x50, E:0x00, F:0x01
[ 257.115819 / 01-04 10:22:41.509] smb349_irq_worker: [BH] DC is present. DC_IN volt:4857540
[ 257.120224 / 01-04 10:22:41.509] smb349_is_charger_present: DC is present. DC_IN volt:4648720
[ 260.060563 / 01-04 10:22:44.459] pet_watchdog
[ 260.065011 / 01-04 10:22:44.459] [XO_THERM] Result:49 Raw:29330
[ 264.215318 / 01-04 10:22:48.609] SysRq : Emergency Remount R/O
[ 264.218485 / 01-04 10:22:48.609] EXT4-fs (mmcblk0p30): re-mount start. with ro
[ 264.221556 / 01-04 10:22:48.619] EXT4-fs (mmcblk0p30): re-mounted. end. Opts: (null)
[ 264.268885 / 01-04 10:22:48.659] EXT4-fs (mmcblk0p35): re-mount start. with ro
[ 264.273008 / 01-04 10:22:48.669] EXT4-fs (mmcblk0p35): re-mounted. end. Opts: (null)
[ 264.314304 / 01-04 10:22:48.709] EXT4-fs (mmcblk0p31): re-mount start. with ro
[ 264.394251 / 01-04 10:22:48.789] EXT4-fs (mmcblk0p31): re-mounted. end. Opts: (null)
[ 264.394646 / 01-04 10:22:48.789] EXT4-fs (mmcblk0p14): re-mount start. with ro
[ 264.399190 / 01-04 10:22:48.789] EXT4-fs (mmcblk0p14): re-mounted. end. Opts: (null)
[ 264.399528 / 01-04 10:22:48.789] EXT4-fs (mmcblk0p22): re-mount start. with ro
[ 264.402598 / 01-04 10:22:48.799] EXT4-fs (mmcblk0p22): re-mounted. end. Opts: (null)
[ 264.403068 / 01-04 10:22:48.799] EXT4-fs (mmcblk0p21): re-mount start. with ro
[ 264.405283 / 01-04 10:22:48.799] EXT4-fs (mmcblk0p21): re-mounted. end. Opts: (null)
[ 264.405639 / 01-04 10:22:48.799] EXT4-fs (mmcblk0p25): re-mount start. with ro
[ 264.407744 / 01-04 10:22:48.799] EXT4-fs (mmcblk0p25): re-mounted. end. Opts: (null)
[ 264.407997 / 01-04 10:22:48.799] Emergency Remount complete
[ 264.553693 / 01-04 10:22:48.949] uei_irrc_shutdown
[ 264.554144 / 01-04 10:22:48.949] mdss_dsi_panel_shutdown - start panel shutdown in order to prevent s/w flickering
[ 264.570581 / 01-04 10:22:48.969] lm3630_backlight_off from level 114
[ 264.581712 / 01-04 10:22:48.979] mdss_fb_blank_sub: mdss_fb_blank_sub: BLANK
[ 264.581729 / 01-04 10:22:48.979] mdss_mdp_ctl_stop: ctl_num=0
[ 264.581743 / 01-04 10:22:48.979] mdss_mdp_cmd_stop
[ 264.581753 / 01-04 10:22:48.979] mdss_mdp_cmd_stop: vsync should be disabled
[ 264.634294 / 01-04 10:22:49.029] mdss_dsi_blank
[ 264.634317 / 01-04 10:22:49.029] mdss_dsi_panel_off: ctrl=d7a8c810 ndx=0
[ 264.775714 / 01-04 10:22:49.179] mdss_dsi_off+: ctrl=d7a8c810 ndx=0
[ 264.843758 / 01-04 10:22:49.239] mdss_dsi_panel_shutdown complete
[ 264.843778 / 01-04 10:22:49.239] Restarting system with command 'Restarted by power key'.
[ 264.843806 / 01-04 10:22:49.239] Going down for restart now
No errors detected
UTS_VERSION
Full log at pastebin.
Click to expand...
Click to collapse
Does it get hot?
vPro97 said:
Does it get hot?
Click to expand...
Click to collapse
Not really, no. Only time it gets hot is during games, but I hardly ever play games and it never rebooted during games. I doubt it's temperature related.
Any other ideas?
Sent from my LG-D802 using Tapatalk
My Nexus 4 is rooted with stock ROM (version 4.4.4) and TWRP. Whenever I select an app under Settings/Apps, it crashes with the following error message:
Unfortunately, Settings has stopped.
Click to expand...
Click to collapse
One thing that might be related to the crashes is the following. I've replaced the original wallpaper with a different picture. Recently I tried to dig out the original wallpaper. So I went to /system/priv-app/Launcher2.apk, and launched Launcher2.apk. That didn't bring up the original wallpaper, but it may have caused the current crashing.
I also pulled out the following logcat that seems to be related to the crash. Can someone kindly help me diagnose what's causing the crash? And how to fix this?
08-22 13:12:43.583 11120 11120 W ResourceType: getEntry failing because entryIndex 129 is beyond type entryCount 4
08-22 13:12:43.673 11120 11120 D AndroidRuntime: Shutting down VM
08-22 13:12:43.683 11120 11120 E AndroidRuntime: FATAL EXCEPTION: main
08-22 13:12:43.683 11120 11120 E AndroidRuntime: Process: com.android.settings, PID: 11120
08-22 13:12:43.683 11120 11120 E AndroidRuntime: java.lang.RuntimeException: Unable to resume activity {com.android.settings/com.android.settings.SubSettings}: java.lang.NullPointerException: target == null
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2774)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2803)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2238)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread.access$800(ActivityThread.java:135)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.os.Looper.loop(Looper.java:136)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5001)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: Caused by: java.lang.NullPointerException: target == null
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.text.RuleBasedCollator.compare(RuleBasedCollator.java:391)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.text.Collator.compare(Collator.java:194)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.widget.AppSecurityPermissions$PermissionGroupInfoComparator.compare(AppSecurityPermissions.java:592)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.widget.AppSecurityPermissions$PermissionGroupInfoComparator.compare(AppSecurityPermissions.java:581)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.util.TimSort.binarySort(TimSort.java:261)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.util.TimSort.sort(TimSort.java:186)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.util.TimSort.sort(TimSort.java:169)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.util.Arrays.sort(Arrays.java:2023)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.util.Collections.sort(Collections.java:1883)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.widget.AppSecurityPermissions.setPermissions(AppSecurityPermissions.java:657)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.widget.AppSecurityPermissions.<init>(AppSecurityPermissions.java:279)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at com.android.settings.applications.InstalledAppDetails.refreshUi(InstalledAppDetails.java:778)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at com.android.settings.applications.InstalledAppDetails.onResume(InstalledAppDetails.java:584)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.Fragment.performResume(Fragment.java:1743)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:924)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
8-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1044)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.FragmentManagerImpl.dispatchResume(FragmentManager.java:1863)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.Activity.performResume(Activity.java:5320)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2764)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: ... 10 more
08-22 13:12:43.683 596 1648 W ActivityManager: Force finishing activity com.android.settings/.SubSettings
08-22 13:12:43.683 596 1648 W ActivityManager: Force finishing activity com.android.settings/.SubSettings
08-22 13:12:44.174 596 617 W ActivityManager: Activity pause timeout for ActivityRecord{65cde598 u0 com.android.settings/.SubSettings t2 f}
08-22 13:12:45.375 11120 11120 I Process : Sending signal. PID: 11120 SIG: 9
08-22 13:12:45.395 596 840 I ActivityManager: Process com.android.settings (pid 11120) has died.
08-22 13:12:45.395 596 2335 I WindowState: WIN DEATH: Window{65a32ac0 u0 com.android.settings/com.android.settings.Settings}
08-22 13:12:45.395 596 653 I WindowState: WIN DEATH: Window{64e577b0 u0 com.android.settings/com.android.settings.SubSettings}
08-22 13:12:45.415 174 174 W art : Could not get current activity
08-22 13:12:45.425 596 840 I ActivityManager: Start proc com.android.settings for activity com.android.settings/.Settings: pid=13387 uid=1000 gids={41000, 1028, 1015, 3002, 3001, 3003}
08-22 13:12:45.475 13387 13387 W art : Failed to find ELF magic in /system/priv-app/Settings.odex: dey
Click to expand...
Click to collapse
In addition, there are some other warnings and errors as shown below, which I don't understand either. Recently I do have problems about location and time for a few Apps. For example, the clock on the Notification Bar keeps drifting off, and a few apps could not find the current location.
08-22 13:12:02.010 184 196 E ANDR-PERF-LOCK: Failed to reset optimization for resource: 4 level: 0
...
08-22 13:12:02.140 2530 2530 W System.err: java.lang.IllegalArgumentException: provider doesn't exist: network
08-22 13:12:02.140 2530 2530 W System.err: at android.os.Parcel.readException(Parcel.java:1469)
08-22 13:12:02.140 2530 2530 W System.err: at android.os.Parcel.readException(Parcel.java:1419)
08-22 13:12:02.140 2530 2530 W System.err: at android.location.ILocationManager$Stub$Proxy.requestLocationUpdates(ILocationManager.java:540)
08-22 13:12:02.140 2530 2530 W System.err: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:860)
08-22 13:12:02.140 2530 2530 W System.err: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:454)
08-22 13:12:02.140 2530 2530 W System.err: at com.droid27.b.a.a(Unknown Source)
08-22 13:12:02.140 2530 2530 W System.err: at com.droid27.transparentclockweather.location.q.b(Unknown Source)
08-22 13:12:02.140 2530 2530 W System.err: at com.droid27.transparentclockweather.ClockService.a(Unknown Source)
08-22 13:12:02.140 2530 2530 W System.err: at com.droid27.transparentclockweather.h.onReceive(Unknown Source)
08-22 13:12:02.140 2530 2530 W System.err: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:759)
08-22 13:12:02.140 2530 2530 W System.err: at android.os.Handler.handleCallback(Handler.java:733)
08-22 13:12:02.140 2530 2530 W System.err: at android.os.Handler.dispatchMessage(Handler.java:95)
08-22 13:12:02.140 2530 2530 W System.err: at android.os.Looper.loop(Looper.java:136)
08-22 13:12:02.140 2530 2530 W System.err: at android.app.ActivityThread.main(ActivityThread.java:5001)
08-22 13:12:02.140 2530 2530 W System.err: at java.lang.reflect.Method.invoke(Native Method)
08-22 13:12:02.140 2530 2530 W System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
08-22 13:12:02.140 2530 2530 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
08-22 13:12:02.150 11260 11260 W ContextImpl: Implicit intents with startService are not safe: Intent { act=com.google.android.music.NETWORK_MONITOR_SERVICE } android.content.ContextWrapper.bindService:517 com.google.android.music.utils.SafeServiceConnection$ServiceConnectionImp.bindService:98 com.google.android.music.utils.SafeServiceConnection.bindService:259
08-22 13:12:02.150 11260 11260 W ContextImpl: Implicit intents with startService are not safe: Intent { act=com.google.android.music.NETWORK_MONITOR_SERVICE } android.content.ContextWrapper.bindService:517 com.google.android.music.utils.SafeServiceConnection$ServiceConnectionImp.bindService:98 com.google.android.music.utils.SafeServiceConnection.bindService:259
08-22 13:12:02.260 243 13222 E mm-camera: sensor_load_chromatix: libchromatix_imx119_preview.so: 30
08-22 13:12:02.270 243 13222 W linker : libmmcamera_faceproc.so has text relocations. This is wasting memory and is a security risk. Please fix.
08-22 13:12:02.280 2924 2924 D k : *************repeatAlarmStartOnlyExpired*****
08-22 13:12:02.280 243 13222 E mm-camera: vfe_ops_init: E
08-22 13:12:02.280 243 13222 E mm-camera: vfe_legacy_stats_buffer_init: AEC_STATS_BUFNUM
08-22 13:12:02.280 243 13222 E mm-camera: vfe_legacy_stats_buffer_init: AEC_STATS_BUFNUM
08-22 13:12:02.290 243 13222 E mm-camera: mctl_init_stats_proc_info: snap_max_line_cnt =25776
08-22 13:12:02.300 176 704 W linker : libmorpho_noise_reduction.so has text relocations. This is wasting memory and is a security risk. Please fix.
08-22 13:12:02.370 176 704 E QCameraHWI: android::status_t android::QCameraHardwareInterface::setPreviewWindow(preview_stream_ops_t*): mPreviewWindow = 0x0xb87db0f8, mStreamDisplay = 0x0xb87d2e70
08-22 13:12:02.370 176 704 D QCameraHWI: android::status_t android::QCameraHardwareInterface::startPreview(): start preview now
08-22 13:12:02.370 176 704 I QCameraHWI: android::status_t android::QCameraHardwareInterface::startPreview2():Setting ZSL mode
08-22 13:12:02.370 243 13222 E mm-camera: config_proc_CAMERA_SET_INFORM_STARTPREVIEW
08-22 13:12:02.370 243 13222 E mm-camera: config_update_stream_info Storing stream parameters for video inst 1 as : width = 640, height 480, format = 1 inst_handle = 810081 cid = 0
08-22 13:12:02.380 243 13222 E mm-camera: config_update_stream_info Storing stream parameters for video inst 3 as : width = 640, height 480, format = 1 inst_handle = 830083 cid = 0
08-22 13:12:02.380 243 13222 E mm-camera: config_update_stream_info Storing stream parameters for video inst 4 as : width = 512, height 384, format = 1 inst_handle = 840084 cid = 0
08-22 13:12:02.390 243 13222 E mm-camera: config_decide_vfe_outputs: Ports Used 3, Op mode 1
08-22 13:12:02.390 243 13222 E mm-camera: config_decide_vfe_outputs Current mode 0 Full size streaming : Disabled
08-22 13:12:02.390 243 13222 E mm-camera: config_decide_vfe_outputs: Primary: 640x480, extra_pad: 0x0, Fmt: 1, Type: 1, Path: 1
08-22 13:12:02.390 243 13222 E mm-camera: config_decide_vfe_outputs: Secondary: 640x480, extra_pad: 0x0, Fmt: 1, Type: 3, Path: 4
08-22 13:12:02.390 243 13222 E mm-camera: config_update_inst_handles Updated the inst handles as 810081, 830083, 0, 0
08-22 13:12:02.440 596 614 E qcom_sensors_hal: hal_process_report_ind: Bad item quality: 11
08-22 13:12:02.510 243 13222 E mm-camera: sensor_load_chromatix: libchromatix_imx119_preview.so: 30
08-22 13:12:02.510 243 13222 E mm-camera: camif_client_set_params: camif has associated with obj mask 0x1
08-22 13:12:02.510 243 13222 E mm-camera: config_v2_CAMERA_START_common CAMIF_PARAMS_ADD_OBJ_ID failed -1
08-22 13:12:02.510 243 13222 E mm-camera: vfe_operation_config: format 3
08-22 13:12:02.510 243 13222 E mm-camera: vfe_operation_config:vfe_op_mode=5
08-22 13:12:02.510 243 13222 E mm-camera: Invalid ASD Set Params Type
08-22 13:12:02.510 243 13222 E mm-camera: vfe_set_bestshot: Bestshot mode not changed
08-22 13:12:02.560 176 13224 E mm-libcamera2: PROFILE HAL: First preview frame received: 1408727522.572874726
08-22 13:12:02.560 176 13224 E QCameraHWI_Preview: processPreviewFrameWithDisplay: buffer to be enqueued is not locked
08-22 13:12:02.630 176 13224 E QCameraHWI_Preview: processPreviewFrameWithDisplay: buffer to be enqueued is not locked
08-22 13:12:02.630 176 13226 E mm-libcamera2: mm_camera_zsl_frame_cmp_and_enq: stream type = 3 and fd = 74, frame 0x3 is dirty and queue back kernel
08-22 13:12:48.979 13387 13387 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1551 android.content.ContextWrapper.bindService:517 com.android.settings.applications.ManageApplications.onCreate:863 android.app.Fragment.performCreate:1678 android.app.FragmentManagerImpl.moveToState:859
08-22 13:12:49.470 13387 13431 W ResourceType: Failure getting entry for 0x7f050000 (t=4 e=0) in package 0 (error -75)
08-22 13:12:49.490 13387 13431 W PackageManager: Failure retrieving text 0x7f050000 in package com.android.keyguard
08-22 13:12:49.490 13387 13431 W PackageManager: android.content.res.Resources$NotFoundException: String resource ID #0x7f050000
08-22 13:12:49.490 13387 13431 W PackageManager: at android.content.res.Resources.getText(Resources.java:244)
08-22 13:12:49.490 13387 13431 W PackageManager: at android.app.ApplicationPackageManager.getText(ApplicationPackageManager.java:994)
08-22 13:12:49.490 13387 13431 W PackageManager: at android.content.pm.PackageItemInfo.loadLabel(PackageItemInfo.java:115)
08-22 13:12:49.490 13387 13431 W PackageManager: at com.android.settings.applications.ApplicationsState$AppEntry.ensureLabel(ApplicationsState.java:134)
08-22 13:12:49.490 13387 13431 W PackageManager: at com.android.settings.applications.ApplicationsState$AppEntry.<init>(ApplicationsState.java:124)
08-22 13:12:49.490 13387 13431 W PackageManager: at com.android.settings.applications.ApplicationsState.getEntryLocked(ApplicationsState.java:832)
08-22 13:12:49.490 13387 13431 W PackageManager: at com.android.settings.applications.ApplicationsState$BackgroundHandler.handleMessage(ApplicationsState.java:971)
08-22 13:12:49.490 13387 13431 W PackageManager: at android.os.Handler.dispatchMessage(Handler.java:102)
08-22 13:12:49.490 13387 13431 W PackageManager: at android.os.Looper.loop(Looper.java:136)
08-22 13:12:49.490 13387 13431 W PackageManager: at android.os.HandlerThread.run(HandlerThread.java:61)
Click to expand...
Click to collapse
EDIT: FIXED! Turns out I had the magisk module "Oneplus 6 stereo speaker mod" installed (not sure why I didn't have the 6t version, maybe that's part of the reason), after uninstalling that everything started working again.
Hey everyone,
so after updating to OOS10 I can't record voice messages in whatsapp anymore. Every other app works fine, even whatsapp calls work, just voice notes are broken.
I know there are a few similar threads but the only proposed solution there is to use WhatsApp Business, which I don't want to.
I've looked at the logcat while trying to record a message and there's a few error messages thrown by various audio drivers
Code:
01-04 20:34:42.610 824 29193 E soundtrigger: audio_extn_sound_trigger_update_stream_status: invalid input device 0x0, for event 3
01-04 20:34:42.612 824 29193 E ACDB-LOADER: Error: ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE Returned = -19
01-04 20:34:42.612 824 29193 E ACDB-LOADER: Error: ACDB AFE returned = -19
01-04 20:34:42.699 824 29193 E msm8974_platform: platform_set_channel_map: Could not set ctl, error:-22 ch_count:2
01-04 20:34:42.793 961 1026 E SurfaceFlinger: screenshot by : /system/bin/surfaceflinger
01-04 20:34:43.024 961 1026 E SurfaceFlinger: screenshot by : /system/bin/surfaceflinger
01-04 20:34:43.134 824 11979 E audio_route: unable to find path 'speaker-dmic-endfire-whatsapp'
01-04 20:34:43.137 824 11979 E ACDB-LOADER: Error: ACDB AudProc vol returned = -19
01-04 20:34:43.137 824 11979 E ACDB-LOADER: Error: ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE Returned = -19
01-04 20:34:43.137 824 11979 E ACDB-LOADER: Error: ACDB AFE returned = -19
01-04 20:34:43.140 961 1026 E SurfaceFlinger: screenshot by : /system/bin/surfaceflinger
01-04 20:34:43.146 824 11979 E audio_hw_primary: start_input_stream: cannot set hw params: Invalid argument
01-04 20:34:43.148 824 11979 E audio_route: unable to find path 'speaker-dmic-endfire-whatsapp'
01-04 20:34:43.222 824 11979 E audio_route: unable to find path 'speaker-dmic-endfire-whatsapp'
01-04 20:34:43.225 824 11979 E ACDB-LOADER: Error: ACDB AudProc vol returned = -19
01-04 20:34:43.226 824 11979 E ACDB-LOADER: Error: ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE Returned = -19
01-04 20:34:43.226 824 11979 E ACDB-LOADER: Error: ACDB AFE returned = -19
01-04 20:34:43.233 824 11979 E audio_hw_primary: start_input_stream: cannot set hw params: Invalid argument
01-04 20:34:43.236 824 11979 E audio_route: unable to find path 'speaker-dmic-endfire-whatsapp'
01-04 20:34:43.242 961 1026 E SurfaceFlinger: screenshot by : /system/bin/surfaceflinger
01-04 20:34:43.311 824 11979 E audio_route: unable to find path 'speaker-dmic-endfire-whatsapp'
01-04 20:34:43.313 824 11979 E ACDB-LOADER: Error: ACDB AudProc vol returned = -19
These messages keep looping while trying to record the message, showing the the code just tries to connect to the mic in the background indefinitely but always fails.
Anyone have any idea what to do here? I've reinstalled Whatsapp already to no avail, rebooting didn't help either.
Hey forum, long time no see...
I have came back facing a problem with my OnePlus 5 running stock rom with ROOT.
I had to turn it off to replace the screen-protector but turning it back on was no dice.
A bootloop is happening where I see the screen to enter my PIN/password for 1 second after that the OS only reboots.
That means that I see the two dots and the white circle in red and not the boot-loader warning.
I have installed the latest TWRP on so I cleared dalvik and cache but that did not work either
I thought it might be magisk but uninstalling and/or reinstalling it did not fix the problem.
I have managed to authorize adb using TWEP recovery and pulled the logcat during the boot.
I hope the someone can help me debug this, there is some data in apps that need te recovert before doing a full wipe.
Code:
--------- beginning of crash
07-01 21:32:38.393 3572 3572 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 3572 (init), pid 3572 (init)
07-01 21:32:38.434 3572 3572 F libc : crash_dump helper failed to exec
07-01 21:32:38.461 1493 1493 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:32:38.461 1493 1493 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:32:38.580 3222 3222 E AndroidRuntime: FATAL EXCEPTION: main
07-01 21:32:38.580 3222 3222 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 3222
07-01 21:32:38.580 3222 3222 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
07-01 21:32:53.657 5246 5246 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 5246 (init), pid 5246 (init)
07-01 21:32:53.681 5246 5246 F libc : crash_dump helper failed to exec
07-01 21:32:53.724 3934 3934 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:32:53.724 3934 3934 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:33:08.878 6891 6891 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 6891 (init), pid 6891 (init)
07-01 21:33:08.940 6891 6891 F libc : crash_dump helper failed to exec
07-01 21:33:08.957 5597 5597 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:33:08.957 5597 5597 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:33:24.095 8546 8546 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 8546 (init), pid 8546 (init)
07-01 21:33:24.130 8546 8546 F libc : crash_dump helper failed to exec
07-01 21:33:24.157 7270 7270 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:33:24.157 7270 7270 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:33:24.291 8249 8249 E AndroidRuntime: FATAL EXCEPTION: main
07-01 21:33:24.291 8249 8249 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 8249
07-01 21:33:24.291 8249 8249 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
07-01 21:33:39.289 10285 10285 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 10285 (init), pid 10285 (init)
07-01 21:33:39.341 10285 10285 F libc : crash_dump helper failed to exec
07-01 21:33:39.382 8917 8917 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:33:39.382 8917 8917 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:33:54.474 11959 11959 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 11959 (init), pid 11959 (init)
07-01 21:33:54.524 11959 11959 F libc : crash_dump helper failed to exec
07-01 21:33:54.551 10651 10651 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:33:54.551 10651 10651 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:33:54.662 11661 11661 E AndroidRuntime: FATAL EXCEPTION: main
07-01 21:33:54.662 11661 11661 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 11661
07-01 21:33:54.662 11661 11661 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
07-01 21:34:09.646 13627 13627 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 13627 (init), pid 13627 (init)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:34:09.697 12319 12319 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:34:09.698 13627 13627 F libc : crash_dump helper failed to exe
c