คือผมกำลังจะ overclock เจ้า lg optimus me
ผม root แล้ว ติดตั้ง rom manager แล้ว โหลดรอมมาแล้วแต่ไม่รู้จะทำไงต่อครับ
แต่ผมยังไม่ค่อยรู้เร์่อง custom recovery เท่าไหร่เลยอยากให้ท่านกูรู
มาแนะนำครับ ขอบคุณอย่างสุดซึ้ง
นี่ครับ ช่วยแปลและแนะนำเป็นภาษาบ้านๆให้เข้าใจด้วนะครับ
ข้างล่างเป็นของฝรั่งมังค่าที่เขาแนะนำครับผมก้อังกฤษปานกลางแต่มาเจอแบบนี้งงเลยครับ

[RECOVERY] Custom Recovery AmonRA-GNM 2.2.1 for Optimus Me P350
So far fresh users can’t post in development forum, I make post here.
maybe moderators can move this topic…

This is custom recovery for Optimus Me P350 based on AmonRA-GNM 2.2.1

How to install:
1. Yes, you need to have root GingerBreak APK
2. Download zip file in attachment and unpack, you get 3 files:
– recovery-RA-pecan-2.2.1-GNM-drap.img
– flash_image
– md5sum
3. check md5sum
Code:
md5sum -c md5sum
4. copy .img file and flash_image to sdcard
Code:
adb push recovery-RA-pecan-2.2.1-GNM-drap.img /sdcard/
adb push flash_image /sdcard/
5. login, remount /system in rw mode and “install” flash_image util
Code:
adb shell
$ su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
# cat /sdcard/flash_image > /system/bin/flash_image
# chmod 755 /system/bin/flash_image
# sync
6. and last but not least, flash it
RECOMMENDED
because there sometimes not enough virtual ram, it is recommended reboot phone before flashing
Code:
adb shell
$ su
# flash_image recovery /sdcard/recovery-RA-pecan-2.2.1-GNM-drap.img
# sync
7. reboot
Code:
# reboot recovery
Profit!

Update:
Now with custom recovery you can install customized linux kernel

Sources on Github