Related
Hello,
Please help as my AT&T bootloader is updated/locked so I can't downgrade to any OEM firmware image from odin. Here is what I did:
Root --> Removed too many apps-->TB restore--xposed-->security update -->reboot loop-->factory reset-->re-root-->installing packages manually through adb-->flashing update.zips
Finally, I have the phone somewhat running. However, various Google apps (app store, setup wizard, contacts) are crashing with a ClassNotFoundException. I have manually installed these .apk using instructions in the forums here. Now, I'm trying to figure out what I did wrong and how to resolve it.
I wasn't sure about the package name/file owner/package permissions or if I need to restore more of the .apks that I removed. Some of the Samsung/Knox/Att apps are still removed. I also came across a post regarding some settings in system/framework/arm/boot.oat, framework-classes2.dex, oat2dex.jar. However, I wasn't sure what to type to check it.
I can run commands and provide any output that will help. Thanks in advance since I just bought this expensive phone!
"Unfortunately, the process android.process.acore has stopped."
09-29 22:52:03.242 8960 8960 E AndroidRuntime: FATAL EXCEPTION: main
09-29 22:52:03.242 8960 8960 E AndroidRuntime: Process: android.process.acore, PID: 8960
09-29 22:52:03.242 8960 8960 E AndroidRuntime: java.lang.RuntimeException: Unable to get provider com.android.providers.userdictionary.UserDictionaryProvider: java.lang.ClassNotFoundException: Didn't find class "com.android.providers.userdictionary.UserDictionaryProvider" on path: DexPathList[[zip file "/system/app/UserDictionaryProvider/base.apk"],nativeLibraryDirectories=[/system/app/UserDictionaryProvider/lib/arm64, /vendor/lib64, /system/lib64]]
09-29 22:52:03.242 8960 8960 E AndroidRuntime: at android.app.ActivityThread.installProvider(ActivityThread.java:6770)
09-29 22:52:03.242 8960 8960 E AndroidRuntime: at android.app.ActivityThread.installContentProviders(ActivityThread.java:6362)
[email protected]:/system/app # ls -l ./UserDictionaryProvider/*
ls -l ./UserDictionaryProvider/*
-rw-r--r-- root root 4568 2016-09-29 20:02 base.apk
================================
I get errors like "Unfortunately, Download manager has stopped"
09-29 22:50:39.032 8812 8812 E AndroidRuntime: FATAL EXCEPTION: main
09-29 22:50:39.032 8812 8812 E AndroidRuntime: Process: android.process.media, PID: 8812
09-29 22:50:39.032 8812 8812 E AndroidRuntime: java.lang.RuntimeException: Unable to get provider com.android.providers.downloads.DownloadStorageProvider: java.lang.ClassNotFoundException: Didn't find class "com.android.providers.downloads.DownloadStorageProvider" on path: DexPathList[[zip file "/system/framework/secsmartcard.jar", zip file "/system/priv-app/DownloadsProvider/Base.apk"],nativeLibraryDirectories=[/system/priv-app/DownloadsProvider/lib/arm64, /vendor/lib64, /system/lib64]]
[email protected]:/system/app # ls -l /system/priv-app/DownloadsProvider/*
ls -l /system/priv-app/DownloadsProvider/*
-rw-r--r-- root sdcard_rw 66309 2016-09-29 22:10 Base.apk
----------------------------------------------
Bad processes:
Bad process android.process.acore uid 10004: crashed at time 747214
Short msg: java.lang.ClassNotFoundException
Long msg: java.lang.ClassNotFoundException: Didn't find class "com.android.providers.userdictionary.UserDictionaryProvider" on path: DexPathList[[zip file "/system/app/UserDictionaryProvider.apk"],nativeLibraryDirectories=[/system/lib64/UserDictionaryProvider, /vendor/lib64, /system/lib64]]
Stack:
java.lang.RuntimeException: Unable to get provider com.android.providers.userdictionary.UserDictionaryProvider: java.lang.ClassNotFoundException: Didn't find class "com.android.providers.userdictionary.UserDictionaryProvider" on path: DexPathList[[zip file "/system/app/UserDictionaryProvider.apk"],nativeLibraryDirectories=[/system/lib64/UserDictionaryProvider, /vendor/lib64, /system/lib64]]
at android.app.ActivityThread.installProvider(ActivityThread.java:6770)
at android.app.ActivityThread.installContentProviders(ActivityThread.java:6362)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6302)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:755)
at android.app.ActivityThread.handleBindApplication(<Xposed>)
at android.app.ActivityThread.access$1800(ActivityThread.java:222)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1861)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:158)
at android.app.ActivityThread.main(ActivityThread.java:7229)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:133)
Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.providers.userdictionary.UserDictionaryProvider" on path: DexPathList[[zip file "/system/app/UserDictionaryProvider.apk"],nativeLibraryDirectories=[/system/lib64/UserDictionaryProvider, /vendor/lib64, /system/lib64]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
at android.app.ActivityThread.installProvider(ActivityThread.java:6755)
... 14 more
Suppressed: java.io.IOException: No original dex files found for dex location /system/app/UserDictionaryProvider.apk
at dalvik.system.DexFile.openDexFileNative(Native Method)
at dalvik.system.DexFile.openDexFile(DexFile.java:295)
at dalvik.system.DexFile.<init>(DexFile.java:80)
at dalvik.system.DexFile.<init>(DexFile.java:59)
at dalvik.system.DexPathList.loadDexFile(DexPathList.java:279)
at dalvik.system.DexPathList.makePathElements(DexPathList.java:248)
at dalvik.system.DexPathList.<init>(DexPathList.java:120)
at dalvik.system.BaseDexClassLoader.<init>(BaseDexClassLoader.java:48)
at dalvik.system.PathClassLoader.<init>(PathClassLoader.java:65)
at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:84)
at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:45)
at android.app.LoadedApk.getClassLoader(LoadedApk.java:434)
at de.robv.android.xposed.XposedBridge$4.afterHookedMethod(XposedBridge.java:282)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:769)
at android.app.LoadedApk.<init>(<Xposed>)
at android.app.ActivityThread.getPackageInfo(ActivityThread.java:2559)
at android.app.ActivityThread.getPackageInfo(ActivityThread.java:2450)
at android.app.ActivityThread.getPackageInfo(ActivityThread.java:2422)
at android.app.ContextImpl.createPackageContextAsUser(ContextImpl.java:1854)
at android.app.ContextImpl.createPackageContext(ContextImpl.java:1841)
at android.content.ContextWrapper.createPackageContext(ContextWrapper.java:774)
at android.app.ActivityThread.installProvider(ActivityThread.java:6740)
... 14 more
Suppressed: java.lang.ClassNotFoundException: com.android.providers.userdictionary.UserDictionaryProvider
at java.lang.Class.classForName(Native Method)
at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
... 16 more
Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available
This cause the system process to loop with acore crashing until I disable all the contact related apps and then the crash rate slows and I can work on the phone
--------------------------------
09-29 21:02:00.409 5754 5833 D CapabilityDiscoveryModule: requestInitialCapabilitiesQuery:
09-29 21:02:00.409 5754 5833 D CapabilityDiscoveryModule: requestInitialCapabilitiesQuery: contact is not ready. retry in 1 second.
09-29 21:02:01.419 5754 5833 D CapabilityDiscoveryModule: handleMessage: evt 3
09-29 21:02:01.419 5754 5833 D CapabilityDiscoveryModule: requestInitialCapabilitiesQuery:
09-29 21:02:01.419 5754 5833 D CapabilityDiscoveryModule: requestInitialCapabilitiesQuery: contact is not ready. retry in 1 second.
09-29 21:02:01.909 656 656 I rmt_storage: rmt_storage_connect_cb: clnt_h=0xd conn_h=0x7fa84ba000
09-29 21:02:01.909 656 656 I rmt_storage: rmt_storage_rw_iovec_cb: /boot/modem_fs1: clnt_h=0xd: req_h=0xd msg_id=3: R/W request received
09-29 21:02:01.909 656 656 I rmt_storage: wakelock acquired: 1, error no: 42
09-29 21:02:01.909 656 1008 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0xd Unblock worker thread (th_id: 548280202304)
09-29 21:02:01.929 656 1008 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0xd: req_h=0xd msg_id=3: Bytes written = 1572864
09-29 21:02:01.929 656 1008 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0xd: req_h=0xd msg_id=3: Send response: res=0 err=0
09-29 21:02:01.929 656 1008 I rmt_storage: read_debugfs_status_info: Read status: 0
09-29 21:02:01.929 656 1008 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0xd About to block rmt_storage client thread (th_id: 548280202304) wakelock released: 1, error no: 0
09-29 21:02:01.929 656 1008 I rmt_storage:
====================
Time since processes crashed:
Process com.android.contacts uid 10004: last crashed +1m41s950ms ago
Process android.process.acore uid 10004: last crashed +3m0s72ms ago
Process android.process.media uid 10061: last crashed +5s479ms ago
Phone info (might be out of date due to updates)
=================
Model: SM-G935A
Sales Code: ATT
Android Version: 6.0.1 [MMB29M]
Build Date: Tue Aug 2 18:04:41 KST 2016
PDA Version: G935AUCS2APH1 [august 2016, rev1]
Phone Version: G935AUCS2APH1 [august 2016, rev1]
CSC Version: G935AATT2APH1 [august 2016, rev1]
Product Code: SM-G935AZSAATT
Knox Version: v30
Warranty Bit: 0
Security Patch: 2016-08-01
current binary: samsung official
========================
127|[email protected]:/system/app # dumpsys package com.android.providers.userdictionary
umpsys package com.android.providers.userdictionary <
Registered ContentProviders:
com.android.providers.userdictionary/.UserDictionaryProvider:
Provider{f4ce69c com.android.providers.userdictionary/.UserDictionaryProvider}
ContentProvider Authorities:
[user_dictionary]:
Provider{f4ce69c com.android.providers.userdictionary/.UserDictionaryProvider}
applicationInfo=ApplicationInfo{aa9e8a5 com.android.providers.userdictionary}
Key Set Manager:
[com.android.providers.userdictionary]
Signing KeySets: 2
Packages:
Package [com.android.providers.userdictionary] (64cc22f):
userId=10004
sharedUser=SharedUserSetting{be9c42b android.uid.shared/10004}
pkg=Package{ff56a21 com.android.providers.userdictionary}
codePath=/system/app/UserDictionaryProvider
resourcePath=/system/app/UserDictionaryProvider
legacyNativeLibraryDir=/system/app/UserDictionaryProvider/lib
primaryCpuAbi=null
secondaryCpuAbi=null
nativeLibraryRootDir=/system/app/UserDictionaryProvider/lib
nativeLibraryDir=/system/app/UserDictionaryProvider/lib/arm64
secondaryNativeLibraryDir=null
nativeLibraryRootRequiresIsa=true
dexMode=unknown
versionCode=23 targetSdk=23
versionName=6.0.1
splits=[base]
applicationInfo=ApplicationInfo{85a6e46 com.android.providers.userdictionary}
flags=[ SYSTEM HAS_CODE ALLOW_BACKUP ]
dataDir=/data/user/0/com.android.providers.userdictionary
supportsScreens=[small, medium, large, xlarge, resizeable, anyDensity]
timeStamp=2016-09-29 21:44:27
firstInstallTime=2016-09-29 20:02:04
lastUpdateTime=2016-09-29 20:02:04
signatures=PackageSignatures{c3e7807 [b956d34]}
installPermissionsFixed=true installStatus=1
pkgFlags=[ SYSTEM HAS_CODE ALLOW_BACKUP ]
install permissions:
com.cequint.ecid.CALLER_ID_LOOKUP, granted=true, flags=0x0
android.permission.WRITE_SETTINGS, granted=true, flags=0x0
com.samsung.android.memo.READ, granted=true, flags=0x0
android.permission.USE_CREDENTIALS, granted=true, flags=0x0
com.sec.android.app.parser.permission.SERVICE, granted=true, flags=0x0
android.permission.MODIFY_AUDIO_SETTINGS, granted=true, flags=0x0
com.sec.android.app.sns3.permission.RECEIVE_SNS_BROADCAST, granted=true, flags=0x0
com.google.android.providers.gsf.permission.READ_GSERVICES, granted=true, flags=0x0
android.permission.MANAGE_ACCOUNTS, granted=true, flags=0x0
com.sec.imsservice.PERMISSION, granted=true, flags=0x0
android.permission.SEND_RESPOND_VIA_MESSAGE, granted=true, flags=0x0
com.sec.phone.permission.SEC_FACTORY_PHONE, granted=true, flags=0x0
android.permission.NFC, granted=true, flags=0x0
android.permission.PROCESS_PHONE_ACCOUNT_REGISTRATION, granted=true, flags=0x0
com.samsung.android.providers.context.permission.WRITE_EXCHANGE_CALL, granted=true, flags=0x0
android.permission.CALL_PRIVILEGED, granted=true, flags=0x0
android.permission.CHANGE_NETWORK_STATE, granted=true, flags=0x0
android.permission.WRITE_SYNC_SETTINGS, granted=true, flags=0x0
com.sec.imsservice.READ_IMS_PERMISSION, granted=true, flags=0x0
android.permission.RECEIVE_BOOT_COMPLETED, granted=true, flags=0x0
com.sec.android.app.sns3.permission.READ_SNS_DB, granted=true, flags=0x0
com.wssnps.permission.COM_WSSNPS, granted=true, flags=0x0
com.sec.android.settings.permission.SOFT_RESET, granted=true, flags=0x0
com.samsung.rcs.presence.WRITE_PERMISSION, granted=true, flags=0x0
com.android.launcher.permission.UNINSTALL_SHORTCUT, granted=true, flags=0x0
android.permission.READ_PROFILE, granted=true, flags=0x0
android.permission.BLUETOOTH, granted=true, flags=0x0
com.samsung.android.email.permission.ACCESS_PROVIDER, granted=true, flags=0x0
android.permission.WRITE_MEDIA_STORAGE, granted=true, flags=0x0
com.android.voicemail.permission.READ_VOICEMAIL, granted=true, flags=0x0
android.permission.GET_TASKS, granted=true, flags=0x0
com.android.incallui.remotecall.RemoteCallIntentService, granted=true, flags=0x0
android.permission.INTERNET, granted=true, flags=0x0
com.sec.android.phone.permission.WRITE_CALL_SETTINGS, granted=true, flags=0x0
com.sec.android.provider.emergencymode.READ_DATABASE, granted=true, flags=0x0
com.samsung.android.provider.filterprovider.permission.READ_FILTER, granted=true, flags=0x0
android.permission.WRITE_PROFILE, granted=true, flags=0x0
android.permission.WRITE_SECURE_SETTINGS, granted=true, flags=0x0
com.samsung.android.dualscreen.permission.USE_INTERNAL_APIS, granted=true, flags=0x0
com.sec.permission.BACKUP_RESTORE_HOMESCREEN, granted=true, flags=0x0
com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY, granted=true, flags=0x0
com.samsung.android.permission.MANAGE_CUSTOM_STARTING_WINDOW, granted=true, flags=0x0
android.permission.CHANGE_WIFI_STATE, granted=true, flags=0x0
android.permission.MANAGE_USERS, granted=true, flags=0x0
android.permission.ACCESS_NETWORK_STATE, granted=true, flags=0x0
com.sec.android.app.snsimagecache.permission.READ_SNSIMAGECACHE_DB, granted=true, flags=0x0
com.sec.android.phone.permission.READ_CALL_SETTINGS, granted=true, flags=0x0
android.permission.INTERACT_ACROSS_USERS, granted=true, flags=0x0
com.samsung.rcs.presence.READ_PERMISSION, granted=true, flags=0x0
com.sec.imsservice.WRITE_IMS_PERMISSION, granted=true, flags=0x0
com.sec.enterprise.knox.MDM_CONTENT_PROVIDER, granted=true, flags=0x0
android.permission.BIND_DIRECTORY_SEARCH, granted=true, flags=0x0
android.permission.READ_SYNC_STATS, granted=true, flags=0x0
android.permission.REBOOT, granted=true, flags=0x0
com.sec.android.permission.VOIP_INTERFACE, granted=true, flags=0x0
android.permission.READ_SYNC_SETTINGS, granted=true, flags=0x0
android.permission.VIBRATE, granted=true, flags=0x0
android.permission.SEND_CALL_LOG_CHANGE, granted=true, flags=0x0
com.sec.android.kies.calllog.BROADCAST_DETECT, granted=true, flags=0x0
com.android.voicemail.permission.WRITE_VOICEMAIL, granted=true, flags=0x0
android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK, granted=true, flags=0x0
android.permission.ACCESS_WIFI_STATE, granted=true, flags=0x0
com.samsung.android.app.assistantmenu.permission.ADVERTISE_ASSISTANTMENU, granted=true, flags=0x0
android.permission.MODIFY_PHONE_STATE, granted=true, flags=0x0
com.android.launcher.permission.INSTALL_SHORTCUT, granted=true, flags=0x0
android.permission.STATUS_BAR, granted=true, flags=0x0
android.permission.READ_SOCIAL_STREAM, granted=true, flags=0x0
android.permission.WAKE_LOCK, granted=true, flags=0x0
com.sec.ims.android.rcs.READ_PERMISSION, granted=true, flags=0x0
android.permission.UPDATE_APP_OPS_STATS, granted=true, flags=0x0
User 0: installed=true hidden=false stopped=false notLaunched=false enabled=0
mPackagesOnlyForOwnerUser:
mComponentsOnlyForOwnerUser:
Shared users:
SharedUser [android.uid.shared] (be9c42b):
userId=10004
install permissions:
com.cequint.ecid.CALLER_ID_LOOKUP, granted=true, flags=0x0
android.permission.WRITE_SETTINGS, granted=true, flags=0x0
com.samsung.android.memo.READ, granted=true, flags=0x0
android.permission.USE_CREDENTIALS, granted=true, flags=0x0
com.sec.android.app.parser.permission.SERVICE, granted=true, flags=0x0
android.permission.MODIFY_AUDIO_SETTINGS, granted=true, flags=0x0
com.sec.android.app.sns3.permission.RECEIVE_SNS_BROADCAST, granted=true, flags=0x0
com.google.android.providers.gsf.permission.READ_GSERVICES, granted=true, flags=0x0
android.permission.MANAGE_ACCOUNTS, granted=true, flags=0x0
com.sec.imsservice.PERMISSION, granted=true, flags=0x0
android.permission.SEND_RESPOND_VIA_MESSAGE, granted=true, flags=0x0
com.sec.phone.permission.SEC_FACTORY_PHONE, granted=true, flags=0x0
android.permission.NFC, granted=true, flags=0x0
android.permission.PROCESS_PHONE_ACCOUNT_REGISTRATION, granted=true, flags=0x0
com.samsung.android.providers.context.permission.WRITE_EXCHANGE_CALL, granted=true, flags=0x0
android.permission.CALL_PRIVILEGED, granted=true, flags=0x0
android.permission.CHANGE_NETWORK_STATE, granted=true, flags=0x0
android.permission.WRITE_SYNC_SETTINGS, granted=true, flags=0x0
com.sec.imsservice.READ_IMS_PERMISSION, granted=true, flags=0x0
android.permission.RECEIVE_BOOT_COMPLETED, granted=true, flags=0x0
com.sec.android.app.sns3.permission.READ_SNS_DB, granted=true, flags=0x0
com.wssnps.permission.COM_WSSNPS, granted=true, flags=0x0
com.sec.android.settings.permission.SOFT_RESET, granted=true, flags=0x0
com.samsung.rcs.presence.WRITE_PERMISSION, granted=true, flags=0x0
com.android.launcher.permission.UNINSTALL_SHORTCUT, granted=true, flags=0x0
android.permission.READ_PROFILE, granted=true, flags=0x0
android.permission.BLUETOOTH, granted=true, flags=0x0
com.samsung.android.email.permission.ACCESS_PROVIDER, granted=true, flags=0x0
android.permission.WRITE_MEDIA_STORAGE, granted=true, flags=0x0
com.android.voicemail.permission.READ_VOICEMAIL, granted=true, flags=0x0
android.permission.GET_TASKS, granted=true, flags=0x0
com.android.incallui.remotecall.RemoteCallIntentService, granted=true, flags=0x0
android.permission.INTERNET, granted=true, flags=0x0
com.sec.android.phone.permission.WRITE_CALL_SETTINGS, granted=true, flags=0x0
com.sec.android.provider.emergencymode.READ_DATABASE, granted=true, flags=0x0
com.samsung.android.provider.filterprovider.permission.READ_FILTER, granted=true, flags=0x0
android.permission.WRITE_PROFILE, granted=true, flags=0x0
android.permission.WRITE_SECURE_SETTINGS, granted=true, flags=0x0
com.samsung.android.dualscreen.permission.USE_INTERNAL_APIS, granted=true, flags=0x0
com.sec.permission.BACKUP_RESTORE_HOMESCREEN, granted=true, flags=0x0
com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY, granted=true, flags=0x0
com.samsung.android.permission.MANAGE_CUSTOM_STARTING_WINDOW, granted=true, flags=0x0
android.permission.CHANGE_WIFI_STATE, granted=true, flags=0x0
android.permission.MANAGE_USERS, granted=true, flags=0x0
android.permission.ACCESS_NETWORK_STATE, granted=true, flags=0x0
com.sec.android.app.snsimagecache.permission.READ_SNSIMAGECACHE_DB, granted=true, flags=0x0
com.sec.android.phone.permission.READ_CALL_SETTINGS, granted=true, flags=0x0
android.permission.INTERACT_ACROSS_USERS, granted=true, flags=0x0
com.samsung.rcs.presence.READ_PERMISSION, granted=true, flags=0x0
com.sec.imsservice.WRITE_IMS_PERMISSION, granted=true, flags=0x0
com.sec.enterprise.knox.MDM_CONTENT_PROVIDER, granted=true, flags=0x0
android.permission.BIND_DIRECTORY_SEARCH, granted=true, flags=0x0
android.permission.READ_SYNC_STATS, granted=true, flags=0x0
android.permission.REBOOT, granted=true, flags=0x0
com.sec.android.permission.VOIP_INTERFACE, granted=true, flags=0x0
android.permission.READ_SYNC_SETTINGS, granted=true, flags=0x0
android.permission.VIBRATE, granted=true, flags=0x0
android.permission.SEND_CALL_LOG_CHANGE, granted=true, flags=0x0
com.sec.android.kies.calllog.BROADCAST_DETECT, granted=true, flags=0x0
com.android.voicemail.permission.WRITE_VOICEMAIL, granted=true, flags=0x0
android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK, granted=true, flags=0x0
android.permission.ACCESS_WIFI_STATE, granted=true, flags=0x0
com.samsung.android.app.assistantmenu.permission.ADVERTISE_ASSISTANTMENU, granted=true, flags=0x0
android.permission.MODIFY_PHONE_STATE, granted=true, flags=0x0
com.android.launcher.permission.INSTALL_SHORTCUT, granted=true, flags=0x0
android.permission.STATUS_BAR, granted=true, flags=0x0
android.permission.READ_SOCIAL_STREAM, granted=true, flags=0x0
android.permission.WAKE_LOCK, granted=true, flags=0x0
com.sec.ims.android.rcs.READ_PERMISSION, granted=true, flags=0x0
android.permission.UPDATE_APP_OPS_STATS, granted=true, flags=0x0
User 0:
gids=[3002, 1023, 1015, 3003]
runtime permissions:
android.permission.READ_SMS, granted=true, flags=0x20
android.permission.READ_CALL_LOG, granted=true, flags=0x20
android.permission.READ_EXTERNAL_STORAGE, granted=true, flags=0x20
android.permission.READ_PHONE_STATE, granted=true, flags=0x20
android.permission.CALL_PHONE, granted=true, flags=0x20
android.permission.WRITE_CONTACTS, granted=true, flags=0x20
android.permission.CAMERA, granted=true, flags=0x20
android.permission.WRITE_CALL_LOG, granted=true, flags=0x20
android.permission.GET_ACCOUNTS, granted=true, flags=0x20
android.permission.WRITE_EXTERNAL_STORAGE, granted=true, flags=0x20
android.permission.READ_CONTACTS, granted=true, flags=0x20
com.android.voicemail.permission.ADD_VOICEMAIL, granted=true, flags=0x20
Not granted runtime permissions:
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_COARSE_LOCATION
android.permission.READ_CALENDAR
[email protected]:/system/app #
------------------------
[email protected]:/ # pm list packages | grep providers
pm list packages | grep providers
package:com.sec.android.providers.mapcon
package:com.android.providers.telephony
package:com.sec.android.providers.iwlansettings
package:com.android.providers.calendar
package:com.android.providers.downloads
package:com.sec.android.providers.security
package:com.samsung.android.providers.context
package:com.android.providers.settings
package:com.sec.android.providers.tasks
package:com.android.providers.partnerbookmarks
package:com.android.providers.userdictionary
package:com.android.providers.contacts
[email protected]:/ # pm list packages | grep google
pm list packages | grep google
package:com.google.android.youtube
package:com.google.android.googlequicksearchbox
package:com.google.android.onetimeinitializer
package:com.google.android.configupdater
package:com.google.android.setupwizard
package:com.google.android.apps.cloudprint
package:com.google.android.apps.docs
package:com.google.android.apps.maps
package:com.google.android.webview
package:com.google.android.syncadapters.contacts
package:com.google.android.packageinstaller
package:com.google.android.gms
package:com.google.android.gsf
package:com.google.android.tts
package:com.google.android.apps.walletnfcrel
package:com.google.android.partnersetup
package:com.google.android.feedback
package:com.google.android.apps.photos
package:com.google.android.calendar
package:com.google.android.syncadapters.calendar
package:com.google.android.gsf.login
package:com.google.android.backuptransport
Update: It appears that my .apk files from my TB are missing the .dex files. See the directory listing below They must have gotten corrupted somehow. I downloaded a ROM and extracted the package for comparison. The directory output is listed below. I am going to try to install the package from the Rom to my phone and see if that works.
c:\ADB\Fix\SecDownloadProvider\SecDownloadProvider.apk>dir *.*
Volume in drive C is OSDisk
Volume Serial Number is 9479-1398
Directory of c:\ADB\Fix\SecDownloadProvider\SecDownloadProvider.apk
09/30/2016 04:58 AM <DIR> .
09/30/2016 04:58 AM <DIR> ..
06/22/2011 10:25 PM 11,056 AndroidManifest.xml
09/01/2016 06:55 PM 508,400 classes.dex
09/30/2016 04:58 AM <DIR> META-INF
09/30/2016 04:58 AM <DIR> res
06/22/2011 10:25 PM 325,344 resources.arsc
09/30/2016 04:58 AM <DIR> SEC-INF
3 File(s) 844,800 bytes
5 Dir(s) 9,350,660,096 bytes free
c:\ADB\Fix\SecDownloadProvider\SecDownloadProvider.apk>cd ..\..\original\com.android.providers.downloads-d2fe90ec39edf21aa56916fa5fd4a87f.apk
c:\ADB\Fix\original\com.android.providers.downloads-d2fe90ec39edf21aa56916fa5fd4a87f.apk>dir *.*
Volume in drive C is OSDisk
Volume Serial Number is 9479-1398
Directory of c:\ADB\Fix\original\com.android.providers.downloads-d2fe90ec39edf21aa56916fa5fd4a87f.apk
09/30/2016 04:59 AM <DIR> .
09/30/2016 04:59 AM <DIR> ..
06/22/2011 10:25 PM 10,824 AndroidManifest.xml
09/30/2016 04:59 AM <DIR> META-INF
09/30/2016 04:59 AM <DIR> res
06/22/2011 10:25 PM 37,608 resources.arsc
2 File(s) 48,432 bytes
4 Dir(s) 9,350,660,096 bytes free
c:\ADB\Fix\original\com.android.providers.userdictionary-70d22165a8fd663e8b760301ad62e796.apk>dir *.dex
Volume in drive C is OSDisk
Volume Serial Number is 9479-1398
Directory of c:\ADB\Fix\original\com.android.providers.userdictionary-70d22165a8fd663e8b760301ad62e796.apk
File Not Found
c:\ADB\Fix\original\com.android.providers.userdictionary-70d22165a8fd663e8b760301ad62e796.apk>dir cd ..\..\UserDictionaryProvider\UserDictionaryProvider.apk\*.dex
Volume in drive C is OSDisk
Volume Serial Number is 9479-1398
Directory of c:\ADB\Fix\original\com.android.providers.userdictionary-70d22165a8fd663e8b760301ad62e796.apk
File Not Found
Directory of c:\ADB\Fix\UserDictionaryProvider\UserDictionaryProvider.apk
09/01/2016 06:50 PM 16,308 classes.dex
1 File(s) 16,308 bytes
0 Dir(s) 9,350,332,416 bytes free
Update: I installed those two .apk files and flashed gapps. Now I'm getting a crash in the setup wizard. It might be related to this post on github.com /opengapps/opengapps/wiki/Notes-for-CMSetupWizard. I'm not sure yet.
Steps used to try and install the version of the two .apk files that I got from the ROM
[email protected]:/ #
mount -o rw,remount /system
mount -o rw,remount rootfs /
[email protected]:/ # mount -o rw,remount /system
mkdir /system/app/UserDictionaryProvider
mkdir /system/app/UserDictionaryProvider
[email protected]:/ # chmod 755 /system/app/UserDictionaryProvider
chmod 755 /system/app/UserDictionaryProvider
[email protected]:/ # cp /storage/6585-415F/Fix/UserDictionaryProvider/UserDictionaryProvider.apk /system/app/UserDictionaryProvider/UserDictionaryProvider.apk
ystem/app/UserDictionaryProvider/UserDictionaryProvider.apk <
[email protected]:/ # chmod 644 /system/app/UserDictionaryProvider/UserDictionaryProvider.apk
od 644 /system/app/UserDictionaryProvider/UserDictionaryProvider.apk <
[email protected]:/ # ls /system/app/UserDictionaryProvider/UserDictionaryProvider.apk
/system/app/UserDictionaryProvider/UserDictionaryProvider.apk <
/system/app/UserDictionaryProvider/UserDictionaryProvider.apk
[email protected]:/ # ls -l /system/app/UserDictionaryProvider/UserDictionaryProvider.apk
-rw-r--r-- root root 22845 2016-09-30 05:14 UserDictionaryProvider.apk
[email protected]:/ # ls /system/priv-app/SecDownloadProvider.apk
/system/priv-app/SecDownloadProvider.apk: No such file or directory
|[email protected]:/ # ls /system/priv-app/SecDownloadProvider/*
/system/priv-app/SecDownloadProvider/*: No such file or directory
[email protected]:/ # mkdir /system/priv-app/SecDownloadProvider
mkdir /system/priv-app/SecDownloadProvider
[email protected]:/ # chmod 755 /system/priv-app/SecDownloadProvider
chmod 755 /system/priv-app/SecDownloadProvider
[email protected]:/ # cp /storage/6585-415F/Fix/SecDownloadProvider/SecDownloadProvider.apk /system/priv-app/SecDownloadProvider/SecDownloadProvider.apk
m/priv-app/SecDownloadProvider/SecDownloadProvider.apk
[email protected]:/ # chmod 644 /system/priv-app/SecDownloadProvider/SecDownloadProvider.apk
od 644 /system/priv-app/SecDownloadProvider/SecDownloadProvider.apk
[email protected]:/ # ls -l /system/priv-app/SecDownloadProvider/SecDownloadProvider.apk
-rw-r--r-- root root 558572 2016-09-30 05:19 SecDownloadProvider.apk
Error that I am getting now
=========================
09-30 06:55:20.875 10384 10384 I WifiSettings: Registering receiver concurrent Wifi and MHS
09-30 06:55:20.885 1351 2888 D SettingsProvider: isChangeAllowed() : name = wifi_watchdog_poor_network_test_enabled
09-30 06:55:20.885 1351 2196 D SettingsProvider: isChangeAllowed() : name = wifi_poor_connection_warning
09-30 06:55:20.885 10384 10384 D AndroidRuntime: Shutting down VM
09-30 06:55:20.885 10384 10384 E AndroidRuntime: FATAL EXCEPTION: main
09-30 06:55:20.885 10384 10384 E AndroidRuntime: Process: com.android.settings, PID: 10384
09-30 06:55:20.885 10384 10384 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'android.widget.ListAdapter android.preference.PreferenceScreen.getRootAdapter()' on a null object reference
09-30 06:55:20.885 10384 10384 E AndroidRuntime: at com.android.settings.wifi.WifiSettingsForSetupWizard.onActivityCreated(WifiSettingsForSetupWizard.java:106)
09-30 06:55:20.885 10384 10384 E AndroidRuntime: at android.app.Fragment.performActivityCreated(Fragment.java:2289)
09-30 06:55:20.885 10384 10384 E AndroidRuntime: at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1007)
09-30 06:55:20.885 10384 10384 E AndroidRuntime: at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1163)
09-30 06:55:20.885 10384 10384 E AndroidRuntime: at android.app.BackStackRecord.run(BackStackRecord.java:793)
09-30 06:55:20.885 10384 10384 E AndroidRuntime: at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1552)
09-30 06:55:20.885 10384 10384 E AndroidRuntime: at android.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java:567)
09-30 06:55:20.885 10384 10384 E AndroidRuntime: at com.android.settings.SettingsActivity.switchToFragment(SettingsActivity.java:2217)
09-30 06:55:20.885 10384 10384 E AndroidRuntime: at com.android.settings.SettingsActivity$8.run(SettingsActivity.java:1350)
09-30 06:55:20.885 10384 10384 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:739)
09-30 06:55:20.885 10384 10384 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95)
09-30 06:55:20.885 10384 10384 E AndroidRuntime: at android.os.Looper.loop(Looper.java:158)
09-30 06:55:20.885 10384 10384 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7229)
09-30 06:55:20.885 10384 10384 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
09-30 06:55:20.885 10384 10384 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
09-30 06:55:20.885 10384 10384 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
09-30 06:55:20.885 10384 10384 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:133)
09-30 06:55:20.895 1351 3652 I PersonaManager: mKnoxInfo is empty
09-30 06:55:20.895 1351 3652 W ActivityManager: Force finishing activity com.android.settings/.wifi.WifiSetupActivity
Update:
I tried updating all the permissions for every google app, but still no luck. Finally I got the system to boot by disabling the setup wizard
pm disable com.google.android.setupwizard
I setup wiFi and then I tried to start some google apps and I found that google play services was not installed. I check the pm list packages output and gms was not showing up in the list of packages.
I downloaded the correct version of gms apk and installed it. After this I enabled package manager
pm enable com.google.android.setupwizard
The wizard still crashed with the same class not found error. However, it then moved past the error and setup the phone anyway. The phone logged in and most things are working. I am updating all apps from the store and am working on a few issues like the contacts not working.
The phone is up and running now. I am having some issues with packages which see to be related to the odex.
To get around the issue, I connect with adb shell catlog and search up for FATAL to see the crash stack.
I am still working on it to try to figure out what is wrong. From some searched on odex files,
I might have to deodex the file or find a deodex one from a ROM. I think what happened to my installation
is that I got corrupted/missing odx odex data for the system service providers. This might have
been from TB "integrate into system rom" operations that I did. I'll continue tomorrow.
//had some issues trying to set ringtones and other problems
//found that the media storage provider was not installed
//from adb shell, logcat shows the following crash over and over when searching up for FATAL in the output
--------------------------
10-01 05:36:53.589 4214 4226 I art : Wrote stack traces to '/data/anr/traces.txt'
10-01 05:36:53.589 1396 2217 I Process : Sending signal. PID: 4206 SIG: 3
10-01 05:36:53.589 4206 4212 I art : Thread[2,tid=4212,WaitingInMainSignalCatcherLoop,Thread*=0x7f8c71c000,peer=0x12c6d0a0,"Signal Catcher"]: reacting to signal 3
10-01 05:36:53.589 6347 6347 D AndroidRuntime: Shutting down VM
10-01 05:36:53.599 6347 6347 E AndroidRuntime: FATAL EXCEPTION: main
10-01 05:36:53.599 6347 6347 E AndroidRuntime: Process: android.process.media, PID: 6347
10-01 05:36:53.599 6347 6347 E AndroidRuntime: java.lang.RuntimeException: Unable to get provider com.android.providers.media.MediaDocumentsProvider: java.lang.ClassNotFoundException: Didn't find class "com.android.providers.media.MediaDocumentsProvider" on path: DexPathList[[zip file "/system/priv-app/SecMediaProvider/SecMediaProvider.apk"],nativeLibraryDirectories=[/system/priv-app/SecMediaProvider/lib/arm64, /vendor/lib64, /system/lib64]]
10-01 05:36:53.599 6347 6347 E AndroidRuntime: at android.app.ActivityThread.installProvider(ActivityThread.java:6770)
10-01 05:36:53.599 6347 6347 E AndroidRuntime: at android.app.ActivityThread.installContentProviders(ActivityThread.java:6362)
10-01 05:36:53.599 6347 6347 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6302)
10-01 05:36:53.599 6347 6347 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
10-01 05:36:53.599 6347 6347 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:755)
10-01 05:36:53.599 6347 6347 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(<Xposed>)
10-01 05:36:53.599 6347 6347 E AndroidRuntime: at android.app.ActivityThread.access$1800(ActivityThread.java:222)
10-01 05:36:53.599 6347 6347 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1861)
10-01 05:36:53.599 6347 6347 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
10-01 05:36:53.599 6347 6347 E AndroidRuntime: at android.os.Looper.loop(Looper.java:158)
10-01 05:36:53.599 6347 6347 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7229)
10-01 05:36:53.599 6347 6347 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
10-01 05:36:53.599 6347 6347 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
10-01 05:36:53.599 6347 6347 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
10-01 05:36:53.599 6347 6347 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:133)
//cpu is pegged due to system process looping as the media provider crashes
[email protected]:/ # top -m 4
top -m 4
User 27%, System 36%, IOW 0%, IRQ 1%
User 360 + Nice 1 + Sys 487 + Idle 464 + IOW 8 + IRQ 8 + SIRQ 9 = 1337
PID PR CPU% S #THR VSS RSS PCY UID Name
1396 3 30% S 205 2569632K 273356K fg system system_server
6697 1 16% S 17 2192572K 99180K bg u0_a181 com.wunderground.android.weather
6750 1 2% R 1 7568K 2836K fg root top
1015 1 0% S 5 2143016K 114400K fg root zygote64
//then I disabled the media provider
1|[email protected]:/ # pm disable com.android.providers.media
pm disable com.android.providers.media
Package com.android.providers.media new state: disabled
//cpu dropped
ser 14%, System 32%, IOW 0%, IRQ 1%
User 111 + Nice 89 + Sys 442 + Idle 692 + IOW 3 + IRQ 10 + SIRQ 13 = 1360
PID PR CPU% S #THR VSS RSS PCY UID Name
1396 0 15% S 221 2621096K 223988K fg system system_server
651 3 5% S 1 7284K 2360K fg system /system/bin/servicemanager
135 0 4% S 1 0K 0K fg root kswapd0
983 3 2% S 1 65284K 9728K fg root /system/bin/installd
here is the current directory structure
[email protected]:/system/priv-app/SecMediaProvider # ls
ls
SecMediaProvider.apk
arm64
[email protected]:/system/priv-app/SecMediaProvider # cd arm64
cd arm64
[email protected]:/system/priv-app/SecMediaProvider/arm64 # ls
ls
SecMediaProvider.odex
//then I used TB(Titanium Backup) to clean up dalvik cache
//However, when enabling the provider again, it still hung.
//Since the crash error listed a lib directory, I tried moving the .odex there,
[email protected]:/system/priv-app/SecMediaProvider/arm64 #
mount -o rw,remount /system
mount -o rw,remount rootfs /
<
[email protected]:/system/priv-app/SecMediaProvider/arm64 # cd ..
cd ..
127|[email protected]:/system/priv-app/SecMediaProvider # mkdir lib
mkdir lib
[email protected]:/system/priv-app/SecMediaProvider # mv arm64 lib/arm64
mv arm64 lib/arm64
[email protected]:/system/priv-app/SecMediaProvider # ls
ls
SecMediaProvider.apk
lib
[email protected]:/system/priv-app/SecMediaProvider # cd lib
cd lib
[email protected]:/system/priv-app/SecMediaProvider/lib # ls
ls
arm64
[email protected]:/system/priv-app/SecMediaProvider/lib # cd arm64
cd arm64
[email protected]:/system/priv-app/SecMediaProvider/lib/arm64 # ls
ls
SecMediaProvider.odex
[email protected]:/system/priv-app/SecMediaProvider/lib/arm64 # pm enable com.android.providers.media
m enable com.android.providers.media
<
Package com.android.providers.media new state: enabled
[email protected]:/system/priv-app/SecMediaProvider/lib/arm64 #
//still got a hang; however, the CPU was not pegged and I was able to navigate a bit
//went to devices\Applications\Application Manager --> more\show system apps
// Then I went to Media Storage and cleared the cache and data
10-01 06:04:19.009 976 1368 I APM::AudioPolicyManager: stopOutput() output 4, stream 1, session 190
10-01 06:04:19.019 19156 19156 I InjectionManager: Inside getClassLibPath caller
10-01 06:04:19.029 19156 19156 D RelationGraph: garbageCollect()
10-01 06:04:19.029 19156 19156 I InjectionManager: Inside getClassLibPath + mLibMap{0=, 1=}
10-01 06:04:19.029 19156 19156 D ContextRelationManager: ContextRelationManager() : FEATURE_ENABLED=true
10-01 06:04:19.029 19156 19156 W ResourcesManager: getTopLevelResources: /system/priv-app/SecMediaProvider/SecMediaProvider.apk / 1.0 running in com.android.providers.media rsrc of package com.android.providers.media
10-01 06:04:19.029 1396 3479 I InjectionManagerService -AppFeature: getCoreFeaturePkgList :[]
10-01 06:04:19.029 19156 19156 D ResourcesManager: For user 0 new overlays fetched [/data/overlays/style/com.s6theme.Astarlitnight/com.s6theme.Astarlitnight.common.apk, /data/overlays/style/com.s6theme.Astarlitnight/com.s6theme.Astarlitnight.touchwiz.apk, /data/overlays/style/com.s6theme.Astarlitnight/com.s6theme.Astarlitnight.media.apk]
10-01 06:04:19.039 19156 19156 D AndroidRuntime: Shutting down VM
10-01 06:04:19.049 19156 19156 E AndroidRuntime: FATAL EXCEPTION: main
10-01 06:04:19.049 19156 19156 E AndroidRuntime: Process: android.process.media, PID: 19156
10-01 06:04:19.049 19156 19156 E AndroidRuntime: java.lang.RuntimeException: Unable to get provider com.android.providers.media.MediaDocumentsProvider: java.lang.ClassNotFoundException: Didn't find class "com.android.providers.media.MediaDocumentsProvider" on path: DexPathList[[zip file "/system/priv-app/SecMediaProvider/SecMediaProvider.apk"],nativeLibraryDirectories=[/system/priv-app/SecMediaProvider/lib/arm64, /vendor/lib64, /system/lib64]]
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at android.app.ActivityThread.installProvider(ActivityThread.java:6770)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at android.app.ActivityThread.installContentProviders(ActivityThread.java:6362)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6302)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:755)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(<Xposed>)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at android.app.ActivityThread.access$1800(ActivityThread.java:222)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1861)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at android.os.Looper.loop(Looper.java:158)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7229)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:133)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.providers.media.MediaDocumentsProvider" on path: DexPathList[[zip file "/system/priv-app/SecMediaProvider/SecMediaProvider.apk"],nativeLibraryDirectories=[/system/priv-app/SecMediaProvider/lib/arm64, /vendor/lib64, /system/lib64]]
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at android.app.ActivityThread.installProvider(ActivityThread.java:6755)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: ... 14 more
10-01 06:04:19.049 19156 19156 E AndroidRuntime: Suppressed: java.io.IOException: No original dex files found for dex location /system/priv-app/SecMediaProvider/SecMediaProvider.apk
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at dalvik.system.DexFile.openDexFileNative(Native Method)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at dalvik.system.DexFile.openDexFile(DexFile.java:295)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at dalvik.system.DexFile.<init>(DexFile.java:80)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at dalvik.system.DexFile.<init>(DexFile.java:59)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at dalvik.system.DexPathList.loadDexFile(DexPathList.java:279)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at dalvik.system.DexPathList.makePathElements(DexPathList.java:248)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at dalvik.system.DexPathList.<init>(DexPathList.java:120)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.<init>(BaseDexClassLoader.java:48)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at dalvik.system.PathClassLoader.<init>(PathClassLoader.java:65)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:84)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:45)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at android.app.LoadedApk.getClassLoader(LoadedApk.java:434)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at de.robv.android.xposed.XposedBridge$1.beforeHookedMethod(XposedBridge.java:200)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:735)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: ... 10 more
10-01 06:04:19.049 19156 19156 E AndroidRuntime: Suppressed: java.lang.ClassNotFoundException: com.android.providers.media.MediaDocumentsProvider
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at java.lang.Class.classForName(Native Method)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
10-01 06:04:19.049 19156 19156 E AndroidRuntime: ... 16 more
10-01 06:04:19.049 19156 19156 E AndroidRuntime: Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available
10-01 06:04:19.049 1396 3519 I PersonaManager: mKnoxInfo is empty
10-01 06:04:19.049 1396 3760 I Process : Sending signal. PID: 1396 SIG: 3
10-01 06:04:19.049 1396 3760 I Process : Sending signal. PID: 18955 SIG: 3
10-01 06:04:19.049 1396 1402 I art : Thread[2,tid=1402,WaitingInMainSignalCatcherLoop,Thread*=0x7f8c71c000,peer=0x12c010a0,"Signal Catcher"]: reacting to signal 3
10-01 06:04:19.049 1396 3519 W ActivityManager: Process android.process.media has crashed too many times: killing!
10-01 06:04:19.049 1396 3519 I ActivityManager: Killing 19156:android.process.media/u0a61 (adj 0): crash
10-01 06:04:19.049 1396 3519 D ActivityManager: isAutoRunBlockedApp:: com.android.providers.media, Auto Run ON
10-01 06:04:19.049 1396 3760 W ActivityManager: Unable to launch app com.android.providers.media/10061 for provider media: launching app became null
10-01 06:04:19.049 18955 18997 E ActivityThread: Failed to find provider info for media
10-01 06:04:19.059 18955 18960 I art : Thread[2,tid=18960,WaitingInMainSignalCatcherLoop,Thread*=0x7f8bc1d000,peer=0x12c6f0a0,"Signal Catcher"]: reacting to signal 3
Update: I got this resolved. I was able to find a deodexed ROM for an S7 edge. I copied the .apk file for the SecMediaProvider from the Rom to my device and everything appears to be working properly now.
I recently got a X720. It is a very strange phone. First the camera module was not supported by LineageOS 14.1 and I had to make a bug report.
When I connect the phone to power adapter the charging icon arrives to notification bar but the notification light does not come on. The phone does not charge (checked with usb power meter)
When I Connect the phone to PC, the yellow charging notification light comes on and phone starts charging.
If I turn off the phone, it does NOT charge either with computer port or usb supply. But the charge led comes on!
It is strange, because I have another X720 here with me and it works perfectly. I don't understand what is causing this problem in this phone. Any ideas?
With Power Adapter:
01-14 01:50:01.589 2360 2489 W QCNEJ : |CORE| CNE received unexpected action: android.intent.action.BATTERY_CHANGED
01-14 01:50:01.602 1818 1818 E QtiImsExtUtils: getConfigForPhoneId subId is invalid
01-14 01:50:01.602 1818 1818 E QtiImsExtUtils: isCarrierConfigEnabled bundle is null
01-14 01:50:01.605 1151 1194 E BatteryStatsService: no controller energy info supplied
01-14 01:50:01.607 1151 1151 I EntropyMixer: Writing entropy...
01-14 01:50:01.607 1151 2576 E IzatSvc_OSObserver: I/LocTech-Label :: OSOBSERVER :: Data Items In
01-14 01:50:01.607 1151 2576 E IzatSvc_OSObserver: I/LocTech-Value :: Data Item Value: IS_POWER_CONNECTED: true
01-14 01:50:01.608 1151 1805 E LocSvc_api_v02: I/---> locClientSendReq line 2069 QMI_LOC_SET_EXTERNAL_POWER_CONFIG_REQ_V02
01-14 01:50:01.608 1151 2596 E LocSvc_libulp: I/int ulp_msg_process_system_update(const UlpSystemEvent): systemEvent:2
01-14 01:50:01.608 1151 2596 E LocSvc_libulp: I/===> int ulp_brain_turn_onoff_dr_provider() line 848
01-14 01:50:01.608 1151 2596 E LocSvc_libulp: I/===> int ulp_dr_stop_engine() line 235
01-14 01:50:01.608 1151 2596 E LocSvc_libulp: I/int ulp_msg_process_start_req(), at ulp state = 1
01-14 01:50:01.619 1645 1645 I DownloadManagerWrapper: Battery status: 3
01-14 01:50:01.619 1645 1645 I DownloadManagerWrapper: onReceive() : Charging = false
01-14 01:50:01.634 1151 1816 E LocSvc_ApiV02: I/<--- void globalRespCb(locClientHandleType, uint32_t, const locClientRespIndUnionType, uint32_t, void *) line 140 QMI_LOC_SET_EXTERNAL_POWER_CONFIG_REQ_V02
01-14 01:50:01.637 1151 1805 E LocSvc_api_v02: I/---> locClientSendReq line 2069 QMI_LOC_GET_BEST_AVAILABLE_POSITION_REQ_V02
01-14 01:50:01.640 1151 1816 E LocSvc_ApiV02: I/<--- void globalRespCb(locClientHandleType, uint32_t, const locClientRespIndUnionType, uint32_t, void *) line 140 QMI_LOC_GET_BEST_AVAILABLE_POSITION_REQ_V02
01-14 01:50:01.640 1151 2596 E LocSvc_libulp: I/int ulp_brain_process_zpp_position_report(const enum loc_sess_status, LocPosTechMask, UlpLocation *), report ZPP position to providers,report_position = 1
01-14 01:50:01.640 1151 2596 E LocSvc_libulp: I/===> int ulp_brain_turn_onoff_dr_provider() line 848
01-14 01:50:01.641 1151 2596 E LocSvc_libulp: I/===> int ulp_dr_stop_engine() line 235
01-14 01:50:01.643 2686 2686 I iu.Environment: update battery state; isPlugged? true*
Click to expand...
Click to collapse
With Computer USB Port:
01-14 01:54:08.746 2360 2489 W QCNEJ : |CORE| CNE received unexpected action: android.intent.action.BATTERY_CHANGED
01-14 01:54:08.747 1151 2576 E IzatSvc_OSObserver: I/LocTech-Label :: OSOBSERVER :: Data Items In
01-14 01:54:08.747 1151 2576 E IzatSvc_OSObserver: I/LocTech-Value :: Data Item Value: IS_POWER_CONNECTED: true
01-14 01:54:08.750 1151 1805 E LocSvc_api_v02: I/---> locClientSendReq line 2069 QMI_LOC_SET_EXTERNAL_POWER_CONFIG_REQ_V02
01-14 01:54:08.750 1151 2596 E LocSvc_libulp: I/int ulp_msg_process_system_update(const UlpSystemEvent): systemEvent:2
01-14 01:54:08.750 1151 2596 E LocSvc_libulp: I/===> int ulp_brain_turn_onoff_dr_provider() line 848
01-14 01:54:08.750 1151 2596 E LocSvc_libulp: I/===> int ulp_dr_stop_engine() line 235
01-14 01:54:08.750 1151 2596 E LocSvc_libulp: I/int ulp_msg_process_start_req(), at ulp state = 1
01-14 01:54:08.754 1151 1816 E LocSvc_ApiV02: I/<--- void globalRespCb(locClientHandleType, uint32_t, const locClientRespIndUnionType, uint32_t, void *) line 140 QMI_LOC_SET_EXTERNAL_POWER_CONFIG_REQ_V02
01-14 01:54:08.755 1151 1805 E LocSvc_api_v02: I/---> locClientSendReq line 2069 QMI_LOC_GET_BEST_AVAILABLE_POSITION_REQ_V02
01-14 01:54:08.756 1645 1645 I DownloadManagerWrapper: Battery status: 3
01-14 01:54:08.756 1151 1816 E LocSvc_ApiV02: I/<--- void globalRespCb(locClientHandleType, uint32_t, const locClientRespIndUnionType, uint32_t, void *) line 140 QMI_LOC_GET_BEST_AVAILABLE_POSITION_REQ_V02
01-14 01:54:08.756 1645 1645 I DownloadManagerWrapper: onReceive() : Charging = false
01-14 01:54:08.757 1151 2596 E LocSvc_libulp: I/int ulp_brain_process_zpp_position_report(const enum loc_sess_status, LocPosTechMask, UlpLocation *), report ZPP position to providers,report_position = 1
01-14 01:54:08.757 1151 2596 E LocSvc_libulp: I/===> int ulp_brain_turn_onoff_dr_provider() line 848
01-14 01:54:08.757 1151 2596 E LocSvc_libulp: I/===> int ulp_dr_stop_engine() line 235
01-14 01:54:08.763 1151 1151 I EntropyMixer: Writing entropy...
01-14 01:54:08.776 1818 1818 E QtiImsExtUtils: getConfigForPhoneId subId is invalid
01-14 01:54:08.776 1818 1818 E QtiImsExtUtils: isCarrierConfigEnabled bundle is null
01-14 01:54:08.784 1151 1593 E wifi : Ignoring invalid tx_level info in radio_stats
01-14 01:54:08.786 2686 2686 I iu.Environment: update battery state; isPlugged? true*
01-14 01:54:08.793 1151 1194 E BatteryStatsService: no controller energy info supplied
01-14 01:54:08.825 1151 1194 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
01-14 01:54:08.828 2686 3605 I iu.UploadsManager: num queued entries: 0
01-14 01:54:08.829 2686 3605 I iu.UploadsManager: num updated entries: 0
01-14 01:54:08.833 2686 3605 I iu.SyncManager: NEXT; no task
01-14 01:54:08.877 2686 5103 I iu.FingerprintManager: Start processing all media
01-14 01:54:08.880 2686 5103 I iu.FingerprintManager: Start processing media store URI: content://media/external/images/media
01-14 01:54:08.910 2686 5103 I iu.FingerprintManager: Start processing media store URI: content://media/external/video/media
01-14 01:54:08.963 2686 5103 I iu.FingerprintManager: Start processing media store URI: content://media/phoneStorage/images/media
01-14 01:54:08.973 2686 5103 I iu.FingerprintManager: Start processing media store URI: content://media/phoneStorage/video/media
01-14 01:54:08.984 2686 5103 I iu.FingerprintManager: Finished generating fingerprints; 0.107 seconds
01-14 01:54:08.984 2686 5103 I iu.FingerprintManager: numSeen=4 numGenerated=0 numDeleted=0 numFailed=0
01-14 01:54:09.142 2360 2489 W QCNEJ : |CORE| CNE received unexpected action: android.intent.action.BATTERY_CHANGED
01-14 01:54:09.144 1818 1818 E QtiImsExtUtils: getConfigForPhoneId subId is invalid
01-14 01:54:09.144 1818 1818 E QtiImsExtUtils: isCarrierConfigEnabled bundle is null
01-14 01:54:09.489 1151 2416 D lights : set_speaker_light_locked: mode 0, colorRGB=3DFFFF00, onMS=0, offMS=0
01-14 01:54:09.492 2360 2489 W QCNEJ : |CORE| CNE received unexpected action: android.intent.action.BATTERY_CHANGED
01-14 01:54:09.495 1818 1818 E QtiImsExtUtils: getConfigForPhoneId subId is invalid
01-14 01:54:09.496 1818 1818 E QtiImsExtUtils: isCarrierConfigEnabled bundle is null
01-14 01:54:09.731 1151 1593 E wifi : Ignoring invalid tx_level info in radio_stats
01-14 01:54:10.832 1151 1151 W WindowManager: Attempted to remove non-existing token: [email protected]
01-14 01:54:12.747 1151 1593 E wifi : Ignoring invalid tx_level info in radio_stats
01-14 01:54:15.760 1151 1593 E wifi : Ignoring invalid tx_level info in radio_stats
01-14 01:54:18.781 1151 1593 E wifi : Ignoring invalid tx_level info in radio_stats
Click to expand...
Click to collapse
I tried EUI also now and it charges with EUI but it never switches to quick charge mode. The voltage stays 5V and power transfer is limited to 0.5A. (tested with power meter). Something is definitely wrong here? Do you see similar problems in your X720?
Thanks!
When is an unofficial 18.0 build arriving? Unofficial LineageOS 17.1 (afaneh92, Couchy) hasn't had a build in months.
Newer devices than S5 are too limited (bootloaders locked or limited cell coverage with no bootloader locking, fixed battery, sound jack missing/occupies USB charging, $$$$$, curved screen, missing notification LED, obtrusive cameras). No ROM's for bootloader unlocked Galaxy S10 5G Sprint either. So S5 is all there is.
My crystal ball is broken. But probably A11 will arrive when (and if) it is ready...
guest4711 said:
My crystal ball is broken. But probably A11 will arrive when (and if) it is ready...
Click to expand...
Click to collapse
Ok. 6 more months or so. Thanks.
LineageOS 18.0 is already
Khalvat created an alpha version for klte:
lineage-18.0-20200926-UNOFFICIAL-klte.zip
edit.
It does not boot.
edit 2
When you insert the RSA key from your PC after authorization in another ROM,
Code:
adb push adb_keys /data/misc/adb/
then you can watch the logcat.
Code:
adb logcat -b all > klte_logcat.txt
.
ttesty said:
When is an unofficial 18.0 build arriving? Unofficial LineageOS 17.1 (afaneh92, Couchy) hasn't had a build in months.
Newer devices than S5 are too limited (bootloaders locked or limited cell coverage with no bootloader locking, fixed battery, sound jack missing/occupies USB charging, $$$$$, curved screen, missing notification LED, obtrusive cameras). No ROM's for bootloader unlocked Galaxy S10 5G Sprint either. So S5 is all there is.
Click to expand...
Click to collapse
Im going to build some lineage os builds probably starting tonight
¯\_(ツ)_/¯
haggertk said:
¯\_(ツ)_/¯
Click to expand...
Click to collapse
Clean installed ROM only to my g900i device.
Install was smooth, no problems.
There appears to be no mobile data available, otherwise a beautiful build. Testing continues...
Thanks for your work :good:
pmduper said:
Clean installed ROM only to my g900i device.
Install was smooth, no problems.
There appears to be no mobile data available, otherwise a beautiful build. Testing continues...
Thanks for your work :good:
Click to expand...
Click to collapse
Yeah, you should need a dv build for the g900i to have data... I may get to that tomorrow. I did just put a SIM in my g900w8 and have solid mobile data.
Purposely not advertising these since they are permissive, but most people know where to find them.
lineageos 18.0 ready for klte
haggertk said:
Yeah, you should need a dv build for the g900i to have data... I may get to that tomorrow. I did just put a SIM in my g900w8 and have solid mobile data.
Purposely not advertising these since they are permissive, but most people know where to find them.
Click to expand...
Click to collapse
Today I put in my SM-G900F and it works without any noticeable lag.
Thank a lot Mr Haggertk
haggertk said:
Yeah, you should need a dv build for the g900i to have data... I may get to that tomorrow. I did just put a SIM in my g900w8 and have solid mobile data.
Purposely not advertising these since they are permissive, but most people know where to find them.
Click to expand...
Click to collapse
Hi mate,
Thanks for your kltedv build.
Unfortunately I still have no mobile data with LOS18 20201130 build.
Formatted and advanced cleaned, flashed rom only. Setup was smooth. No other fault found after testing the usual.
Appreciate your work
6 months is a good original estimate (in Sept) for a stable 18.1 build for S5, though it may take some more time by the looks of it.
@haggertk posted a few Android 11.0/LineageOS 18.0 builds here (not sure about their state - think it's alpha, but good work!): https://androidfilehost.com/?w=files&flid=320376
OpenGApps only has links to 11.0 test builds for ARM64 (not ARM) - haven't used alternatives yet: https://sourceforge.net/projects/opengapps/files/arm64/test/
So BitGApps:
https://drive.google.com/u/0/uc?id=1w3EK5DpDjJWNN27LFLg-_x41fnT4GopC&export=download
Then there's TWRP 3.4:
https://dl.twrp.me/klte/twrp-3.4.0-0-klte.img.html
Magisk:
Releases · topjohnwu/Magisk
The Magic Mask for Android. Contribute to topjohnwu/Magisk development by creating an account on GitHub.
github.com
It would help to setup a thread on the S5 Unified Development forum for all the Android 11.0 build/setup items for @haggertk's release. There's also CRDroid 11.0, but no idea about long-term builds.
Might need to move to ARM64 for future Android releases - S5 is about 7 years old, though still better than many newer devices (full root, unlocked bootloader, buttons, headphone jack, no curved screen, notification LED, $80-$100 - like the raw cost to make the new $1000 devices, etc). The S10 5G G977P would be a great ARM64 Snapdragon option (bootloader unlocked), but no ROM's yet, silly cost (about $450). Exynos is cheap, but 4G/5G reception is a guess in the US.
For now, just using latest official 17.1 - it's been pretty rock solid: https://download.lineageos.org/klte
No rush to buy a Galaxy S21 Ultra for $2000 - get more for less
Mobile data internet is not
ttesty said:
6 months is a good original estimate (in Sept) for a stable 18.1 build for S5, though it may take some more time by the looks of it.
@haggertk posted a few Android 11.0/LineageOS 18.0 builds here (not sure about their state - think it's alpha, but good work!): https://androidfilehost.com/?w=files&flid=320376
OpenGApps only has links to 11.0 test builds for ARM64 (not ARM) - haven't used alternatives yet: https://sourceforge.net/projects/opengapps/files/arm64/test/
So BitGApps:
https://drive.google.com/u/0/uc?id=1w3EK5DpDjJWNN27LFLg-_x41fnT4GopC&export=download
Then there's TWRP 3.4:
https://dl.twrp.me/klte/twrp-3.4.0-0-klte.img.html
Magisk:
Releases · topjohnwu/Magisk
The Magic Mask for Android. Contribute to topjohnwu/Magisk development by creating an account on GitHub.
github.com
It would help to setup a thread on the S5 Unified Development forum for all the Android 11.0 build/setup items for @haggertk's release. There's also CRDroid 11.0, but no idea about long-term builds.
Might need to move to ARM64 for future Android releases - S5 is about 7 years old, though still better than many newer devices (full root, unlocked bootloader, buttons, headphone jack, no curved screen, notification LED, $80-$100 - like the raw cost to make the new $1000 devices, etc). The S10 5G G977P would be a great ARM64 Snapdragon option (bootloader unlocked), but no ROM's yet, silly cost (about $450). Exynos is cheap, but 4G/5G reception is a guess in the US.
For now, just using latest official 17.1 - it's been pretty rock solid: https://download.lineageos.org/klte
No rush to buy a Galaxy S21 Ultra for $2000 - get more for less
Click to expand...
Click to collapse
Mobile data internet is not working (((...it shows "H" and internet is not working (((((
This Android 11 release kind of works on a G900T, but it's unstable. Just change your APN and Network Type and reboot.
You can run "ping -I rmnet1 8.8.8.8" and it will ping. I get a lot of Google Maps crashes, and there's no default network route that works. It lists LTE and allows me to make calls, but there's an X. Some kind of iptables issue with not finding an interface.
For the Network problems:
12-21 16:38:57.059 909 1083 D DataUsageController: setMobileDataEnabled: enabled=true
12-21 16:38:57.059 909 1083 D TelephonyManager: setDataEnabled: enabled=true
12-21 16:38:57.205 479 744 E RIL-QMI : qmuxd: TX message on fd=21, to qmux_client_id=0x1, len=283
12-21 16:38:57.205 591 860 E RIL-QMI : qmi_wds_read_cdma_common_profile_tlvs: ignoring unknown TLV type=c1
12-21 16:38:57.205 591 860 E RIL-QMI : qmi_wds_read_cdma_common_profile_tlvs: ignoring unknown TLV type=c0
12-21 16:38:57.205 591 860 E RIL-QMI : qmi_wds_read_cdma_common_profile_tlvs: ignoring unknown TLV type=bf
12-21 16:38:57.205 591 860 E RIL-QMI : qmi_wds_read_cdma_common_profile_tlvs: ignoring unknown TLV type=be
12-21 16:38:57.205 591 860 E RIL-QMI : qmi_wds_read_cdma_common_profile_tlvs: ignoring unknown TLV type=bd
12-21 16:38:57.205 591 860 E RIL-QMI : qmi_wds_read_cdma_common_profile_tlvs: ignoring unknown TLV type=b0
12-21 16:38:57.205 591 860 E RIL-QMI : qmi_wds_read_cdma_common_profile_tlvs: ignoring unknown TLV type=ab
12-21 16:38:57.205 591 860 E RIL-QMI : qmi_wds_read_cdma_common_profile_tlvs: ignoring unknown TLV type=aa
12-21 16:38:57.205 591 860 E RIL-QMI : qmi_wds_read_cdma_common_profile_tlvs: ignoring unknown TLV type=a9
12-21 16:38:57.205 479 479 E RIL-QMI : qmuxd: RX 52 bytes on fd=21 from qmux_client_id=0x1
12-21 16:38:57.212 479 744 E RIL-QMI : qmuxd: TX message on fd=21, to qmux_client_id=0x1, len=283
12-21 16:38:57.306 765 790 I EthernetTracker: interfaceLinkStateChanged, iface: rmnet1, up: true
12-21 16:38:57.348 765 780 D ConnectivityService: registerNetworkAgent NetworkAgentInfo{ ni{[type: MOBILE[], state: UNKNOWN/IDLE, reason: (unspecified), extra: pta, failover: false, available: true, roaming: false]} network{102} nethandle{441492361229} lp{{InterfaceName: rmnet1 LinkAddresses: [ HIDDEN/32 ] DnsAddresses: [ /PRIVATE ] Domains: null MTU: 1410 TcpBufferSizes: 2097152,4194304,8388608,262144,524288,1048576 Routes: [ 0.0.0.0/0 -> HIDDEN rmnet1 mtu 0,HIDDEN/32 -> 0.0.0.0 rmnet1 mtu 0 ]}} nc{[ Transports: CELLULAR Capabilities: MMS&SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=15000Kbps LinkDnBandwidth>=30000Kbps Specifier: <TelephonyNetworkSpecifier [mSubId = 1]> AdministratorUids: [] RequestorUid: -1 RequestorPackageName: null]} Score{10} everValidated{false} lastValidated{false} created{false} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} partialConnectivity{false} acceptPartialConnectivity{false} clat{mBaseIface: null, mIface: null, mState: IDLE} }
12-21 16:38:57.374 765 866 D ConnectivityService: [102 CELLULAR] EVENT_NETWORK_INFO_CHANGED, going from UNKNOWN to UNKNOWN
12-21 16:38:57.375 765 866 D ConnectivityService: [102 CELLULAR] EVENT_NETWORK_INFO_CHANGED, going from UNKNOWN to CONNECTED
12-21 16:38:57.378 765 866 W DnsManager: updatePrivateDns(102, PrivateDnsConfig{false:/[]})
12-21 16:38:57.378 765 866 D ConnectivityService: Setting DNS servers for network 102 to [/HIDDEN]
12-21 16:38:57.378 765 866 D DnsManager: sendDnsConfigurationForNetwork(102, [HIDDEN], [], 1800, 25, 8, 64, 0, 0, , [])
12-21 16:38:57.379 765 866 D ConnectivityService: Adding iface rmnet1 to network 102
12-21 16:38:57.308 765 790 I EthernetTracker: interfaceLinkStateChanged, iface: rmnet1, up: true
12-21 16:38:57.389 765 790 I EthernetTracker: interfaceLinkStateChanged, iface: rmnet1, up: true
12-21 16:38:57.389 435 465 E Netd : Error adding route 0.0.0.0/0 -> HIDDEN rmnet1 to table 1004: Network is unreachable
12-21 16:27:01.131 8034 8198 E AndroidRuntime: FATAL EXCEPTION: grpc-default-executor-0
12-21 16:27:01.131 8034 8198 E AndroidRuntime: Process: com.google.android.apps.maps, PID: 8034
12-21 16:27:01.131 8034 8198 E AndroidRuntime: java.lang.UnsupportedOperationException: The bidirectional stream API is not supported by the Java implementation of Cronet Engine
12-21 16:27:01.148 765 8217 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2
12-21 16:27:01.149 765 1696 W ActivityTaskManager: Force finishing activity com.google.android.apps.maps/com.google.android.maps.MapsActivity
[/data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/CronetDynamite.apk!/lib/armeabi-v7a, /data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/CronetDynamite.apk!/lib/armeabi, /system/lib, /system/system_ext/lib, /system/product/lib, /system/vendor/lib]]
12-21 16:26:56.051 8034 8087 E ChimeraModuleLdr: Failed to load code for module FileApk(/data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/CronetDynamite.apk)
12-21 16:26:56.051 8034 8087 E ChimeraModuleLdr: czi: Can't load code for CronetDynamite.apk
12-21 16:26:59.145 8034 8164 W ChimeraFileApk: Failed to validate PathClassLoader for /data/user_de/0/com.google.android.gms/app_chimera/m/00000011/MeasurementDynamite.apk: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.chimera.DynamiteModuleInitializer" on path: DexPathList[[],nativeLibraryDirectories=[/data/user_de/0/com.google.android.gms/app_chimera/m/00000011/MeasurementDynamite.apk!/lib/armeabi-v7a, /data/user_de/0/com.google.android.gms/app_chimera/m/00000011/MeasurementDynamite.apk!/lib/armeabi, /system/lib, /system/system_ext/lib, /system/product/lib, /system/vendor/lib]]
12-21 16:26:59.149 8034 8164 E ChimeraModuleLdr: Failed to load code for module FileApk(/data/user_de/0/com.google.android.gms/app_chimera/m/00000011/MeasurementDynamite.apk)
12-21 16:26:45.752 1979 7875 W aolp : setProperties failed with SecurityException [CONTEXT service_id=204 ]
12-21 16:26:45.752 1979 7875 W aolp : java.lang.SecurityException: Permission denial: writing to settings requires:android.permission.WRITE_DEVICE_CONFIG
12-21 16:26:45.752 1979 7875 W aolp : at android.os.Parcel.createExceptionOrNull(Parcel.java:2373)
12-21 16:26:45.752 1979 7875 W aolp : at android.os.Parcel.createException(Parcel.java:2357)
12-21 16:26:45.752 1979 7875 W aolp : at android.os.Parcel.readException(Parcel.java:2340)
ttesty said:
This Android 11 release kind of works on a G900T, but it's unstable. Just change your APN and Network Type and reboot.
You can run "ping -I rmnet1 8.8.8.8" and it will ping. I get a lot of Google Maps crashes, and there's no default network route that works. It lists LTE and allows me to make calls, but there's an X. Some kind of iptables issue with not finding an interface.
For the Network problems:
12-21 16:38:57.059 909 1083 D DataUsageController: setMobileDataEnabled: enabled=true
12-21 16:38:57.059 909 1083 D TelephonyManager: setDataEnabled: enabled=true
12-21 16:38:57.205 479 744 E RIL-QMI : qmuxd: TX message on fd=21, to qmux_client_id=0x1, len=283
12-21 16:38:57.205 591 860 E RIL-QMI : qmi_wds_read_cdma_common_profile_tlvs: ignoring unknown TLV type=c1
12-21 16:38:57.205 591 860 E RIL-QMI : qmi_wds_read_cdma_common_profile_tlvs: ignoring unknown TLV type=c0
12-21 16:38:57.205 591 860 E RIL-QMI : qmi_wds_read_cdma_common_profile_tlvs: ignoring unknown TLV type=bf
12-21 16:38:57.205 591 860 E RIL-QMI : qmi_wds_read_cdma_common_profile_tlvs: ignoring unknown TLV type=be
12-21 16:38:57.205 591 860 E RIL-QMI : qmi_wds_read_cdma_common_profile_tlvs: ignoring unknown TLV type=bd
12-21 16:38:57.205 591 860 E RIL-QMI : qmi_wds_read_cdma_common_profile_tlvs: ignoring unknown TLV type=b0
12-21 16:38:57.205 591 860 E RIL-QMI : qmi_wds_read_cdma_common_profile_tlvs: ignoring unknown TLV type=ab
12-21 16:38:57.205 591 860 E RIL-QMI : qmi_wds_read_cdma_common_profile_tlvs: ignoring unknown TLV type=aa
12-21 16:38:57.205 591 860 E RIL-QMI : qmi_wds_read_cdma_common_profile_tlvs: ignoring unknown TLV type=a9
12-21 16:38:57.205 479 479 E RIL-QMI : qmuxd: RX 52 bytes on fd=21 from qmux_client_id=0x1
12-21 16:38:57.212 479 744 E RIL-QMI : qmuxd: TX message on fd=21, to qmux_client_id=0x1, len=283
12-21 16:38:57.306 765 790 I EthernetTracker: interfaceLinkStateChanged, iface: rmnet1, up: true
12-21 16:38:57.348 765 780 D ConnectivityService: registerNetworkAgent NetworkAgentInfo{ ni{[type: MOBILE[], state: UNKNOWN/IDLE, reason: (unspecified), extra: pta, failover: false, available: true, roaming: false]} network{102} nethandle{441492361229} lp{{InterfaceName: rmnet1 LinkAddresses: [ HIDDEN/32 ] DnsAddresses: [ /PRIVATE ] Domains: null MTU: 1410 TcpBufferSizes: 2097152,4194304,8388608,262144,524288,1048576 Routes: [ 0.0.0.0/0 -> HIDDEN rmnet1 mtu 0,HIDDEN/32 -> 0.0.0.0 rmnet1 mtu 0 ]}} nc{[ Transports: CELLULAR Capabilities: MMS&SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=15000Kbps LinkDnBandwidth>=30000Kbps Specifier: <TelephonyNetworkSpecifier [mSubId = 1]> AdministratorUids: [] RequestorUid: -1 RequestorPackageName: null]} Score{10} everValidated{false} lastValidated{false} created{false} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} partialConnectivity{false} acceptPartialConnectivity{false} clat{mBaseIface: null, mIface: null, mState: IDLE} }
12-21 16:38:57.374 765 866 D ConnectivityService: [102 CELLULAR] EVENT_NETWORK_INFO_CHANGED, going from UNKNOWN to UNKNOWN
12-21 16:38:57.375 765 866 D ConnectivityService: [102 CELLULAR] EVENT_NETWORK_INFO_CHANGED, going from UNKNOWN to CONNECTED
12-21 16:38:57.378 765 866 W DnsManager: updatePrivateDns(102, PrivateDnsConfig{false:/[]})
12-21 16:38:57.378 765 866 D ConnectivityService: Setting DNS servers for network 102 to [/HIDDEN]
12-21 16:38:57.378 765 866 D DnsManager: sendDnsConfigurationForNetwork(102, [HIDDEN], [], 1800, 25, 8, 64, 0, 0, , [])
12-21 16:38:57.379 765 866 D ConnectivityService: Adding iface rmnet1 to network 102
12-21 16:38:57.308 765 790 I EthernetTracker: interfaceLinkStateChanged, iface: rmnet1, up: true
12-21 16:38:57.389 765 790 I EthernetTracker: interfaceLinkStateChanged, iface: rmnet1, up: true
12-21 16:38:57.389 435 465 E Netd : Error adding route 0.0.0.0/0 -> HIDDEN rmnet1 to table 1004: Network is unreachable
12-21 16:27:01.131 8034 8198 E AndroidRuntime: FATAL EXCEPTION: grpc-default-executor-0
12-21 16:27:01.131 8034 8198 E AndroidRuntime: Process: com.google.android.apps.maps, PID: 8034
12-21 16:27:01.131 8034 8198 E AndroidRuntime: java.lang.UnsupportedOperationException: The bidirectional stream API is not supported by the Java implementation of Cronet Engine
12-21 16:27:01.148 765 8217 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2
12-21 16:27:01.149 765 1696 W ActivityTaskManager: Force finishing activity com.google.android.apps.maps/com.google.android.maps.MapsActivity
[/data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/CronetDynamite.apk!/lib/armeabi-v7a, /data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/CronetDynamite.apk!/lib/armeabi, /system/lib, /system/system_ext/lib, /system/product/lib, /system/vendor/lib]]
12-21 16:26:56.051 8034 8087 E ChimeraModuleLdr: Failed to load code for module FileApk(/data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/CronetDynamite.apk)
12-21 16:26:56.051 8034 8087 E ChimeraModuleLdr: czi: Can't load code for CronetDynamite.apk
12-21 16:26:59.145 8034 8164 W ChimeraFileApk: Failed to validate PathClassLoader for /data/user_de/0/com.google.android.gms/app_chimera/m/00000011/MeasurementDynamite.apk: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.chimera.DynamiteModuleInitializer" on path: DexPathList[[],nativeLibraryDirectories=[/data/user_de/0/com.google.android.gms/app_chimera/m/00000011/MeasurementDynamite.apk!/lib/armeabi-v7a, /data/user_de/0/com.google.android.gms/app_chimera/m/00000011/MeasurementDynamite.apk!/lib/armeabi, /system/lib, /system/system_ext/lib, /system/product/lib, /system/vendor/lib]]
12-21 16:26:59.149 8034 8164 E ChimeraModuleLdr: Failed to load code for module FileApk(/data/user_de/0/com.google.android.gms/app_chimera/m/00000011/MeasurementDynamite.apk)
12-21 16:26:45.752 1979 7875 W aolp : setProperties failed with SecurityException [CONTEXT service_id=204 ]
12-21 16:26:45.752 1979 7875 W aolp : java.lang.SecurityException: Permission denial: writing to settings requires:android.permission.WRITE_DEVICE_CONFIG
12-21 16:26:45.752 1979 7875 W aolp : at android.os.Parcel.createExceptionOrNull(Parcel.java:2373)
12-21 16:26:45.752 1979 7875 W aolp : at android.os.Parcel.createException(Parcel.java:2357)
12-21 16:26:45.752 1979 7875 W aolp : at android.os.Parcel.readException(Parcel.java:2340)
Click to expand...
Click to collapse
i dont understand anything what you wrote here
Skerleton said:
i dont understand anything what you wrote here
Click to expand...
Click to collapse
Ok.
pmduper said:
Hi mate,
Thanks for your kltedv build.
Unfortunately I still have no mobile data with LOS18 20201130 build.
Formatted and advanced cleaned, flashed rom only. Setup was smooth. No other fault found after testing the usual.
Appreciate your work
Click to expand...
Click to collapse
@haggertk. Merry Christmas to you. Thanks for the 20201225 update.
kltedv build installed works flawlessly!
ROM only, no gapps and no custom kernel.
Mobile data, calls, SMS, Bluetooth, fingerprint, WiFi etc all working smoothly.
Taking it on a road trip tomorrow so I'll have the opportunity to have a good play.
pmduper said:
...Thanks for the 20201225 update.
kltedv build installed works flawlessly!...
Click to expand...
Click to collapse
Thanks for the report.
Could you tell me please if in > Settings > Privacy > Trust > SELinux is set to Permissive or Enforcing?
That's the path in 17.1 & it may have changed in 18.1.
FYI the LineageOS S5 klte family maintainer created a new thread here:
[ROM][UNOFFICIAL][11] LineageOS 18.1 for Samsung Galaxy S5 (klte*)
***
curiousrom said:
Thanks for the report.
Could you tell me please if in > Settings > Privacy > Trust > SELinux is set to Permissive or Enforcing?
That's the path in 17.1 & it may have changed in 18.1.
FYI the LineageOS S5 klte family maintainer created a new thread here:
[ROM][UNOFFICIAL][11] LineageOS 18.1 for Samsung Galaxy S5 (klte*)
***
Click to expand...
Click to collapse
Hi mate
Its set to Enforcing...
curiousrom said:
Thanks for the report.
Could you tell me please if in > Settings > Privacy > Trust > SELinux is set to Permissive or Enforcing?
That's the path in 17.1 & it may have changed in 18.1.
FYI the LineageOS S5 klte family maintainer created a new thread here:
[ROM][UNOFFICIAL][11] LineageOS 18.1 for Samsung Galaxy S5 (klte*)
***
Click to expand...
Click to collapse
Enforcing.. getenforce too.
Hello, I have done AmazTimer app for amazfit devices, and I am adding support for full android watches, but I don't have any, so I need as much people as possible to test it on android watches. Minimum API is 21 (Android 5.0)
Please check if heart rate, reps counter and all features are working fine. If you have any force closes let me know the steps to have the crash and send logs too.
You can download latest CI build here. You can also use latest stable version, but some things might not work because they were not adapted for non-amazfit devices.
it installed at least, but it crashes when it tries to open, here's the logcat output:
Code:
12-20 21:26:30.553 876 4848 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=me.micrusa.amaztimer/.MainActivity} from uid 1000 on display 0
12-20 21:26:30.565 876 4848 V WindowManager: Set focused app to: AppWindowToken{8254c1d token=Token{157fec7 ActivityRecord{aded806 u0 me.micrusa.amaztimer/.MainActivity t11421}}} old focus=AppWindowToken{b026527 token=Token{68d0a41 ActivityRecord{17f5d28 u0 com.mediatek.watchapp/.MainActivity t11408}}} moveFocusNow=true
12-20 21:26:30.566 876 4848 V WindowManager: findFocusedWindow: Reached focused app=AppWindowToken{8254c1d token=Token{157fec7 ActivityRecord{aded806 u0 me.micrusa.amaztimer/.MainActivity t11421}}} target=AppWindowToken{b026527 token=Token{68d0a41 ActivityRecord{17f5d28 u0 com.mediatek.watchapp/.MainActivity t11408}}}
12-20 21:26:30.573 876 4848 V WindowManager: Changing focus from Window{199bdcc u0 com.mediatek.watchapp/com.mediatek.watchapp.MainActivity} to null Callers=com.android.server.wm.WindowManagerService.setFocusedApp:4297 com.android.server.am.ActivityManagerService.setFocusedActivityLocked:3212 com.android.server.am.ActivityStarter.startActivityUnchecked:1395 com.android.server.am.ActivityStarter.startActivityLocked:593
12-20 21:26:30.573 876 4848 D WindowManager: Input focus has changed to null
12-20 21:26:30.600 876 4842 W Process : zygoteSendArgsAndGetResult: start read result...
12-20 21:26:30.610 876 4842 W Process : -21009310ms so far, end read result
12-20 21:26:30.610 876 4842 I ActivityManager: Start proc 5844:me.micrusa.amaztimer/u0a112 for activity me.micrusa.amaztimer/.MainActivity
12-20 21:26:30.635 876 919 V WindowManager: findFocusedWindow: No focusable windows.
12-20 21:26:30.702 876 8385 V WindowManager: findFocusedWindow: No focusable windows.
12-20 21:26:30.709 876 8385 D WindowManager: notifyActivityDrawnForKeyguard: waiting=false Callers=com.android.server.wm.WindowSurfacePlacer.handleAppTransitionReadyLocked:1249 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementInner:341 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop:239 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement:187 com.android.server.wm.WindowManagerService.executeAppTransition:4452
12-20 21:26:30.709 876 8385 V WindowManager: findFocusedWindow: No focusable windows.
12-20 21:26:30.725 876 919 D DisplayManagerService: Delivering display event: displayId=0, event=2
12-20 21:26:30.768 876 1722 V WindowManager: findFocusedWindow: No focusable windows.
12-20 21:26:30.937 876 1582 V SettingsProvider: packageValueForCallResult, name = null, value : Bundle[{[email protected], value=null, _generation_index=2, _generation=3}]
12-20 21:26:31.167 876 918 D BluetoothManagerService: Message: 20
12-20 21:26:31.170 876 918 D BluetoothManagerService: Added callback: [email protected]:true
12-20 21:26:31.212 876 1091 V AlarmManager: APP set with listener(SupplicantWifiScannerImpl Scan Timeout) : type=2 triggerAtTime=37376428 win=-1 tElapsed=37376428 maxElapsed=37387678 interval=0 flags=0x8
12-20 21:26:31.337 5844 5844 E AndroidRuntime: FATAL EXCEPTION: main
12-20 21:26:31.337 5844 5844 E AndroidRuntime: Process: me.micrusa.amaztimer, PID: 5844
12-20 21:26:31.337 5844 5844 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{me.micrusa.amaztimer/me.micrusa.amaztimer.MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'android.graphics.drawable.Drawable android.content.Context.getDrawable(int)' on a null object reference
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2768)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2833)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.app.ActivityThread.-wrap12(ActivityThread.java)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1561)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:110)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.os.Looper.loop(Looper.java:203)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6337)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1084)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:945)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'android.graphics.drawable.Drawable android.content.Context.getDrawable(int)' on a null object reference
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at c.a.a.i.c.e.a.b(:1)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at c.a.a.i.c.e.a.<init>()
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at me.micrusa.amaztimer.MainActivity.onCreate(:1)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:6685)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1118)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2721)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: ... 9 more
12-20 21:26:31.342 876 4846 W ActivityManager: Force finishing activity me.micrusa.amaztimer/.MainActivity
12-20 21:26:31.343 876 4846 V WindowManager: findFocusedWindow: No focusable windows.
12-20 21:26:31.347 876 4846 V WindowManager: Set focused app to: AppWindowToken{b026527 token=Token{68d0a41 ActivityRecord{17f5d28 u0 com.mediatek.watchapp/.MainActivity t11408}}} old focus=AppWindowToken{8254c1d token=Token{157fec7 ActivityRecord{aded806 u0 me.micrusa.amaztimer/.MainActivity t11421}}} moveFocusNow=true
12-20 21:26:31.347 876 4846 V WindowManager: findFocusedWindow: No focusable windows.
12-20 21:26:31.374 876 4847 D DisplayManagerService: Display listener for pid 5844 died.
12-20 21:26:31.377 876 4847 I ActivityManager: Process me.micrusa.amaztimer (pid 5844) has died
12-20 21:26:31.377 876 4847 D ActivityManager: cleanUpApplicationRecord -- 5844
Noidremained said:
it installed at least, but it crashes when it tries to open, here's the logcat output:
Code:
12-20 21:26:30.553 876 4848 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=me.micrusa.amaztimer/.MainActivity} from uid 1000 on display 0
12-20 21:26:30.565 876 4848 V WindowManager: Set focused app to: AppWindowToken{8254c1d token=Token{157fec7 ActivityRecord{aded806 u0 me.micrusa.amaztimer/.MainActivity t11421}}} old focus=AppWindowToken{b026527 token=Token{68d0a41 ActivityRecord{17f5d28 u0 com.mediatek.watchapp/.MainActivity t11408}}} moveFocusNow=true
12-20 21:26:30.566 876 4848 V WindowManager: findFocusedWindow: Reached focused app=AppWindowToken{8254c1d token=Token{157fec7 ActivityRecord{aded806 u0 me.micrusa.amaztimer/.MainActivity t11421}}} target=AppWindowToken{b026527 token=Token{68d0a41 ActivityRecord{17f5d28 u0 com.mediatek.watchapp/.MainActivity t11408}}}
12-20 21:26:30.573 876 4848 V WindowManager: Changing focus from Window{199bdcc u0 com.mediatek.watchapp/com.mediatek.watchapp.MainActivity} to null Callers=com.android.server.wm.WindowManagerService.setFocusedApp:4297 com.android.server.am.ActivityManagerService.setFocusedActivityLocked:3212 com.android.server.am.ActivityStarter.startActivityUnchecked:1395 com.android.server.am.ActivityStarter.startActivityLocked:593
12-20 21:26:30.573 876 4848 D WindowManager: Input focus has changed to null
12-20 21:26:30.600 876 4842 W Process : zygoteSendArgsAndGetResult: start read result...
12-20 21:26:30.610 876 4842 W Process : -21009310ms so far, end read result
12-20 21:26:30.610 876 4842 I ActivityManager: Start proc 5844:me.micrusa.amaztimer/u0a112 for activity me.micrusa.amaztimer/.MainActivity
12-20 21:26:30.635 876 919 V WindowManager: findFocusedWindow: No focusable windows.
12-20 21:26:30.702 876 8385 V WindowManager: findFocusedWindow: No focusable windows.
12-20 21:26:30.709 876 8385 D WindowManager: notifyActivityDrawnForKeyguard: waiting=false Callers=com.android.server.wm.WindowSurfacePlacer.handleAppTransitionReadyLocked:1249 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementInner:341 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop:239 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement:187 com.android.server.wm.WindowManagerService.executeAppTransition:4452
12-20 21:26:30.709 876 8385 V WindowManager: findFocusedWindow: No focusable windows.
12-20 21:26:30.725 876 919 D DisplayManagerService: Delivering display event: displayId=0, event=2
12-20 21:26:30.768 876 1722 V WindowManager: findFocusedWindow: No focusable windows.
12-20 21:26:30.937 876 1582 V SettingsProvider: packageValueForCallResult, name = null, value : Bundle[{[email protected], value=null, _generation_index=2, _generation=3}]
12-20 21:26:31.167 876 918 D BluetoothManagerService: Message: 20
12-20 21:26:31.170 876 918 D BluetoothManagerService: Added callback: [email protected]:true
12-20 21:26:31.212 876 1091 V AlarmManager: APP set with listener(SupplicantWifiScannerImpl Scan Timeout) : type=2 triggerAtTime=37376428 win=-1 tElapsed=37376428 maxElapsed=37387678 interval=0 flags=0x8
12-20 21:26:31.337 5844 5844 E AndroidRuntime: FATAL EXCEPTION: main
12-20 21:26:31.337 5844 5844 E AndroidRuntime: Process: me.micrusa.amaztimer, PID: 5844
12-20 21:26:31.337 5844 5844 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{me.micrusa.amaztimer/me.micrusa.amaztimer.MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'android.graphics.drawable.Drawable android.content.Context.getDrawable(int)' on a null object reference
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2768)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2833)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.app.ActivityThread.-wrap12(ActivityThread.java)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1561)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:110)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.os.Looper.loop(Looper.java:203)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6337)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1084)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:945)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'android.graphics.drawable.Drawable android.content.Context.getDrawable(int)' on a null object reference
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at c.a.a.i.c.e.a.b(:1)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at c.a.a.i.c.e.a.<init>()
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at me.micrusa.amaztimer.MainActivity.onCreate(:1)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:6685)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1118)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2721)
12-20 21:26:31.337 5844 5844 E AndroidRuntime: ... 9 more
12-20 21:26:31.342 876 4846 W ActivityManager: Force finishing activity me.micrusa.amaztimer/.MainActivity
12-20 21:26:31.343 876 4846 V WindowManager: findFocusedWindow: No focusable windows.
12-20 21:26:31.347 876 4846 V WindowManager: Set focused app to: AppWindowToken{b026527 token=Token{68d0a41 ActivityRecord{17f5d28 u0 com.mediatek.watchapp/.MainActivity t11408}}} old focus=AppWindowToken{8254c1d token=Token{157fec7 ActivityRecord{aded806 u0 me.micrusa.amaztimer/.MainActivity t11421}}} moveFocusNow=true
12-20 21:26:31.347 876 4846 V WindowManager: findFocusedWindow: No focusable windows.
12-20 21:26:31.374 876 4847 D DisplayManagerService: Display listener for pid 5844 died.
12-20 21:26:31.377 876 4847 I ActivityManager: Process me.micrusa.amaztimer (pid 5844) has died
12-20 21:26:31.377 876 4847 D ActivityManager: cleanUpApplicationRecord -- 5844
Click to expand...
Click to collapse
Thanks for testing, can you try with the build I just pushed?
Still the same, crashes immediately. Not working on bluestacks either, maybe you should get it to work on emulators first?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CherishOS is an AOSP based rom focusing on Unique and Smooth UI with handy features. CherishOS is a reborn of pie based Dot-ExtendedOS.
Code:
* Your warranty is now void.
* We are not responsible for anything that may happen to your phone by installing any custom ROMs and/or kernels.
* You do it at your own risk and take the responsibility upon yourself and you are not to blame us or XDA and its respected developers.
CLEAN FLASH :
-Reboot to recovery
-Take Backup (Not Necessary)
-Flash your firmware(If required)
-Reboot To Recovery
-Flash the ROM
-Flash Gapps
-Flash Magisk (optional)
-Format Data
-Reboot
Download ROM
-Lineage OS
-AOSP
-MSM Xtended
-Pixel Experience
-Extended UI
-CrDroid ROM
-DotOS
-Octavi-OS
-Others, I forgot to mention
Based on Android 11.0
Whats working?
Wifi
RIL
Mobile data
GPS
Camera
Flashlight
Camcorder
Bluetooth
FMRadio
Fingerprint reader
Face unlock
Lights
Sound / vibration
Known issues
You tell me (none)
APN Broken
OTA Working But Buggy
Wireless Emergency Crashing
Device Side Changelog
Default Kernel Dark Ages
Extreme Battery Saver Fixed/SIZE]
Slow Charging Issue Fixed
Sound Related Issue Fixed
Cherish-OS Source
Kernel Source
Telegram Group
REPORTING BUGS!
As soon as the problem occurs, take a logcat!
for more READ THIS[/CENTER]
CherishOS for Redmi 5 Plus
Device: Vince
Maintainer: Gaming Ghost
Build Type: Official
ROM Kernel: Linux 4.19
ROM Firmware Required: Latest china weekly
Based On: AOSP
Android OS version: 11
Security patch level: July 2021
Build author:
ROM Developer: Hungphan2001
Version Information
Status: Stable
Current Stable Version: 2.9
SELinux Status: Enforcing
Release Date: 2021-09-07
Hi, I had face the GPS problem when I open the Waze. By the way, thanks a lot for build up this ROM
Gps is working on mine still I will recheck thanks for your feedback
DanielFok99 said:
Hi, I had face the GPS problem when I open the Waze. By the way, thanks a lot for build up this ROM
Click to expand...
Click to collapse
gaming ghost said:
Gps is working on mine still I will recheck thanks for your feedback
Click to expand...
Click to collapse
After a reboot, the GPS problem has fixed. May I ask why the cpu highest frequency always set to 1689MHz, Althrough I had change the thermal-engine.conf, the problem still present. Thanks you.
There is a problem for me with camera. Same thing happened after the most recent upgrade for HavocOS. On the device camera says that another app may use the app. I revoked all camera permissions except for the stock Camera app, wiped caches and the problem persists. Here's the output from logcat *:WEF
Code:
10-04 18:40:47.201 1116 3006 E CameraService: Access Denial: cannot use the camera when sensor privacy is enabled
Logcat made while booting into safe mode luckily provides more info:
Code:
10-04 19:42:32.793 3437 3530 W Codec2Client: query -- param skipped: index = 1107298332.
10-04 19:42:32.794 3437 3530 W Codec2Client: query -- param skipped: index = 1342179345.
10-04 19:42:32.795 3437 3530 W Codec2Client: query -- param skipped: index = 2415921170.
10-04 19:42:32.795 3437 3530 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.795 3437 3530 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.796 853 984 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.796 853 984 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.803 3437 3530 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.804 853 1836 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.805 853 3527 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.805 2685 2722 W SQLiteQueryBuilder: Allowing abusive custom column: LIKE
10-04 19:42:32.806 2685 2722 W SQLiteQueryBuilder: Allowing abusive custom column: AND
10-04 19:42:32.806 3437 3470 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.806 2685 2722 W SQLiteQueryBuilder: Allowing abusive custom column: DESC
10-04 19:42:32.806 2685 2722 W SQLiteQueryBuilder: Allowing abusive custom column: DESC
10-04 19:42:32.809 853 3528 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.809 3437 3470 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.817 853 3531 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.818 3437 3470 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.853 3437 3481 E libc : Access denied finding property "persist.vendor.camera.privapp.list"
10-04 19:42:32.848 3437 3437 W com.android.camera2: type=1400 audit(0.0:239): avc: denied { read } for comm=4173796E635461736B202332 name="u:object_r:vendor_persist_camera_prop:s0" dev="tmpfs" ino=17323 scontext=u:r:untrusted_app_27:s0:c223,c256,c512,c768 tcontext=u:object_r:vendor_persist_camera_prop:s0 tclass=file permissive=0 app=com.android.camera2
10-04 19:42:32.855 770 1545 E CameraService: Access Denial: cannot use the camera when sensor privacy is enabled
10-04 19:42:32.857 3437 3521 E CAM_CaptureModule: Could not open camera.
10-04 19:42:32.857 3437 3481 E CAM_OneCamera1Opnr: Could not open camera. CAMERA_DISABLED (1): validateClientPermissionsLocked:1213: Caller "com.android.camera2" (PID 10223, UID 3437) cannot open camera "0" when sensor privacy is enabled
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: Handling Camera Open Failure:
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: java.lang.Exception
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: at com.android.camera.FatalErrorHandlerImpl.onCameraOpenFailure(FatalErrorHandlerImpl.java:52)
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: at com.android.camera.CaptureModule$17.onFailure(CaptureModule.java:1391)
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: at com.android.camera.one.v2.Camera2OneCameraOpenerImpl$1.onError(Camera2OneCameraOpenerImpl.java:150)
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: at android.hardware.camera2.impl.CameraDeviceImpl$8.run(CameraDeviceImpl.java:363)
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: at android.os.Handler.handleCallback(Handler.java:938)
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: at android.os.Handler.dispatchMessage(Handler.java:99)
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: at android.os.Looper.loop(Looper.java:223)
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: at android.os.HandlerThread.run(HandlerThread.java:67)
10-04 19:42:32.858 3437 3521 E CAM_CameraUtil: Show fatal error dialog
10-04 19:42:32.911 819 919 E Utils : did not find channel-count and/or sample-rate
10-04 19:42:32.915 0 0 E kgsl-3d0: |counter_delta| Abnormal value:0x7034606 (0x739cabb) from perf counter : 0x3b0
10-04 19:42:32.928 2685 2722 W SQLiteQueryBuilder: Allowing abusive custom column: LIKE
10-04 19:42:32.928 2685 2722 W SQLiteQueryBuilder: Allowing abusive custom column: AND
10-04 19:42:32.929 2685 2722 W SQLiteQueryBuilder: Allowing abusive custom column: DESC
10-04 19:42:32.931 0 0 E kgsl-3d0: |counter_delta| Abnormal value:0x764db26 (0x76763af) from perf counter : 0x3b0
10-04 19:42:32.941 3437 3536 W Codec2Client: query -- param skipped: index = 1107298332.
10-04 19:42:32.943 3437 3536 W Codec2Client: query -- param skipped: index = 1342179345.
10-04 19:42:32.943 3437 3536 W Codec2Client: query -- param skipped: index = 2415921170.
10-04 19:42:32.945 3437 3521 E CAM_CaptureModule: Could not open camera.
10-04 19:42:32.945 3437 3536 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.945 3437 3536 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.945 3437 3521 E CAM_FatalErrorHandler: Handling Camera Open Failure:
10-04 19:42:32.945 3437 3521 E CAM_FatalErrorHandler: java.lang.Exception
10-04 19:42:32.945 3437 3521 E CAM_FatalErrorHandler: at com.android.camera.FatalErrorHandlerImpl.onCameraOpenFailure(FatalErrorHandlerImpl.java:52)
10-04 19:42:32.945 3437 3521 E CAM_FatalErrorHandler: at com.android.camera.CaptureModule$17.onFailure(CaptureModule.java:1391)
10-04 19:42:32.945 3437 3521 E CAM_FatalErrorHandler: at com.android.camera.one.v2.Camera2OneCameraOpenerImpl$2.run(Camera2OneCameraOpenerImpl.java:200)
10-04 19:42:32.945 3437 3521 E CAM_FatalErrorHandler: at android.os.Handler.handleCallback(Handler.java:938)
10-04 19:42:32.945 3437 3521 E CAM_FatalErrorHandler: at android.os.Handler.dispatchMessage(Handler.java:99)
10-04 19:42:32.945 3437 3521 E CAM_FatalErrorHandler: at android.os.Looper.loop(Looper.java:223)
10-04 19:42:32.945 3437 3521 E CAM_FatalErrorHandler: at android.os.HandlerThread.run(HandlerThread.java:67)
10-04 19:42:32.946 3437 3521 E CAM_CameraUtil: Show fatal error dialog
10-04 19:42:32.947 853 983 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.947 853 983 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.955 3437 3536 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.955 853 984 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.965 853 3537 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.965 3437 3470 E FMQ : grantorIdx must be less than 3
10-04 19:42:33.075 611 611 E Layer : [Surface(name=Task=8)/@0x7e6d1f6 - animation-leash#0] No local sync point found
10-04 19:42:33.075 611 611 E Layer : [Surface(name=Task=8)/@0x7e6d1f6 - animation-leash#0] No local sync point found
10-04 19:42:33.075 611 611 E Layer : [Surface(name=Task=1)/@0x70bc9a8 - animation-leash#0] No local sync point found
10-04 19:42:33.309 0 0 E kgsl-3d0: |counter_delta| Abnormal value:0xc2a3f96 (0xc2c0330) from perf counter : 0x3b0
10-04 19:42:33.425 0 0 E kgsl-3d0: |counter_delta| Abnormal value:0xc2c4621 (0xc2f0639) from perf counter : 0x3b0
10-04 19:42:33.075 611 611 E Layer : [Surface(name=Task=1)/@0x70bc9a8 - animation-leash#0] No local sync point found
10-04 19:42:35.960 1433 3549 E system_server: expected 2 dex files but found 4
10-04 19:42:35.978 1433 3549 W system_server: ClassLoaderContext classpath size mismatch. expected=8, found=6 (PCL[];PCL[/system/framework/com.android.location.provider.jar*2383074192:/system/framework/services.jar*1820594769:/system/framework/services.jar!classes2.dex*3445932880:/system/framework/services.jar!classes3.dex*85378873:/system/framework/services.jar!classes4.dex*3837754108:/system/framework/ethernet-service.jar*1452290287:/apex/com.android.permission/javalib/service-permission.jar*1503558192:/apex/com.android.ipsec/javalib/android.net.ipsec.ike.jar*3669605774] | PCL[];PCL[/system/framework/com.android.location.provider.jar*2383074192:/system/framework/services.jar*306310997:/system/framework/services.jar!classes2.dex*2433507689:/system/framework/ethernet-service.jar*1452290287:/apex/com.android.permission/javalib/service-permission.jar*1503558192:/apex/com.android.ipsec/javalib/android.net.ipsec.ike.jar*3669605774])
10-04 19:42:36.015 3551 3551 W dex2oat64: Mismatch between dex2oat instruction set features to use (ISA: Arm64 Feature string: a53,crc,-lse,-fp16,-dotprod,-sve) and those from CPP defines (ISA: Arm64 Feature string: -a53,-crc,-lse,-fp16,-dotprod,-sve) for the command line:
10-04 19:42:36.015 3551 3551 W dex2oat64: /apex/com.android.art/bin/dex2oat64 --zip-fd=7 --zip-location=service-wifi.jar --input-vdex-fd=-1 --output-vdex-fd=9 --oat-fd=8 --oat-location=/data/dalvik-cache/arm64/[email protected]@[email protected]@classes.dex --instruction-set=arm64 --instruction-set-variant=cortex-a53 --instruction-set-features=default --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/core-icu4j.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/framework-atb-backward-compatibility.jar:/system/framework/QPerformance.jar:/system/framework/UxPerformance.jar:/system/framework/telephony-ext.jar:/system/framework/WfdCommon.jar --runtime-arg -Xms64m --runtime-arg -Xmx512m --updatable-bcp-packages-file=/system/etc/updatable-bcp-packages.txt --resolve-startup-const-strings=true --max-image-block-size=524288 --compiler-filter=verify -j8 --cpu-set=0,1,2,3,4,5,6,7 --swap-fd=10 --classpath-dir=/apex/com.android.wifi/javalib --class-loader-context=PCL[];PCL[/system/framework/com.android.location.provider.jar:/system/framework/services.jar:/system/framework/ethernet-service.jar:/apex/com.android.permission/javalib/service-permission.jar:/apex/com.android.ipsec/javalib/android.net.ipsec.ike.jar] --generate-mini-debug-info --compact-dex-level=none --compilation-reason=boot
Also, there is an issue with bluetooth calling. The earplugs (Sony WI-C200) won't stop playing their ringtone even after answering or ending it, I have to disconnect them to solve the issue. Sometimes the earphone mic also seems to not work. This is certainly not hardware related. Here's logcat for when I made a call (the mic worked fine though, but might be useful:
Code:
10-04 19:26:21.981 2781 2781 E ndroid.incallu: Not starting debugger since process cannot load the jdwp agent.
10-04 19:26:21.993 2203 2203 W View : requestLayout() improperly called by com.android.systemui.statusbar.policy.NetworkTrafficSB{7881f61 V.ED..... ......ID 0,2-114,60} during layout: running second layout pass
10-04 19:26:22.027 2781 2781 W ndroid.incallu: Core platform API violation: Ljava/lang/reflect/Field;->accessFlags:I from Landroid/os/Build; using reflection
10-04 19:26:22.080 5205 5255 E bt_btif : bta_dm_pm_btm_status hci_status=36
10-04 19:26:22.334 833 2732 E TrafficController: Failed to tag the socket: Argument list too long, fd: 15
10-04 19:26:22.334 833 2732 W resolv : Failed to tag socket: Argument list too long
10-04 19:26:22.646 833 2822 E TrafficController: Failed to tag the socket: Argument list too long, fd: 15
10-04 19:26:22.646 833 2822 W resolv : Failed to tag socket: Argument list too long
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: isCaptionsServiceEnabled failed to check for captions component
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: java.lang.IllegalArgumentException: Unknown component: ComponentInfo{com.google.android.as/com.google.android.apps.miphone.aiai.captions.CaptionsService}
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createExceptionOrNull(Parcel.java:2377)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createException(Parcel.java:2357)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2340)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2282)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.content.pm.IPackageManager$Stub$Proxy.getComponentEnabledSetting(IPackageManager.java:6822)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.app.ApplicationPackageManager.getComponentEnabledSetting(ApplicationPackageManager.java:2723)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.onGetCaptionsComponentStateW(VolumeDialogControllerImpl.java:446)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.access$2000(VolumeDialogControllerImpl.java:93)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl$W.handleMessage(VolumeDialogControllerImpl.java:861)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.os.Handler.dispatchMessage(Handler.java:106)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.os.Looper.loop(Looper.java:223)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.os.HandlerThread.run(HandlerThread.java:67)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: Caused by: android.os.RemoteException: Remote stack trace:
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at com.android.server.pm.PackageManagerService.getComponentEnabledSetting(PackageManagerService.java:21572)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:3223)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:4375)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.os.Binder.execTransactInternal(Binder.java:1154)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.os.Binder.execTransact(Binder.java:1123)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl:
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: isCaptionsServiceEnabled failed to check for captions component
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: java.lang.IllegalArgumentException: Unknown component: ComponentInfo{com.google.android.as/com.google.android.apps.miphone.aiai.captions.CaptionsService}
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createExceptionOrNull(Parcel.java:2377)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createException(Parcel.java:2357)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2340)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2282)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at android.content.pm.IPackageManager$Stub$Proxy.getComponentEnabledSetting(IPackageManager.java:6822)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at android.app.ApplicationPackageManager.getComponentEnabledSetting(ApplicationPackageManager.java:2723)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.onGetCaptionsComponentStateW(VolumeDialogControllerImpl.java:446)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.access$2000(VolumeDialogControllerImpl.java:93)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl$W.handleMessage(VolumeDialogControllerImpl.java:861)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at android.os.Handler.dispatchMessage(Handler.java:106)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at android.os.Looper.loop(Looper.java:223)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at android.os.HandlerThread.run(HandlerThread.java:67)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: isCaptionsServiceEnabled failed to check for captions component
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: java.lang.IllegalArgumentException: Unknown component: ComponentInfo{com.google.android.as/com.google.android.apps.miphone.aiai.captions.CaptionsService}
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createExceptionOrNull(Parcel.java:2377)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createException(Parcel.java:2357)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2340)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2282)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at android.content.pm.IPackageManager$Stub$Proxy.getComponentEnabledSetting(IPackageManager.java:6822)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at android.app.ApplicationPackageManager.getComponentEnabledSetting(ApplicationPackageManager.java:2723)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.onGetCaptionsComponentStateW(VolumeDialogControllerImpl.java:446)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.access$2000(VolumeDialogControllerImpl.java:93)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl$W.handleMessage(VolumeDialogControllerImpl.java:861)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at android.os.Handler.dispatchMessage(Handler.java:106)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at android.os.Looper.loop(Looper.java:223)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at android.os.HandlerThread.run(HandlerThread.java:67)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: isCaptionsServiceEnabled failed to check for captions component
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: java.lang.IllegalArgumentException: Unknown component: ComponentInfo{com.google.android.as/com.google.android.apps.miphone.aiai.captions.CaptionsService}
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createExceptionOrNull(Parcel.java:2377)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createException(Parcel.java:2357)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2340)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2282)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at android.content.pm.IPackageManager$Stub$Proxy.getComponentEnabledSetting(IPackageManager.java:6822)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at android.app.ApplicationPackageManager.getComponentEnabledSetting(ApplicationPackageManager.java:2723)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.onGetCaptionsComponentStateW(VolumeDialogControllerImpl.java:446)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.access$2000(VolumeDialogControllerImpl.java:93)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl$W.handleMessage(VolumeDialogControllerImpl.java:861)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at android.os.Handler.dispatchMessage(Handler.java:106)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at android.os.Looper.loop(Looper.java:223)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at android.os.HandlerThread.run(HandlerThread.java:67)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: isCaptionsServiceEnabled failed to check for captions component
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: java.lang.IllegalArgumentException: Unknown component: ComponentInfo{com.google.android.as/com.google.android.apps.miphone.aiai.captions.CaptionsService}
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createExceptionOrNull(Parcel.java:2377)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createException(Parcel.java:2357)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2340)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2282)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at android.content.pm.IPackageManager$Stub$Proxy.getComponentEnabledSetting(IPackageManager.java:6822)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at android.app.ApplicationPackageManager.getComponentEnabledSetting(ApplicationPackageManager.java:2723)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.onGetCaptionsComponentStateW(VolumeDialogControllerImpl.java:446)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.access$2000(VolumeDialogControllerImpl.java:93)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl$W.handleMessage(VolumeDialogControllerImpl.java:861)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at android.os.Handler.dispatchMessage(Handler.java:106)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at android.os.Looper.loop(Looper.java:223)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at android.os.HandlerThread.run(HandlerThread.java:67)
10-04 19:26:23.114 1721 1977 E system_server: No package ID ff found for ID 0xffffffff.
10-04 19:26:23.505 2203 2203 W View : requestLayout() improperly called by com.android.systemui.statusbar.policy.NetworkTrafficSB{7881f61 V.ED..... ......ID 0,2-111,60} during layout: running second layout pass
10-04 19:26:23.533 21218 2444 W System.err: java.net.SocketTimeoutException: timeout
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.okio.Okio$3.newTimeoutException(Okio.java:214)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.okio.AsyncTimeout.exit(AsyncTimeout.java:263)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.okio.AsyncTimeout$2.read(AsyncTimeout.java:217)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.okio.RealBufferedSource.indexOf(RealBufferedSource.java:307)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.okio.RealBufferedSource.indexOf(RealBufferedSource.java:301)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:197)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.internal.http.Http1xStream.readResponse(Http1xStream.java:188)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.internal.http.Http1xStream.readResponseHeaders(Http1xStream.java:129)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:750)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:622)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:475)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:411)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:542)
10-04 19:26:23.543 21218 2444 W System.err: at io.cjybyjk.statuslyricext.provider.utils.HttpRequestUtil.getJsonResponse(HttpRequestUtil.java:34)
10-04 19:26:23.543 21218 2444 W System.err: at io.cjybyjk.statuslyricext.provider.utils.HttpRequestUtil.getJsonResponse(HttpRequestUtil.java:17)
10-04 19:26:23.543 21218 2444 W System.err: at io.cjybyjk.statuslyricext.provider.KugouProvider.getLyric(KugouProvider.java:28)
10-04 19:26:23.543 21218 2444 W System.err: at io.cjybyjk.statuslyricext.LrcGetter.getLyric(LrcGetter.java:49)
10-04 19:26:23.543 21218 2444 W System.err: at io.cjybyjk.statuslyricext.MusicListenerService$LrcUpdateThread.run(MusicListenerService.java:249)
10-04 19:26:23.543 21218 2444 W System.err: Caused by: java.net.SocketTimeoutException: Read timed out
10-04 19:26:23.543 21218 2444 W System.err: at java.net.SocketInputStream.socketRead0(Native Method)
10-04 19:26:23.543 21218 2444 W System.err: at java.net.SocketInputStream.socketRead(SocketInputStream.java:119)
10-04 19:26:23.543 21218 2444 W System.err: at java.net.SocketInputStream.read(SocketInputStream.java:176)
10-04 19:26:23.543 21218 2444 W System.err: at java.net.SocketInputStream.read(SocketInputStream.java:144)
10-04 19:26:23.543 21218 2444 W System.err: at com.android.okhttp.okio.Okio$2.read(Okio.java:138)
10-04 19:26:23.544 21218 2444 W System.err: at com.android.okhttp.okio.AsyncTimeout$2.read(AsyncTimeout.java:213)
10-04 19:26:23.544 21218 2444 W System.err: ... 15 more
10-04 19:26:23.547 833 2827 E TrafficController: Failed to tag the socket: Argument list too long, fd: 15
10-04 19:26:23.547 833 2827 W resolv : Failed to tag socket: Argument list too long
10-04 19:26:26.412 32221 32423 E HQSession.cpp: Peer closed with error err=Connect failed msg=connect timeout proto=, client CID=, server CID=00000000, local=<uninitialized address>, <uninitialized address>=upstream, drain=none
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: java.lang.RuntimeException: GCM disabled
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at org.microg.gms.gcm.PushRegisterServiceKt.ensureAppRegistrationAllowed(PushRegisterService.kt:56)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at org.microg.gms.gcm.PushRegisterHandler$handleMessage$1.invokeSuspend(PushRegisterService.kt:314)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.EventLoop.processUnconfinedEvent(EventLoop.common.kt:69)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith(DispatchedContinuation.kt:349)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable(Cancellable.kt:30)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable$default(Cancellable.kt:27)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:109)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:158)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch(Builders.common.kt:56)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.BuildersKt.launch(Unknown Source:1)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch$default(Builders.common.kt:49)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.BuildersKt.launch$default(Unknown Source:1)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at androidx.lifecycle.LifecycleCoroutineScope.launchWhenStarted(Lifecycle.kt:86)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at org.microg.gms.gcm.PushRegisterHandler.handleMessage(PushRegisterService.kt:309)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at android.os.Handler.dispatchMessage(Handler.java:106)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at android.os.Looper.loop(Looper.java:223)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at android.app.ActivityThread.main(ActivityThread.java:7665)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at java.lang.reflect.Method.invoke(Native Method)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:594)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
10-04 19:26:26.474 32227 32330 E FirebaseInstanceId: Token retrieval failed: SERVICE_NOT_AVAILABLE
10-04 19:26:26.887 21218 2444 W System.err: org.json.JSONException: Index 0 out of range [0..0)
10-04 19:26:26.887 21218 2444 W System.err: at org.json.JSONArray.get(JSONArray.java:295)
10-04 19:26:26.887 21218 2444 W System.err: at org.json.JSONArray.getJSONObject(JSONArray.java:523)
10-04 19:26:26.888 21218 2444 W System.err: Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
10-04 19:26:26.888 21218 2444 W System.err: at java.util.ArrayList.get(ArrayList.java:437)
10-04 19:26:26.888 21218 2444 W System.err: at org.json.JSONArray.get(JSONArray.java:289)
10-04 19:26:26.888 21218 2444 W System.err: ... 5 more
10-04 19:26:26.893 833 2835 E TrafficController: Failed to tag the socket: Argument list too long, fd: 15
10-04 19:26:26.894 833 2835 W resolv : Failed to tag socket: Argument list too long
10-04 19:26:28.131 0 0 W healthd : battery l=25 v=3797 t=32.0 h=2 st=2 c=-92620 fc=4000000 cc=1 chg=u
10-04 19:26:28.167 1721 2106 E WifiNative: Could not get Iface object for interface null
10-04 19:26:28.526 21218 2444 W System.err: org.json.JSONException: Value x��Uko�0�+�?S��"��h� of type java.lang.String cannot be converted to JSONObject
10-04 19:26:28.526 21218 2444 W System.err: at org.json.JSON.typeMismatch(JSON.java:112)
10-04 19:26:28.526 21218 2444 W System.err: at org.json.JSONObject.<init>(JSONObject.java:169)
10-04 19:26:28.526 21218 2444 W System.err: at org.json.JSONObject.<init>(JSONObject.java:182)
10-04 19:26:29.957 5205 5255 E bt_btif : bta_dm_pm_btm_status hci_status=36
10-04 19:26:29.965 2203 2238 W System : A resource failed to call close.
10-04 19:26:29.965 2203 2238 W System : A resource failed to call close.
10-04 19:26:39.128 9175 9214 W IncomingMessageObserver: Application level read timeout...
10-04 19:26:56.472 833 2851 W resolv : Failed to tag socket: Argument list too long
10-04 19:26:56.797 32221 32252 W System : A resource failed to call close.
10-04 19:26:56.798 32221 32252 W System : A resource failed to call close.
10-04 19:26:57.611 1850 1858 W voice : voice_is_sidetone_device: 43 is not a sidetone device
10-04 19:26:57.626 0 0 E qdsp_cvp_callback: cmd = 0x1307a returned error = 0x9
10-04 19:26:57.626 0 0 E voice_send_cvp_deregister_cal_cmd: DSP returned error[ADSP_EALREADY]
10-04 19:26:57.755 1721 1992 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{b9c9893 10182:com.vladlee.easyblacklist:blockService/u0a339} (pid=10182, uid=10339) requires android.permission.READ_PRIVILEGED_PHONE_STATE due to sender android (uid 1000)
10-04 19:26:57.756 1721 1992 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to com.vladlee.easyblacklist/.CallReceiver requires android.permission.READ_PRIVILEGED_PHONE_STATE due to sender android (uid 1000)
10-04 19:26:57.756 1721 1992 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to nekox.messenger/org.telegram.messenger.CallReceiver requires android.permission.READ_PRIVILEGED_PHONE_STATE due to sender android (uid 1000)
10-04 19:26:57.762 1721 1992 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{39a2ab8 3696:net.oneplus.launcher/u0a358} (pid=3696, uid=10358) requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
10-04 19:26:57.762 1721 1992 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{39a2ab8 3696:net.oneplus.launcher/u0a358} (pid=3696, uid=10358) requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
10-04 19:26:57.765 1721 1992 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{39a2ab8 3696:net.oneplus.launcher/u0a358} (pid=3696, uid=10358) requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
10-04 19:26:57.766 1721 1992 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{39a2ab8 3696:net.oneplus.launcher/u0a358} (pid=3696, uid=10358) requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
10-04 19:26:57.785 1721 23390 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to nekox.messenger/org.telegram.messenger.CallReceiver requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
10-04 19:26:57.790 1721 9385 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to nekox.messenger/org.telegram.messenger.CallReceiver requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
10-04 19:26:57.814 5205 5255 W bt_stack: [WARNING:device.cc(1343)] Device is not registered for now playing updates
10-04 19:26:57.814 5205 5255 W bt_stack: [WARNING:device.cc(1380)] Device is not registered for play position updates
10-04 19:26:57.814 5205 5255 W bt_stack: [WARNING:device.cc(1318)] Device is not registered for track changed updates
10-04 19:26:57.840 2314 2314 W Dialer : CallList.onCallRemoved - Removing call not previously disconnected DialerCall_0
10-04 19:26:57.855 2314 2314 W Dialer : CallList.onCallRemoved - Removing call not previously disconnected DialerCall_0
10-04 19:26:57.856 2314 2314 W Dialer : CallList.onCallRemoved - Removing call not previously disconnected DialerCall_0
10-04 19:26:57.871 2314 2314 W Dialer : CallList.onCallRemoved - Removing call not previously disconnected DialerCall_0
10-04 19:26:57.871 2314 2314 W Dialer : CallList.onCallRemoved - Removing call not previously disconnected DialerCall_0
10-04 19:26:57.872 1170 4368 E Utils : did not find channel-count and/or sample-rate
10-04 19:26:57.873 1170 31337 E Utils : did not find channel-count and/or sample-rate
10-04 19:26:57.935 2876 2876 E d.calllogbacku: Not starting debugger since process cannot load the jdwp agent.
10-04 19:26:57.979 2876 2876 W d.calllogbacku: Core platform API violation: Ljava/lang/reflect/Field;->accessFlags:I from Landroid/os/Build; using reflection
10-04 19:26:58.005 1172 2875 W Codec2Client: query -- param skipped: index = 1107298332.
10-04 19:26:58.006 1172 2875 W Codec2Client: query -- param skipped: index = 1342179345.
10-04 19:26:58.006 1172 2875 W Codec2Client: query -- param skipped: index = 2415921170.
10-04 19:26:58.009 1172 2875 E FMQ : grantorIdx must be less than 3
10-04 19:26:58.009 1172 2875 E FMQ : grantorIdx must be less than 3
10-04 19:26:58.010 1203 1203 E FMQ : grantorIdx must be less than 3
10-04 19:26:58.010 1203 1203 E FMQ : grantorIdx must be less than 3
10-04 19:26:58.022 1172 2875 E FMQ : grantorIdx must be less than 3
10-04 19:26:58.023 1203 1203 E FMQ : grantorIdx must be less than 3
10-04 19:26:58.031 1203 2896 E FMQ : grantorIdx must be less than 3
10-04 19:26:58.031 1172 14163 E FMQ : grantorIdx must be less than 3
10-04 19:26:58.078 1850 10305 E msm8974_platform: platform_check_backends_match: Invalid snd_device =
10-04 19:26:58.080 1850 10305 E soundtrigger: audio_extn_sound_trigger_update_stream_status: invalid input device 0x0, for event 3
10-04 19:26:58.084 0 0 E afe_find_cal: no matching cal_block found
10-04 19:26:58.084 0 0 E : send_afe_cal_type cal_block not found!!
10-04 19:26:58.107 1850 10305 E msm8974_platform: platform_set_channel_map: Could not set ctl, error:-22 ch_count:2
10-04 19:26:58.205 833 2904 E TrafficController: Failed to tag the socket: Argument list too long, fd: 15
10-04 19:26:58.205 833 2904 W resolv : Failed to tag socket: Argument list too long
10-04 19:26:58.671 0 0 E kgsl-3d0: |counter_delta| Abnormal value:0x2a3016d (0x2ae73ef) from perf counter : 0x3b0
10-04 19:26:58.954 1851 1867 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:58.963 1172 326 W AMessage: failed to post message as target looper for handler 0 is gone.
10-04 19:26:58.964 1721 1721 W MediaPlayer: mediaplayer went away with unhandled events
10-04 19:26:58.970 5205 5255 W bt_stack: [WARNING:metrics.cc(594)] LogLinkLayerConnectionEvent: failed to log status 0x0fff, reason 0x0013 from cmd 0x00000406, event 0x0fff, ble_event 0x0fff for 0x0, handle 4, type 0x0fff, error -19
10-04 19:26:58.972 1851 13980 W AudioFlinger: moveEffectChain_l() effect chain for session 0 not on source thread 0x6fe432c040
10-04 19:26:58.972 5205 5255 W bt_stack: [WARNING:metrics.cc(594)] LogLinkLayerConnectionEvent: failed to log status 000000, reason 0x0013 from cmd 0x00000406, event 0x000f, ble_event 0x0fff for 0x0, handle 4, type 0x0fff, error -19
10-04 19:26:58.975 1851 13980 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:58.977 1851 13980 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:58.978 1851 13980 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:58.990 5205 5255 W bt_btif : bta_ag_sco_event: BTA_AG_SCO_CLOSING_ST: Ignoring event BTA_AG_SCO_CLOSE_E[5]
10-04 19:26:59.016 1851 13980 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.022 1851 13980 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.043 5205 5255 W bt_stack: [WARNING:metrics.cc(594)] LogLinkLayerConnectionEvent: failed to log status 000000, reason 0x0016 from cmd 0x000fffff, event 0x0005, ble_event 0x0fff for 0x0, handle 4, type 0x0fff, error -19
10-04 19:26:59.079 1851 5139 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.081 1851 5139 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.085 1851 5491 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.086 1851 5491 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.100 1851 1851 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.101 1851 1851 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.133 21716 24305 W AudioTrack: restoreTrack_l(330): dead IAudioTrack, PCM, creating a new one from getTimestampExtended()
10-04 19:26:59.139 1851 13980 W AudioFlinger: createTrack_l(): mismatch between requested flags (00000008) and output flags (00000004)
10-04 19:26:59.154 1851 5139 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.154 1851 5139 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.157 5205 5255 W bt_btif : bta_dm_rm_cback:2, status:7
10-04 19:26:59.158 5205 5255 W bt_btif : bta_dm_pm_ssr: conn_srvc id:5, app_id:0
10-04 19:26:59.158 5205 5255 W bt_btif : bta_dm_pm_ssr: conn_srvc id:18, app_id:0
10-04 19:26:59.158 5205 5255 W bt_btif : bta_dm_pm_ssr: conn_srvc id:18, app_id:1
10-04 19:26:59.158 5205 5255 W bt_btif : bta_dm_pm_ssr ssr:4, lat:1200
10-04 19:26:59.191 5205 5255 W bt_stack: [WARNING:device.cc(1380)] Device is not registered for play position updates
10-04 19:26:59.197 5205 5255 W bt_btif : bta_dm_rm_cback:2, status:0
10-04 19:26:59.197 5205 5255 W bt_btif : bta_dm_rm_cback:2, status:7
10-04 19:26:59.197 5205 5255 W bt_btif : bta_dm_pm_ssr: conn_srvc id:5, app_id:0
10-04 19:26:59.197 5205 5255 W bt_btif : bta_dm_pm_ssr: conn_srvc id:18, app_id:0
10-04 19:26:59.197 5205 5255 W bt_btif : bta_dm_pm_ssr: conn_srvc id:18, app_id:1
10-04 19:26:59.197 5205 5255 W bt_btif : bta_dm_pm_ssr ssr:4, lat:1200
With an incoming safe mode call everything worked fine, but when I turned on the hotspot the sound started getting laggy (at 19:49:26 according to
Code:
grep 'associated' /var/log/kern.log | tail -n1
).
Code:
10-04 19:49:17.861 1632 1632 W ndroid.systemui: type=1400 audit(0.0:251): avc: denied { read } for name="u:object_r:boottime_prop:s0" dev="tmpfs" ino=17120 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:boottime_prop:s0 tclass=file permissive=0 app=com.android.systemui
10-04 19:49:17.867 1433 1575 W UnsafeUtil: platform method missing - proto runtime falling back to safer methods: java.lang.NoSuchMethodException: sun.misc.Unsafe.copyMemory [class java.lang.Object, long, class java.lang.Object, long, long]
10-04 19:49:17.885 1433 1575 E SupplicantStaIfaceHal: Can't call listNetworks, ISupplicantStaIface is null
10-04 19:49:17.885 1433 1575 E SupplicantStaIfaceHal: removeAllNetworks failed, got null networks
10-04 19:49:17.885 1433 1575 E WifiClientModeImpl: Failed to remove networks on exiting connect mode
10-04 19:49:17.888 1433 1575 E SupplicantStaIfaceHal: Can't call setPowerSave, ISupplicantStaIface is null
10-04 19:49:17.888 1433 1575 E SupplicantStaIfaceHal: Can't call setBtCoexistenceMode, ISupplicantStaIface is null
10-04 19:49:17.891 1433 1575 E WifiVendorHal: resetLogHandler(l.1550) failed {.code = ERROR_NOT_AVAILABLE, .description = }
10-04 19:49:17.891 1433 1575 W WifiDiags: Fail to reset log handler
10-04 19:49:17.897 1433 1575 W SupplicantStaIfaceHal: ISupplicant died: cookie=1
10-04 19:49:17.922 4350 4350 W dnsmasq : warning: no upstream servers configured
10-04 19:49:17.968 1433 3416 W KeySyncTask: No recovery agent initialized for user 0
10-04 19:49:17.970 1433 3416 W KeySyncTask: No recovery agent initialized for user 10
10-04 19:49:18.369 1433 1444 W System : A resource failed to call release.
10-04 19:49:18.369 1433 1444 W System : A resource failed to call release.
10-04 19:49:18.959 0 0 E ipa-wan rmnet_ipa_set_data_quota_modem: 2651 iface name rmnet_data1, quota 9223372036854775807
10-04 19:49:18.981 494 494 E TetherController: tcFilterAddDevIngressTether(9[rmnet_data1], 0) failure: Invalid argument
10-04 19:49:19.531 557 4261 E soundtrigger: audio_extn_sound_trigger_update_stream_status: invalid input device 0x0, for event 2
10-04 19:49:18.985 0 0 E ipa-wan rmnet_ipa_set_data_quota_modem: 2651 iface name rmnet_data1, quota 9223372036854775807
10-04 19:49:21.428 0 0 W healthd : battery l=27 v=3778 t=31.7 h=2 st=2 c=72478 fc=4000000 cc=1 chg=u
10-04 19:49:21.439 1433 1575 E WifiNative: Could not get Iface object for interface null
10-04 19:49:21.929 1433 1942 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10313
10-04 19:49:21.929 1433 1942 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10313
10-04 19:49:21.929 1433 1942 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10312
10-04 19:49:21.929 1433 1942 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10312
10-04 19:49:21.933 1433 1942 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 1010318
10-04 19:49:21.933 1433 1942 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 1010318
10-04 19:49:21.938 1433 1942 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10311
10-04 19:49:21.938 1433 1942 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10311
10-04 19:49:21.949 1433 1600 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10318
10-04 19:49:21.949 1433 1600 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10318
10-04 19:49:21.951 1433 1600 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 1010307
10-04 19:49:21.951 1433 1600 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 1010307
10-04 19:49:21.962 1433 1600 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10307
10-04 19:49:21.962 1433 1600 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10307
10-04 19:49:21.978 1433 1558 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10338
10-04 19:49:21.979 1433 1558 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10338
10-04 19:49:21.984 1433 1558 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 1010338
10-04 19:49:21.985 1433 1558 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 1010338
10-04 19:49:25.428 1903 4347 W NetworkStackService: [wlan0.DHCP] WARN Transmitting NAK: Invalid requested address
10-04 19:49:27.025 2618 2618 W DPMJ : |SERVICE| DPM received unexpected action: android.intent.action.ANY_DATA_STATE
10-04 19:49:33.231 557 4261 W voice : voice_is_sidetone_device: 43 is not a sidetone device
10-04 19:49:33.249 0 0 E qdsp_cvp_callback: cmd = 0x1307a returned error = 0x9
10-04 19:49:33.249 0 0 E voice_send_cvp_deregister_cal_cmd: DSP returned error[ADSP_EALREADY]
10-04 19:49:33.302 1433 1493 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{f509e41 2764:net.oneplus.launcher/u0a358} (pid=2764, uid=10358) requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
10-04 19:49:33.302 1433 1493 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{f509e41 2764:net.oneplus.launcher/u0a358} (pid=2764, uid=10358) requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
10-04 19:49:33.331 3727 3727 E AvrcpMediaPlayerList: onMediaKeyEventSessionChanged(PackageName): Media key event session changed to a player we don't have a session for
10-04 19:49:33.335 819 4111 E Utils : did not find channel-count and/or sample-rate
10-04 19:49:33.336 819 4111 E Utils : did not find channel-count and/or sample-rate
10-04 19:49:33.344 1433 1600 E SparseMappingTable: can't store negative values key=0x61e0018 index=0 value=-5523 -- SparseMappingTable.Table{mSequence=1 mParent.mSequence=1 mParent.mLongs.size()=1 mSize=7 mTable=[0x0/0x0/0x6cf, 0x2/0x0/0x6ce, 0x4/0x0/0x6d0, 0x14/0x0/0x5d7, 0x16/0x0/0x5d6, 0x17/0x0/0x5d5, 0x18/0x0/0x61e, 0x0/0x0/0x0, 0x0/0x0/0x0] clazz=com.android.internal.app.procstats.DurationsTable}
10-04 19:49:33.344 1433 1600 E SparseMappingTable: java.lang.RuntimeException: Stack trace
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.internal.app.procstats.SparseMappingTable.logOrThrow(SparseMappingTable.java:645)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.internal.app.procstats.SparseMappingTable.access$400(SparseMappingTable.java:46)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.internal.app.procstats.SparseMappingTable$Table.setValue(SparseMappingTable.java:274)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.internal.app.procstats.SparseMappingTable$Table.setValue(SparseMappingTable.java:259)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.internal.app.procstats.DurationsTable.addDuration(DurationsTable.java:49)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.internal.app.procstats.ServiceState.setForeground(ServiceState.java:380)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices.java:1564)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java:1038)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerService.java:15143)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:3174)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2933)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at android.os.Binder.execTransactInternal(Binder.java:1159)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at android.os.Binder.execTransact(Binder.java:1123)
10-04 19:49:33.373 825 4385 W Codec2Client: query -- param skipped: index = 1107298332.
10-04 19:49:33.375 825 4385 W Codec2Client: query -- param skipped: index = 1342179345.
10-04 19:49:33.375 825 4385 W Codec2Client: query -- param skipped: index = 2415921170.
10-04 19:49:33.376 825 4385 E FMQ : grantorIdx must be less than 3
10-04 19:49:33.376 825 4385 E FMQ : grantorIdx must be less than 3
10-04 19:49:33.378 853 1836 E FMQ : grantorIdx must be less than 3
10-04 19:49:33.378 853 1836 E FMQ : grantorIdx must be less than 3
10-04 19:49:33.382 2251 2251 W Dialer : CallList.onCallRemoved - Removing call not previously disconnected DialerCall_2
10-04 19:49:33.387 825 4385 E FMQ : grantorIdx must be less than 3
10-04 19:49:33.387 853 1827 E FMQ : grantorIdx must be less than 3
10-04 19:49:33.396 853 4386 E FMQ : grantorIdx must be less than 3
10-04 19:49:33.397 825 4387 E FMQ : grantorIdx must be less than 3
10-04 19:49:33.413 557 4121 E msm8974_platform: platform_check_backends_match: Invalid snd_device =
10-04 19:49:33.415 557 4121 E soundtrigger: audio_extn_sound_trigger_update_stream_status: invalid input device 0x0, for event 3
10-04 19:49:33.422 0 0 E afe_find_cal: no matching cal_block found
10-04 19:49:33.422 0 0 E : send_afe_cal_type cal_block not found!!
10-04 19:49:33.441 557 4121 E msm8974_platform: platform_set_channel_map: Could not set ctl, error:-22 ch_count:2
10-04 19:49:34.279 825 1829 W AMessage: failed to post message as target looper for handler 0 is gone.
10-04 19:49:34.280 1433 1433 W MediaPlayer: mediaplayer went away with unhandled events
10-04 19:49:34.286 3727 3774 W bt_stack: [WARNING:metrics.cc(594)] LogLinkLayerConnectionEvent: failed to log status 0x0fff, reason 0x0013 from cmd 0x00000406, event 0x0fff, ble_event 0x0fff for 0x0, handle 4, type 0x0fff, error -19
10-04 19:49:34.290 3727 3774 W bt_stack: [WARNING:metrics.cc(594)] LogLinkLayerConnectionEvent: failed to log status 000000, reason 0x0013 from cmd 0x00000406, event 0x000f, ble_event 0x0fff for 0x0, handle 4, type 0x0fff, error -19
10-04 19:49:34.293 602 879 W AudioFlinger: moveEffectChain_l() effect chain for session 0 not on source thread 0x775b561040
10-04 19:49:34.295 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.297 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.299 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.314 3727 3774 W bt_stack: [WARNING:metrics.cc(594)] LogLinkLayerConnectionEvent: failed to log status 000000, reason 0x0016 from cmd 0x000fffff, event 0x0005, ble_event 0x0fff for 0x0, handle 4, type 0x0fff, error -19
10-04 19:49:34.329 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.363 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.415 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.418 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.432 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.468 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.472 602 852 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.524 1433 1433 W Looper : Slow dispatch took 203ms main h=android.app.ActivityThread$H c=android.app.-$$Lambd[email protected]c8267fa m=0
10-04 19:49:34.524 1433 1433 W Looper : Slow delivery took 202ms main h=android.app.ActivityThread$H c=android.app.-$$Lambd[email protected]8192008 m=0
10-04 19:49:34.534 602 877 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.540 602 877 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.544 602 602 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.549 602 602 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.549 602 602 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.562 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.566 1433 1433 W Looper : Drained
10-04 19:49:34.564 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:35.132 1433 1955 W Telecom : InCallAdapter: disconnectCall, unknown call id: [email protected]: ICA.dC(cad)@BGI
10-04 19:49:35.736 2618 2618 W DPMJ : |SERVICE| DPM received unexpected action: android.intent.action.ANY_DATA_STATE
10-04 19:49:36.390 847 1018 E QC-time-services: Receive Passed == base = 12, unit = 1, operation = 0, result = 0
10-04 19:49:36.391 842 864 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection
10-04 19:49:36.399 847 1018 E QC-time-services: Receive Passed == base = 13, unit = 1, operation = 0, result = 0
10-04 19:49:36.400 842 864 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection
10-04 19:49:36.493 2618 2618 W DPMJ : |SERVICE| DPM received unexpected action: android.intent.action.ANY_DATA_STATE
10-04 19:49:36.578 0 0 E ipa-wan rmnet_ipa_set_data_quota_modem: 2651 iface name rmnet_data1, quota 9223372036854775807
10-04 19:49:37.264 557 621 E soundtrigger: audio_extn_sound_trigger_update_stream_status: invalid input device 0x0, for event 2
ALSO, WITH EACH REBOOT I KEEP LOSING MY CONTACTS AS IF THEY WERE WRITTEN INTO RAM. This really frustrates me to unbelievable extent, to import contacts with each reboot, when someone calls me before I do it or I need to make an urgent call I'm screwed.
Hello, just updated the rom with the automatic update system.
Now Google play services crashes on boot. I tried to uninstall them and install them again from the google store in chrome but it doesn't help.
Going to try to reflash gapps maybe or do a clean install if it doesn't work.
Did anyone face the same bug after auto update ?
EDIT : reflashing gapps solved the problem, the update is a Vanilla version, that's maybe the reason why the google services doesn't work after update.
Latest Cherish OS 4.4 A13 available here -
Cherish OS-Vince
)
www.pling.com