Root Unrooting with broken SDcard slot.

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...

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
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
 

KingOfGreen

Android Expert
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...

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
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


try this, then use lg mobile updater to update to 2.2.1

http://androidforums.com/ally-all-t...nate-v6-restore-method-updated-5-24-11-a.html
 
Top