[Resolved] MIUI10 "Still can't connect to camera. Try restarting" but works in 2nd space - General Questions and Answers

MIUI10 "Still can't connect to camera. Try restarting" but works in 2nd space
Xiaomi K20 Pro with root.
Builtin camera app doesn't work in the first space/profile but when I switch to second space, it works. All third party camera apps like GCam and Signal work in the first space.
I've tried:
- disabling then re-enabling all camera app permissions,
- clearing the camera app cache and data, then rebooting,
- clearing dalvik cache and rebooting,
- copying all files from the second space camera profile in /data/user/10/com.android.camera to /data/data/com.android.camera
- checking all permissions for the above directories match
Some snippets from adb shell logcat
01-27 14:16:31.647 8218 8296 D CAM_Camera2DataContaine: All available camera ids: [0, 1, 20, 21, 60, 61, 62, 63, 100, 101, 120]
01-27 14:16:31.668 8218 8218 I CAM_PermissionManager: CheckCameraPermissions(), all on
01-27 14:16:31.685 8218 8296 D CAM_Camera2DataContaine: ====================================================================
01-27 14:16:31.685 8218 8296 D CAM_Camera2DataContaine: BACK: [main, aux, sat, bokeh, virtual, infrared] = [0, 20, 60, 61, 62, 100]
01-27 14:16:31.685 8218 8296 D CAM_Camera2DataContaine: FRONT: [main, aux, sat, bokeh, virtual, infrared] = [1, 101, -1, -1, -1, -1]
01-27 14:16:31.685 8218 8296 D CAM_Camera2DataContaine: ====================================================================
01-27 14:16:31.685 8218 8296 D CAM_Camera2DataContaine: X: init()
01-27 14:16:31.687 8218 8304 V CAM_CameraUtil: execCommand value=33505 cost=32
01-27 14:16:31.688 8218 8296 D CAM_Camera2DataContaine: getActualOpenCameraId: mode=a3, id=0->120
01-27 14:16:31.690 8218 8296 D CAM_Camera2OpenManager: openCamera: pendingOpenId = 120, mPendingCameraId = -1, currentMode = 163, mCurrentModule = 160, forceClose = true
01-27 14:16:31.690 8218 8296 D CAM_Camera2OpenManager: abandonOpenObservableIfExists: E
01-27 14:16:31.691 8218 8296 D CAM_Camera2OpenManager: abandonOpenObservableIfExists: start mCameraResultEmitter = DISPOSED
01-27 14:16:31.691 8218 8296 D CAM_Camera2OpenManager: abandonOpenObservableIfExists: X
01-27 14:16:31.692 8218 8355 D CAM_Camera2OpenManager: open start
01-27 14:16:31.692 8218 8296 I CAM_PermissionManager: getNeedCheckPermissionList() listSize =0
01-27 14:16:31.692 8218 8296 I CAM_PermissionManager: CheckCameraPermissions(), all on
01-27 14:16:31.693 1158 3840 I CameraService: CameraService::connect call (PID -1 "com.android.camera", camera ID 120) for HAL version default and Camera API version 2
01-27 14:16:31.693 8218 8296 D CAM_Camera2DataContaine: getActualOpenCameraId: mode=a3, id=0->120
01-27 14:16:31.693 8218 8296 D CAM_Camera2OpenManager: openCamera: pendingOpenId = 120, mPendingCameraId = 120, currentMode = 163, mCurrentModule = 163, forceClose = false
01-27 14:16:31.693 1158 3840 I Camera2ClientBase: Camera 120: Opened. Client: com.android.camera (PID 8218, UID 10076)
01-27 14:16:31.693 1158 3840 I CameraDeviceClient: CameraDeviceClient 120: Opened
01-27 14:16:31.694 1158 3840 I CameraService: Camera 120: Access for "com.android.camera" has been restricted
01-27 14:16:31.695 1158 3840 E CameraService: connectHelper: Could not initialize client from HAL.
01-27 14:16:31.695 1158 3840 I Camera3-Device: disconnectImpl: E
01-27 14:16:31.695 1158 3840 E CameraService: unregisterMonitorUid: Trying to unregister uid: 10076 which is not monitored!
01-27 14:16:31.695 1158 3840 I CameraService: disconnect: Disconnected client for camera 120 for PID 8218
01-27 14:16:31.695 2011 4110 D PopupCameraManagerService: notifyCameraStatus cameraId 120 status : 0 clientPackageName com.android.camera
01-27 14:16:31.695 1158 3840 I Camera2ClientBase: Closed Camera 120. Client was: com.android.camera (PID 8218, UID 10076)
01-27 14:16:31.695 1158 3840 I Camera3-Device: disconnectImpl: E
01-27 14:16:31.695 8218 8355 W System.err: android.hardware.camera2.CameraAccessException: CAMERA_DISABLED (1): connectHelper:1534: Camera "120" disabled by policy
01-27 14:16:31.695 8218 8355 W System.err: at android.hardware.camera2.CameraManager.throwAsPublicException(Unknown Source:52)
01-27 14:16:31.695 8218 8355 W System.err: at android.hardware.camera2.CameraManager.openCameraDeviceUserAsync(Unknown Source:210)
01-27 14:16:31.695 8218 8355 W System.err: at android.hardware.camera2.CameraManager.openCameraForUid(Unknown Source:8)
01-27 14:16:31.695 8218 8355 W System.err: at android.hardware.camera2.CameraManager.openCamera(Unknown Source:5)
01-27 14:16:31.695 8218 8355 W System.err: at com.android.camera.module.loader.camera2.Camera2OpenManager.onMessage(Unknown Source:384)
01-27 14:16:31.695 8218 8355 W System.err: at com.android.camera.module.loader.camera2.Camera2OpenManager.access$000(Unknown Source:0)
01-27 14:16:31.697 8218 8355 W System.err: at com.android.camera.module.loader.camera2.Camera2OpenManager$1.handleMessage(Unknown Source:2)
01-27 14:16:31.697 8218 8355 W System.err: at android.os.Handler.dispatchMessage(Unknown Source:19)
01-27 14:16:31.697 8218 8355 W System.err: at android.os.Looper.loop(Unknown Source:233)
01-27 14:16:31.697 8218 8355 W System.err: at android.os.HandlerThread.run(Unknown Source:28)
01-27 14:16:31.697 8218 8355 W System.err: Caused by: android.os.ServiceSpecificException: connectHelper:1534: Camera "120" disabled by policy (code 6)
01-27 14:16:31.697 8218 8355 W System.err: at android.os.Parcel.createException(Unknown Source:82)
01-27 14:16:31.697 8218 8355 W System.err: at android.os.Parcel.readException(Unknown Source:11)
01-27 14:16:31.697 8218 8355 W System.err: at android.os.Parcel.readException(Unknown Source:10)
01-27 14:16:31.697 8218 8355 W System.err: at android.hardware.ICameraService$Stub$Proxy.connectDevice(Unknown Source:64)
01-27 14:16:31.697 8218 8355 W System.err: at android.hardware.camera2.CameraManager.openCameraDeviceUserAsync(Unknown Source:64)
Even though the logs says it's disabled by policy, the phone has no managed policies, it's a standalone device.
Anyone got ideas what to check next or how to fix it?

Fixed.
Root required, using Total Commander, I moved the directory and contents of /system/priv-app/MIUICamera/* to /data/media/0 (just to get it out of the system apps directory), rebooted the phone so it uninstalls the camera app, then moved the above directory back to the original location and rebooted so android reinstalls the camera app.
Hope it helps someone one day.

Related

Sony Android TV "Settings"

Hi,
I'd like to influence the settings of my Android TV (at the moment mainly the Display settings like brightness, black level,...).
I've looked in
https://developer.sony.com/develop/tvs/android-tv
https://developer.android.com/training/tv
but couldn't find any useful information.
Seeing as they're settings, I've retrieved the content of
/data/data/com.android.providers.settings​via backup (my TV is not rooted) and looked at the settings in the hope that they might have been extended to contain specific TV settings. Unfortunately, that seems to not be the case.
The only settings remotely interesting are
screen_brightness​screen_brightness_mode​which correspond to
https://developer.android.com/reference/android/provider/Settings.System.html#SCREEN_BRIGHTNESS
https://developer.android.com/reference/android/provider/Settings.System.html#SCREEN_BRIGHTNESS_MODE
Nothings specific to the TV.
A browse through
https://android.googlesource.com/pl...-release/Settings/src/com/android/tv/settings
didn't enlighten me either.
The process list yields a few interesting processes that might handle settings, like
com.sony.dtv.configsettings​com.sony.dtv.seconddispsetting​but I haven't found any information on those in the net.
Does anyone here have any pointers on how to access (Sony) TV settings?
Any help would be appreciated.
Did you have any success yet?
I try to turn of the screen (picture) by using an intent. This is what I get from logcat:
Code:
01-23 23:56:04.386 1592 1614 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:763 com.android.server.power.PowerManagerService.handleSonyUserActivity:1697 com.android.server.power.PowerManagerService.-wrap19:-1 com.android.server.power.PowerManagerService$PowerManagerHandler.handleMessage:2981 android.os.Handler.dispatchMessage:102
01-23 23:56:04.387 1592 2258 D PowerManagerService: startUserActivityTimeoutTimer, isTimerOn=false
01-23 23:56:04.390 2927 2927 D IdleTvStandByReceiver: ACTION_USER_ACTIVITY_ACTIVE received
01-23 23:56:04.391 2927 2927 D IdleTvStandByService: onStartCommand()-- Intent: Intent { cmp=com.sony.dtv.timers/.idletvstandby.IdleTvStandByService (has extras) }
01-23 23:56:04.393 2927 2927 D IdleTvStandByService: isRestrictedProfile: false
01-23 23:56:04.393 2927 2927 D IdleTvStandByService: Normal profile mode.
01-23 23:56:04.393 2927 2927 D IdleTvStandByService: Initially invoking to provider to get value :4
01-23 23:56:04.393 2927 2927 D IdleTvStandByService: Time interval selected in Menu Tree : 4
01-23 23:56:04.393 2927 2927 D IdleTvStandByService: IdleTvStandByService set Time to : 4
01-23 23:56:04.393 2927 2927 D IdleTvStandByService: Time t1 : 10---- Time t2: 5
01-23 23:56:04.393 2927 2927 D IdleTvStandByService: stopIdleStandByMessageService
01-23 23:56:04.396 4023 4023 D DirectSettingReceiver: Intent Action>>com.sony.dtv.intent.action.UNKNOWN_BUTTON
01-23 23:56:04.396 4023 4023 D DirectSettingReceiver: ScanCode>>608
01-23 23:56:04.396 4023 4023 D DirectSettingReceiver: flag>>0
01-23 23:56:04.396 4023 4023 D PIC : ACTION_DOWN
01-23 23:56:04.396 4023 4023 D PIC : IN PIC OFF
01-23 23:56:04.396 4023 4023 D PIC : PictureOffModeService isServiceRunning: false
01-23 23:56:04.396 4023 4023 D PIC : service is running
01-23 23:56:04.396 4023 4023 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1221 android.content.ContextWrapper.startService:581 android.content.ContextWrapper.startService:581 com.sony.dtv.configsettings.directsettings.DirectSettingReceiver.onReceive:58 android.app.ActivityThread.handleReceiver:2725
01-23 23:56:04.399 1592 2342 D Lights : set_light_backlight: call a_mtktvapi_config_set_value(CFG_ANDROID_BACK_LIGHT, brightness = 227, CFGF_SET_VALUE | CFGF_UPDATE_VALUE).
01-23 23:56:04.401 1592 2342 D Lights : set_light_backlight: return err = 0
01-23 23:56:04.409 4023 4023 I PicOffView: PicOffView()
01-23 23:56:04.411 4023 4023 I Pic : picoff service start
01-23 23:56:04.411 4023 4023 I PicOffView: startDisplay()
01-23 23:56:04.411 4023 4023 I PicOffView: getWindowParams()
So I tried some commands such as the following without success:
am broadcast -a android.intent.action.ACTION_USER_ACTIVITY_ACTIVE -n com.sony.dtv.timers/.idletvstandby.IdleTvStandByService -e ScanCode 608 -e flag 0

XT1039 lag and cant wake up bot adb work

i have problem. I cant use my phone becouse its freeze. Rom is Identity Crisis 6 LTE variant deviant with kaminari. Any help?
Code:
09-16 20:30:04.845 3632 3942 W bt_l2cap: L2CA_SetDesireRole() new:x1, disallow_switch:0
09-16 20:30:04.845 3632 3942 D bt_btm_pm: btm_pm_snd_md_req switching from SNIFF to ACTIVE.
09-16 20:30:04.845 3632 3942 W bt_l2cap: L2CA_SetDesireRole() new:x1, disallow_switch:0
09-16 20:30:04.892 6046 6046 I art : Rejecting re-init on previously-failed class java.lang.Class<android.support.v4.app.JobIntentService$JobServiceEngineImpl>
09-16 20:30:04.893 6046 6046 I art : Rejecting re-init on previously-failed class java.lang.Class<android.support.v4.app.JobIntentService$JobServiceEngineImpl>
09-16 20:30:04.973 2043 3032 I ActivityManager: Start proc 6169:com.popularapp.periodcalendar/u0a97 for broadcast com.popularapp.periodcalendar/.BootReceiver
09-16 20:30:05.117 3632 3942 D bt_btm_pm: btm_pm_proc_mode_change switched from UNKNOWN to ACTIVE.
09-16 20:30:05.129 2043 3299 I ActivityManager: Killing 5334:com.google.android.deskclock/u0a45 (adj 15): empty #7
09-16 20:30:05.145 415 2164 D NuPlayerDriver: reset(0xb8a512e0)
09-16 20:30:05.145 415 2164 D NuPlayerDriver: notifyListener_l(0xb8a512e0), (8, 0, 0)
09-16 20:30:05.146 415 5393 D NuPlayerDriver: notifyResetComplete(0xb8a512e0)
09-16 20:30:05.380 6169 6169 D libcrashlytics: Initializing libcrashlytics version 1.1.5
09-16 20:30:05.380 6169 6169 D libcrashlytics: Attempting to load unwinder...
09-16 20:30:05.431 6169 6169 D libcrashlytics: Done; using libunwind
09-16 20:30:05.432 6169 6169 D libcrashlytics: Attempting to register signal handler...
09-16 20:30:05.434 6169 6169 D libcrashlytics: Signal handler registered.
09-16 20:30:05.434 6169 6169 D libcrashlytics: Initializing native crash handling successful.
09-16 20:30:05.447 6169 6169 I CrashlyticsCore: Initializing Crashlytics 2.3.14.151
09-16 20:30:05.545 3286 3411 D tmessages: send request [email protected] with token = 6
09-16 20:30:05.545 3286 4023 D tgnet : send request 0xb8066670 - 14TL_api_request
09-16 20:30:05.545 3286 4023 D tgnet : send request wrapped 0xb8066670 - 14TL_api_request
09-16 20:30:05.545 3286 4023 D tgnet : connection(0xb7f95830, dc4, type 1) send message (session: 0x2292ce1bc7b0c88, seqno: 13, messageid: 0x59bd6dad8b852000): 14TL_api_request(0xb8066670)
09-16 20:30:05.560 3286 3411 D tmessages: send request [email protected] with token = 7
09-16 20:30:05.560 3286 4023 D tgnet : send request 0xb8003c48 - 14TL_api_request
09-16 20:30:05.563 3286 4023 D tgnet : send request wrapped 0xb8003c48 - 14TL_api_request
09-16 20:30:05.563 3286 4023 D tgnet : connection(0xb7f95830, dc4, type 1) send message (session: 0x2292ce1bc7b0c88, seqno: 15, messageid: 0x59bd6dad9020c400): 14TL_api_request(0xb8003c48)
09-16 20:30:05.685 6169 6169 I System.out: ====1970-01-01 01:00:00 +0100
09-16 20:30:05.687 6169 6169 I System.out: ====1970-01-01 01:00:00 +0100
09-16 20:30:05.697 6169 6169 I System.out: ====1970-01-01 01:00:00 +0100
09-16 20:30:05.699 6169 6169 I System.out: ====1970-01-01 01:00:00 +0100
09-16 20:30:05.707 3286 4023 E tgnet : connection(0xb7f95830, dc4, type 1) received message len 88 but packet larger 1227
09-16 20:30:05.753 3286 4023 D tgnet : connection(0xb7f95830, dc4, type 1) received object 11TL_msgs_ack
09-16 20:30:05.753 3286 4023 E tgnet : connection(0xb7f95830, dc4, type 1) received packet size less(1135) then message size(2216)
09-16 20:30:05.753 3286 4023 E tgnet : connection(0xb7f95830, dc4, type 1) received message len 2216 equal to packet size
09-16 20:30:05.753 3286 4023 D tgnet : not found request to parse constructor 0x74ae4240
09-16 20:30:05.754 3286 4023 D tmessages: java received [email protected]
09-16 20:30:05.754 3286 4023 E tgnet : connection(0xb7f95830, dc4, type 1) received message len 456 but packet larger 1012
09-16 20:30:05.754 3286 4023 D tgnet : connection(0xb7f95830, dc4, type 1) received object 16TL_msg_container
09-16 20:30:05.754 3286 4023 D tgnet : connection(0xb7f95830, dc4, type 1) received rpc_result with 14TL_gzip_packed
09-16 20:30:05.755 3286 4023 D tgnet : got response for request 0xb8066670 - 14TL_api_request
09-16 20:30:05.755 3286 4023 D tgnet : api request constructor 0x99262e37, don't parse
09-16 20:30:05.792 3286 4023 D tmessages: java received [email protected] error = null
09-16 20:30:05.792 3286 4023 D tgnet : connection(0xb7f95830, dc4, type 1) send message (session: 0x2292ce1bc7b0c88, seqno: 16, messageid: 0x59bd6dadcac08400): 11TL_msgs_ack(0xb7f3dc68)
09-16 20:30:05.792 3286 4023 E tgnet : connection(0xb7f95830, dc4, type 1) received message len 552 equal to packet size
09-16 20:30:05.793 3286 4023 D tgnet : connection(0xb7f95830, dc4, type 1) received object 13TL_rpc_result
09-16 20:30:05.793 3286 4023 D tgnet : connection(0xb7f95830, dc4, type 1) received rpc_result with 14TL_gzip_packed
09-16 20:30:05.793 3286 4023 D tgnet : got response for request 0xb8003c48 - 14TL_api_request
09-16 20:30:05.793 3286 4023 D tgnet : api request constructor 0x99262e37, don't parse
09-16 20:30:05.793 3286 4023 D tmessages: java received [email protected] error = null
09-16 20:30:05.793 3286 4023 D tgnet : connection(0xb7f95830, dc4, type 1) send message (session: 0x2292ce1bc7b0c88, seqno: 16, messageid: 0x59bd6dadcb020c00): 11TL_msgs_ack(0xb8003c38)
09-16 20:30:05.830 6169 6169 E Widget service: start.....
09-16 20:30:05.830 2043 2043 V AlarmManager: done {56703c5, *alarm*:android.content.jobscheduler.JOB_DELAY_EXPIRED} [37905ms]
09-16 20:30:05.853 6169 6169 E Widget service: stop.....
09-16 20:30:05.913 6169 6389 E period_countdown: 17
09-16 20:30:05.913 6169 6389 E ovulation_countdown: 3
09-16 20:30:05.913 6169 6389 E fertile_countdown: 26
09-16 20:30:05.916 2043 3228 I ActivityManager: Killing 5414:com.google.android.calendar/u0a42 (adj 15): empty #7
09-16 20:30:06.097 3014 3420 I WearablePkgInstaller: Fingerprint & Status matches, not requesting installs for com.google.android.deskclock
09-16 20:30:06.110 2665 2954 D MotoNetwCtrlr: onReceive: intent=Intent { act=android.net.wifi.RSSI_CHANGED flg=0x4000010 (has extras) }
09-16 20:30:06.110 2665 2954 I MotoNetwCtrlr.MotoWifiSignalCtrlr: handleBroadcast: Entered: Intent=Intent { act=android.net.wifi.RSSI_CHANGED flg=0x4000010 (has extras) } Action=android.net.wifi.RSSI_CHANGED
09-16 20:30:06.146 2043 3481 I ActivityManager: Start proc 6426:com.android.cellbroadcastreceiver/u0a5 for broadcast com.android.cellbroadcastreceiver/.CellBroadcastReceiver
09-16 20:30:06.229 6426 6426 W System : ClassLoader referenced unknown path: /system/priv-app/CellBroadcastReceiver/lib/arm
09-16 20:30:06.277 2043 3779 I ActivityManager: Start proc 6460:com.android.settings/1000 for broadcast com.android.settings/.sim.SimSelectNotification
09-16 20:30:06.311 2043 2115 W BroadcastQueue: Permission Denial: receiving Intent { act=android.cellbroadcastreceiver.CB_AREA_INFO_RECEIVED flg=0x10 (has extras) } to ProcessRecord{a047fb2 2665:com.android.systemui/u0a31} (pid=2665, uid=10031) requires android.permission.READ_PHONE_STATE due to sender com.android.cellbroadcastreceiver (uid 10005)
09-16 20:30:06.320 2665 2954 I MotoNetwCtrlr: mCBInfoReceiver: onReceive: Intent { act=android.cellbroadcastreceiver.CB_AREA_INFO_RECEIVED flg=0x10 (has extras) } action=android.cellbroadcastreceiver.CB_AREA_INFO_RECEIVED
09-16 20:30:06.328 2043 2626 I ActivityManager: Killing 5474:com.android.providers.calendar/u0a2 (adj 15): empty #7
09-16 20:30:06.382 401 6465 D libc : retrying_select2 timeout
09-16 20:30:06.382 401 6465 D libc : dns server used:8.8.8.8
09-16 20:30:06.454 3286 3442 D tmessages: start loading file to temp = /storage/emulated/0/Android/data/org.telegram.messenger.beta/cache/435507708_8948.temp final = /storage/emulated/0/Telegram/Telegram Images/435507708_8948.jpg
09-16 20:30:06.508 6460 6460 W System : ClassLoader referenced unknown path: /system/priv-app/Settings/lib/arm
09-16 20:30:06.545 2043 3481 I ActivityManager: Killing 6030:com.motorola.context/u0a68 (adj 15): empty #7
09-16 20:30:06.595 3286 3411 E tmessages: need get diff because of min channel 1001142398
09-16 20:30:06.596 3286 3411 E tmessages: start getDifference with date = 1505586580 pts = 395254 seq = 63
09-16 20:30:06.623 3286 3411 D tmessages: process update [email protected]
09-16 20:30:06.711 3014 3420 I WearablePkgInstaller: Fingerprint & Status matches, not requesting installs for com.google.android.keep
09-16 20:30:06.841 3014 3420 I WearablePkgInstaller: Fingerprint & Status matches, not requesting installs for com.apalon.weatherlive
09-16 20:30:06.863 2043 2115 I ActivityManager: Waited long enough for: ServiceRecord{a4a75df u0 com.facebook.lite/com.facebook.rti.push.service.FbnsService}
09-16 20:30:06.931 2043 2580 D WifiStateMachine: starting scan for "NetiaSpot-0000"WPA_PSK with 2467
09-16 20:30:06.948 6426 6426 D CellBroadcastReceiver: subscriptionId = -2
09-16 20:30:07.010 3173 3173 E ReflectionService: Message dropped: the service handler is null.
09-16 20:30:07.071 832 898 D TCMD : NL - Read 56 bytes from update socket.
09-16 20:30:07.071 832 898 D TCMD : NL - message type is RTM_NEWLINK
09-16 20:30:07.071 832 898 D TCMD : Listening for incoming client connection request
09-16 20:30:07.148 3632 3942 D bt_btm_pm: btm_pm_proc_mode_change switched from ACTIVE to SNIFF.
09-16 20:30:07.236 3014 3420 I WearablePkgInstaller: Fingerprint & Status matches, not requesting installs for com.superthomaslab.rootessentials
09-16 20:30:07.800 3286 4023 D tgnet : time for push ping
09-16 20:30:08.108 3632 3942 D bt_btm_pm: btm_pm_proc_mode_change switched from SNIFF to ACTIVE.
09-16 20:30:08.111 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:30:08.150 3632 3942 W bt_l2cap: L2CA_SetDesireRole() new:x1, disallow_switch:0
09-16 20:30:08.152 2043 3441 I ActivityManager: Start proc 6613:android.process.acore/u0a3 for broadcast com.android.providers.contacts/.PhoneAccountRegistrationReceiver
09-16 20:30:08.181 3632 3942 W bt_l2cap: L2CA_SetDesireRole() new:x1, disallow_switch:0
09-16 20:30:08.224 6613 6613 W System : ClassLoader referenced unknown path: /system/priv-app/ContactsProvider/lib/arm
09-16 20:30:08.286 6613 6613 W System : ClassLoader referenced unknown path: /system/app/UserDictionaryProvider/lib/arm
09-16 20:30:08.326 2665 2954 I MotoNetwCtrlr: mCBEnableReceiver.onReceive: onReceive: Intent { act=com.motorola.cellbroadcastreceiver.CB_INFO_ON_SYSTEMUI flg=0x10 (has extras) } action=com.motorola.cellbroadcastreceiver.CB_INFO_ON_SYSTEMUI
09-16 20:30:08.326 2665 2954 I NetworkController: Mobile signal controller handleBroadcast: Intent=Intent { act=com.motorola.cellbroadcastreceiver.CB_INFO_ON_SYSTEMUI flg=0x10 (has extras) } Action=com.motorola.cellbroadcastreceiver.CB_INFO_ON_SYSTEMUI
09-16 20:30:08.327 2665 2954 I NetworkController: mCBEnableReceiver: onReceive: mIsCellBroadcastActive=false
09-16 20:30:08.330 2665 2954 I MotoNetwCtrlr: mCBInfoReceiver: onReceive: Intent { act=android.cellbroadcastreceiver.CB_AREA_INFO_RECEIVED flg=0x10 (has extras) } action=android.cellbroadcastreceiver.CB_AREA_INFO_RECEIVED
09-16 20:30:08.331 2043 2115 W BroadcastQueue: Permission Denial: receiving Intent { act=android.cellbroadcastreceiver.CB_AREA_INFO_RECEIVED flg=0x10 (has extras) } to ProcessRecord{a047fb2 2665:com.android.systemui/u0a31} (pid=2665, uid=10031) requires android.permission.READ_PHONE_STATE due to sender com.android.cellbroadcastreceiver (uid 10005)
09-16 20:30:08.340 6426 6426 D CellBroadcastReceiver: subscriptionId = -2
09-16 20:30:08.370 2043 4076 I ActivityManager: Start proc 6635:com.google.android.calendar/u0a42 for broadcast com.google.android.calendar/.alerts.AlertReceiver
09-16 20:30:08.449 6635 6635 W System : ClassLoader referenced unknown path: /data/app/com.google.android.calendar-1/lib/arm
09-16 20:30:08.812 2665 2954 I NetworkController.MotorolaMobileSignalController(1): MotorolaMobilePhoneStateListener.onSignalStrengthsChanged: Entered: signalStrength=SignalStrength: 99 0 -120 -160 -120 -1 -1 18 -101 -7 138 2147483647 2147483647 gsm|lte level=3
09-16 20:30:09.112 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:30:09.671 2665 2954 D MotoNetwCtrlr: onReceive: intent=Intent { act=android.net.wifi.RSSI_CHANGED flg=0x4000010 (has extras) }
09-16 20:30:09.672 2665 2954 I MotoNetwCtrlr.MotoWifiSignalCtrlr: handleBroadcast: Entered: Intent=Intent { act=android.net.wifi.RSSI_CHANGED flg=0x4000010 (has extras) } Action=android.net.wifi.RSSI_CHANGED
09-16 20:30:10.112 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:30:10.172 424 603 I ThermalEngine: Sensor:batt_therm:34100 mC
09-16 20:30:10.209 3632 3942 D bt_btm_pm: btm_pm_proc_mode_change switched from ACTIVE to SNIFF.
09-16 20:30:11.112 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:30:12.112 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:30:13.112 453 453 W Atfwd_Sendcmd: AtCmdFwd service not published, waiting... retryCnt : 5
09-16 20:30:13.932 2665 2954 I NetworkController.MotorolaMobileSignalController(1): MotorolaMobilePhoneStateListener.onSignalStrengthsChanged: Entered: signalStrength=SignalStrength: 99 0 -120 -160 -120 -1 -1 18 -101 -7 162 2147483647 2147483647 gsm|lte level=3
09-16 20:30:16.772 2043 2129 I PowerManagerService: Nap time (uid 1000)...
09-16 20:30:16.779 2043 2129 I PowerManagerService: Going to sleep due to screen timeout (uid 1000)...
09-16 20:30:16.783 2665 2682 D KeyguardViewMediator: onStartedGoingToSleep(3)
09-16 20:30:16.810 2043 2129 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 10/09/15, 6cbbf7d, I3193f6e94a
09-16 20:30:16.856 3173 3173 W IInputConnectionWrapper: getExtractedText on inactive InputConnection
09-16 20:30:16.857 3173 3173 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
09-16 20:30:16.857 3173 3173 W IInputConnectionWrapper: getSelectedText on inactive InputConnection
09-16 20:30:16.858 3173 3173 W IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
09-16 20:30:16.871 3067 3067 E FullInputEventModel: onStartInput event aborted: com.touchtype.keyboard.e.p: could not obtain extracted text (class com.touchtype.keyboard.e.p)
09-16 20:30:17.371 2043 2129 V KeyguardServiceDelegate: onScreenTurnedOff()
09-16 20:30:17.376 2043 2126 I DisplayManagerService: Display device changed state: "Built-in Screen", OFF
09-16 20:30:17.376 384 384 D SurfaceFlinger: Set power mode=0, type=0 flinger=0xb8817df8
09-16 20:30:17.377 3215 3520 V ConnectivityManager: isActiveNetworkMetered() returns:false
09-16 20:30:17.386 384 384 D qdhwcomposer: hwc_setPowerMode: Setting mode 0 on display: 0
09-16 20:30:17.483 3215 3215 I MicroDetector: Keeping mic open: false
09-16 20:30:17.483 3215 3905 I DeviceStateChecker: DeviceStateChecker cancelled
09-16 20:30:17.493 3215 4511 I MicroRecognitionRunner: Stopping hotword detection.
09-16 20:30:17.495 3215 3504 I AudioController: internalShutdown
09-16 20:30:17.511 3215 3504 I MicrophoneInputStream: mic_close [email protected]
09-16 20:30:17.536 384 1024 I qdhwcomposer: handle_blank_event: dpy:0 panel power state: 0
09-16 20:30:17.536 384 384 D qdhwcomposer: hwc_setPowerMode: Done setting mode 0 on display 0
09-16 20:30:17.536 2043 2608 D SurfaceControl: Excessive delay in setPowerMode(): 160ms
09-16 20:30:17.540 2043 2129 I PowerManagerService: Sleeping (uid 1000)...
09-16 20:30:17.573 415 4547 D audio_hw_primary: disable_audio_route: reset and update mixer path: audio-record
09-16 20:30:17.573 415 4547 D audio_hw_primary: disable_snd_device: snd_device(70: voice-rec-mic)
09-16 20:30:17.584 3215 3907 I MicroRecognitionRunner: Detection finished
09-16 20:30:18.382 2665 2665 D SystemServicesProxy: getThumbnail begin: taskId = 147
09-16 20:30:20.176 424 603 I ThermalEngine: Sensor:batt_therm:34000 mC
09-16 20:30:22.951 400 400 I rmt_storage: rmt_storage_connect_cb: clnt_h=0x5 conn_h=0xb7042f20
09-16 20:30:22.951 400 400 I rmt_storage: rmt_storage_rw_iovec_cb: /boot/modem_fs1: clnt_h=0x1: req_h=0x9 msg_id=3: R/W request received
09-16 20:30:22.951 400 400 I rmt_storage: wakelock acquired: 1, error no: 42
09-16 20:30:22.951 400 1213 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1 Unblock worker thread (th_id: -1227536080)
09-16 20:30:23.099 400 1213 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1: req_h=0x9 msg_id=3: Bytes written = 1572864
09-16 20:30:23.099 400 1213 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1: req_h=0x9 msg_id=3: Send response: res=0 err=0
09-16 20:30:23.099 400 1213 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1 About to block rmt_storage client thread (th_id: -1227536080) wakelock released: 1, error no: 22
09-16 20:30:23.099 400 1213 I rmt_storage:
09-16 20:30:23.102 400 400 I rmt_storage: rmt_storage_disconnect_cb: clnt_h=0x0x5 conn_h=0x0xb7042f20
09-16 20:30:28.528 2043 2811 D NetlinkSocketObserver: NeighborEvent{elapsedMs=107000, 192.168.1.254, [001F1F1070B4], RTM_NEWNEIGH, NUD_STALE}
09-16 20:30:30.181 424 603 I ThermalEngine: Sensor:batt_therm:34100 mC
09-16 20:30:36.449 2043 2811 D NetlinkSocketObserver: NeighborEvent{elapsedMs=114990, 192.168.1.254, [001F1F1070B4], RTM_NEWNEIGH, NUD_PROBE}
09-16 20:30:38.113 453 453 I Atfwd_Sendcmd: AtCmdFwd service not ready - Exhausted retry attempts - :6
09-16 20:30:38.151 3572 4136 W SQLiteConnectionPool: The connection pool for database '/data/user/0/com.google.android.gms/databases/node.db' has been unable to grant a connection to thread 123 (pool-9-thread-1) with flags 0x2 for 30.000002 seconds.
09-16 20:30:38.151 3572 4136 W SQLiteConnectionPool: Connections: 1 active, 0 idle, 0 available.
09-16 20:30:38.151 3572 4136 W SQLiteConnectionPool:
09-16 20:30:38.151 3572 4136 W SQLiteConnectionPool: Requests in progress:
09-16 20:30:38.151 3572 4136 W SQLiteConnectionPool: executeForCursorWindow started 30843ms ago - running, sql="SELECT dataitems_id, packageName, signatureDigest, host, path, seqId, deleted, sourceNode, data, timestampMs, assetsPresent, assetname, assets_digest, v1SourceNode, v1SeqId FROM dataItemsAndAssets WHERE packageName=? AND signatureDigest=? AND host=? AND deleted=0 AND path =? AND assetsPresent =0 ORDER BY packageName, signatureDigest, host, path"
09-16 20:30:38.159 453 453 I Atfwd_Daemon: result : -1 ,Init step :2 ,qmiErrorCode: 0
09-16 20:30:40.185 424 603 I ThermalEngine: Sensor:batt_therm:34200 mC
09-16 20:30:43.159 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:30:43.665 2043 2537 D BatteryService: uevent={POWER_SUPPLY_TEMP=342, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CAPACITY=72, ACTION=change, DEVPATH=/devices/qpnp-charger-e4a03c00/power_supply/battery, POWER_SUPPLY_VOLTAGE_OCV=-22, POWER_SUPPLY_ONLINE=1, SUBSYSTEM=power_supply, POWER_SUPPLY_NUM_SYSTEM_TEMP_LEVELS=4, POWER_SUPPLY_INPUT_CURRENT_MAX=500000, POWER_SUPPLY_VOLTAGE_MAX_DESIGN=4350000, POWER_SUPPLY_CHARGE_FULL=2013000, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_VOLTAGE_MIN_DESIGN=4300000, POWER_SUPPLY_VOLTAGE_MIN=4300000, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CYCLE_COUNT=2, POWER_SUPPLY_TECHNOLOGY=Li-ion, POWER_SUPPLY_CHARGE_TYPE=Fast, POWER_SUPPLY_PRESENT=1, POWER_SUPPLY_INPUT_CURRENT_SETTLED=0, POWER_SUPPLY_MODEL_NAME=UNKNOWN, POWER_SUPPLY_VOLTAGE_NOW=4058547, SEQNUM=4295, POWER_SUPPLY_TEMP_WARM=450, POWER_SUPPLY_TEMP_COOL=0, POWER_SUPPLY_CHARGE_FULL_DESIGN=2022000, POWER_SUPPLY_CURRENT_NOW=-287700, POWER_SUPPLY_CHARGE_COUNTER=-336, POWER_SUPPLY_SYSTEM_TEMP_LEVEL=0, POWER_SUPPLY_INPUT_CURRENT_TRIM=30, POWER_SUPPLY_VOLTAGE_EMPTY=3200000, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_INPUT_VOLTAGE_REGULATION=0, POWER_SUPPLY_CHARGING_ENABLED=1}
09-16 20:30:44.160 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:30:45.160 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:30:46.160 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:30:47.160 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:30:48.160 453 453 W Atfwd_Sendcmd: AtCmdFwd service not published, waiting... retryCnt : 1
09-16 20:30:50.190 424 603 I ThermalEngine: Sensor:batt_therm:34300 mC
09-16 20:30:53.160 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:30:54.161 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:30:55.161 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:30:56.161 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:30:56.449 2043 2811 D NetlinkSocketObserver: NeighborEvent{elapsedMs=134990, 192.168.1.254, [001F1F1070B4], RTM_NEWNEIGH, NUD_STALE}
09-16 20:30:57.161 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:30:58.161 453 453 W Atfwd_Sendcmd: AtCmdFwd service not published, waiting... retryCnt : 2
09-16 20:31:00.194 424 603 I ThermalEngine: Sensor:batt_therm:34300 mC
09-16 20:31:02.059 2043 2811 D NetlinkSocketObserver: NeighborEvent{elapsedMs=140600, 192.168.1.254, [001F1F1070B4], RTM_NEWNEIGH, NUD_PROBE}
09-16 20:31:08.151 3572 4136 W SQLiteConnectionPool: The connection pool for database '/data/user/0/com.google.android.gms/databases/node.db' has been unable to grant a connection to thread 123 (pool-9-thread-1) with flags 0x2 for 60.001003 seconds.
09-16 20:31:08.151 3572 4136 W SQLiteConnectionPool: Connections: 1 active, 0 idle, 0 available.
09-16 20:31:08.151 3572 4136 W SQLiteConnectionPool:
09-16 20:31:08.151 3572 4136 W SQLiteConnectionPool: Requests in progress:
09-16 20:31:08.151 3572 4136 W SQLiteConnectionPool: executeForCursorWindow started 60844ms ago - running, sql="SELECT dataitems_id, packageName, signatureDigest, host, path, seqId, deleted, sourceNode, data, timestampMs, assetsPresent, assetname, assets_digest, v1SourceNode, v1SeqId FROM dataItemsAndAssets WHERE packageName=? AND signatureDigest=? AND host=? AND deleted=0 AND path =? AND assetsPresent =0 ORDER BY packageName, signatureDigest, host, path"
09-16 20:31:08.162 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:31:09.162 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:31:10.162 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:31:10.199 424 603 I ThermalEngine: Sensor:batt_therm:34200 mC
09-16 20:31:11.162 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:31:12.162 453 453 I ServiceManager: Waiting for service AtCmdFwd...
09-16 20:31:13.162 453 453 W Atfwd_Sendcmd: AtCmdFwd service not published, waiting... retryCnt : 3

Bluetooth issue with OP6 can't turn on

when trying to turn on bluetooth most of the time it failed, sometimes after phone restarts it starting to work, when I checked the logs I saw this over and over
Code:
10-03 23:53:11.756 5282-5282/? E/[email protected]: DeleteDumpsIfRequired: Cannot open dump location /data/vendor/ssrdump/
10-03 23:53:11.757 907-1546/? E/BluetoothManagerService: MESSAGE_BLUETOOTH_SERVICE_DISCONNECTED(1)
10-03 23:53:11.899 5282-5282/? E/[email protected]_handler: Killing daemon to recover as firmware download is stuck
10-03 23:53:12.091 5319-5319/? E/BluetoothVendorJni: register_com_android_bluetooth_btservice_vendor:
10-03 23:53:12.091 5319-5319/? E/BluetoothVendorSocketJni: register_com_android_bluetooth_btservice_vendor_socket:
10-03 23:53:12.134 5319-5339/? E/bt_btif_storage: btif_storage_get_adapter_property: Controller not ready! Unable to return Bluetooth Address
10-03 23:53:12.134 5319-5339/? E/BluetoothServiceJni: adapter_properties_callback: Status 1 is incorrect
10-03 23:53:13.268 5354-5354/? E/[email protected]_address: BD address read from /data/vendor/oemnvitems/447 iFilelen=6: fd:5d:13:f9:a2:64
10-03 23:53:13.268 5354-5354/? E/[email protected]_address: /data/vendor/oemnvitems/447 ok
10-03 23:53:13.289 5354-5356/? E/[email protected]_manager: bt_power_cherokee enable (0)
10-03 23:53:13.290 5354-5356/? E/[email protected]_manager: bt_power_cherokee enable (1)
10-03 23:53:13.556 5354-5356/? E/[email protected]_address: BD address read from /data/vendor/oemnvitems/447 iFilelen=6: fd:5d:13:f9:a2:64
10-03 23:53:13.556 5354-5356/? E/[email protected]_address: /data/vendor/oemnvitems/447 ok
10-03 23:53:15.132 5319-5334/? E/bt_main: bte_main_enable HCI_MODULE failed to start, Killing the bluetooth process
10-03 23:53:15.173 5354-5354/? E/Diag_Lib: BluetoothDeathRecipient: Calling HAL close
10-03 23:53:15.174 5354-5354/? E/[email protected]: DeleteDumpsIfRequired: Cannot open dump location /data/vendor/ssrdump/
10-03 23:53:15.174 907-1546/? E/BluetoothManagerService: MESSAGE_BLUETOOTH_SERVICE_DISCONNECTED(1)
10-03 23:53:15.316 5354-5354/? E/[email protected]_handler: Killing daemon to recover as firmware download is stuck
10-03 23:53:15.523 5358-5358/? E/BluetoothVendorJni: register_com_android_bluetooth_btservice_vendor:
10-03 23:53:15.523 5358-5358/? E/BluetoothVendorSocketJni: register_com_android_bluetooth_btservice_vendor_socket:
10-03 23:53:15.581 5358-5378/? E/bt_btif_storage: btif_storage_get_adapter_property: Controller not ready! Unable to return Bluetooth Address
10-03 23:53:15.581 5358-5378/? E/BluetoothServiceJni: adapter_properties_callback: Status 1 is incorrect
10-03 23:53:18.288 5393-5393/? E/[email protected]_address: BD address read from /data/vendor/oemnvitems/447 iFilelen=6: fd:5d:13:f9:a2:64
10-03 23:53:18.288 5393-5393/? E/[email protected]_address: /data/vendor/oemnvitems/447 ok
10-03 23:53:18.297 5393-5395/? E/[email protected]_manager: bt_power_cherokee enable (0)
10-03 23:53:18.298 5393-5395/? E/[email protected]_manager: bt_power_cherokee enable (1)
10-03 23:53:18.557 5393-5395/? E/[email protected]_address: BD address read from /data/vendor/oemnvitems/447 iFilelen=6: fd:5d:13:f9:a2:64
10-03 23:53:18.557 5393-5395/? E/[email protected]_address: /data/vendor/oemnvitems/447 ok
10-03 23:53:18.559 5358-5373/? E/bt_main: bte_main_enable HCI_MODULE failed to start, Killing the bluetooth process
10-03 23:53:18.618 5393-5393/? E/Diag_Lib: BluetoothDeathRecipient: Calling HAL close
10-03 23:53:18.620 5393-5393/? E/[email protected]: DeleteDumpsIfRequired: Cannot open dump location /data/vendor/ssrdump/
10-03 23:53:18.622 907-1546/? E/BluetoothManagerService: MESSAGE_BLUETOOTH_SERVICE_DISCONNECTED(1)
10-03 23:53:18.760 5393-5393/? E/[email protected]_handler: Killing daemon to recover as firmware download is stuck
10-03 23:53:18.965 5397-5397/? E/BluetoothVendorJni: register_com_android_bluetooth_btservice_vendor:
10-03 23:53:18.965 5397-5397/? E/BluetoothVendorSocketJni: register_com_android_bluetooth_btservice_vendor_socket:
10-03 23:53:19.020 5397-5418/? E/bt_btif_storage: btif_storage_get_adapter_property: Controller not ready! Unable to return Bluetooth Address
10-03 23:53:19.020 5397-5418/? E/BluetoothServiceJni: adapter_properties_callback: Status 1 is incorrect
Adding more logs with info log filter instead of only error logs in the prev msg
Code:
10-04 00:00:38.958 11888-11903/? I/bt_stack_config: init attempt to load stack conf debug from /etc/bluetooth/bt_stack_debug.conf
10-04 00:00:38.959 11888-11903/? I/bt_btif_core: btif_init_bluetooth finished
10-04 00:00:38.962 11888-11908/? E/bt_btif_storage: btif_storage_get_adapter_property: Controller not ready! Unable to return Bluetooth Address
10-04 00:00:38.962 11888-11908/? E/BluetoothServiceJni: adapter_properties_callback: Status 1 is incorrect
10-04 00:00:38.967 11888-11888/? I/BluetoothAdapterService: Phone policy enabled
10-04 00:00:38.971 11888-11909/? I/BluetoothBondStateMachine: StableState(): Entering Off State
10-04 00:00:38.986 11888-11888/? I/BluetoothOneplusTrackJni: classInitNative: succeeds
10-04 00:00:39.038 11888-11888/? W/BluetoothAdapterService: onProfileServiceStateChange() - Gatt profile service started..
10-04 00:00:39.043 11888-11919/? I/ServiceManagement: getService: Trying again for [email protected]::IBluetoothHci/default...
10-04 00:00:39.250 11923-11923/? I/[email protected]: registering BT & FM services
10-04 00:00:39.248 11923-11923/? W/android.hardwar: type=1400 audit(0.0:44753): avc: denied { read } for name="u:object_r:boottime_prop:s0" dev="tmpfs" ino=22266 scontext=u:r:hal_bluetooth_qti:s0 tcontext=u:object_r:boottime_prop:s0 tclass=file permissive=0
10-04 00:00:39.259 11923-11923/? E/[email protected]_address: BD address read from /data/vendor/oemnvitems/447 iFilelen=6: fd:5d:13:f9:a2:64
10-04 00:00:39.259 11923-11923/? E/[email protected]_address: /data/vendor/oemnvitems/447 ok
10-04 00:00:39.248 11923-11923/? W/android.hardwar: type=1400 audit(0.0:44754): avc: denied { getattr } for path="/data/vendor/oemnvitems/447" dev="sda17" ino=525715 scontext=u:r:hal_bluetooth_qti:s0 tcontext=u:object_r:vendor_data_file:s0 tclass=file permissive=0
10-04 00:00:39.261 11923-11923/? I/ServiceManagement: Removing namespace from process name [email protected] to [email protected]
10-04 00:00:39.264 11923-11923/? I/[email protected]: Registration complete for [email protected]::IBluetoothHci/default.
10-04 00:00:39.271 11923-11923/? I/[email protected]: Registration complete for [email protected]::IFmHci/default.
10-04 00:00:39.277 11923-11923/? I/[email protected]: Registration complete for [email protected]::IAntHci/default.
10-04 00:00:39.277 11888-11919/? I/bt_hci: hci_initialize: IBluetoothHci::getService() returned 0x75bb0ecd00 (remote)
10-04 00:00:39.279 11923-11923/? W/[email protected]_hci: BluetoothHci::initialize()
10-04 00:00:39.279 11923-11923/? W/[email protected]_handler: DataHandler:: Init()
10-04 00:00:39.279 11923-11923/? W/[email protected]_handler: vendor.qcom.bluetooth.soc set to cherokee
10-04 00:00:39.279 11923-11923/? I/[email protected]_handler: Open init_status 0
10-04 00:00:39.279 11923-11925/? I/[email protected]_controller: soc need reload patch = 1
10-04 00:00:39.279 11923-11925/? E/[email protected]_manager: bt_power_cherokee enable (0)
10-04 00:00:39.280 11923-11925/? E/[email protected]_manager: bt_power_cherokee enable (1)
10-04 00:00:39.295 11923-11925/? I/[email protected]_transport: InitTransport: opening /dev/ttyHS0
10-04 00:00:39.298 11923-11925/? I/[email protected]_transport: GetBaudRate: Current Baudrate = 2400 bps
10-04 00:00:39.298 11923-11925/? I/[email protected]_transport: InitTransport: device fd = 9 open @2400 bps
10-04 00:00:39.324 11923-11925/? I/[email protected]_transport: CleanUp:send out shutdown signal
10-04 00:00:39.326 11923-11925/? I/[email protected]_transport: DeInitTransport: Transport is being closed!
10-04 00:00:39.431 11923-11925/? I/[email protected]_transport: InitTransport: opening /dev/ttyHS0
10-04 00:00:39.433 11923-11925/? I/[email protected]_transport: GetBaudRate: Current Baudrate = 115200 bps
10-04 00:00:39.433 11923-11925/? I/[email protected]_transport: InitTransport: device fd = 9 open @115200 bps
10-04 00:00:39.434 11923-11925/? I/[email protected]_transport: Init:send out poweron signal
10-04 00:00:39.435 11923-11925/? I/[email protected]_transport: DeInitTransport: Transport is being closed!
10-04 00:00:39.435 11923-11925/? I/[email protected]_transport: InitTransport: opening /dev/ttyHS0
10-04 00:00:39.435 11923-11925/? I/[email protected]_transport: InitTransport: HW flow control enabled
10-04 00:00:39.435 11923-11925/? I/[email protected]_transport: GetBaudRate: Current Baudrate = 115200 bps
10-04 00:00:39.435 11923-11925/? I/[email protected]_transport: InitTransport: device fd = 9 open @115200 bps
10-04 00:00:39.538 11923-11923/? W/[email protected]: type=1400 audit(0.0:44755): avc: denied { getattr } for path="/data/vendor/oemnvitems/447" dev="sda17" ino=525715 scontext=u:r:hal_bluetooth_qti:s0 tcontext=u:object_r:vendor_data_file:s0 tclass=file permissive=0
10-04 00:00:39.545 11923-11925/? E/[email protected]_address: BD address read from /data/vendor/oemnvitems/447 iFilelen=6: fd:5d:13:f9:a2:64
10-04 00:00:39.545 11923-11925/? E/[email protected]_address: /data/vendor/oemnvitems/447 ok
10-04 00:00:39.545 11923-11925/? I/[email protected]_dl_manager: SocInit
10-04 00:00:39.545 11923-11925/? I/[email protected]_dl_manager: SocInit: reserved param
10-04 00:00:39.545 11923-11925/? I/[email protected]_transport: ## userial_vendor_ioctl: UART Flow On
10-04 00:00:41.948 11888-11903/? E/bt_main: bte_main_enable HCI_MODULE failed to start, Killing the bluetooth process
10-04 00:00:42.008 11923-11923/? W/[email protected]: type=1400 audit(0.0:44756): avc: denied { read } for name="ssrdump" dev="sda17" ino=525514 scontext=u:r:hal_bluetooth_qti:s0 tcontext=u:object_r:ramdump_vendor_data_file:s0 tclass=dir permissive=0
10-04 00:00:42.017 11923-11923/? E/Diag_Lib: BluetoothDeathRecipient: Calling HAL close
10-04 00:00:42.017 11923-11923/? W/[email protected]_hci: BluetoothHci::close()
10-04 00:00:42.017 11923-11923/? W/[email protected]_handler: DataHandler::CleanUp()
10-04 00:00:42.017 11923-11923/? I/[email protected]_handler: DataHandler:: init_status 1
Go to se About phone section, and check if there is a phone name, if not, write one and apply and check again
Is it stock rom?

Edge sense stopped working after RUU update

Hi All,
Edge sense stopped working on my U12+ HK model after I upgraded the firmware to 1.30.708.2 with RUU: edge sensors still work in diagnostics tools, but no ripples appear on the edge of the screen when I squeeze the frames, nor can I setup edge sense(squeezes aren't counted in the 'squeeze 3 times' step, preventing further setup). Upgrading again to 2.57.708.1 doesn't resolve the issue.
Below is how I flashed the RUU:
The phone was running on very old firmware(1.25 or older) when it came in and consistently failed on updating the "settings" app, which prevents me from upgrading to Pie.
I therefore downloaded and flashed 2Q55IMG_IMAGINE_DUGL_P90_SENSE10GP_MR_hTC_Asia_HK_2.57.708.1_R1_Radio_sdm845-000041c-1906261449_release_545073 but it failed signature check during the installation, causing the phone to not boot;
I then flashed 2Q55IMG_IMAGINE_DUGL_O80_SENSE10GP_hTC_Asia_HK_1.30.708.2_Radio_sdm845-000201b-1807311356_release_528114 and successfully unbricked the phone. And that's when edge sense stopped working. Flashing 2.57.708.1 didn't fail at this time, but edge sense didn't come back to life.
Now I wonder how it went wrong... Any help would be appreciated!
Also during my attempts to resolve the issue, I noticed adb logs that complained "EdgeGestureDetector: Failed to read touch_detect" whenever I squeezed the frames:
Context from the logcat below:
Code:
09-24 01:49:49.151 1004 1039 E vpp-hcp : u32VppIpHcp_HwGetHandle (407): hcp_rpc_open returned err, res=59, hndl=0xffffffffffffffff
09-24 01:49:49.151 1004 1039 E vpp-hcp : u32VppIpHcp_FirmwareLoad (3447): unable to get hw handle, attempt=8, u32=8
09-24 01:49:49.182 741 793 I nanohub : [EDGE] Report00 (Up): B0, T0, F3, 371, 276, 183
09-24 01:49:49.243 741 793 I nanohub : [EDGE] Report00 (Down): B0, T0, F2, 316, 232, 149
09-24 01:49:49.344 741 793 I nanohub : [EDGE] Report00 (Up): B0, T0, F2, 322, 237, 154
09-24 01:49:49.384 741 793 I nanohub : [EDGE] Report00 (Down): B0, T0, F1, 309, 225, 143
09-24 01:49:49.454 2893 2893 W gesensorservice: type=1400 audit(0.0:315): avc: denied { read } for name="touch_detect" dev="sysfs" ino=58318 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
09-24 01:49:49.464 741 793 I nanohub : [EDGE] Report00 (Up): B0, T0, F2, 311, 227, 145
09-24 01:49:49.465 2893 2893 D EdgeGestureDetector: Failed to read touch_detect
09-24 01:49:49.465 2893 2893 W System.err: java.io.FileNotFoundException: /sys/android_touch/touch_detect (Permission denied)
09-24 01:49:49.465 2893 2893 W System.err: at java.io.FileInputStream.open0(Native Method)
09-24 01:49:49.465 2893 2893 W System.err: at java.io.FileInputStream.open(FileInputStream.java:231)
09-24 01:49:49.465 2893 2893 W System.err: at java.io.FileInputStream.<init>(FileInputStream.java:165)
09-24 01:49:49.465 2893 2893 W System.err: at java.io.FileInputStream.<init>(FileInputStream.java:112)
09-24 01:49:49.465 2893 2893 W System.err: at com.htc.sense.edgesensorservice2.EdgeGestureDetector.getTouchDetect(SourceFile:67)
09-24 01:49:49.465 2893 2893 W System.err: at com.htc.sense.edgesensorservice2.EdgeGestureDetector.access$000(SourceFile:13)
09-24 01:49:49.465 2893 2893 W System.err: at com.htc.sense.edgesensorservice2.EdgeGestureDetector$DoubleTapDetector.processDoubleTap(SourceFile:363)
09-24 01:49:49.465 2893 2893 W System.err: at com.htc.sense.edgesensorservice2.EdgeGestureDetector$DoubleTapDetector.handleFingerUp(SourceFile:222)
09-24 01:49:49.465 2893 2893 W System.err: at com.htc.sense.edgesensorservice2.EdgeGestureDetector$EdgeSensorGesture.processEvent(SourceFile:164)
09-24 01:49:49.465 2893 2893 W System.err: at com.htc.sense.edgesensorservice2.EdgeGestureDetector.onEdgeEvent(SourceFile:97)
09-24 01:49:49.465 2893 2893 W System.err: at com.htc.sense.edgesensorservice2.EdgeSensorManager.onProcessEvent(SourceFile:238)
09-24 01:49:49.465 2893 2893 W System.err: at com.htc.sense.edgesensorservice2.HtcEdgeSensorEventListener_V2.processEvent(SourceFile:114)
09-24 01:49:49.465 2893 2893 W System.err: at com.htc.sense.edgesensorservice2.HtcEdgeSensorEventListener_V2.onSensorChanged(SourceFile:107)
09-24 01:49:49.465 2893 2893 W System.err: at android.hardware.SystemSensorManager$SensorEventQueue.dispatchSensorEvent(SystemSensorManager.java:850)
09-24 01:49:49.465 2893 2893 W System.err: at android.os.MessageQueue.nativePollOnce(Native Method)
09-24 01:49:49.465 2893 2893 W System.err: at android.os.MessageQueue.next(MessageQueue.java:326)
09-24 01:49:49.465 2893 2893 W System.err: at android.os.Looper.loop(Looper.java:166)
09-24 01:49:49.465 2893 2893 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7124)
09-24 01:49:49.465 2893 2893 W System.err: at java.lang.reflect.Method.invoke(Native Method)
09-24 01:49:49.465 2893 2893 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
09-24 01:49:49.465 2893 2893 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:898)
Not sure if this is relevant to the issue but it does look suspicious to me... Can someone with a functioning working edge sense take a look at /sys/android_touch folder to see if touch_detect is there? Thanks!

Help with determining cause of crash at boot on Custom Android Device

I have a custom device with firmware created by the manufacturer of said device. It is running Android 7.1.1. It runs a custom app which is the only thing that runs (end user can only see our app). The device ran fine for a couple of months and now when booting up it won't go past the boot logo. I have attached the logcat error below as a reply to this post (was going to post the whole logcat, but it was too long, so posted from the beginning of the crash to a good ways below it) but the main part of the crash points to a null reference pointer in zygote (best i can discern), but i do not know how to determine the root cause of this. Any ideas? Of either what the cause is, or better yet how to track it down?
Small addendum, I could try to re-flash it to fix the issue, but I am more concerned with determining the cause that fixing it so I can determine if it is an issue I am going to encounter with our other devices or was a one off issue.
--------- beginning of crash
01-27 23:17:20.203 1817 1817 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 1817 (zygote)
01-27 23:17:20.203 1676 1676 W : debuggerd: handling request: pid=1817 uid=0 gid=0 tid=1817
01-27 23:17:20.248 2267 2267 E : debuggerd: Unable to connect to activity manager (connect failed: Connection refused)
01-27 23:17:20.299 2267 2267 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-27 23:17:20.299 2267 2267 F DEBUG : Build fingerprint: 'Lathem/a40_p1/a40-p1:7.1.1/NMF27D/20201022:user/test-keys'
01-27 23:17:20.299 2267 2267 F DEBUG : Revision: '0'
01-27 23:17:20.299 2267 2267 F DEBUG : ABI: 'arm'
01-27 23:17:20.300 2267 2267 F DEBUG : pid: 1817, tid: 1817, name: zygote >>> zygote <<<
01-27 23:17:20.300 2267 2267 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
01-27 23:17:20.300 2267 2267 F DEBUG : r0 ad4022f4 r1 bed479ac r2 bed46820 r3 00000000
01-27 23:17:20.300 2267 2267 F DEBUG : r4 0000002f r5 ffffff8c r6 bed47020 r7 bed46838
01-27 23:17:20.300 2267 2267 F DEBUG : r8 ad3d4292 r9 00000000 sl ad3d4292 fp bed46820
01-27 23:17:20.300 2267 2267 F DEBUG : ip ad3ff248 sp bed46800 lr ad36594b pc 00000000 cpsr 600f0010
01-27 23:17:20.306 2267 2267 F DEBUG :
01-27 23:17:20.306 2267 2267 F DEBUG : backtrace:
01-27 23:17:20.306 2267 2267 F DEBUG : #00 pc 00000000 <unknown>
01-27 23:17:20.306 2267 2267 F DEBUG : #01 pc 00067947 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime7startVmEPP7_JavaVMPP7_JNIEnvb+2250)
01-27 23:17:20.306 2267 2267 F DEBUG : #02 pc 00067d1d /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime5startEPKcRKNS_6VectorINS_7String8EEEb+272)
01-27 23:17:20.306 2267 2267 F DEBUG : #03 pc 00001995 /system/bin/app_process32
01-27 23:17:20.306 2267 2267 F DEBUG : #04 pc 00016c4d /system/lib/libc.so (__libc_init+48)
01-27 23:17:20.306 2267 2267 F DEBUG : #05 pc 0000159c /system/bin/app_process32
01-27 23:17:20.484 1676 1676 W : debuggerd: resuming target 1817
01-27 23:17:20.491 1923 2130 D BootAnimation: found audio.wav, creating playback engine
01-27 23:17:20.491 1923 2130 D BootAnimation: nobootmusic: 0
01-27 23:17:20.492 1923 2130 D BootAnim_AudioPlayer: card=audiocodec, mCard=0
01-27 23:17:20.492 1923 2130 D BootAnim_AudioPlayer: device=0
01-27 23:17:20.492 1923 2130 D BootAnim_AudioPlayer: period_size=1024
01-27 23:17:20.493 1923 2130 D BootAnim_AudioPlayer: period_count=2
01-27 23:17:20.493 1923 2130 D BootAnim_AudioPlayer: name: "Right Output Mixer DACR Switch" = 1
01-27 23:17:20.493 1923 2130 D BootAnim_AudioPlayer: name: "Left Output Mixer DACL Switch" = 1
01-27 23:17:20.493 1923 2130 D BootAnim_AudioPlayer: name: "HP_R Mux" = OMIX
01-27 23:17:20.493 1923 2130 E BootAnim_AudioPlayer: mixer_get_ctl_by_name failed for HP_R Mux
01-27 23:17:20.493 1923 2130 D BootAnim_AudioPlayer: name: "HP_L Mux" = OMIX
01-27 23:17:20.493 1923 2130 E BootAnim_AudioPlayer: mixer_get_ctl_by_name failed for HP_L Mux
01-27 23:17:20.493 1923 2130 D BootAnim_AudioPlayer: name: "Headphone Switch" = 1
01-27 23:17:20.493 1923 2130 D BootAnimation: playing clip for part0, size=11968
01-27 23:17:20.536 1787 1787 I ServiceManager: service 'media.sound_trigger_hw' died
01-27 23:17:20.536 1787 1787 I ServiceManager: service 'media.radio' died
01-27 23:17:20.536 1787 1787 I ServiceManager: service 'media.audio_flinger' died
01-27 23:17:20.536 1787 1787 I ServiceManager: service 'media.audio_policy' died
01-27 23:17:20.546 1787 1787 I ServiceManager: service 'media.camera' died
01-27 23:17:20.552 1787 1787 I ServiceManager: service 'media.player' died
01-27 23:17:20.552 1787 1787 I ServiceManager: service 'media.resource_manager' died
01-27 23:17:20.677 1789 1886 I [Gralloc]: ion_alloc from ion_client:17 via heap type CARVEOUT(mask:4) for 2457600 Bytes uncached buffer successfully, usage = 0x00000f02
01-27 23:17:22.922 2476 2476 I Netd : Netd 1.0 starting
01-27 23:17:22.922 2476 2476 D TetherController: Setting IP forward enable = 0
01-27 23:17:23.464 2474 2474 I cameraserver: ServiceManager: 0xac099360
01-27 23:17:23.464 2474 2474 I CameraService: CameraService started (pid=2474)
01-27 23:17:23.464 2474 2474 I CameraService: CameraService process starting
01-27 23:17:23.464 2474 2474 W BatteryNotifier: batterystats service unavailable!
01-27 23:17:23.465 2474 2474 W BatteryNotifier: batterystats service unavailable!
01-27 23:17:23.534 2469 2469 I : sMaxFastTracks = 8
01-27 23:17:23.543 2469 2469 I audioserver: ServiceManager: 0xa8c19360
01-27 23:17:23.543 2469 2469 W BatteryNotifier: batterystats service unavailable!
01-27 23:17:23.543 2469 2469 I AudioFlinger: Using default 3000 mSec as standby time.
01-27 23:17:23.545 2469 2469 I AudioPolicyService: AudioPolicyService CSTOR in new mode
01-27 23:17:23.624 2469 2469 V audio_hw_primary: init_audio_devices, line: 487
01-27 23:17:23.624 2469 2469 D audio_hw_primary: read card /sys/class/sound/card0/id
01-27 23:17:23.625 2469 2469 D audio_hw_primary: /sys/class/sound/card0/id, audiocodec, len: 11
01-27 23:17:23.625 2469 2469 D audio_hw_primary: linux name = audiocodec, android name = AUDIO_CODEC
01-27 23:17:23.625 2469 2469 D audio_hw_primary: find name map, card_id = audiocodec, card_name = AUDIO_CODEC
01-27 23:17:23.625 2469 2469 V audio_hw_primary: card: 0, name: AUDIO_CODEC, capture: 1, playback: 1
01-27 23:17:23.625 2469 2469 D audio_hw_primary: read card /sys/class/sound/card1/id
01-27 23:17:23.625 2469 2469 D audio_hw_primary: /sys/class/sound/card1/id, fmidi, len: 6
01-27 23:17:23.625 2469 2469 D audio_hw_primary: linux name = fmidi, android name = AUDIO_USB_fmidi
01-27 23:17:23.625 2469 2469 D audio_hw_primary: find name map, card_id = fmidi, card_name = AUDIO_USB_fmidi
01-27 23:17:23.626 2469 2469 V audio_hw_primary: card: 1, name: AUDIO_USB_fmidi, capture: 0, playback: 0
01-27 23:17:23.640 2469 2469 V audio_hw_primary: init_audio_devices_active, line: 518
01-27 23:17:23.640 2469 2469 V audio_hw_primary: init_audio_devices_active: get property audio.input.active: AUDIO_CODEC
01-27 23:17:23.641 2469 2469 V audio_hw_primary: set property audio.input.active: AUDIO_CODEC ok
01-27 23:17:23.641 2469 2469 V audio_hw_primary: AUDIO_CODEC input device will be active
01-27 23:17:23.641 2469 2469 V audio_hw_primary: init_audio_devices_active: get property audio.output.active: AUDIO_CODEC,AUDIO_I2S
01-27 23:17:23.643 2469 2469 V audio_hw_primary: set property audio.output.active: AUDIO_CODEC,AUDIO_I2S ok
01-27 23:17:23.643 2469 2469 V audio_hw_primary: AUDIO_CODEC output card 0 device will be active
01-27 23:17:23.643 2469 2469 E audio_hw_primary: can not set AUDIO_I2S ouput active
01-27 23:17:23.643 2469 2469 E audio_hw_primary: but device AUDIO_CODEC AUDIO_USB_fmidi ouput will be active
01-27 23:17:23.643 2469 2469 V audio_hw_primary: OK, default use AUDIO_CODEC playback
01-27 23:17:23.643 2469 2469 V audio_hw_primary: use card 0 AUDIO_CODEC mixer control
01-27 23:17:23.645 2469 2469 V audio_hw_primary: init T3 codec in adev_open: card 0, /system/etc/codec_paths.xml.
01-27 23:17:23.647 2469 2469 E audio_route: Control 'HP_R Mux' doesn't exist - skipping
01-27 23:17:23.647 2469 2469 E audio_route: Control 'HP_L Mux' doesn't exist - skipping
01-27 23:17:23.662 2469 2469 D audio_hw_primary: line:1224,select_output_device,adev->mode:0, AUDIO_MODE_RINGTONE:1, AUDIO_MODE_NORMAL:0
01-27 23:17:23.663 2469 2469 V audio_hw_primary: normal mode, ****LINE:1241,FUNC:select_output_device, adev->out_device:2
01-27 23:17:23.663 2469 2469 D audio_hw_primary: adev_open success ,LINE:3235,FUNC:adev_open
01-27 23:17:23.663 2469 2469 V audio_hw_primary: adev_get_master_volume, line: 2965
01-27 23:17:23.663 2469 2469 V audio_hw_primary: adev_set_master_volume, line: 2959
01-27 23:17:23.663 2469 2469 I AudioFlinger: loadHwModule() Loaded primary audio interface from sunxi audio HW HAL (audio) handle 10
01-27 23:17:23.663 2469 2469 I AudioFlinger: openOutput(), module 10 Device 2, SamplingRate 44100, Format 0x000001, Channels 3, flags 2
01-27 23:17:23.663 2469 2469 V audio_hw_primary: adev_open_output_stream, flags: 2
01-27 23:17:23.663 2469 2469 V audio_hw_primary: +++++++++++++++ adev_open_output_stream: req_sample_rate: 44100, fmt: 1, channel_count: 3
01-27 23:17:23.663 2469 2469 I AudioFlinger: HAL output buffer size 2720 frames, normal sink buffer size 2720 frames
01-27 23:17:23.702 2469 2469 I BufferProvider: found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
01-27 23:17:23.702 2469 2469 I AudioFlinger: Using module 10 has the primary audio interface
01-27 23:17:23.716 2469 2580 I AudioFlinger: AudioFlinger's thread 0xa8703cc0 ready to run
01-27 23:17:23.717 2469 2580 W BatteryNotifier: batterystats service unavailable!
01-27 23:17:23.717 2469 2580 V audio_hw_primary: out_set_parameters: routing=2
01-27 23:17:23.717 2469 2580 D audio_hw_primary: out_standby
01-27 23:17:23.718 2469 2580 W BatteryNotifier: batterystats service unavailable!
01-27 23:17:23.719 2469 2560 V audio_hw_primary: adev_set_voice_volume, volume: 0.000000
01-27 23:17:23.720 2469 2469 V audio_hw_primary: to malloc in-buffer: period_size: 1024, frame_size: 4
01-27 23:17:23.722 2469 2583 I AudioFlinger: AudioFlinger's thread 0xa850c900 ready to run
01-27 23:17:23.722 2469 2580 W BatteryNotifier: batterystats service unavailable!
01-27 23:17:23.722 2469 2580 W AudioFlinger: no wake lock to update, system not ready yet
01-27 23:17:23.722 2469 2580 E cutils-trace: Error opening trace file: No such file or directory (2)
01-27 23:17:23.722 2469 2469 D audio_hw_primary: adev_close_input_stream set voice record status
01-27 23:17:23.725 2469 2469 I bt_a2dp_hw: adev_open: adev_open in A2dp_hw module
01-27 23:17:23.725 2469 2469 I AudioFlinger: loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 18
01-27 23:17:23.729 2469 2469 I AudioFlinger: loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 26
01-27 23:17:23.753 2469 2469 I r_submix: adev_open(name=audio_hw_if)
01-27 23:17:23.753 2469 2469 I r_submix: adev_init_check()
01-27 23:17:23.753 2469 2469 I AudioFlinger: loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 34
01-27 23:17:23.754 2469 2469 D r_submix: adev_open_input_stream(addr=0)
01-27 23:17:23.754 2469 2469 D r_submix: submix_audio_device_create_pipe_l(addr=0, idx=9)
01-27 23:17:23.754 2469 2469 D r_submix: now using address 0 for route 9
01-27 23:17:23.755 2469 2586 I AudioFlinger: AudioFlinger's thread 0xa84832c0 ready to run
01-27 23:17:23.755 2469 2469 D r_submix: adev_close_input_stream()
01-27 23:17:23.755 2469 2469 D r_submix: submix_audio_device_release_pipe_l(idx=9) addr=0
01-27 23:17:23.756 2469 2469 D r_submix: submix_audio_device_destroy_pipe_l(): pipe destroyed
01-27 23:17:23.757 2469 2469 I RadioService: RadioService
01-27 23:17:23.757 2469 2469 I RadioService: onFirstRef
01-27 23:17:23.758 2469 2469 E RadioService: couldn't load radio module radio.primary (No such file or directory)
01-27 23:17:23.759 2469 2469 E SoundTriggerHwService: couldn't load sound trigger module sound_trigger.primary (No such file or directory)
Is there a way to fix this problem without wiping data?
Is there a particular reason why you're not updating to Android Q? This looks like a segmentation error, which is pretty much common among Android 7 devices. Maybe you should consider upgrading or downgrading your Android version to see if it helps.

Categories

Resources