Help needed: Settings crashing with logcat information - Nexus 4 Q&A, Help & Troubleshooting

My Nexus 4 is rooted with stock ROM (version 4.4.4) and TWRP. Whenever I select an app under Settings/Apps, it crashes with the following error message:
Unfortunately, Settings has stopped.
Click to expand...
Click to collapse
One thing that might be related to the crashes is the following. I've replaced the original wallpaper with a different picture. Recently I tried to dig out the original wallpaper. So I went to /system/priv-app/Launcher2.apk, and launched Launcher2.apk. That didn't bring up the original wallpaper, but it may have caused the current crashing.
I also pulled out the following logcat that seems to be related to the crash. Can someone kindly help me diagnose what's causing the crash? And how to fix this?
08-22 13:12:43.583 11120 11120 W ResourceType: getEntry failing because entryIndex 129 is beyond type entryCount 4
08-22 13:12:43.673 11120 11120 D AndroidRuntime: Shutting down VM
08-22 13:12:43.683 11120 11120 E AndroidRuntime: FATAL EXCEPTION: main
08-22 13:12:43.683 11120 11120 E AndroidRuntime: Process: com.android.settings, PID: 11120
08-22 13:12:43.683 11120 11120 E AndroidRuntime: java.lang.RuntimeException: Unable to resume activity {com.android.settings/com.android.settings.SubSettings}: java.lang.NullPointerException: target == null
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2774)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2803)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2238)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread.access$800(ActivityThread.java:135)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.os.Looper.loop(Looper.java:136)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5001)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: Caused by: java.lang.NullPointerException: target == null
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.text.RuleBasedCollator.compare(RuleBasedCollator.java:391)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.text.Collator.compare(Collator.java:194)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.widget.AppSecurityPermissions$PermissionGroupInfoComparator.compare(AppSecurityPermissions.java:592)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.widget.AppSecurityPermissions$PermissionGroupInfoComparator.compare(AppSecurityPermissions.java:581)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.util.TimSort.binarySort(TimSort.java:261)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.util.TimSort.sort(TimSort.java:186)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.util.TimSort.sort(TimSort.java:169)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.util.Arrays.sort(Arrays.java:2023)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.util.Collections.sort(Collections.java:1883)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.widget.AppSecurityPermissions.setPermissions(AppSecurityPermissions.java:657)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.widget.AppSecurityPermissions.<init>(AppSecurityPermissions.java:279)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at com.android.settings.applications.InstalledAppDetails.refreshUi(InstalledAppDetails.java:778)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at com.android.settings.applications.InstalledAppDetails.onResume(InstalledAppDetails.java:584)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.Fragment.performResume(Fragment.java:1743)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:924)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
8-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1044)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.FragmentManagerImpl.dispatchResume(FragmentManager.java:1863)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.Activity.performResume(Activity.java:5320)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2764)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: ... 10 more
08-22 13:12:43.683 596 1648 W ActivityManager: Force finishing activity com.android.settings/.SubSettings
08-22 13:12:43.683 596 1648 W ActivityManager: Force finishing activity com.android.settings/.SubSettings
08-22 13:12:44.174 596 617 W ActivityManager: Activity pause timeout for ActivityRecord{65cde598 u0 com.android.settings/.SubSettings t2 f}
08-22 13:12:45.375 11120 11120 I Process : Sending signal. PID: 11120 SIG: 9
08-22 13:12:45.395 596 840 I ActivityManager: Process com.android.settings (pid 11120) has died.
08-22 13:12:45.395 596 2335 I WindowState: WIN DEATH: Window{65a32ac0 u0 com.android.settings/com.android.settings.Settings}
08-22 13:12:45.395 596 653 I WindowState: WIN DEATH: Window{64e577b0 u0 com.android.settings/com.android.settings.SubSettings}
08-22 13:12:45.415 174 174 W art : Could not get current activity
08-22 13:12:45.425 596 840 I ActivityManager: Start proc com.android.settings for activity com.android.settings/.Settings: pid=13387 uid=1000 gids={41000, 1028, 1015, 3002, 3001, 3003}
08-22 13:12:45.475 13387 13387 W art : Failed to find ELF magic in /system/priv-app/Settings.odex: dey
Click to expand...
Click to collapse
In addition, there are some other warnings and errors as shown below, which I don't understand either. Recently I do have problems about location and time for a few Apps. For example, the clock on the Notification Bar keeps drifting off, and a few apps could not find the current location.
08-22 13:12:02.010 184 196 E ANDR-PERF-LOCK: Failed to reset optimization for resource: 4 level: 0
...
08-22 13:12:02.140 2530 2530 W System.err: java.lang.IllegalArgumentException: provider doesn't exist: network
08-22 13:12:02.140 2530 2530 W System.err: at android.os.Parcel.readException(Parcel.java:1469)
08-22 13:12:02.140 2530 2530 W System.err: at android.os.Parcel.readException(Parcel.java:1419)
08-22 13:12:02.140 2530 2530 W System.err: at android.location.ILocationManager$Stub$Proxy.requestLocationUpdates(ILocationManager.java:540)
08-22 13:12:02.140 2530 2530 W System.err: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:860)
08-22 13:12:02.140 2530 2530 W System.err: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:454)
08-22 13:12:02.140 2530 2530 W System.err: at com.droid27.b.a.a(Unknown Source)
08-22 13:12:02.140 2530 2530 W System.err: at com.droid27.transparentclockweather.location.q.b(Unknown Source)
08-22 13:12:02.140 2530 2530 W System.err: at com.droid27.transparentclockweather.ClockService.a(Unknown Source)
08-22 13:12:02.140 2530 2530 W System.err: at com.droid27.transparentclockweather.h.onReceive(Unknown Source)
08-22 13:12:02.140 2530 2530 W System.err: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:759)
08-22 13:12:02.140 2530 2530 W System.err: at android.os.Handler.handleCallback(Handler.java:733)
08-22 13:12:02.140 2530 2530 W System.err: at android.os.Handler.dispatchMessage(Handler.java:95)
08-22 13:12:02.140 2530 2530 W System.err: at android.os.Looper.loop(Looper.java:136)
08-22 13:12:02.140 2530 2530 W System.err: at android.app.ActivityThread.main(ActivityThread.java:5001)
08-22 13:12:02.140 2530 2530 W System.err: at java.lang.reflect.Method.invoke(Native Method)
08-22 13:12:02.140 2530 2530 W System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
08-22 13:12:02.140 2530 2530 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
08-22 13:12:02.150 11260 11260 W ContextImpl: Implicit intents with startService are not safe: Intent { act=com.google.android.music.NETWORK_MONITOR_SERVICE } android.content.ContextWrapper.bindService:517 com.google.android.music.utils.SafeServiceConnection$ServiceConnectionImp.bindService:98 com.google.android.music.utils.SafeServiceConnection.bindService:259
08-22 13:12:02.150 11260 11260 W ContextImpl: Implicit intents with startService are not safe: Intent { act=com.google.android.music.NETWORK_MONITOR_SERVICE } android.content.ContextWrapper.bindService:517 com.google.android.music.utils.SafeServiceConnection$ServiceConnectionImp.bindService:98 com.google.android.music.utils.SafeServiceConnection.bindService:259
08-22 13:12:02.260 243 13222 E mm-camera: sensor_load_chromatix: libchromatix_imx119_preview.so: 30
08-22 13:12:02.270 243 13222 W linker : libmmcamera_faceproc.so has text relocations. This is wasting memory and is a security risk. Please fix.
08-22 13:12:02.280 2924 2924 D k : *************repeatAlarmStartOnlyExpired*****
08-22 13:12:02.280 243 13222 E mm-camera: vfe_ops_init: E
08-22 13:12:02.280 243 13222 E mm-camera: vfe_legacy_stats_buffer_init: AEC_STATS_BUFNUM
08-22 13:12:02.280 243 13222 E mm-camera: vfe_legacy_stats_buffer_init: AEC_STATS_BUFNUM
08-22 13:12:02.290 243 13222 E mm-camera: mctl_init_stats_proc_info: snap_max_line_cnt =25776
08-22 13:12:02.300 176 704 W linker : libmorpho_noise_reduction.so has text relocations. This is wasting memory and is a security risk. Please fix.
08-22 13:12:02.370 176 704 E QCameraHWI: android::status_t android::QCameraHardwareInterface::setPreviewWindow(preview_stream_ops_t*): mPreviewWindow = 0x0xb87db0f8, mStreamDisplay = 0x0xb87d2e70
08-22 13:12:02.370 176 704 D QCameraHWI: android::status_t android::QCameraHardwareInterface::startPreview(): start preview now
08-22 13:12:02.370 176 704 I QCameraHWI: android::status_t android::QCameraHardwareInterface::startPreview2():Setting ZSL mode
08-22 13:12:02.370 243 13222 E mm-camera: config_proc_CAMERA_SET_INFORM_STARTPREVIEW
08-22 13:12:02.370 243 13222 E mm-camera: config_update_stream_info Storing stream parameters for video inst 1 as : width = 640, height 480, format = 1 inst_handle = 810081 cid = 0
08-22 13:12:02.380 243 13222 E mm-camera: config_update_stream_info Storing stream parameters for video inst 3 as : width = 640, height 480, format = 1 inst_handle = 830083 cid = 0
08-22 13:12:02.380 243 13222 E mm-camera: config_update_stream_info Storing stream parameters for video inst 4 as : width = 512, height 384, format = 1 inst_handle = 840084 cid = 0
08-22 13:12:02.390 243 13222 E mm-camera: config_decide_vfe_outputs: Ports Used 3, Op mode 1
08-22 13:12:02.390 243 13222 E mm-camera: config_decide_vfe_outputs Current mode 0 Full size streaming : Disabled
08-22 13:12:02.390 243 13222 E mm-camera: config_decide_vfe_outputs: Primary: 640x480, extra_pad: 0x0, Fmt: 1, Type: 1, Path: 1
08-22 13:12:02.390 243 13222 E mm-camera: config_decide_vfe_outputs: Secondary: 640x480, extra_pad: 0x0, Fmt: 1, Type: 3, Path: 4
08-22 13:12:02.390 243 13222 E mm-camera: config_update_inst_handles Updated the inst handles as 810081, 830083, 0, 0
08-22 13:12:02.440 596 614 E qcom_sensors_hal: hal_process_report_ind: Bad item quality: 11
08-22 13:12:02.510 243 13222 E mm-camera: sensor_load_chromatix: libchromatix_imx119_preview.so: 30
08-22 13:12:02.510 243 13222 E mm-camera: camif_client_set_params: camif has associated with obj mask 0x1
08-22 13:12:02.510 243 13222 E mm-camera: config_v2_CAMERA_START_common CAMIF_PARAMS_ADD_OBJ_ID failed -1
08-22 13:12:02.510 243 13222 E mm-camera: vfe_operation_config: format 3
08-22 13:12:02.510 243 13222 E mm-camera: vfe_operation_config:vfe_op_mode=5
08-22 13:12:02.510 243 13222 E mm-camera: Invalid ASD Set Params Type
08-22 13:12:02.510 243 13222 E mm-camera: vfe_set_bestshot: Bestshot mode not changed
08-22 13:12:02.560 176 13224 E mm-libcamera2: PROFILE HAL: First preview frame received: 1408727522.572874726
08-22 13:12:02.560 176 13224 E QCameraHWI_Preview: processPreviewFrameWithDisplay: buffer to be enqueued is not locked
08-22 13:12:02.630 176 13224 E QCameraHWI_Preview: processPreviewFrameWithDisplay: buffer to be enqueued is not locked
08-22 13:12:02.630 176 13226 E mm-libcamera2: mm_camera_zsl_frame_cmp_and_enq: stream type = 3 and fd = 74, frame 0x3 is dirty and queue back kernel
08-22 13:12:48.979 13387 13387 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1551 android.content.ContextWrapper.bindService:517 com.android.settings.applications.ManageApplications.onCreate:863 android.app.Fragment.performCreate:1678 android.app.FragmentManagerImpl.moveToState:859
08-22 13:12:49.470 13387 13431 W ResourceType: Failure getting entry for 0x7f050000 (t=4 e=0) in package 0 (error -75)
08-22 13:12:49.490 13387 13431 W PackageManager: Failure retrieving text 0x7f050000 in package com.android.keyguard
08-22 13:12:49.490 13387 13431 W PackageManager: android.content.res.Resources$NotFoundException: String resource ID #0x7f050000
08-22 13:12:49.490 13387 13431 W PackageManager: at android.content.res.Resources.getText(Resources.java:244)
08-22 13:12:49.490 13387 13431 W PackageManager: at android.app.ApplicationPackageManager.getText(ApplicationPackageManager.java:994)
08-22 13:12:49.490 13387 13431 W PackageManager: at android.content.pm.PackageItemInfo.loadLabel(PackageItemInfo.java:115)
08-22 13:12:49.490 13387 13431 W PackageManager: at com.android.settings.applications.ApplicationsState$AppEntry.ensureLabel(ApplicationsState.java:134)
08-22 13:12:49.490 13387 13431 W PackageManager: at com.android.settings.applications.ApplicationsState$AppEntry.<init>(ApplicationsState.java:124)
08-22 13:12:49.490 13387 13431 W PackageManager: at com.android.settings.applications.ApplicationsState.getEntryLocked(ApplicationsState.java:832)
08-22 13:12:49.490 13387 13431 W PackageManager: at com.android.settings.applications.ApplicationsState$BackgroundHandler.handleMessage(ApplicationsState.java:971)
08-22 13:12:49.490 13387 13431 W PackageManager: at android.os.Handler.dispatchMessage(Handler.java:102)
08-22 13:12:49.490 13387 13431 W PackageManager: at android.os.Looper.loop(Looper.java:136)
08-22 13:12:49.490 13387 13431 W PackageManager: at android.os.HandlerThread.run(HandlerThread.java:61)
Click to expand...
Click to collapse

Related

help with logcat to fix my looping nexus 7 gen2

I have a boot looping device and I want to fix my data partition without wiping it. I have used twrp to backup my data. I can now wipe data and it boots fine. If I put my data back it loops. Wiping this OS is not really an option for me.
Last thing I did before the boot loop was installed a wake detector.
this is my log during the looping - files is 10 times this size..., this is the only part that would fit. I think the fatal error may have something to do with my issue.
https://pastebin.com/XHaWBeWR
I think this is the problem but not sure how to fix.
01-05 10:31:13.545 1849 1849 E AndroidRuntime: FATAL EXCEPTION: main
01-05 10:31:13.545 1849 1849 E AndroidRuntime: Process: com.google.android.gm, PID: 1849
01-05 10:31:13.545 1849 1849 E AndroidRuntime: java.lang.RuntimeException: Unable to create application com.google.android.gm.MailMigrationApplication: java.lang.RuntimeException: Package manager has died
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4710)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.app.ActivityThread.-wrap1(ActivityThread.java)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1405)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5417)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: Caused by: java.lang.RuntimeException: Package manager has died
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:134)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at dwe.a(SourceFile:12)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at dwe.<init>(SourceFile:3)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at dun.<init>(SourceFile:9)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at dui.a(SourceFile:67)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at eem.onCreate(SourceFile:103)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at com.google.android.gm.MailMigrationApplication.onCreate(SourceFile:2)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1013)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4707)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: ... 8 more
01-05 10:31:13.545 1849 1849 E AndroidRuntime: Caused by: android.os.DeadObjectException
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:503)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:2163)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:129)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: ... 16 more
01-05 10:31:13.546 1849 1849 E AndroidRuntime: Error reporting crash
01-05 10:31:13.546 1849 1849 E AndroidRuntime: android.os.DeadObjectException
01-05 10:31:13.546 1849 1849 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
01-05 10:31:13.546 1849 1849 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:503)
01-05 10:31:13.546 1849 1849 E AndroidRuntime: at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:4427)
01-05 10:31:13.546 1849 1849 E AndroidRuntime: at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:90)
01-05 10:31:13.546 1849 1849 E AndroidRuntime: at iko.uncaughtException(SourceFile:16)
01-05 10:31:13.546 1849 1849 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
01-05 10:31:13.546 1849 1849 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
01-05 10:31:13.546 1849 1849 E AndroidRuntime: at ikp.uncaughtException(SourceFile:15)
01-05 10:31:13.546 1849 1849 I Process : Sending signal. PID: 1849 SIG: 9
01-05 10:31:13.555 1633 2076 W UserManager: Could not get userHandle for user 0
01-05 10:31:13.555 1633 2076 W UserManager: Could not get userHandle for user 0
01-05 10:31:13.569 1663 1683 I ContactDirectoryManager: Discovered 0 contact directories in 2940ms
01-05 10:31:13.571 1663 1683 E AndroidRuntime: FATAL EXCEPTION: ContactsProviderWorker
01-05 10:31:13.571 1663 1683 E AndroidRuntime: Process: android.process.acore, PID: 1663
01-05 10:31:13.571 1663 1683 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke interface method 'android.accounts.Account[] android.accounts.IAccountManager.getAccounts(java.lang.String, java.lang.String)' on a null object reference
01-05 10:31:13.571 1663 1683 E AndroidRuntime: at android.accounts.AccountManager.getAccounts(AccountManager.java:429)
01-05 10:31:13.571 1663 1683 E AndroidRuntime: at com.android.providers.contacts.ContactsProvider2.performBackgroundTask(ContactsProvider2.java:1710)
01-05 10:31:13.571 1663 1683 E AndroidRuntime: at com.android.providers.contacts.ContactsProvider2$1.handleMessage(ContactsProvider2.java:1516)
01-05 10:31:13.571 1663 1683 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
01-05 10:31:13.571 1663 1683 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
01-05 10:31:13.571 1663 1683 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:61)
01-05 10:31:13.572 1663 1683 E AndroidRuntime: Error reporting crash
01-05 10:31:13.572 1663 1683 E AndroidRuntime: android.os.DeadObjectException
01-05 10:31:13.572 1663 1683 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
01-05 10:31:13.572 1663 1683 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:503)
01-05 10:31:13.572 1663 1683 E AndroidRuntime: at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:4427)
01-05 10:31:13.572 1663 1683 E AndroidRuntime: at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:90)
01-05 10:31:13.572 1663 1683 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
01-05 10:31:13.572 1663 1683 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
01-05 10:31:13.572 1663 1683 I Process : Sending signal. PID: 1663 SIG: 9
01-05 10:31:13.585 2090 2090 W System : ClassLoader referenced unknown path: /system/app/GoogleContactsSyncAdapter/lib/arm
01-05 10:31:13.586 2090 2090 D AndroidRuntime: Shutting down VM
01-05 10:31:13.587 2090 2090 E AndroidRuntime: FATAL EXCEPTION: main
01-05 10:31:13.587 2090 2090 E AndroidRuntime: Process: com.google.process.gapps, PID: 2090
01-05 10:31:13.587 2090 2090 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate application android.app.Application: java.lang.IllegalStateException: Unable to get package info for com.google.android.syncadapters.contacts; is system dying?
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.app.LoadedApk.makeApplication(LoadedApk.java:578)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4680)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.app.ActivityThread.-wrap1(ActivityThread.java)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1405)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5417)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: Caused by: java.lang.IllegalStateException: Unable to get package info for com.google.android.syncadapters.contacts; is system dying?
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:420)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.app.LoadedApk.makeApplication(LoadedApk.java:570)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: ... 9 more
01-05 10:31:13.587 2090 2090 E AndroidRuntime: Caused by: android.os.DeadObjectException
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:503)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:2163)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:418)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: ... 10 more
01-05 10:31:13.589 2090 2090 E AndroidRuntime: Error reporting crash
01-05 10:31:13.589 2090 2090 E AndroidRuntime: android.os.DeadObjectException
01-05 10:31:13.589 2090 2090 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
01-05 10:31:13.589 2090 2090 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:503)
01-05 10:31:13.589 2090 2090 E AndroidRuntime: at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:4427)
01-05 10:31:13.589 2090 2090 E AndroidRuntime: at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:90)
01-05 10:31:13.589 2090 2090 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
01-05 10:31:13.589 2090 2090 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
01-05 10:31:13.589 2090 2090 I Process : Sending signal. PID: 2090 SIG: 9
01-05 10:31:13.638 2114 2118 D libEGL : loaded /vendor/lib/egl/libEGL_adreno.so
01-05 10:31:13.639 2114 2118 D libEGL : loaded /vendor/lib/egl/libGLESv1_CM_adreno.so
01-05 10:31:13.660 2114 2118 D libEGL : loaded /vendor/lib/egl/libGLESv2_adreno.so
01-05 10:31:13.670 2114 2118 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 10/21/15, 369a2ea, I96aee987eb
01-05 10:31:13.686 2114 2118 E BootAnimation: couldn't find audio_conf.txt
01-05 10:31:13.722 272 272 I lowmemorykiller: ActivityManager disconnected
01-05 10:31:13.722 272 272 I lowmemorykiller: Closing Activity Manager data connection
01-05 10:31:13.807 1528 1536 E BluetoothMap:
01-05 10:31:13.807 1528 1536 E BluetoothMap: android.os.DeadObjectException
01-05 10:31:13.807 1528 1536 E BluetoothMap: at android.os.BinderProxy.transactNative(Native Method)
01-05 10:31:13.807 1528 1536 E BluetoothMap: at android.os.BinderProxy.transact(Binder.java:503)
01-05 10:31:13.807 1528 1536 E BluetoothMap: at android.bluetooth.IBluetoothManager$Stub$Proxy.unregisterStateChangeCallback(IBluetoothManager.java:269)
01-05 10:31:13.807 1528 1536 E BluetoothMap: at android.bluetooth.BluetoothMap.close(BluetoothMap.java:133)
01-05 10:31:13.807 1528 1536 E BluetoothMap: at android.bluetooth.BluetoothMap.finalize(BluetoothMap.java:117)
01-05 10:31:13.807 1528 1536 E BluetoothMap: at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:202)
01-05 10:31:13.807 1528 1536 E BluetoothMap: at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:185)
01-05 10:31:13.807 1528 1536 E BluetoothMap: at java.lang.Thread.run(Thread.java:818)
01-05 10:31:14.185 1884 2053 V fb-UnpackingSoSource: regenerating DSO store X.00E
01-05 10:31:14.186 1884 2053 V fb-UnpackingSoSource: not releasing dso store lock for /data/user/0/com.facebook.katana/lib-assets (syncer thread started)
01-05 10:31:14.188 1884 2125 V fb-UnpackingSoSource: starting syncer worker
01-05 10:31:14.195 1884 2053 V fb-UnpackingSoSource: locked dso store /data/user/0/com.facebook.katana/lib-xzs
01-05 10:31:14.203 1884 2053 V fb-UnpackingSoSource: deps mismatch on deps store: regenerating
01-05 10:31:14.203 1884 2053 V fb-UnpackingSoSource: so store dirty: regenerating
01-05 10:31:14.212 1884 2125 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/com.facebook.katana/lib-assets (from syncer thread)
01-05 10:31:14.553 1884 2053 V XZ : XZ native library initialized.
01-05 10:31:14.554 1884 2053 V fb-UnpackingSoSource: regenerating DSO store X.00F
01-05 10:31:14.562 1884 2053 I fb-UnpackingSoSource: extracting DSO libcoldstart.so
Click to expand...
Click to collapse

Touchscreen update *#2663# crashes

Hi,
I changed my screen a few days ago and I the touchscreen stopped responding. I am pretty sure this is a software problem. Even after a full wipe and a cache wipe, I cannot access the *#2663# menu to update the touchscreen firmware. I get a grey screen which closes itself after 3secs and on the following tries, I get a popup that says : "devicekeystring keeps stopping".
Any idea on how to fix this ?
Thanks !
Check the logs(logcat) to see why its crashing, all the signs point to HW failure, the device isnt even able to communicate with the touch controller (hence why the firmware udpater is crashing)
However, logcat will confirm that
Good luck
Thanks for your answer. I did not think about the logs.
Here's what's happening when typing *#2663# :
Code:
11-24 21:34:19.419 3328 3328 E AndroidRuntime: FATAL EXCEPTION: main
11-24 21:34:19.419 3328 3328 E AndroidRuntime: Process: android.uid.system, PID: 3328
11-24 21:34:19.419 3328 3328 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sec.android.app.factorykeystring/com.sec.android.app.status.touch_firmware}: java.lang.NullPointerException: Attempt to invoke virtual method 'void java.io.BufferedWriter.close()' on a null object reference
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3113)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3256)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1947)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7037)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:965)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void java.io.BufferedWriter.close()' on a null object reference
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at com.sec.android.app.status.touch_firmware.writeCmd(touch_firmware.java:1506)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at com.sec.android.app.status.touch_firmware.readCmdResult(touch_firmware.java:1661)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at com.sec.android.app.status.touch_firmware.readThreshold_melfas(touch_firmware.java:1864)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at com.sec.android.app.status.touch_firmware.updateText(touch_firmware.java:912)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at com.sec.android.app.status.touch_firmware.init(touch_firmware.java:902)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at com.sec.android.app.status.touch_firmware.onCreate(touch_firmware.java:339)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7327)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7318)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1271)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3093)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: ... 11 more

Bootloop rooted Oneplus5 with Oxygen stock rom.

Hey forum, long time no see...
I have came back facing a problem with my OnePlus 5 running stock rom with ROOT.
I had to turn it off to replace the screen-protector but turning it back on was no dice.
A bootloop is happening where I see the screen to enter my PIN/password for 1 second after that the OS only reboots.
That means that I see the two dots and the white circle in red and not the boot-loader warning.
I have installed the latest TWRP on so I cleared dalvik and cache but that did not work either
I thought it might be magisk but uninstalling and/or reinstalling it did not fix the problem.
I have managed to authorize adb using TWEP recovery and pulled the logcat during the boot.
I hope the someone can help me debug this, there is some data in apps that need te recovert before doing a full wipe.
Code:
--------- beginning of crash
07-01 21:32:38.393 3572 3572 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 3572 (init), pid 3572 (init)
07-01 21:32:38.434 3572 3572 F libc : crash_dump helper failed to exec
07-01 21:32:38.461 1493 1493 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:32:38.461 1493 1493 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:32:38.580 3222 3222 E AndroidRuntime: FATAL EXCEPTION: main
07-01 21:32:38.580 3222 3222 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 3222
07-01 21:32:38.580 3222 3222 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
07-01 21:32:53.657 5246 5246 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 5246 (init), pid 5246 (init)
07-01 21:32:53.681 5246 5246 F libc : crash_dump helper failed to exec
07-01 21:32:53.724 3934 3934 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:32:53.724 3934 3934 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:33:08.878 6891 6891 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 6891 (init), pid 6891 (init)
07-01 21:33:08.940 6891 6891 F libc : crash_dump helper failed to exec
07-01 21:33:08.957 5597 5597 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:33:08.957 5597 5597 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:33:24.095 8546 8546 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 8546 (init), pid 8546 (init)
07-01 21:33:24.130 8546 8546 F libc : crash_dump helper failed to exec
07-01 21:33:24.157 7270 7270 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:33:24.157 7270 7270 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:33:24.291 8249 8249 E AndroidRuntime: FATAL EXCEPTION: main
07-01 21:33:24.291 8249 8249 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 8249
07-01 21:33:24.291 8249 8249 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
07-01 21:33:39.289 10285 10285 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 10285 (init), pid 10285 (init)
07-01 21:33:39.341 10285 10285 F libc : crash_dump helper failed to exec
07-01 21:33:39.382 8917 8917 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:33:39.382 8917 8917 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:33:54.474 11959 11959 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 11959 (init), pid 11959 (init)
07-01 21:33:54.524 11959 11959 F libc : crash_dump helper failed to exec
07-01 21:33:54.551 10651 10651 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:33:54.551 10651 10651 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:33:54.662 11661 11661 E AndroidRuntime: FATAL EXCEPTION: main
07-01 21:33:54.662 11661 11661 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 11661
07-01 21:33:54.662 11661 11661 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
07-01 21:34:09.646 13627 13627 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 13627 (init), pid 13627 (init)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:34:09.697 12319 12319 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:34:09.698 13627 13627 F libc : crash_dump helper failed to exe
c

[APP] Need testing for AmazTimer app on Full Android Watches

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?

[ROM][OFFICIAL][11] Cherish OS V2.9 [07/09/2021]

{
"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

Categories

Resources