[GH-ISSUE #28] No wireless debugging #18

Closed
opened 2026-03-04 02:10:50 +03:00 by kerem · 2 comments
Owner

Originally created by @secchipietro04 on GitHub (Jul 24, 2021).
Original GitHub issue: https://github.com/tytydraco/LADB/issues/28

(not a problem, i'm just helping)
my phone is a samsung galaxy m20 with original android 10 and UI 2.0 so it doesn't have wireless debug option in developer mode, i don't know if this work in other phones but in probably every samsung phone with android 10 or above this works.
just connect phone with cable to the computer and connect to adb and type

adb tcpip 5555 

and eventually will print

restarting in TCP mode port: 5555

and

adb connect [phone local ip]

then open ladb, grant debug access and unplug the cable, it will works even if not connected to wifi but if you reboot or turn off the phone you will have to redo the steps

Originally created by @secchipietro04 on GitHub (Jul 24, 2021). Original GitHub issue: https://github.com/tytydraco/LADB/issues/28 (not a problem, i'm just helping) my phone is a samsung galaxy m20 with original android 10 and UI 2.0 so it doesn't have wireless debug option in developer mode, i don't know if this work in other phones but in probably every samsung phone with android 10 or above this works. just connect phone with cable to the computer and connect to adb and type ``` adb tcpip 5555 ``` and eventually will print ``` restarting in TCP mode port: 5555 ``` and ``` adb connect [phone local ip] ``` then open ladb, grant debug access and unplug the cable, it will works even if not connected to wifi but if you reboot or turn off the phone you will have to redo the steps
kerem 2026-03-04 02:10:50 +03:00
Author
Owner

@teou1 commented on GitHub (Oct 14, 2022):

Well this is the standart tcp method on all android vesions till 10. Of course it works, it is just not so convenient.

Your problem is that you have android 10 and the new wireless debugging without any cables appears (sorry not sure) either in some very very last patch update of A10, or in some beta in Android 11.

Officially is introduced in A11, so you just do not have it. But good to know the old workaround works with ladb app.

<!-- gh-comment-id:1278850854 --> @teou1 commented on GitHub (Oct 14, 2022): Well this is the standart tcp method on all android vesions till 10. Of course it works, it is just not so convenient. Your problem is that you have android 10 and the new wireless debugging without any cables appears (sorry not sure) either in some very very last patch update of A10, or in some beta in Android 11. Officially is introduced in A11, so you just do not have it. But good to know the old workaround works with ladb app.
Author
Owner

@gonza677 commented on GitHub (Jun 19, 2025):

adb shell settings put global hidden_api_policy_p_apps 1

<!-- gh-comment-id:2986142472 --> @gonza677 commented on GitHub (Jun 19, 2025): adb shell settings put global hidden_api_policy_p_apps 1
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LADB#18
No description provided.