Created
March 26, 2015 01:45
-
-
Save CreatorB/a958d25937f80844ec7d to your computer and use it in GitHub Desktop.
Android Debugging Over Wifi - http://pondokprogrammer.com/cara-debugging-aplikasi-android-via-wifi/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
su | |
setprop service.adb.tcp.port 5555 | |
stop adbd | |
start adbd | |
#Remember to close the tcp when connecting to public networks if you want to feel safe.You can do the following or simply restart the device: | |
su | |
setprop service.adb.tcp.port -1 | |
stop adbd | |
start adbd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment