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
-1
votes
1 answer

Android application debug by mobile device in eclipse

I want to debug my android application in eclipse by my mobile(Samsung s3). I enabled the USB Debugging option in my mobile and in the Eclipse Android device chooser the device has been found, but its target is unknown.
-2
votes
1 answer

How to brute force and open a protected android app using scrcpy

I have an app which i wanted to view on my linux desktop, using scrcpy. All the android app contents(inside the app) are visible in my scrcpy desktop, except when i open PDF's from that app. when i open a pdf from that app, im getting this error…
Betel
  • 151
  • 7
-2
votes
1 answer

Rooting: Sony ST23i USB Debugging mode problems

So I want to root my Sony Xperia Miro to get Cyanogenmod which has proposed that it can get my phone to Android Kitkat, but when I try and root it with OneClickRoot it doesn't recognise that my phone is on USB Debugging Mode with it on Mass Storage…
-3
votes
1 answer

USB debugging on Android

I have an android device which is secured with a screen lock. But now I don't remember the password to unlock my phone. By default, the USB mode is set to always ask and also the USB debugging is disabled. I tried unlocking my phone using a third…
-3
votes
1 answer

Android: tested app on phone succesful -> make it stop?

I have activated usb debugging on my phone and hit "run" in Android Studio. The app runs fine on my phone. Now I want to have a clean stop of the connection instead of just pulling out the usb cable. I want Android Studio to tidy up everything, not…
Robert
  • 432
  • 1
  • 4
  • 15
-6
votes
3 answers

APK is created but doesnt run on a device

I successfully compiled an android app and created it's apk. I also signed the .apk file with my keystore. But it gives me a NullPointerException for some reason when running in USB debugging mode. Here is the exception: 06-16 15:23:11.639 …
Aditya Singh
  • 2,343
  • 1
  • 23
  • 42
1 2 3
15
16