sudo aptitude install android-tools-adb
./adb shell ls -l -a | grep '^[^l]' | sed -e 's/^d.* \([^ ]*\)\r$/mkdir sav\/\1; .\/adb pull \/\1 sav\/\1/' -e 's/-.* \([^ ]*\)\r$/.\/adb pull \/\1 sav\/\1/' | /bin/bash
adb shell pm list packages adb shell pm path com.example.someapp adb pull /data/app/com.example.someapp-2.apk
install fastboot
aptitude install android-tools-fastboot
send command:
adb shell $ su # echo "AT\r" > /dev/smd0 # cat /dev/smd0
read reply:
adb shell $ su # echo "AT\r" > /dev/smd0