Re: [ROM] Harmonia 1.6.1c (Aphrodite+Picasticks) 21Sept11
Which adb commands were you talking about?
adb shell strings /dev/mtd/mtd8
adb shell flash_eraseall /dev/mtd/mtd8
or
adb shell
then
# 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/xionia_cwma_12518.6.img
# reboot recovery
I'll guess the first 2 lines above? But there's nothing telling me to reboot after those 2 lines. Not sure exactly what commands you want me to enter.
The link you gave said the first step was to flash the Xionia recovery and had another link to get Xionia installed. Since that link was in the thread you posted before those adb commands, I though I'd have to install Xionia first. That's where I'm having the problems that I mentioned above - # cat /sdcard/flash_image > /system/bin/flash_image
cat /sdcard/flash_image > /system/bin/flash_image
/sdcard/flash_image: No such file or directory
Some of these threads contain links to other threads and I'm not sure what needs to be followed and what does not.
Which adb commands were you talking about?
adb shell strings /dev/mtd/mtd8
adb shell flash_eraseall /dev/mtd/mtd8
or
adb shell
then
# 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/xionia_cwma_12518.6.img
# reboot recovery
I'll guess the first 2 lines above? But there's nothing telling me to reboot after those 2 lines. Not sure exactly what commands you want me to enter.
The link you gave said the first step was to flash the Xionia recovery and had another link to get Xionia installed. Since that link was in the thread you posted before those adb commands, I though I'd have to install Xionia first. That's where I'm having the problems that I mentioned above - # cat /sdcard/flash_image > /system/bin/flash_image
cat /sdcard/flash_image > /system/bin/flash_image
/sdcard/flash_image: No such file or directory
Some of these threads contain links to other threads and I'm not sure what needs to be followed and what does not.
Last edited:
