universal-android-debloater
universal-android-debloater copied to clipboard
[WORKAROUND] ADB over WiFi
App should have a possibility to work with devices that only has ADB over WiFi available (like Samsung Galaxy Watch 4 and newer).
How you can connect your Samsung Galaxy Watch 4?
- Connect your PC and watch to the same WiFi network
- Activate "ADB over WiFi" on your watch (Settings -> Developer Settings)
- Open console on your PC and use the same adb client that will be used for UAD app
- Enter
.\adb.exe tcpip 5555command (should produceerror: no devices/emulators found) - Enter
.\adb.exe connect <IPv4 of your watches, will be visible when you will activate "ADB over WiFi" feature>:5555(for example "192.168.1.115:5555") command - Enter
.\adb.exe tcpip 5555command (should produce nothing this time)
After that, when you will open UAD app, it will find your watch. Debloating process is the same as for phone.