In terminal emulator do I just copy the commands? I tried before but it didn't seem to work.
It will probably be better if you input them yourself. I know its going to take long but will probably ensure a better result.
In terminal emulator do I just copy the commands? I tried before but it didn't seem to work.
Let me see if this is correct:It will probably be better if you input them yourself. I know its going to take long but will probably ensure a better result.
Maybe these problems should be reported to ROM Manager so the dev can work on them, instead of using an older version that is difficult to locate & install for beginners. (I haven' thad any problems with 3.2.0.1 flashed through ROM Manager)
I ain't sure if this is a bug or it has been fixed, but on BACKside ROM I cannot turn off the phone with the USB/Charger connected. Does anybody know why this does this? thanks for any help
Let me see if this is correct:
On termnal emulator, when I open it up it says:
$ export PATH=/data/local/bin.$PATH
$
Then should I type the commands?
mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system ENTER
cat /sdcard/flash_image > /system/bin/flash_image ENTER
chmod 755 /system/bin/flash_image ENTER
.... and so forth?
Am I missing any steps?
Note: If this is going off topic too much, should I start another thread or go pm route?
type "su" first and then the rest
What is the easiest way to do that? I have read a lot and tried to change the recovery but when it rebooted it was still the same one.
Download this recovery
http://forums.androidcentral.com/op...81201-recovery-clockworkmod-3-0-2-8-beta.html
unzip it and place it on your sd card. Then use the commands provided in that thread. If you don't use adb you can just use terminal emulator. You might also need flash_image. Make sure you also place that on the root of your sd card
Could you please explain your comment? Are you saying "using rom manager is a bad idea" or are you saying that "using it only to flash recovery is a bad idea?"
I currently have cwm recovery 3.2.0.1 flashed through rom manager. It has been a mess. I have backed up roms only to find when I attempt to restore I get MD5 mismatch errors. Also, I cannot get it to install the latest version of IHO (July 30) but July 22 sets up fine. I am not smart enough to know what I may be doing wrong on my end.
type "su" first and then the rest
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
cat /sdcard/flash_image > /system/bin/flash_image
chmod 755 /system/bin/flash_image
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
mount -o remount,ro -t yaffs2 /dev/block/mtdblock5 /system
flash_image recovery /sdcard/recovery.img
I'm still getting error messages, like "cannot create /system/bin/flash_image: read only system" , etc.
I give up. I tried every way possible to flash another recovery. I get errors every time. I am very careful too. There is something on my phone blocking me or something. Thanks for trying to help though. I do appreciate it. And now all of a sudden I can now install your 7/30 rom. I could not do it before with this CWM version. Go figure.You probably don't have a space in the right place. Replace the following red underlines with spaces (not the black ones!!!):
su
mount_-o_remount,rw_-t_yaffs2_/dev/block/mtdblock5_/system
cat_/sdcard/flash_image_>_/system/bin/flash_image
chmod_755_/system/bin/flash_image
mv_/system/etc/install-recovery.sh_/system/etc/install-recovery.sh.bak
mount_-o_remount,ro_-t_yaffs2_/dev/block/mtdblock5_/system
flash_image_recovery_/sdcard/recovery.img
And of course, be sure your recovery is named recovery.img or change the name in the last line of the code.![]()
I give up. I tried every way possible to flash another recovery. I get errors every time. I am very careful too. There is something on my phone blocking me or something. Thanks for trying to help though. I do appreciate it. And now all of a sudden I can now install your 7/30 rom. I could not do it before with this CWM version. Go figure.![]()
the eaiest way is to flash a recovery... [Tool] Flashable Zip Recoveries - xda-developers
just flash from the recovery u have now .. no need to wipe.
I give up. I tried every way possible to flash another recovery. I get errors every time. I am very careful too. There is something on my phone blocking me or something. Thanks for trying to help though. I do appreciate it. And now all of a sudden I can now install your 7/30 rom. I could not do it before with this CWM version. Go figure.![]()
I tried this method and it didn't work. But thanks just the same. I really don't know what I am doing wrong that it cannot flash another recovery.:-[