I
iPasta
Stamm-User
- 133
du öffnest ne befehlskonsole in windows (cmd) und mountest das verzeichnis "tools" im sdk verzeichnis. und dann machst du das:
Copy recovery-RA-hero-v1.7.0.1.img to the root of your sdcard
Boot into your current custom recovery (boot while holding HOME)
Connect your Hero via usb to your pc/mac/...
adb shell
$su (not required if you have root already)
#mount -a
#flash_image recovery /sdcard/recovery-RA-hero-v1.7.0.1.img
falls du das recovery image umbenannt hast musst du das eben anpassen.
Copy recovery-RA-hero-v1.7.0.1.img to the root of your sdcard
Boot into your current custom recovery (boot while holding HOME)
Connect your Hero via usb to your pc/mac/...
adb shell
$su (not required if you have root already)
#mount -a
#flash_image recovery /sdcard/recovery-RA-hero-v1.7.0.1.img
falls du das recovery image umbenannt hast musst du das eben anpassen.