mirror of
https://github.com/tytydraco/LADB.git
synced 2026-04-27 00:15:59 +03:00
[GH-ISSUE #42] adb: unknown command pair #33
Labels
No labels
bug
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LADB#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Corecii on GitHub (Oct 24, 2021).
Original GitHub issue: https://github.com/tytydraco/LADB/issues/42
On my Samsung Tab A 10.1 2019 (Android 11) I get
adb: unknown command pairwhen attempting to pair LADB with the device.Screenshots
@lilkidsuave commented on GitHub (Nov 22, 2021):
Same here
@x4740N commented on GitHub (Nov 29, 2021):
Also have the same issue,
I don't know why it's literally not recognizing the most vital command since the app won't work without it
@ghost commented on GitHub (Nov 29, 2021):
also having this issue
@tytydraco commented on GitHub (Nov 29, 2021):
Looks like this is due to the 32-bit libadb binary not being updated for the new pair feature. Sadly I don't maintain the binary itself, just the app that uses it. In the meantime, anyone who has purchased LADB on Android 11+ on a 32-bit device having this issue can get a refund, just email me at tylernij@gmail.com with your order ID from payments.google.com. Sorry folks 🤕❤️
Update: also, the maintainer for the libadb binaries are in the README.md file in case you want to reach out to them.
@x4740N commented on GitHub (Nov 30, 2021):
@tytydraco
Pretty sure I have aarch64 which I have confirmed with the cpu z app and I'm pretty sure aarch64 is 64 bit
So this issue is not just on "32 bit devices"
https://en.m.wikipedia.org/wiki/AArch64
Unless your app is for some reason exclusively using the 32 bit library
@tytydraco commented on GitHub (Nov 30, 2021):
Remember that the CPU might be 64 bit but the OEM may provide a 32 bit rom. Double check getprop abis.
@ghost commented on GitHub (Nov 30, 2021):
for me everything is 64-bit, don't know why pair isn't working.
@x4740N commented on GitHub (Nov 30, 2021):
I checked that using adb on termux since ladb is obviously not working using the command "adb shell getprop ro.product.cpu.abilist"
It returns
arm64-v8a
armeabi-v7a
armeabi
If I'm right the rom appears to be 64 bit
@x4740N commented on GitHub (Nov 30, 2021):
AIDA64 also says 64bit and according to this article it says it based that on the Android and not the hardware
https://nerdschalk.com/32-bit-and-64-bit-android-phones-list/amp/
@tytydraco commented on GitHub (Nov 30, 2021):
Hmm, well if you are for-sure on a 64-bit rom, have you made sure you're also for-sure on the latest LADB build? I think like, 6 months ago I updated the binary that fixed this issue, so maybe if your version is old enough, it could explain the issue.
Also, do you have adb built into the system? For example, if you type "which adb", do you get a valid path, or just "not found"?