Heb de gebruiksaanwijzing voor het installeren van die custom ROM ff samengevat:
Bron: http://android.modaco.com...-based-on-the-new-update/
For the complete newbies, these are the steps you need to take with a 'virgin' Hero:
- Make Nandroid Backup, so you can roll back if required
- Download then this recovery image: http://content.modaco.net...copatchedrecovery-1.0.zip
- Extract that file somewhere on your pc or mac
- open a command prompt to the directory of the extracted files
- type the following commands (prefixed with ./ if on a mac)
- Download this custom ROM: http://content.modaco.net...customrom-core-signed.zip (core version) or http://content.modaco.net...omrom-enhanced-signed.zip (enhanced version), and copy it to your SD card
- Enter the recovery image (if you're not in it already) by powering on while pressing 'home'
- Select 'nandroid backup' from the menu to do a backup
- If you copied the custom rom as update.zip, select 'apply sdcard:update.zip', else select the option below.
- all done
Bron: http://android.modaco.com...-based-on-the-new-update/
For the complete newbies, these are the steps you need to take with a 'virgin' Hero:
- Make Nandroid Backup, so you can roll back if required
- Download then this recovery image: http://content.modaco.net...copatchedrecovery-1.0.zip
- Extract that file somewhere on your pc or mac
- open a command prompt to the directory of the extracted files
- type the following commands (prefixed with ./ if on a mac)
code:
1
2
3
4
5
| adb shell reboot bootloader (wait for device to reboot into bootloader) fastboot boot cm-hero-recovery.img adb shell mount /sdcard adb push cm-hero-recovery.img /sdcard/cm-hero-recovery.img adb shell flash_image recovery /sdcard/cm-hero-recovery.img |
- Download this custom ROM: http://content.modaco.net...customrom-core-signed.zip (core version) or http://content.modaco.net...omrom-enhanced-signed.zip (enhanced version), and copy it to your SD card
- Enter the recovery image (if you're not in it already) by powering on while pressing 'home'
- Select 'nandroid backup' from the menu to do a backup
- If you copied the custom rom as update.zip, select 'apply sdcard:update.zip', else select the option below.
- all done