Steps:
- Download full CyanogenMod .zip file. Copy to / into sdcard
- Download gapps .zip file . Copy to / into sdcard
- Download ClockworkMod Recovery Image file. Extract files to sdcard
- Connect your phone to the PC with USB Debugging enabled.
- Open Command Prompt in the location where you have extracted the files and enter the following commands one by one:
- adb shell
- mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
- cat /sdcard/flash_image > /system/bin/flash_image
- chmod 755 /system/bin/flash_image
- mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
- flash_image recovery /sdcard/recovery.img
- reboot recovery
Al reiniciar, se debe escoger en el siguiente orden:
1) wipe data/factory reset
2) wipe cache partition
3) install zip from sdcard. En este punto se escoge el .zip del cyanogenmod para su aplicación.
Finalmente, reiniciar el teléfono y disfrutar el Cyanogenmod en nuestro Optimus One.



