I can provide some semi-stock dumps(custom recovery and root are all I've done) if some one can walk me through it. I accidentally overwrote my stock recovery image, so we would need to get that from somewhere else.
It would be a good idea to have them so we can "fall back" when Gingerbread comes.
EDIT: Here is a way to get back to "stock," at least good enough to return or sell. Please read and follow instructions before doing anything. I am not responsible if you brick or further damage your phone! Special thanks to Zefie for giving me the inspiration to do something like this, and drellisdee for the recovery commands/flash_image.
Here is a nandroid dump that I made after a data wipe. Extract the "BCDS-20110203-0357" file into the "nandroid" folder, under the "mem=477M" subfolder. Just apply the nandroid backup like any other one, and you should have a stock system that is easily unrootable(via Superoneclick root. Just click "unroot"), and already has the data wiped from it.
To install the stock recovery, extract "recovery.img" to the root of the SD Card. You should already have "flash_image" on your SD Card, but if not, you can find attached at the bottom of the first post here.
Then, open up an adb shell and type in
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
cat /sdcard/flash_image > /system/bin/flash_image
chmod 755 /system/bin/flash_image
mount -o remount,ro -t yaffs2 /dev/block/mtdblock5
flash_image recovery /sdcard/recovery.img
reboot recovery
And you should have stock recovery as wel as a clean, data free stock phone!
Here is the link to the recovery.img and nandroid back up.
http://www.mediafire.com/?ac0e2ksq0eslytk
Anyone care to test the nandroid backup on another phone? Just make a nandroid backup before you flash it, reboot, reboot into recovery and give me the results? Everything worked for me(duh), but would like to see if it can be replicated elsewhere.
It would be a good idea to have them so we can "fall back" when Gingerbread comes.
EDIT: Here is a way to get back to "stock," at least good enough to return or sell. Please read and follow instructions before doing anything. I am not responsible if you brick or further damage your phone! Special thanks to Zefie for giving me the inspiration to do something like this, and drellisdee for the recovery commands/flash_image.
Here is a nandroid dump that I made after a data wipe. Extract the "BCDS-20110203-0357" file into the "nandroid" folder, under the "mem=477M" subfolder. Just apply the nandroid backup like any other one, and you should have a stock system that is easily unrootable(via Superoneclick root. Just click "unroot"), and already has the data wiped from it.
To install the stock recovery, extract "recovery.img" to the root of the SD Card. You should already have "flash_image" on your SD Card, but if not, you can find attached at the bottom of the first post here.
Then, open up an adb shell and type in
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
cat /sdcard/flash_image > /system/bin/flash_image
chmod 755 /system/bin/flash_image
mount -o remount,ro -t yaffs2 /dev/block/mtdblock5
flash_image recovery /sdcard/recovery.img
reboot recovery
And you should have stock recovery as wel as a clean, data free stock phone!
Here is the link to the recovery.img and nandroid back up.
http://www.mediafire.com/?ac0e2ksq0eslytk
Anyone care to test the nandroid backup on another phone? Just make a nandroid backup before you flash it, reboot, reboot into recovery and give me the results? Everything worked for me(duh), but would like to see if it can be replicated elsewhere.
Last edited: