Android

howto setup..

ADB / unbrick

adb commands:

adb devices
adb shell
adb pull <remote file>
adb push <local file> <remote file> 

* http://www.androidlegend.com/how-to-use-adb-fastboot-commands-with-your-android-device/