Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.
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 5555 command (should produce error: 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 5555 command (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.
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?
.\adb.exe tcpip 5555
command (should produceerror: no devices/emulators found
).\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.\adb.exe tcpip 5555
command (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.