Here you go, not sure if you have the info you need, I have forgotten how to generate logcats.

Last edited:
Here you go, not sure if you have the info you need, I have forgotten how to generate logcats.
Here you go, not sure if you have the info you need, I have forgotten how to generate logcats, nope xda won't let me attach the log file.
I am glad it was there, is that pointing to anything that is causing the error.@lingarajug
No problem. Thanks for the logcat. I have found the useful information:
FATAL EXCEPTION: main
Process: com.qualcomm.qti.services.secureui:sui_service, PID: 3729
java.lang.UnsatisfiedLinkError: dlopen failed: "/system/lib64/libsecureui_svcsock_system.so" is 32-bit instead of 64-bit
at java.lang.Runtime.loadLibrary0(Runtime.java:1077)
at java.lang.Runtime.loadLibrary0(Runtime.java:998)
at java.lang.System.loadLibrary(System.java:1661)
at com.qualcomm.qti.services.secureui.SecureUIService.<clinit>(SecureUIService.java:96)
at com.qualcomm.qti.services.secureui.BootReceiver.onReceive(BootReceiver.java:29)
at android.app.ActivityThread.handleReceiver(ActivityThread.java:4336)
at android.app.ActivityThread.-$$Nest$mhandleReceiver(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2154)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7898)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
@spezi77 reflashed the rim again and the issue is fixed, idk how but it did.@lingarajug
No problem. Thanks for the logcat. I have found the useful information:
FATAL EXCEPTION: main
Process: com.qualcomm.qti.services.secureui:sui_service, PID: 3729
java.lang.UnsatisfiedLinkError: dlopen failed: "/system/lib64/libsecureui_svcsock_system.so" is 32-bit instead of 64-bit
at java.lang.Runtime.loadLibrary0(Runtime.java:1077)
at java.lang.Runtime.loadLibrary0(Runtime.java:998)
at java.lang.System.loadLibrary(System.java:1661)
at com.qualcomm.qti.services.secureui.SecureUIService.<clinit>(SecureUIService.java:96)
at com.qualcomm.qti.services.secureui.BootReceiver.onReceive(BootReceiver.java:29)
at android.app.ActivityThread.handleReceiver(ActivityThread.java:4336)
at android.app.ActivityThread.-$$Nest$mhandleReceiver(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2154)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7898)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
That's good to hear. I could not find a problem on my end, and also not in the sources.@spezi77 reflashed the rim again and the issue is fixed, idk how but it did.
10-26 21:28:11.518 2645 2645 E AndroidRuntime: FATAL EXCEPTION: main
10-26 21:28:11.518 2645 2645 E AndroidRuntime: Process: com.android.bluetooth, PID: 2645
10-26 21:28:11.518 2645 2645 E AndroidRuntime: java.lang.RuntimeException: Unable to create service com.android.bluetooth.btservice.AdapterService: java.lang.SecurityException: You either need MANAGE_USERS, CREATE_USERS, or QUERY_USERS permission to: query user
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at android.app.ActivityThread.handleCreateService(ActivityThread.java:4528)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at android.app.ActivityThread.-$$Nest$mhandleCreateService(Unknown Source:0)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2162)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:201)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at android.os.Looper.loop(Looper.java:288)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7898)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: Caused by: java.lang.SecurityException: You either need MANAGE_USERS, CREATE_USERS, or QUERY_USERS permission to: query user
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at android.os.Parcel.createExceptionOrNull(Parcel.java:3011)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:2995)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2978)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2920)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at android.os.IUserManager$Stub$Proxy.getUserInfo(IUserManager.java:2211)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at android.os.UserManager.getUserInfo(UserManager.java:2982)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at android.os.UserManager.isGuestUser(UserManager.java:2541)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at com.android.bluetooth.btservice.AdapterService.onCreate(AdapterService.java:498)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at android.app.ActivityThread.handleCreateService(ActivityThread.java:4515)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: ... 9 more
10-26 21:28:11.518 2645 2645 E AndroidRuntime: Caused by: android.os.RemoteException: Remote stack trace:
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at com.android.server.pm.UserManagerService.checkQueryOrCreateUsersPermission(UserManagerService.java:2743)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at com.android.server.pm.UserManagerService.getUserInfo(UserManagerService.java:1424)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at android.os.IUserManager$Stub.onTransact(IUserManager.java:1060)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at android.os.Binder.execTransactInternal(Binder.java:1280)
10-26 21:28:11.518 2645 2645 E AndroidRuntime: at android.os.Binder.execTransact(Binder.java:1244)
10-26 21:28:11.518 2645 2645 E AndroidRuntime:
10-26 21:28:31.672 4761 4761 E AndroidRuntime: FATAL EXCEPTION: main
10-26 21:28:31.672 4761 4761 E AndroidRuntime: Process: com.qualcomm.qti.services.secureui:sui_service, PID: 4761
10-26 21:28:31.672 4761 4761 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: "/system/lib64/libsecureui_svcsock_system.so" is 32-bit instead of 64-bit
10-26 21:28:31.672 4761 4761 E AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:1077)
10-26 21:28:31.672 4761 4761 E AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:998)
10-26 21:28:31.672 4761 4761 E AndroidRuntime: at java.lang.System.loadLibrary(System.java:1661)
10-26 21:28:31.672 4761 4761 E AndroidRuntime: at com.qualcomm.qti.services.secureui.SecureUIService.<clinit>(SecureUIService.java:96)
10-26 21:28:31.672 4761 4761 E AndroidRuntime: at com.qualcomm.qti.services.secureui.BootReceiver.onReceive(BootReceiver.java:29)
10-26 21:28:31.672 4761 4761 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:4336)
10-26 21:28:31.672 4761 4761 E AndroidRuntime: at android.app.ActivityThread.-$$Nest$mhandleReceiver(Unknown Source:0)
10-26 21:28:31.672 4761 4761 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2154)
10-26 21:28:31.672 4761 4761 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
10-26 21:28:31.672 4761 4761 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:201)
10-26 21:28:31.672 4761 4761 E AndroidRuntime: at android.os.Looper.loop(Looper.java:288)
10-26 21:28:31.672 4761 4761 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7898)
10-26 21:28:31.672 4761 4761 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
10-26 21:28:31.672 4761 4761 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
10-26 21:28:31.672 4761 4761 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
The opposite happened to me. I had this same issue running stock. Out of nowhere, I got the persistent USB charging message, and could only charge my phone with the USB plugged in one direction. I know USB C works in both directions but when I had this message it would only charge in one direction, and not at all with some chargers/cords. After flashing this ROM the message went away and has not come back, and I'm able to charge normally.Hi sir! I just installed last pixel dust 13, very smooth and nice. I have only one things problem now! Once charging, came out messages usb charging connected via usb not this devices!!! Can't switch this device charging now!! First install this rom everything was no problem but suddenly can't charge because of can't switch this devices.... Can you help me?? I really like this rom ..
Thanks for answering me! You are correct once install new rom, no problem for a while.. but after few day back to same issues again!!! I will try to change charging port but I don't thinks so!! Anyway thanks a lot!!The opposite happened to me. I had this same issue running stock. Out of nowhere, I got the persistent USB charging message, and could only charge my phone with the USB plugged in one direction. I know USB C works in both directions but when I had this message it would only charge in one direction, and not at all with some chargers/cords. After flashing this ROM the message went away and has not come back, and I'm able to charge normally.
It's not the ROM.
11-28 16:23:09.954 1000 1909 1981 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.bluetooth.device.action.UUID flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
11-28 16:23:09.956 1000 1909 1981 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.bluetooth.device.action.UUID flg=0x10 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.broadcastreceiver.external.ExternalCommonBroadcastReceiver
11-28 16:23:09.956 1000 1909 1981 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.bluetooth.device.action.UUID flg=0x10 (has extras) } to com.google.android.projection.gearhead/com.google.android.apps.auto.carservice.gmscorecompat.CarBluetoothReceiver
11-28 16:23:09.956 10258 2968 5497 I NearbyDiscovery: FastPairHandler: Received action android.bluetooth.device.action.UUID [CONTEXT service_id=265 ]
11-28 16:23:09.958 1000 1909 2242 D BluetoothHeadset: onBluetoothStateChange: up=true
11-28 16:23:09.958 1000 1909 2242 D BluetoothHearingAid: Binding service...
11-28 16:23:09.958 10355 27611 27626 D BluetoothA2dp: Binding service...
11-28 16:23:09.958 10258 2968 5497 I NearbyDiscovery: FastPairHandler: Uuid fetch for XX:XX:XX:XX:1F:6E is done [CONTEXT service_id=265 ]
11-28 16:23:09.958 10258 2968 5497 I NearbyDiscovery: FastPairHandler: 00000000-0000-1000-8000-00805f9b34fb [CONTEXT service_id=265 ]
11-28 16:23:09.958 10258 2968 5497 I NearbyDiscovery: FastPairHandler: 00001101-0000-1000-8000-00805f9b34fb [CONTEXT service_id=265 ]
11-28 16:23:09.958 10258 2968 5497 I NearbyDiscovery: FastPairHandler: 00001108-0000-1000-8000-00805f9b34fb [CONTEXT service_id=265 ]
11-28 16:23:09.958 10258 2968 5497 I NearbyDiscovery: FastPairHandler: 0000110b-0000-1000-8000-00805f9b34fb [CONTEXT service_id=265 ]
11-28 16:23:09.958 10258 2968 5497 I NearbyDiscovery: FastPairHandler: 0000110e-0000-1000-8000-00805f9b34fb [CONTEXT service_id=265 ]
11-28 16:23:09.958 10258 2968 5497 I NearbyDiscovery: FastPairHandler: 0000111e-0000-1000-8000-00805f9b34fb [CONTEXT service_id=265 ]
11-28 16:23:09.961 1000 1909 2242 D BluetoothA2dp: Binding service...
11-28 16:23:09.962 1000 1909 1909 D BluetoothHearingAid: Proxy object connected
11-28 16:23:09.962 1000 1909 1909 D BluetoothAdapter: getActiveDevices(profile= HEARING_AID)
11-28 16:23:09.963 10267 3810 3810 I MediaBrowserService: No root for client com.android.bluetooth from service android.service.media.MediaBrowserService$ServiceBinder$1
11-28 16:23:09.963 1000 1909 2242 D BluetoothManagerService: Sending BLE State Change: TURNING_ON > ON
11-28 16:23:09.963 10317 2342 3056 D BluetoothSap: Binding service...
11-28 16:23:09.964 1002 10508 23387 D HearingAidService: getActiveDevices
11-28 16:23:09.964 1002 10508 23387 I BluetoothAdapterService: getActiveDevices: Hearing Aid devices: Left[null] - Right[null]
11-28 16:23:09.965 10317 2342 2418 D LocalBluetoothProfileManager: Current Profiles[HEADSET, A2DP]
11-28 16:23:09.965 10317 2342 2418 W BluetoothHidDevice: Proxy not attached to service
11-28 16:23:09.965 10317 2342 2418 D BluetoothMap: getConnectionState(C4:45:67:5E:1F:6E)
11-28 16:23:09.965 10317 2342 2418 W BluetoothMap: BT not enabled. Cannot get connection state
11-28 16:23:09.967 10258 2968 31387 I NearbyDiscovery: SdpManager: Add cached device for XX:XX:XX:XX:1F:6E, forceAdd=true [CONTEXT service_id=265 ]
11-28 16:23:09.969 10317 2342 2418 D BluetoothMap: java.lang.Throwable
11-28 16:23:09.969 10317 2342 2418 D BluetoothMap: at android.bluetooth.BluetoothMap.getConnectionState(BluetoothMap.java:427)
11-28 16:23:09.969 10317 2342 2418 D BluetoothMap: at com.android.settingslib.bluetooth.MapProfile.getConnectionStatus(MapProfile.java:120)
11-28 16:23:09.969 10317 2342 2418 D BluetoothMap: at com.android.settingslib.bluetooth.LocalBluetoothProfileManager.updateProfiles(LocalBluetoothProfileManager.java:633)
11-28 16:23:09.969 10317 2342 2418 D BluetoothMap: at com.android.settingslib.bluetooth.CachedBluetoothDevice.updateProfiles(CachedBluetoothDevice.java:786)
11-28 16:23:09.969 10317 2342 2418 D BluetoothMap: at com.android.settingslib.bluetooth.CachedBluetoothDevice.onUuidChanged(CachedBluetoothDevice.java:826)
11-28 16:23:09.969 10317 2342 2418 D BluetoothMap: at com.android.settingslib.bluetooth.BluetoothEventManager$UuidChangedHandler.onReceive(BluetoothEventManager.java:431)
11-28 16:23:09.969 10317 2342 2418 D BluetoothMap: at com.android.settingslib.bluetooth.BluetoothEventManager$BluetoothBroadcastReceiver.onReceive(BluetoothEventManager.java:263)
11-28 16:23:09.969 10317 2342 2418 D BluetoothMap: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$android-app-LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1790)
11-28 16:23:09.969 10317 2342 2418 D BluetoothMap: at android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(Unknown Source:2)
11-28 16:23:09.969 10317 2342 2418 D BluetoothMap: at android.os.Handler.handleCallback(Handler.java:942)
11-28 16:23:09.969 10317 2342 2418 D BluetoothMap: at android.os.Handler.dispatchMessage(Handler.java:99)
11-28 16:23:09.969 10317 2342 2418 D BluetoothMap: at android.os.Looper.loopOnce(Looper.java:201)
11-28 16:23:09.969 10317 2342 2418 D BluetoothMap: at android.os.Looper.loop(Looper.java:288)
11-28 16:23:09.969 10317 2342 2418 D BluetoothMap: at android.os.HandlerThread.run(HandlerThread.java:67)
11-28 16:23:09.969 10317 2342 2418 W BluetoothPbap: Proxy not attached to service
11-28 16:23:09.969 10317 2342 2418 D LocalBluetoothProfileManager: New Profiles[HEADSET, A2DP]
11-28 16:23:09.969 10317 2342 2418 D CachedBluetoothDevice: updating profiles for XX:XX:XX:5E:1F:6E
11-28 16:23:09.969 1000 1909 1909 D BluetoothHearingAid: Proxy object connected
11-28 16:23:09.969 1000 1909 1909 D BluetoothHearingAid: Proxy object connected
11-28 16:23:09.970 1000 1909 1909 I Telecom : BluetoothDeviceManager: Got BluetoothHearingAid: [email protected]: [email protected]
11-28 16:23:09.970 1000 1909 1909 D BluetoothHearingAid: Proxy object connected
11-28 16:23:09.970 1000 1909 2242 D BluetoothManagerService: Sending State Change: TURNING_ON > ON
11-28 16:23:09.970 1000 1909 1909 D BluetoothAdapter: isLeEnabled(): ON
11-28 16:23:09.971 10317 2342 2418 V CachedBluetoothDevice: Class: 240418
11-28 16:23:09.971 10317 2342 2418 V CachedBluetoothDevice: UUID:
11-28 16:23:09.971 10317 2342 2418 V CachedBluetoothDevice: 00000000-0000-1000-8000-00805f9b34fb
11-28 16:23:09.971 10317 2342 2418 V CachedBluetoothDevice: 00001101-0000-1000-8000-00805f9b34fb
11-28 16:23:09.971 10317 2342 2418 V CachedBluetoothDevice: 00001108-0000-1000-8000-00805f9b34fb
11-28 16:23:09.971 10317 2342 2418 V CachedBluetoothDevice: 0000110b-0000-1000-8000-00805f9b34fb
11-28 16:23:09.971 10317 2342 2418 V CachedBluetoothDevice: 0000110e-0000-1000-8000-00805f9b34fb
11-28 16:23:09.971 10317 2342 2418 V CachedBluetoothDevice: 0000111e-0000-1000-8000-00805f9b34fb
11-28 16:23:09.971 1000 1909 1909 D BluetoothAdapter: isLeEnabled(): ON
11-28 16:23:09.972 10258 2968 5497 I NearbyDiscovery: FastPairHandler: Received action android.bluetooth.adapter.action.BLE_STATE_CHANGED [CONTEXT service_id=265 ]
11-28 16:23:09.972 wifi 2378 2378 D wpa_supplicant: wpa_driver_nl80211_driver_cmd BTCOEXSCAN-STOP len = 0, 4096
11-28 16:23:09.973 10258 2968 5497 I NearbyDiscovery: FastPairScanner: isScreenOn=true, scanWithScreenOff=false, isLocationEnabled=true, disableLocationRequirement=true, isDiscoveryScanningEnabled=true, during24GhzWifiWarmingUpPeriod=false [CONTEXT service_id=265 ]
11-28 16:23:09.973 10267 3679 3679 I GsaVoiceInteractionSrv: (REDACTED) O received %s
11-28 16:23:09.973 10317 2342 2342 D BluetoothHearingAid: Proxy object connected
11-28 16:23:09.973 10267 3679 3679 I AmbBrdcstRcvrServClient: (REDACTED) handleRefreshAction(): not handling %s
11-28 16:23:09.973 10267 3679 4408 I BrdcstRcvrMsgr: (REDACTED) sendMessage(): received broadcast id:%d with action:%s
11-28 16:23:09.974 10317 2342 2418 D CachedBluetoothDevice: onUuidChanged: Time since last connect=9259118
11-28 16:23:09.975 10258 2968 25563 I NearbySharing: Failed to stop scanning because we're not scanning. [CONTEXT service_id=194 ]
11-28 16:23:09.975 10258 2968 25563 I NearbySharing: Stopping discovery because Bluetooth is disabled. [CONTEXT service_id=194 ]
11-28 16:23:09.975 10258 2968 25563 I NearbySharing: Can't stop advertising FastInitiation. Not advertising. [CONTEXT service_id=194 ]
11-28 16:23:09.975 10258 2968 25563 I NearbySharing: Stopping Fast Init advertisement because Bluetooth is off. [CONTEXT service_id=194 ]
11-28 16:23:09.975 10258 2968 25563 I NearbySharing: Stopping advertising because Bluetooth is disabled. [CONTEXT service_id=194 ]
11-28 16:23:09.975 1000 1909 1981 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.bluetooth.adapter.action.STATE_CHANGED flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
11-28 16:23:09.976 10317 2342 2418 W BluetoothHeadset: Proxy not attached to service
11-28 16:23:09.976 1000 1909 1909 V NearbyService: Initiating BluetoothAdapter when Bluetooth is turned on.
11-28 16:23:09.976 10258 2968 5497 D BluetoothAdapter: isLeEnabled(): ON
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: java.lang.Throwable
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.bluetooth.BluetoothHeadset.getConnectionState(BluetoothHeadset.java:620)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.HeadsetProfile.getConnectionStatus(HeadsetProfile.java:121)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.CachedBluetoothDevice.getProfileConnectionState(CachedBluetoothDevice.java:509)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.CachedBluetoothDevice.getMaxConnectionState(CachedBluetoothDevice.java:1029)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.systemui.statusbar.policy.BluetoothControllerImpl.updateConnected(BluetoothControllerImpl.java:258)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.systemui.statusbar.policy.BluetoothControllerImpl.onDeviceAttributesChanged(BluetoothControllerImpl.java:378)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.CachedBluetoothDevice.dispatchAttributesChanged(CachedBluetoothDevice.java:907)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.CachedBluetoothDevice.onUuidChanged(CachedBluetoothDevice.java:852)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.BluetoothEventManager$UuidChangedHandler.onReceive(BluetoothEventManager.java:431)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.BluetoothEventManager$BluetoothBroadcastReceiver.onReceive(BluetoothEventManager.java:263)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$android-app-LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1790)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(Unknown Source:2)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.os.Handler.handleCallback(Handler.java:942)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.os.Handler.dispatchMessage(Handler.java:99)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.os.Looper.loopOnce(Looper.java:201)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.os.Looper.loop(Looper.java:288)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.os.HandlerThread.run(HandlerThread.java:67)
11-28 16:23:09.977 10317 2342 2418 W BluetoothA2dp: Proxy not attached to service
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: java.lang.Throwable
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at android.bluetooth.BluetoothA2dp.getConnectionState(BluetoothA2dp.java:464)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at com.android.settingslib.bluetooth.A2dpProfile.getConnectionStatus(A2dpProfile.java:163)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at com.android.settingslib.bluetooth.CachedBluetoothDevice.getProfileConnectionState(CachedBluetoothDevice.java:509)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at com.android.settingslib.bluetooth.CachedBluetoothDevice.getMaxConnectionState(CachedBluetoothDevice.java:1029)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at com.android.systemui.statusbar.policy.BluetoothControllerImpl.updateConnected(BluetoothControllerImpl.java:258)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at com.android.systemui.statusbar.policy.BluetoothControllerImpl.onDeviceAttributesChanged(BluetoothControllerImpl.java:378)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at com.android.settingslib.bluetooth.CachedBluetoothDevice.dispatchAttributesChanged(CachedBluetoothDevice.java:907)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at com.android.settingslib.bluetooth.CachedBluetoothDevice.onUuidChanged(CachedBluetoothDevice.java:852)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at com.android.settingslib.bluetooth.BluetoothEventManager$UuidChangedHandler.onReceive(BluetoothEventManager.java:431)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at com.android.settingslib.bluetooth.BluetoothEventManager$BluetoothBroadcastReceiver.onReceive(BluetoothEventManager.java:263)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$android-app-LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1790)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(Unknown Source:2)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at android.os.Handler.handleCallback(Handler.java:942)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at android.os.Handler.dispatchMessage(Handler.java:99)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at android.os.Looper.loopOnce(Looper.java:201)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at android.os.Looper.loop(Looper.java:288)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at android.os.HandlerThread.run(HandlerThread.java:67)
11-28 16:23:09.977 10317 2342 2418 W BluetoothHeadset: Proxy not attached to service
11-28 16:23:09.977 1000 1909 1909 D BluetoothA2dp: Proxy object connected
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: java.lang.Throwable
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.bluetooth.BluetoothHeadset.getConnectionState(BluetoothHeadset.java:620)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.HeadsetProfile.getConnectionStatus(HeadsetProfile.java:121)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.CachedBluetoothDevice.getProfileConnectionState(CachedBluetoothDevice.java:509)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.CachedBluetoothDevice.isConnected(CachedBluetoothDevice.java:741)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.systemui.statusbar.policy.BluetoothControllerImpl.updateConnected(BluetoothControllerImpl.java:262)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.systemui.statusbar.policy.BluetoothControllerImpl.onDeviceAttributesChanged(BluetoothControllerImpl.java:378)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.CachedBluetoothDevice.dispatchAttributesChanged(CachedBluetoothDevice.java:907)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.CachedBluetoothDevice.onUuidChanged(CachedBluetoothDevice.java:852)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.BluetoothEventManager$UuidChangedHandler.onReceive(BluetoothEventManager.java:431)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.BluetoothEventManager$BluetoothBroadcastReceiver.onReceive(BluetoothEventManager.java:263)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$android-app-LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1790)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(Unknown Source:2)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.os.Handler.handleCallback(Handler.java:942)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.os.Handler.dispatchMessage(Handler.java:99)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.os.Looper.loopOnce(Looper.java:201)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.os.Looper.loop(Looper.java:288)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.os.HandlerThread.run(HandlerThread.java:67)
11-28 16:23:09.977 10317 2342 2418 W BluetoothA2dp: Proxy not attached to service
11-28 16:23:09.977 1000 1909 1909 D BluetoothA2dp: Proxy object connected
11-28 16:23:09.977 10258 2968 5497 I NearbyDiscovery: FastPairScanner: eventType=BLE_ON, intReq=false, scanning=true, scanAllowed=true, bleEnabled=true, bleScanAvailable=true, lockScanRate=false [CONTEXT service_id=265 ]
11-28 16:23:09.977 1000 1909 1909 D BluetoothAdapter: getActiveDevices(profile= A2DP)
11-28 16:23:09.977 10258 2968 5497 I NearbyDiscovery: FastPairScanner: nothing changed, eventType=BLE_ON [CONTEXT service_id=265 ]
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: java.lang.Throwable
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at android.bluetooth.BluetoothA2dp.getConnectionState(BluetoothA2dp.java:464)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at com.android.settingslib.bluetooth.A2dpProfile.getConnectionStatus(A2dpProfile.java:163)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at com.android.settingslib.bluetooth.CachedBluetoothDevice.getProfileConnectionState(CachedBluetoothDevice.java:509)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at com.android.settingslib.bluetooth.CachedBluetoothDevice.isConnected(CachedBluetoothDevice.java:741)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at com.android.systemui.statusbar.policy.BluetoothControllerImpl.updateConnected(BluetoothControllerImpl.java:262)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at com.android.systemui.statusbar.policy.BluetoothControllerImpl.onDeviceAttributesChanged(BluetoothControllerImpl.java:378)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at com.android.settingslib.bluetooth.CachedBluetoothDevice.dispatchAttributesChanged(CachedBluetoothDevice.java:907)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at com.android.settingslib.bluetooth.CachedBluetoothDevice.onUuidChanged(CachedBluetoothDevice.java:852)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at com.android.settingslib.bluetooth.BluetoothEventManager$UuidChangedHandler.onReceive(BluetoothEventManager.java:431)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at com.android.settingslib.bluetooth.BluetoothEventManager$BluetoothBroadcastReceiver.onReceive(BluetoothEventManager.java:263)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$android-app-LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1790)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(Unknown Source:2)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at android.os.Handler.handleCallback(Handler.java:942)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at android.os.Handler.dispatchMessage(Handler.java:99)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at android.os.Looper.loopOnce(Looper.java:201)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at android.os.Looper.loop(Looper.java:288)
11-28 16:23:09.977 10317 2342 2418 D BluetoothA2dp: at android.os.HandlerThread.run(HandlerThread.java:67)
11-28 16:23:09.977 10317 2342 2418 W BluetoothHeadset: Proxy not attached to service
11-28 16:23:09.977 10317 2342 2342 W BluetoothHeadset: Proxy not attached to service
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: java.lang.Throwable
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.bluetooth.BluetoothHeadset.getConnectionState(BluetoothHeadset.java:620)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.HeadsetProfile.getConnectionStatus(HeadsetProfile.java:121)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.CachedBluetoothDevice.getProfileConnectionState(CachedBluetoothDevice.java:509)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.CachedBluetoothDevice.isConnectedProfile(CachedBluetoothDevice.java:752)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.systemui.statusbar.policy.BluetoothControllerImpl.updateAudioProfile(BluetoothControllerImpl.java:306)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.systemui.statusbar.policy.BluetoothControllerImpl.updateConnected(BluetoothControllerImpl.java:280)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.systemui.statusbar.policy.BluetoothControllerImpl.onDeviceAttributesChanged(BluetoothControllerImpl.java:378)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.CachedBluetoothDevice.dispatchAttributesChanged(CachedBluetoothDevice.java:907)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.CachedBluetoothDevice.onUuidChanged(CachedBluetoothDevice.java:852)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.BluetoothEventManager$UuidChangedHandler.onReceive(BluetoothEventManager.java:431)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at com.android.settingslib.bluetooth.BluetoothEventManager$BluetoothBroadcastReceiver.onReceive(BluetoothEventManager.java:263)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$android-app-LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1790)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(Unknown Source:2)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.os.Handler.handleCallback(Handler.java:942)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.os.Handler.dispatchMessage(Handler.java:99)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.os.Looper.loopOnce(Looper.java:201)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.os.Looper.loop(Looper.java:288)
11-28 16:23:09.977 10317 2342 2418 D BluetoothHeadset: at android.os.HandlerThread.run(HandlerThread.java:67)
fastboot boot twrp.img
fastboot flash boot boot_aosp_xxx.img
fastboot erase userdata
fastboot reboot fastboot
adb sideload PixelDust-Tiramisu-aosp-crosshatch-user-xxx.zip