Questions tagged [adb]

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

121 questions
86
votes
14 answers

adb no permissions on Ubuntu 17.04

When I try: adb devices I get the result: List of devices attached ???????????? no permissions I tried that on an Ubuntu 16.04 machine and it worked perfectly. I also tried a 7.1.1 device and it also worked perfectly. What is the problem?
Nadav Tasher
  • 1,088
46
votes
9 answers

How to configure ADB access for Android devices?

I'm using Ubuntu 12.10 and I have installed Android SDK, set it's path in my user .bashrc and it works. The problem is that my phone requires adb to be ran by root for permissions, but running adb with sudo I get the following error: sudo: adb:…
Martin Fejes
  • 653
  • 1
  • 6
  • 10
43
votes
9 answers

no permissions fastboot - fastboot and adb not working

I'm trying to unlock my Moto phone using ADB but I when I do a fastboot devices I keep getting no permissions fastboot Even sudo fastboot devices is not helping with sudo I get this sudo: fastboot: command not found HELP!!
Rupali
  • 751
42
votes
10 answers

ADB device list doesn't show phone

I've recently installed adb and fastboot: apt-get install android-tools-adb android-tools-fastboot After the installation finished, I connected my device and ran the following command: $ adb devices List of devices attached I've enabled debugging…
41
votes
7 answers

Android adb no permission

I'm trying to use adb from a Ubuntu(+Cinnamon) machine. The problem is that I get following message from adb devices: List of devices attached TA8830OIVO no permissions Where TA8830OIVO is my Motorola G device. I changed android rules in…
shadox
  • 523
37
votes
6 answers

How do I set up Android ADB?

My computer is a Sys76 Lemur running Maverick, and my phone is a Nexus S running stock Gingerbread. I want to set up to use ADB (android debug bridge). I installed the Android SDK per instructions on the SDK website, but ADB doesn't work. Can…
bigcat42
  • 1,151
31
votes
5 answers

AdbCommandRejectedException: insufficient permissions for device: user in plugdev group; are your udev rules wrong?

Five days ago I installed Android Studio on a fully updated Ubuntu 2018.04, used the wizard to create an example app, pressed the "Run" button and it ran perfectly on my Android device connected via USB. Today, on the same Ubuntu and with the same…
Nicolas Raoul
  • 11,921
20
votes
5 answers

How to Update or Re-Install the newest version of ADB?

I have an android based phone and I need ADB for installing new versions. However, until today ADB was working perfectly but today I got an error, it says "you need 1.0.32 or newer version." Yes, error is clear enough. Problem is, how ? For the…
Blaberus
  • 323
17
votes
2 answers

"adb devices" command won't detect my 4.4 Android phone

I've been having a issue trying to get the adb devices command to pick up my LG TRANSPYRE™ (VS810PP) phone. Keep in mind the command does in fact work. So it's not an issue with adb, more with the drivers. After taking a look from this post I…
user288187
15
votes
0 answers

How to add Google Play support in Anbox?

I know it's a relatively new and unstable application but I figured if anyone has suffered through the issue and solved it then they can help me too. Anbox does't come with Google Services, As Google Services can't be installed on an Unregistered…
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
10
votes
3 answers

fastboot not detect my android device - ubuntu

I have Lenovo Yoga Tablet PC 1051L. I try this : $ lsusb result : Bus 002 Device 006: ID 17ef:77a5 Lenovo then: $ adb devices result: List of devices attached Baytrail678EC0A0 device then I try reboot bootloader: $ adb reboot…
A1Gard
  • 260
9
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
  • 674
9
votes
3 answers

user in plugdev group; are your udev rules wrong or error: insufficient permissions for device: udev requires plugdev group membership?

I encountered error like "(user in plugdev group; are your udev rules wrong?", After googled, I found some key refers: Ref 1. Set up a device for development from Android Developer; Ref 2. Solved: no permissions (user in plugdev group; are your…
7
votes
3 answers

Android sdk on Ubuntu 32bit

I have some issues in running android sdk(ADB) on ubuntu 32-bit. I downloaded and updated sdk on ubuntu 14.02 64-bit, and now reusing it on ubuntu 15.10 32-bit. But when i try ./adb devices on terminal, i get this error: bash: ./adb: cannot execute…
IBRAR AHMAD
  • 339
  • 1
  • 2
  • 9
1
2 3
8 9