donbudafuko
Well-known member
- Jan 23, 2011
- 304
- 4
- 0
Did you extract both files and put them on the root of your SD card? (not in any folders)
extract flash-img an the cmwa img? cus i did the cmwa but not the flash ill do that
thanks
Did you extract both files and put them on the root of your SD card? (not in any folders)
extract flash-img an the cmwa img? cus i did the cmwa but not the flash ill do that
thanks
I gotta quick question.
If I was to flash anything lets say thunder ROM in this recovery can I put it in a folder called like aaaaaa so that I don't have to scroll through every single folder to get to the bottom and find the .zip our does anything you want to flash have to be on the sdcard root?
I gotta quick question.
If I was to flash anything lets say thunder ROM in this recovery can I put it in a folder called like aaaaaa so that I don't have to scroll through every single folder to get to the bottom and find the .zip our does anything you want to flash have to be on the sdcard root?
you can press volume up and it will bring you to the bottom of the list
After testing a restore with cwma of a backup taken with drellisdee's recovery, the main OS is restored, but their is some inconsistence.
CWMA uses .img files for all the portions of the backup:
.android_secure.img
boot.img
cache.img
data.img
nandroid.md5 (Which holds your md5 values for all images except for the .android_secure)
recovery.img
sd-ext.img
system.img
drellisdee's recovery uses .img files for most, but a couple .tar files:
.android_secure.tar
boot.img
cache.img
data.img
I forget if it makes an md5 file or not, pretty sure it does.
recovery.img
sd-ext.tar
system.img
Obviously, everything is interchangeable between the recoveries, except the sd-ext and .android_secure backups.
So drellisdee's can't restore the sd-ext or .android_secure backups of cwma, and vice versa.
That being said, each developers recovery is doing exactly what it was developed to do. Zefie, this is not me asking you do any work, just stating results of a test.
im in root on cdm ans when i type this cat /sdcard/flash_image > /system/bin/flash_image i get no such file or directory any ideas?
# su
su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /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
# chmod 755 /system/bin/flash_image
chmod 755 /system/bin/flash_image
# mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
failed on '/system/etc/install-recovery.sh' - No such file or directory
# mount -o remount,ro -t yaffs2 /dev/block/mtdblock5 /system
mount -o remount,ro -t yaffs2 /dev/block/mtdblock5 /system
# flash_image recovery /sdcard/xionia_cwma_12518.6.img
flash_image recovery /sdcard/xionia_cwma_12518.6.img
# reboot recovery
reboot recovery
You need to fix this problem first. There is no flash_image file on your /sdcard thus you just created a 0 length file for /system/bin/flash_image# cat /sdcard/flash_image > /system/bin/flash_image
cat /sdcard/flash_image > /system/bin/flash_image
/sdcard/flash_image: No such file or directory