tytydraco / LADB

A local ADB shell for Android!

Home Page:https://play.google.com/store/apps/details?id=com.draco.ladb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android 9 ladb can't use

kenggame opened this issue · comments

commented

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

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)

commented

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

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

commented

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

commented

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

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

Yes good point. I'll update the README.

commented

Seems like it has actually regressed in informativeness?

Seems like it has actually regressed in informativeness?

7025455

I guess maybe "broken" is ambiguous...

commented

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

Ahhh gotcha