adb-arm
adb-arm copied to clipboard
i need adb for aarch64 device
i hv android 7.0 which is not root device its not working on my device😥😥 so i need adb aarch64 architecture.. plz help... thank you..
Can I implement it by modifying android.mk? I really need your help
I wanted to compile the ARM-Linux ADB, but there was no tool chain. Or the tool chain could not be used, and then I compiled it, but linker was wrong, so I created the directory/system/bin/linker and /system/lib
Hi @remo7777 ,
You can folk my repository for AARCH64 version of ADB: https://github.com/hduong85/arm_adb
Thanks