tytydraco / LADB

A local ADB shell for Android!
https://play.google.com/store/apps/details?id=com.draco.ladb
Other
1.69k stars 461 forks source link

Android 9 ladb can't use #65

Closed kenggame closed 1 year ago

kenggame commented 2 years ago

Screenshot_2022-03-22-01-48-43-76_35b31e89a11164259efde80655844a59

N-X-T commented 2 years ago

LADB need Wireless Debugging to Pair with devices. This feature is only available on android >11.

shirooo39 commented 2 years ago

LADB need Wireless Debugging to Pair with devices. This feature is only available on android >11.

I believe Wireless ADB has been around since 4.4
but if your ROM does not support Wireless ADB out of the box, you could manually make it to listen on wireless mode instead by using this command

adb tcpip 5555

which... you'd need to first execute it on a PC...

Any custom ROM should at least have this feature baked in, doesn't matter which version (but just to be safe, it's there on >= 8.1)

N-X-T commented 2 years ago

LADB need Wireless Debugging to Pair with devices. This feature is only available on android >11.

I believe Wireless ADB has been around since 4.4 but if your ROM does not support Wireless ADB out of the box, you could manually make it to listen on wireless mode instead by using this command

adb tcpip 5555

which... you'd need to first execute it on a PC...

Any custom ROM should at least have this feature baked in, doesn't matter which version (but just to be safe, it's there on >= 8.1)

if use "adb tcpip 5555", u need run again after each of reboot and this is annoying :V

shirooo39 commented 2 years ago

if use "adb tcpip 5555", u need run again after each of reboot and this is annoying :V

get a custom rom then. simple as that

mirh commented 1 year ago

Can this be closed then, assuming it was just a clueless user at most mislead by the old UI?

mirh commented 1 year ago

Actually, I feel like the tcpip thing should be also mentioned in the readme.

tytydraco commented 1 year ago

Actually, I feel like the tcpip thing should be also mentioned in the readme.

Yes good point. I'll update the README.

mirh commented 1 year ago

Seems like it has actually regressed in informativeness?

tytydraco commented 1 year ago

Seems like it has actually regressed in informativeness?

https://github.com/tytydraco/LADB/commit/7025455867bb782c43c4b7926968cd1e35a07154

I guess maybe "broken" is ambiguous...

mirh commented 1 year ago

Oh, lol. I meant *the* readme. Like, here. Not the startup instructions. I know you had already pretty much nailed the app experience.

tytydraco commented 1 year ago

Ahhh gotcha