- Jul 9, 2010
- 3,483
- 436
(for old Gentouch 2.5mm)
Was just posted here: xda-developers - View Single Post - [Official] Augen Gentouch78 Rooting and Development [Working Android Market!]
also here:
http://teamtelechips.naobsd.org/experimental/
This is a must for firmware customization, and allows you to perform a full backup and restore for your device using a script called 'nandroid', common to almost all rooted Android devices today.
It also allows the flashing of custom update.zip files for ROM customization
Credits to TheDude: TheDude (TheDudesAndroid) on Twitter
It will be in Rom Manager later so users can get it easily, according to TheDude's twitter. I don't see a donate link up yet, but tweet him for one.
Info about Clockwork recovery and ROM Manager here:
My Brain Hurts: ROM Manager and Clockwork Recovery Image
For now,
You need to use the flash_image binary or fastboot (fastboot bootloader mode, using the command 'fastboot flash recovery recovery.img) to install this.
flash_image instructions:
If you put the recovery image on your SDcard root directory,
fastboot instructions:
If you have the recovery image in your working directory
Was just posted here: xda-developers - View Single Post - [Official] Augen Gentouch78 Rooting and Development [Working Android Market!]
also here:
http://teamtelechips.naobsd.org/experimental/
This is a must for firmware customization, and allows you to perform a full backup and restore for your device using a script called 'nandroid', common to almost all rooted Android devices today.
It also allows the flashing of custom update.zip files for ROM customization
Credits to TheDude: TheDude (TheDudesAndroid) on Twitter
It will be in Rom Manager later so users can get it easily, according to TheDude's twitter. I don't see a donate link up yet, but tweet him for one.
Info about Clockwork recovery and ROM Manager here:
My Brain Hurts: ROM Manager and Clockwork Recovery Image
For now,
You need to use the flash_image binary or fastboot (fastboot bootloader mode, using the command 'fastboot flash recovery recovery.img) to install this.
flash_image instructions:
If you put the recovery image on your SDcard root directory,
Code:
adb shell
flash_image recovery /sdcard/recovery.img
reboot recovery
If you have the recovery image in your working directory
Code:
adb shell reboot oem-78
fastboot flash recovery recovery.img