0x192 / 0x192/universal-android-debloater
[WORKAROUND] ADB over WiFi
- Lingua principale
- Rust
- Stelle
- 19.9k
- Fork
- 1.1k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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?
1. Connect your PC and watch to the same WiFi network
2. Activate "ADB over WiFi" on your watch (Settings -> Developer Settings)
3. Open console on your PC and use the same adb client that will be used for UAD app
4. Enter `.\adb.exe tcpip 5555` command (should produce `error: no devices/emulators found`)
5. Enter `.\adb.exe connect :5555` (for example "192.168.1.115:5555") command
6. 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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
The issue describes enabling ADB over WiFi for devices like the Samsung Galaxy Watch. Look for the ADB connection handling code in the Rust codebase, likely in a module dealing with device detection and communication. The work involves modifying the connection logic to support TCP/IP connections in addition to USB. Test by connecting a watch via WiFi ADB and verifying the app can discover and interact with it.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- android, rust
- Ambito
- cli, mobile-dev
- Tipo di issue
- Funzionalità
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Specificata chiaramente
- Idoneità per principianti
- 65/100