Questions tagged [adb]

Questions relating to the Android Debug Bridge (ADB) command-line utility, a debugging tool for developers offered by Google.

120 questions
12
votes
2 answers

ADB Android Studio Ubuntu ERROR : Unable to detect adb version, adb output: /home/hamid/Android/Sdk/platform-tools/

ADB in Android Studio (Ubuntu) ERROR : Unable to detect adb version, adb output: /home/hamid/Android/Sdk/platform-tools/adb: 1: /home/hamid/Android/Sdk/platform-tools/adb: Syntax error: ")" unexpected
8
votes
4 answers

How can I make `adb shell` have the correct terminal size?

So adb shell has an annoying bug where it doesn't realize that your graphical terminal app is larger than 80x24, so when you try to run any kind of full-screen console apps like vi or emacs (or any ncurses app), it does not take up the full screen,…
robru
  • 664
1
vote
1 answer

ADB doesn't detect any device

After some time, I found that my previously working ADB no longer recognized any device. My phone did not pop up the window asking to verify the computer when I connected it. Restarting the server, using sudo and adding a new ADB version did not…
Sesqic
  • 21
0
votes
1 answer

after OTA10 mx4 update can't adb to device, device unauthorised

Noticed today several days after OTA10, tried to adb to device, got: anton@kitten:~$ adb devices List of devices attached 75HABLLE85KB unauthorized anton@kitten:~$ adb shell error: device unauthorized. Please check the confirmation dialog on…