[RECOVERY] Custom Recovery AmonRA-GNM 2.2.1 for Optimus Me P350

Search This thread

drapalyuk

Member
May 15, 2011
37
240
München
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
 

Attachments

  • recovery-RA-pecan-2.2.1-GNM-drap.img.zip
    4.8 MB · Views: 58,045
Last edited:

dislplin01

Senior Member
Apr 10, 2011
1,293
147
Is there a advantage to using this recovery over milks clockwork???? Or original recovery thunderdog?????

Sent from my LG-P500 using XDA Premium App running CM7 over clocked at 787
 
Last edited:

SnegovikRZN

Senior Member
Feb 9, 2011
151
182
Ryazan
Pecamod for LG Optimus Me

Pecamod v0.5

FEATURES::
# Android 2.2.2 (V10F)
# root and BusyBox
# Deodex & Zipalign apks
# HW acceleration enabled + JIT enabled
# Heap size = 40MB
# Franciscofranco's tweaks applied on boot
# Script for SD-card
# Patch Hosts file
# Patch libsqlite.so
# Ad-hoc Wi-Fi
# New sound
# Front Honeycomb

megaupload . com/ ?d=J4L72S1K
 
Last edited:

cupliz

Senior Member
Apr 19, 2011
695
87
Peace
I use p500 and my sister use p350..
She ask me for repair her optimus-me about memory drain, so i answered that nothing i can do for her phone.
So, Is this rom can help me?

Sent From a Long Time ago...
 

ngage_me

Senior Member
Jan 16, 2011
384
230
This is custom recovery for Micromax A60 based on AmonRA-GNM 2.2.1
DO NOT USE IT FOR LG P350

Well just now i have also tested it ant it works.

If you please let me know the fix it will be great, I am asking this because keys isn't matching as expected.

Also can you share the source code or the branch you have used?
 

SnegovikRZN

Senior Member
Feb 9, 2011
151
182
Ryazan
Screenshots my ROM
 

Attachments

  • post-833196-1305652986.jpg
    post-833196-1305652986.jpg
    89.1 KB · Views: 1,895
  • post-833196-1305652993.jpg
    post-833196-1305652993.jpg
    38.9 KB · Views: 1,759
  • post-833196-1305652998.jpg
    post-833196-1305652998.jpg
    74.9 KB · Views: 538
  • post-833196-1305653004.jpg
    post-833196-1305653004.jpg
    78 KB · Views: 484

cupliz

Senior Member
Apr 19, 2011
695
87
Peace
help me i want to install recovery on P350

someone can give me tutorial how to use ADB on P350, it is same with P500??
or i can use Terminal-Emulator?

Please help me..

Sorry for my bad english.
 

drapalyuk

Member
May 15, 2011
37
240
München
someone can give me tutorial how to use ADB on P350, it is same with P500??
or i can use Terminal-Emulator?

Please help me..

Sorry for my bad english.

1. yes adb work similar for all android devices

2. and yes, you can use terminal emulator to execute commands
and just copy files to sd card in usual way
in our case we use adb to copy a files and for remote shell

some basic information about adb
 

Top Liked Posts

  • There are no posts matching your filters.
  • 25
    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
    6
    This is custom recovery for Micromax A60 based on AmonRA-GNM 2.2.1
    DO NOT USE IT FOR LG P350
    5
    Pecamod for LG Optimus Me

    Pecamod v0.5

    FEATURES::
    # Android 2.2.2 (V10F)
    # root and BusyBox
    # Deodex & Zipalign apks
    # HW acceleration enabled + JIT enabled
    # Heap size = 40MB
    # Franciscofranco's tweaks applied on boot
    # Script for SD-card
    # Patch Hosts file
    # Patch libsqlite.so
    # Ad-hoc Wi-Fi
    # New sound
    # Front Honeycomb

    megaupload . com/ ?d=J4L72S1K
    2
    clockworkmod recovery 5 for p350

    this post for all who using this drap recovery. Guys now it's become old now we have clockworkmod recovery. Yes cwm.
    clockworkmod recovery for p350. created by pax0r and zip created by me(cips)
    it's work best then this recovery
    download:http://www.mediafire.com/?x98ll7n9yo8byyh
    to use cwm you need this recovery
    install like any rom no wipe just flash. everyething work best. no bugs
    after install reboot your phone and again reboot your phone to see cwm.

    when you will enter on cwm now it's lite change on keys.

    for install,wipe or enter any menu use call button. for back use back

    for scroling up and down- use volume button.

    i will must say for all. upgarde to cwm recovery today
    sorry now there is no thread for p350 cwm
    2
    Vote For Optimus Me p350 for getting a new Thread


    I have found a post by the administrator for requesting a new thread

    So please vote for our phone

    Optimus Me p350 + 1

    http://xdaforums.com/showthread.php?t=1301121

    we haven't been in the list
    I just posted the first Vote
    so Everyone in this Forum PLEASE VOTE