Basically I've rooted my desire, flashed defrost 0.7 to test froyo and after that tried to unroot it again.
When i noticed that the recovery mode shows hboot 0.75 after unrooting it, but i don't had enough time to reproduce it.
Would be nice if someone, possible with more experience than me, could also try it.
Phone Informations
- unbranded Desire
- updated to 1.21 and hboot 0.8 before rooting
Steps to test froyo
- used the rooting guide from modaco
- flashed defrost on it
As froyo/defrost is bit unstable, I decided to flash it back to 2.1 including unrooting it in the process.
It was not possible to use the RUU directly.
So I tried some additional steps.
Steps to unroot
- flashed MCR without additions
- still not possible with the RUU to unroot it
- used the guide here to change version to 1.15.405.1 (german, translation at the bottom)
- now it was possible to flash the Europe 1.15.405.1 RUU to it
- by luck checked the recovery and it showed hboot 0.75
Basic Translation
Quote
1.1. Hex editor
1.2. rooted desire
1.3. misc.img
1.4. attachment flash_image.zip (in german guide)
2. creating misc.img
2.1. connect the desire to your pc and start a adb shell with:
----> adb shell
2.2. copy mtd0 to sdcard as misc.img
----> cat /dev/mtd/mtd0 > /sdcard/misc.img
3. edit misc.img
3.1. copy misc.img to your pc (or edit it directly on sdcard)
3.2. start a hex editor and open misc.img
3.3. in line 11 is the current version (example: 1.21.405.1)
3.4. change it to 1.15.405.1
3.5. save under a new name and copy it to sdcard
4. flash modified misc.img
4.1. download flash_image.zip, unzip and copy the content to the sdcard (attachment in german guide)
4.2. move via adb to the sdcard
----> cat /sdcard/flash_image > /data/flash_image
4.3. add execute bit
----> chmod 755 /data/flash_image
4.4. flash the modified image (don't forget to change name)
----> /data/flash_image misc /sdcard/misc-mod.img
(4.5. could need more than one try, seems there is no output on success)






Sign In
Create Account
Back to top










