adb for LinuxMint 20.04
พิมพ์ตามนี้
https://computingforgeeks.com/install-adb-fastboot-on-ubuntu-mint/#:~:text=ADB%20comes%20included%20with%20Google's,by%20running%20the%20commands%20below.&text=Get%20ADB%20version%20details.&text=If%20you%20try%20list%20for,started%20if%20not%20already%20running.
$ sudo apt update
$ sudo apt-get install android-tools-adb android-tools-fastboot
$ adb version
$ adb devices
$ sudo adb start-server
$ sudo fastboot devices
ลงแฟลช recovery
$ sudo fastboot flash recovery.img
$ adb kill-server
Comments
Post a Comment