martes, marzo 27, 2012

CyanogenMod en LG Optimus One P500h

Steps:
  1. Download full CyanogenMod .zip file. Copy to / into sdcard
  2. Download gapps .zip file . Copy to / into sdcard
  3. Download ClockworkMod Recovery Image file. Extract files to sdcard
  4. Connect your phone to the PC with USB Debugging enabled.
  5. Open Command Prompt in the location where you have extracted the files and enter the following commands one by one:
  1. adb shell
  2. mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
  3. cat /sdcard/flash_image > /system/bin/flash_image
  4. chmod 755 /system/bin/flash_image
  5. mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
  6. flash_image recovery /sdcard/recovery.img
  7. 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.
Luego se debe utilizar "install zip from sdcard" para aplicar el .zip de google apps, siguiendo las mismas instrucciones del paso anterior.
Finalmente, reiniciar el teléfono y disfrutar el Cyanogenmod en nuestro Optimus One.