Jump to content

how do you use USB debugging?


Recommended Posts

Guest hugobosslives
Posted

do you actually want to use to do something particular?

or just learn what it is and how to use it?

Guest tkelly0727
Posted

do you actually want to use to do something particular?

or just learn what it is and how to use it?

i just want to learn how to use it. and connect to you computer for usb debugging.

and with the SDK manager

Guest ojconcentrate
Posted

i just want to learn how to use it. and connect to you computer for usb debugging.

and with the SDK manager

usb debugging saved my life last week.

One of the things you can do with it is connect to the phone via a shell and run commands on it.

I broke my phone which eventually got replaced by orange but since the screen wasn't working, i coulnd't easily delete my data from it (and there was lots of personal data).

You need to install the Android SDK and make sure you install the 'SDK Platform Tools'. This will give you access to adb (android device bridge) which can be use to communicate with the phone via the usb connection.

Guest tkelly0727
Posted

usb debugging saved my life last week.

One of the things you can do with it is connect to the phone via a shell and run commands on it.

I broke my phone which eventually got replaced by orange but since the screen wasn't working, i coulnd't easily delete my data from it (and there was lots of personal data).

You need to install the Android SDK and make sure you install the 'SDK Platform Tools'. This will give you access to adb (android device bridge) which can be use to communicate with the phone via the usb connection.

how do you run the set of commands

sorry i'm new to the USB debugging

Posted

There are numerous commands, you run them from a command prompt/terminal.

adb xxx argument

xxx = shell, push, pull, remount, pm, reboot, etc

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.