walda
Enthusiast
- 691
In die Recovery booten.
Und dann ala
From the Recovery Screen
Und dann ala
From the Recovery Screen
Quelle: Basic adb/shell commands for noobs - xda-developersSending an update file to your SD card:
Code:
adb shell mount /sdcard
adb shell rm /sdcard/update.zip
adb push *filename* /sdcard/update.zip