ale5000-git / tingle

Tingle - Android patcher
http://forum.xda-developers.com/showthread.php?t=3438764
GNU General Public License v3.0
160 stars 11 forks source link

Update main.py: added wireless adb compatibility #46

Closed token0 closed 5 years ago

token0 commented 5 years ago

Now you can patch your phone without USB cable! changed output directory name to md5 hash of initial device name: now it works with wirelessly connected adb devices

example:

adb connect 192.168.0.5:5555 python main.py MENU 1 - Patch file from a device (adb) Voila!


This change is Reviewable

ale5000-git commented 5 years ago

Thanks, I have merged it manually with some changes.