How can I connect via ADB after Installation of Android 13 and doing Device Registration?
I would like to set:
wm density [number]
I tried Settings >> About Phone >> Build Number [tap][tap]...[tap]
Then Settings >> System >> Developer options, but I can't scroll.
Tried USB keyboard -- Still Can't Scroll.
Tried USB Mouse -- Still Can't Scroll.
The other options are there, because I can [Tab] to some of them, but trying to get to USB Debugging and Revoke authorizations is probably impossible.
I can enable ADB by doing:
sudo ./mtkbootcmd.py FASTBOOT
Then:
fastboot reboot recovery
But then I am stuck at:
List of devices attached
123456789012345678901 unauthorized
...Since I have done device authorization
I'm going to try to install a terminal, and try it that way.
How can I connect via ADB after Installation of Android 13 and doing Device Registration?
I would like to set: wm density [number]
I tried Settings >> About Phone >> Build Number [tap][tap]...[tap] Then Settings >> System >> Developer options, but I can't scroll.
Tried USB keyboard -- Still Can't Scroll. Tried USB Mouse -- Still Can't Scroll. The other options are there, because I can [Tab] to some of them, but trying to get to USB Debugging and Revoke authorizations is probably impossible.
I can enable ADB by doing:
sudo ./mtkbootcmd.py FASTBOOT
Then: fastboot reboot recovery
But then I am stuck at: List of devices attached 123456789012345678901 unauthorized ...Since I have done device authorization
I'm going to try to install a terminal, and try it that way.
Any way to get ADB again without a re-install?