View Single Post
Old August 16th, 2010, 12:08 AM   #45 (permalink)
savoxis
ROM Developer
 
savoxis's Avatar
 
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
Send a message via MSN to savoxis Send a message via Skype™ to savoxis savoxis@gmail.com
Default

Quote:
Originally Posted by orangecrushx526 View Post
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.
savoxis is offline  
Reply With Quote
The Following User Says Thank You to savoxis For This Useful Post:
orangecrushx526 (August 16th, 2010)