How it works?
LADB groups an ADB server in the application libraries. Normally, this server cannot connect to the local device because it requires an active USB connection. However, Android’s wireless ADB debugging feature allows the server and client to talk to each other locally.
The initial configuration:
1. About -> Build number -> Click 7 times
2. Developer Settings -> Wireless ADB Debugging -> Enabled
3. Developer Settings -> ADB Debugging -> Enabled
Repair:
If you encounter an “unauthorized device” or “multiple devices connected”, try this:
1. Activate airplane mode
2. Disconnect all USB devices
3. Kill and restart LADB
Still does not work? Try that:
1. Completely close LADB
2. Developer Settings -> Wireless ADB Debugging -> Disabled
3. Developer Settings -> ADB Debugging -> Disabled
4. Developer settings -> Revoke permissions
5. Restart
6. Developer Settings -> Wireless ADB Debugging -> Enabled
7. Developer Settings -> ADB Debugging -> Enabled
8. Activate airplane mode
9. Open LADB