tcberg2010
Lurker
So my wife rebooted her phone last night. It fired back up and is throwing up Removed SD Card Insert a new one..I tested the card in my DInc and it works fine so I tried everything I could w/o an SDcard.
Now i'm wishing to return to stock for a warranty exchange.
I believe that if I use adb shell and flash_image I can do something along the lines of...
I can return the phone to stock w/o using an sdcard..The only issue is I would need someone willing to flash unrooted stock to create a nandroid and upload the system.img for me..If anyone would help..thank you.
also if anyone would know if this could work I would appreciate that also.
Thanks
Now i'm wishing to return to stock for a warranty exchange.
I believe that if I use adb shell and flash_image I can do something along the lines of...
Code:
adb mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
adb push recovery.img /system/recovery.img
adb push system.img /system/system.img
adb shell
su
flash_image recovery /system/recovery.img
flash_image system /system/system.img
also if anyone would know if this could work I would appreciate that also.
Thanks