Help if you can

AndroidFantic

Well-Known Member
I have been trying to go back to stock via root. i had rooted my phone and found that there was nothing that i wanted so now i want to get the 1.5 back on but when i try and put the recovery back i get this error. Can someone tell me how to clear the memory

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

c:\SDK\tools>adb shell mount -o rw,remount /dev/block/mtdblock3 /system
* daemon not running. starting it now *
* daemon started successfully *

c:\SDK\tools>adb push recovery.img /sdcard
1125 KB/s (3926016 bytes in 3.405s)

c:\SDK\tools>adb push flash_image /system/bin
409 KB/s (9640 bytes in 0.023s)

c:\SDK\tools>adb shell chmod 755 /system/bin/flash_image

c:\SDK\tools>adb shell flash_image recovery /sdcard/recovery.img
mtd: read error at 0x00000000 (Out of memory)
mtd: read error at 0x00020000 (Out of memory)
mtd: read error at 0x00040000 (Out of memory)
mtd: read error at 0x00060000 (Out of memory)

c:\SDK\tools>adb shell reboot recovery

c:\SDK\tools>fastboot flash recovery recovery.img
sending 'recovery' (2004 KB)... OKAY
writing 'recovery'... OKAY

c:\SDK\tools>fastboot flash hboot hboot.nb0
sending 'hboot' (512 KB)... OKAY
writing 'hboot'... OKAY

c:\SDK\tools>adb shell mount -o rw,remount /dev/block/mtdblock3 /system
* daemon not running. starting it now *
* daemon started successfully *

c:\SDK\tools>adb push recovery.img /sdcard
1551 KB/s (3926016 bytes in 2.471s)

c:\SDK\tools>adb push flash_image /systrem/bin
failed to copy 'flash_image' to '/systrem/bin': No such file or directory

c:\SDK\tools>adb push flash_image /system/bin
470 KB/s (9640 bytes in 0.020s)

c:\SDK\tools>adb shell chmod 755 /system/bin/flash_image

c:\SDK\tools>adb shell flash_image recovery /sdcard/recovery.img
mtd: read error at 0x00000000 (Out of memory)
mtd: read error at 0x00020000 (Out of memory)
mtd: read error at 0x00040000 (Out of memory)
mtd: read error at 0x00060000 (Out of memory)

c:\SDK\tools>adb shell reboot recovery

c:\SDK\tools>
 
Top