How does it work?
LADB bundles an ADB server into the app library. Typically, this server cannot connect to a local device because it requires an active USB connection. However, Android’s wireless ADB debugging feature allows servers and clients to talk to each other locally.
Initial setup:
1. Click About -> Build Number -> 7 times
2. Developer Settings -> Wireless ADB Debugging -> On
3. Developer Settings -> ADB Debugging -> On
Troubleshooting:
If you encounter “Unauthorized devices” or “Multiple devices connected”, try this:
1. Enable flight mode
2. Disconnect any USB device
3. Kill LADB and restart
Still not working? Try this:
1. Turn off LADB completely
2. Developer Settings -> Wireless ADB Debugging -> Off
3. Developer Settings -> ADB Debugging -> Off
4. Developer Settings -> Revoke Authorization
5. Reboot
6. Developer Settings -> Wireless ADB Debugging -> On
7. Developer Settings -> ADB Debugging -> On
8. Enable flight mode
9. Open LADB
Still confused? Email me at tylernij@gmail.com.
This app is open source on GitHub:
https://github.com/tytydraco/LADB