M
mai77
Fortgeschrittenes Mitglied
- 15
adbwireless, use like adb without the actual USB cord mess
Requirement:
1) has adb setup already, kind of pita,
2) need root.
- downld and install adbwireless from market
- run adbwirelss from your phone, see a green button, press the green button, it turned into an orange button with
"adb connect 192.168.1.xxx:5555"
- on your winPC,
open cmd box, cd to your adb tool, mine is on c:\android\platform-tools
adb connect 192.168.1.xxx
adb shell
$ you will see '$' prompt
$ su gainroot - will give you root privilege and you should now see "#" prompt
#
now use it like adb but without the mess of the usb cable
Requirement:
1) has adb setup already, kind of pita,
2) need root.
- downld and install adbwireless from market
- run adbwirelss from your phone, see a green button, press the green button, it turned into an orange button with
"adb connect 192.168.1.xxx:5555"
- on your winPC,
open cmd box, cd to your adb tool, mine is on c:\android\platform-tools
adb connect 192.168.1.xxx
adb shell
$ you will see '$' prompt
$ su gainroot - will give you root privilege and you should now see "#" prompt
#
now use it like adb but without the mess of the usb cable
Zuletzt bearbeitet: