August 16th, 2010, 12:08 AM
|
#45 (permalink)
|
|
ROM Developer
Join Date: Aug 2010
Location: Pacific NW
Posts: 790
Device(s): HTC Incredible,HTC Evo 4G,LG Ally,Huawei Ascend, HTC Incredible 2, Galaxy Tab, EVO Shift
Thanks: 247
Thanked 684 Times in 260 Posts
|
Quote:
Originally Posted by orangecrushx526
Can anyone explain why i get this error?
Code:
C:\users\administrator>cd c:\android\sdk\tool
c:\android\sdk\tools>adb shell
# su
su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
# cat /sdcard/flash_image > /system/bin/flash_image
cat /sdcard/flash_image > /system/bin/flash_image
/sdcard/flash_image: No such file or directory
One more question...do the flash_image and, recovery-RA_GNM_1.13, go in as zip files?
|
I had the same error, the flash_image extracts to flash_image.bin in my case and I had to issue
Code:
mv /sdcard/flash_image.bin /sdcard/flash_image
before running.
|
|
|