According to the source code for "cat" that error is being spit out if there is any error reading the source file.when entering second command "cat /sdcard/flash_image > /system/bin/flash_image" i get invlaid length, any ideas?
i am having trouble this this. i keep getting cannot find path. i unzipped both flash image and other file to root of sd and i still cant get it. please help. i am new to this and it took me a week just to root!
i am having trouble this this. i keep getting cannot find path. i unzipped both flash image and other file to root of sd and i still cant get it. please help. i am new to this and it took me a week just to root!
this file is not available as I can see on the sdcard unless we are renaming or moving it from another location. Is this another file that resulted from the extraction of the two files that were given or am I just missing it
this file is not available as I can see on the sdcard unless we are renaming or moving it from another location. Is this another file that resulted from the extraction of the two files that were given or am I just missing it
You need to fix your previous problem of "su" "permission denied"when i type in "cat /sdcard/flash_image > /system/bin/flash_image" i get "cannot create /system/bin/flash_image:read-only file system" someone help please! whats wrong?!??!
You need to fix your previous problem of "su" "permission denied"
Did you ever get the "#" prompt in adb shell?
Yes, i finally got that down. Turns out i had to allow su on my phone... but im still having the same problem of getting cannot create.
If you are doing this from the recovery, then you have to mount the system partition first.
try below command first, then continue.
mount /system
im doing it from adb shell. am i supposed to leave the zipped files in there or extract,then put them in?
What is the stat of your phone? Is it booted up normally, or are you in recovery (Home + Vol- + Power)?
If you are in recovery, then you need to run the mount command before you can cat anything over to it.
If you are in normal android, then you need to remount the /system partition before you can write to it because it is mounted as read only
mount -o rw,remount /system