
Originally Posted by
tdawg5480
long shot but maybe your permissions arent set properly?try this
chmod 755 /system/bin/flash_image then try this
/system/bin/flash_image boot /sdcard/boot-new.img
make sure sdcard is not mounted via usb

Originally Posted by
iamkewl
can someone help?\
when I try and "/system/xbin/flash_image boot /sdcard/boot-new.img"
I get "/system/xbin/flash_image not found"
I know it's there because droid explorer shows that flash_image is in /xbin/
any ideas? please
I am still stuck on this step as well. i have tried the chmod with no luck
btw my file is not in system/xbin but rather /system/bin which i hope is correct...
anyhow this is the output from my attempt.. any help would be greatly appreciated.
Code:
$ su
su
# chmod 755 /system/bin/flash_image
chmod 755 /system/bin/flash_image
Unable to chmod /system/bin/flash_image: Read-only file system
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
# chmod 755 /system/bin/flash_image
chmod 755 /system/bin/flash_image
# /system/bin/flash_image boot /sdcard/boot-new.img
/system/bin/flash_image boot /sdcard/boot-new.img
error writing boot: Permission denied