Hello,
I am trying to adb to a normal user profile. After switching to the profile in question,
the following message is shown:
"USB debugging not allowd"
mint@mint:~$ sudo adb devices
List of devices attached
12xxxxxxxxxxxx unauthorized
mint@mint:~$ adb shell
adb: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
Question:
Is it really not possible to adb to normal GOS user profile (Android 15) ?
Thank's a lot!