Hi all, just a quick lowdown on how to utilize the adb tool in Linux. Enjoy!
Of course, the first step is to install adb.
# aptitude update
# aptitude search android |grep adb
i android-tools-adb - Android Debug Bridge CLI tool
# aptitude install android-tools-adb
You now also need to set "developer mode …