Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No wireless debugging #28

Closed
secchipietro04 opened this issue Jul 24, 2021 · 1 comment
Closed

No wireless debugging #28

secchipietro04 opened this issue Jul 24, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@secchipietro04
Copy link

(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

@tytydraco tytydraco added documentation Improvements or additions to documentation good first issue Good for newcomers labels Sep 3, 2021
@tytydraco tytydraco pinned this issue Jan 14, 2022
@tytydraco tytydraco changed the title connect to samsung phone android 10 with no wireless debug option No wireless debugging Feb 17, 2022
@teou1
Copy link

teou1 commented 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants
@teou1 @tytydraco @secchipietro04 and others