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.

198 questions
7
votes
1 answer

Driver for USB debugging on an ASUS Memo Pad FHD 10 (ME302KL) on Windows 7

I need to debug some Android apps on a real device. I have an ASUS Memo Pad 10 and a desktop with Windows 7. I tried following the instructions on the Android Developer site and turned on the USB-Debug option on the tablet, but my desktop can't find…
Cozzer
  • 83
  • 1
  • 1
  • 4
7
votes
2 answers

Enable USB debugging on Android remotely

I've got the LG P970 phone running on Gingerbread with a broken screen. By broken screen i mean that screen displays nothing - it's lighten up, all black with color lines but it's touch sensitive (i believe). I've got important data on it and I want…
grzebyk
  • 882
  • 1
  • 13
  • 23
6
votes
4 answers

No connection could be made because the target machine actively refused it. (10061)

I have problems trying to do wireless debugging. I followed this instruction: https://developer.android.com/studio/command-line/adb#wireless And it seems that I cannot connect to my phone at step 7 of the article adb connect device_ip_address. It…
off99555
  • 2,671
  • 2
  • 24
  • 36
5
votes
4 answers

How to take screen shots of mobile debug device running Flutter application in Android Studio?

Using Android Studio for developing flutter replaces the LogCat console with the run tab. This works great, but how do I take a screen shot of my debugging device? Previously I used to expand the LogCat side menu and click on the capture image …
5
votes
6 answers

Location of my package while USB debugging in eclipse

I searched a lot in DDMS all folders but can not find the location of my package folder in file manager. I have search it into the storage/sdcard0 but there also my package is not present. take a look I uploaded photo. Is there any special setting…
Shabbir Dhangot
  • 8,089
  • 9
  • 55
  • 75
5
votes
2 answers

How to enable USB Debugging in IOS 7

I cant understand, how to debug? In android it in "Settings - Developer options - USB debugging". but in iphone with ios 7 I cant find it. Maybe the developer options menu is hidden, but how to show it? I'm using Xamarin.IOS in Windows 8.
user3000118
  • 71
  • 1
  • 1
  • 2
4
votes
0 answers

"Allow USB debugging?" keeps popping up

I'm going nuts here. I am trying to debug my app on a Samsung Galaxy Tab S5e. My application runs a VPNService and I am reasonably sure this is the root cause of the following issue: When debugging via USB, everything works fine. However, when I…
pookie
  • 2,890
  • 5
  • 34
  • 70
4
votes
1 answer

USB debugging on physical device within a virtual machine development environment

I have a development environment set up in a Hyper-V virtual machine (Windows 10). Using Visual Studio 2019 as my IDE with Xamarin (a monodroid project). My physical device is unable to "passthrough" due to decisions made by the Hyper-V designers,…
user959631
  • 912
  • 2
  • 11
  • 33
4
votes
4 answers

Flutter does not prompt the device for an authorization dialog

adb connects to my device (Xiaomi Redmi 4, MIUI 11.0.2, Android 7.1.2) just fine via USB as well as via WiFi. However, I've had no success trying to connect flutter. Flutter does detect my device when I connect via USB but doesn't prompt for an…
Spikatrix
  • 19,378
  • 7
  • 34
  • 77
4
votes
0 answers

Android Studio debugging on AWS Workspaces

I am using AWS Workspaces to build an Android App. Everything works great and the speed with which I am able to work is just wonderful. However, one of the major issue I face is that I am unable to Debug my Apps via using USB debugging. Now I…
4
votes
2 answers

How to enable usb debugging on android with black screen?

I was trying to enable USB debugging option on my Samsung Galaxy J1 Ace (SM-J110H) handset. As you already know that the screen is black/dead but except that the cellphone is working just fine. Somehow I managed to enable the USB debugging option by…
Sifatur Rahman
  • 691
  • 1
  • 7
  • 15
4
votes
4 answers

How To Enable USB Debugging For The Samsung S7

I am trying to use the chrome remote debugging tools. So I am following this doc https://developer.chrome.com/devtools/docs/remote-debugging However once I have developer options enabled, I cannot enable USB debugging. It stays disabled(greyed…
Llewellyn Collins
  • 2,022
  • 2
  • 20
  • 34
4
votes
4 answers

Developer options on Alcatel OneTouch M Pop 5020D?

I have a quite new Alcatel OneTouch Pop M 5020D. But I am not able to find or activate the developer optione for activating USB debugging. Does anyone know how to?
Christian
  • 502
  • 1
  • 4
  • 15
3
votes
3 answers

Eclipse wont recognize my android tablet when I try to test my app?

Recently I bought a new android tablet (a no-name Chinese tablet), and I'd like to test an application I'm developing on it. However, when I try to run it through Eclipse, it won't recognize my tablet (the debugging mode is enabled on the tablet).…
RCB
  • 2,155
  • 2
  • 20
  • 49
3
votes
2 answers

How to solve com.android.ddmlib.InstallException: INSTALL_FAILED_UPDATE_INCOMPATIBLE

I am using Mi Note3, before that, I can run the code from react-native using react-native run-android and connect with my phone. Now cannot already. My MIUI version is 10.2, I already open Developer options, USB debugging, Install via USB and turn…
dipgirl
  • 558
  • 1
  • 10
  • 21
1
2
3
13 14