Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #start adb over network
- ##############on device#############
- #!/system/bin/sh
- setprop service.adb.tcp.port 5555
- stop adbd
- start adbd
- #############on computer###############
- adb tcpip 5555
- adb connect <device IP>:5555
- adb shell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement