Questions tagged [usb-debugging]

USB debugging enables Android developers to remotely control devices.

USB debugging (also called remote debugging) is an Android developer option. It facilitates operating mobile devices using a desktop computer.

It usually suffices to have an USB driver installed suitable for the device being debugged. Google Chrome is then used to inspect connected devices. Naturally, the “USB debugging” setting needs to be activated on the respective device. Another common means of accessing USB debugging options is ADB.

For further reading, see Remote Debugging Android Devices at Google Developers.

231 questions
2
votes
3 answers

ADB says device unauthorized

I tried installing cyanogenmod on my samsung s2. I managed to sucessfully install cyanogen recovery on the device which boots up when I start the device. After that I tried to install cyanogenmod which gets me an error: adb push…
codymanix
  • 28,510
  • 21
  • 92
  • 151
2
votes
0 answers

allow usb debugging rsa key fingerprint not coming in windows

usb debugging rsa key fingerprint is not asking in my home computer. but when i run at my office computer it runs fine. Please help me in fixing the problem.
leela
  • 39
  • 1
  • 6
2
votes
3 answers

Android 5.0 build number not shown in Settings > About Phone

I have purchased QMobile S1 which has Android 5.0 running. I am trying to enable developer options but I can't find Build Number in About Phones in Settings. I know I need to tap on Build Number 7 times to become a developer. But the option is not…
SamFast
  • 1,054
  • 2
  • 16
  • 31
2
votes
2 answers

ADB won't detect my device even after USB Debugging enabled

I have a YUreka AO5510. It has a custom Cyanogen Lollipop build. Anyway, the problem is I have developer tools enabled, then USB Debugging enabled but whenever I connect my phone to PC, irrespective of, if I have developer tools turned on or not, it…
Manish Kumar Sharma
  • 12,982
  • 9
  • 58
  • 105
2
votes
0 answers

Connect Galaxy Ace gt-s5830 in developer mode Windows 7

I've installed Android studio on my home PC (running with windows 7 Professional), and tried to use my Mobile Phone (Glalaxy Ace gt-s5830) for developement. Problem here is that neither android studio nor adb-tools find my device. I enabled…
Nerethar
  • 327
  • 2
  • 16
2
votes
2 answers

ubuntu 12.04 usb debugging stopped working

using ubuntu 12.04 and LG optimus G E975, usb debugging was working fine 2 days ago and now it just stopped working, when I plug the device into my laptop (all 3 usb ports), it just shows the charging icon, here are the things I did so far: make…
arash moeen
  • 4,533
  • 9
  • 40
  • 85
2
votes
1 answer

can not connect my device to eclipse

I am trying to connect my device(galaxy s3 jellybean rom) to my computer so that I can test the app I have written on my phone. the problem is that when I connect my device to the pc in usb-debugging,eclipse tries to connect to my phone,but it…
roostaamir
  • 1,928
  • 5
  • 24
  • 51
2
votes
3 answers

How to debug a nexus 10? Needs usb charger but need usb connected to debug

Has anyone found a good solution to debug a galaxy nexus as it gets power? I can only debug and use the nexus 10 while its plugged into my computer. I can only charge the nexus 10 when its plugged into a wall. It charges from USB so what am I…
GregM
  • 3,624
  • 3
  • 35
  • 51
1
vote
1 answer

How to clear "remember my choice" flag on MIUI 12

I wanted to use VSCode and the flutter extension to debug an app on my phone. While starting the debugger my phone asked if I wanted my PC to allow installing Apps. I pressed remember my choice and then accidently clicked deny. How can I clear this…
licerer
  • 13
  • 3
1
vote
0 answers

How to allow OEM unlock without starting Android?

I have a google pixel (sailfish) where the Operating system was damaged beyond repair. It won't start into recovery mode. I tried to use fastboot to unlock the bootloader (fastboot flashing unlock), but it won't do that because OEM is not allowed. I…
Elliot
  • 21
  • 3
1
vote
0 answers

Is there a way to sideload APKs on a clover production device?

We have an app that I developed is specific to our organization. We could put it through the Clover App Market, go through the approval process, etc..., but it would be basically useless for merchants that aren't us. What I'd like to do is load it…
jwir3
  • 6,019
  • 5
  • 47
  • 92
1
vote
1 answer

Chome USB debug: Pending authentication: please accept debugging session on the device

Chome USB debug: Pending authentication: please accept debugging session on the device. The confirm dialog is gone accidentally. How to show it again on android phone? Tried: reload chrome://inspect/#devices, Uncheck/check "Discover USB devices" …
eastwater
  • 4,624
  • 9
  • 49
  • 118
1
vote
0 answers

UsbDeviceConnection.requestWait() Issue - External Device Won't Reconnect

Some background: I have been trying to refactor this Android app's Usb system. Initially, in order to transfer data between endpoints, they used the UsbDeviceConnection.bulkTransfer() method. I refactored it to use the UsbRequest.initialize(),…
1
vote
1 answer

Chrome://inspect#devices could not find devices for USB debugging

Chrome://inspect#devices could not find devices for USB debugging On Android: Turn off USB debugging, then turn it on. After confirming "allow usb debugging" popup on android, the inspect page still says: Pending authentication: please accept…
eastwater
  • 4,624
  • 9
  • 49
  • 118
1
vote
0 answers

USB debug detection and root detection Flutter

I'm new to Flutter development. Is there any way to identify USB debug detection and rooted device detection in Flutter without using dependency/packages for android and iOS devices ?
Cordelia
  • 313
  • 3
  • 11