Jump to content

Original release ROM download


Recommended Posts

Posted

Ahhh I can't use this as I get

"Checking custom ID....

Update fail!"

Error [131]

Posted

If you want to flash this on, for example, an Orange device... I would suggest:

- Downloading the RUU

- Running it up to the point where you get an error

- Browsing to %temp% on your machine, and locating (by sorting by date) where installshield has extracted the ROM files

- There will be a ZIP file in there, with .img files. Grab these out and put them in the directory with the files from my root method.

- Using the files from my root method, do the following (prefix commands with ./ if you're on a mac!)...

fastboot boot cm-hero-recovery.img
DO A NANDROID BACKUP!
adb shell mount /sdcard
adb push boot.img /sdcard/boot.img
adb push system_1.76.405.6.img /sdcard/system.img
adb shell flash_image boot /sdcard/boot.img
adb shell flash_image system /sdcard/system.img
REBOOT[/code]

All being well, job done?

This is just a theory tho, dunno if it'll actually work! Anyone? :)

P

Guest jamesqi
Posted
If you want to flash this on, for example, an Orange device... I would suggest:

- Downloading the RUU

- Running it up to the point where you get an error

- Browsing to %temp% on your machine, and locating (by sorting by date) where installshield has extracted the ROM files

- There will be a ZIP file in there, with .img files. Grab these out and put them in the directory with the files from my root method.

- Using the files from my root method, do the following (prefix commands with ./ if you're on a mac!)...

fastboot boot cm-hero-recovery.img

DO A NANDROID BACKUP!

adb shell mount /sdcard

adb push boot.img /sdcard/boot.img

adb push system_1.76.405.6.img /sdcard/system.img

adb shell flash_image boot /sdcard/boot.img


REBOOT

All being well, job done?

This is just a theory tho, dunno if it'll actually work! Anyone? :D

P

Tried it, but not working.

When I try to "adb shell flash_image system /sdcard/system.img" it comes out MTD: error, and I have to flash to the previous update.zip.

Any idea what's the problem? thanks.

Guest Funkyfin2000
Posted

Does anyone have a step by step guide on how to do this on an Orange device please?

- Downloading the RUU

- Running it up to the point where you get an error - Do we just run the file on your pc?

- Browsing to %temp% on your machine, and locating (by sorting by date) where installshield has extracted the ROM files

- There will be a ZIP file in there, with .img files. Grab these out and put them in the directory with the files from my root method. (What is the root method?)

- Using the files from my root method, do the following (prefix commands with ./ if you're on a mac!)...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.