User Tools

Site Tools


android_-_os

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
android_-_os [2012/07/16 01:22]
tkilla created
android_-_os [2016/05/26 15:23] (current)
tkilla
Line 2: Line 2:
  
 howto setup.. howto setup..
 +
 +
 +===== ADB / unbrick =====
 +
 +  * Install TWRP Manager - this recovery allows ADB connections and you can mount /system/ !
 +  * do a nandroid backup via TWRP recovery
 +  * enable usb debugging and allow debugging from your comuter
 +  * install adt-bundle-linux-x86-.. on PC
 +
 +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/
android_-_os.1342394572.txt.gz ยท Last modified: 2012/07/16 01:22 by tkilla