User Tools

Site Tools


software:adb

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:adb [2015/08/16 17:09] kratz00software:adb [2017/02/19 11:42] (current) kratz00
Line 1: Line 1:
 <code> <code>
-wget http://dl.google.com/android/android-sdk_r24.3.3-linux.tgz +wget https://dl.google.com/android/repository/platform-tools-latest-linux.zip 
-tar xvf ~/android-sdk_r24.3.3-linux.tgz+</code> 
 + 
 +or 
 + 
 +<code> 
 +wget http://dl.google.com/android/android-sdk_r24.4.1-linux.tgz 
 +tar xvf android-sdk_r24.4.1-linux.tgz
 cd android-sdk-linux cd android-sdk-linux
 ./tools/android ./tools/android
 # install SDK Platform-tools # install SDK Platform-tools
 ./platform-tools/adb devices ./platform-tools/adb devices
-./platform-tools/adb push /tmp/cm-12.1-20150816-NIGHTLY-d802.zip /sdcard/+./platform-tools/adb push /tmp/cm-12.1-20150816-NIGHTLY-d802.zip /cache/
 ./platform-tools/adb shell ./platform-tools/adb shell
-sha1sum /sdcard/cm-12.1-20150816-NIGHTLY-d802.zip+sha1sum /cache/cm-12.1-20150816-NIGHTLY-d802.zip
 exit exit
 ./platform-tools/adb reboot recovery ./platform-tools/adb reboot recovery
 </code> </code>
software/adb.1439737777.txt.gz · Last modified: 2015/08/16 17:09 by kratz00