• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Need help on flashing recovery lg optimus m!

EvolutionMr

Newbie
Originally Posted by getitnowmarketing
Code:
$ su
# mount -o remount,rw -t yaffs2 (your device /system path) /system
# cat /sdcard/flash_image > /system/bin/flash_image[/I]
                                 

i put in the follow code & this is what i get.. (cannot create /system/bin/flash_image: read-only file system) help pleasee THIS IS IN ANDROID TERMINAL!
[/LEFT]
 
Dude you're all over the place, lol. Line 1 is not altered to reflect the proper changes you're told to make (finding your device's system path)

Code:
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system

# cat /sdcard/flash_image > /system/bin/flash_image

# chmod 755 /system/bin/flash_image

# mount -o remount,ro -t yaffs2 /dev/block/mtdblock5 /system

# flash_image recovery /sdcard/flash_image.img
Make sure to use the proper file name for the CustRec (flash_image.img)you're installing, or rename it to match the code if you want to copy/paste.
 
alright sorry for this but i get this error after i put everything in what do i do?..


error,
mtd: not writing bad block at 0x00100000
error closing recovery: no space left on device.

any help on this?
 
alright so i got pass the error^ so don't worry about that anymore now im stuck at this i put in all the codes right then i press enter & nothing happens.. any help?
 
If you're entering the lines correctly, you should get an output the same as what you typed in. All the lines must input successfully. It should appear similar to this post minus the error on the last line.
 
im using android terminal.. when i tried o adb on my computer it didnt work for some reason i did everything right & then i went to cmd i put adb & it said no such thing..
 
Back
Top Bottom