Guest tkelly0727 Posted October 16, 2011 Report Posted October 16, 2011 how do you use USB debugging on zte blade
Guest hugobosslives Posted October 16, 2011 Report Posted October 16, 2011 do you actually want to use to do something particular? or just learn what it is and how to use it?
Guest tkelly0727 Posted October 16, 2011 Report Posted October 16, 2011 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 October 17, 2011 Report Posted October 17, 2011 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 October 17, 2011 Report Posted October 17, 2011 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
Guest Rusty! Posted October 17, 2011 Report Posted October 17, 2011 There are numerous commands, you run them from a command prompt/terminal. adb xxx argument xxx = shell, push, pull, remount, pm, reboot, etc
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now