Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
drapalyuk
Old
(Last edited by drapalyuk; 17th September 2011 at 09:57 PM.)
#1  
Member - OP
Thanks Meter 219
Posts: 37
Join Date: May 2011
Location: München
Default [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
Attached Files
File Type: zip recovery-RA-pecan-2.2.1-GNM-drap.img.zip - [Click for QR Code] (4.76 MB, 41982 views)
The Following 23 Users Say Thank You to drapalyuk For This Useful Post: [ Click to Expand ]
 
drapalyuk
Old
(Last edited by drapalyuk; 17th May 2011 at 10:43 AM.)
#2  
Member - OP
Thanks Meter 219
Posts: 37
Join Date: May 2011
Location: München
This is custom recovery for Micromax A60 based on AmonRA-GNM 2.2.1
DO NOT USE IT FOR LG P350
Attached Files
File Type: zip recovery-ra-a60-2.2.1-gnm-drap.img.zip - [Click for QR Code] (4.15 MB, 6920 views)
The Following 6 Users Say Thank You to drapalyuk For This Useful Post: [ Click to Expand ]
 
dislplin01
Old
(Last edited by dislplin01; 16th May 2011 at 06:29 AM.)
#3  
dislplin01's Avatar
Senior Member
Thanks Meter 119
Posts: 1,166
Join Date: Apr 2011
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
Device: Nexus 4
ROM: Paronoidroid 3.0
Kernel: Franco Kernel nightly 83
Tablet: Nexus 7
Retired: LGp500, HTC Sensation, Moto Xoom, Galaxy Nexus
PS if i help you press the thank you button it makes me feel all warm inside
 
drapalyuk
Old
#4  
Member - OP
Thanks Meter 219
Posts: 37
Join Date: May 2011
Location: München
Quote:
Originally Posted by dislplin01 View Post
Is there a advantage to using this recovery over milks clockwork???? Or original recovery thunderdog?????
787
No, you can't use it on P500 this is only for P350,
a post here because the is no forum for 350,
not yet ;) I hope it comes in near future.
The Following User Says Thank You to drapalyuk For This Useful Post: [ Click to Expand ]
 
Bytecode
Old
#5  
Bytecode's Avatar
Recognized Developer
Thanks Meter 4346
Posts: 2,494
Join Date: Dec 2010
Location: /dev/null
You did a great job mate. Finally,LG Optimus Me/Life(P350) is starting to get hacked.
Bytecode - fourteen years-old experienced developer.

My devices:
  • LG-P500 (qcom msm7x27t, mdpi, codename: thunderg)
  • Xperia T (msm8x60a, xhdpi, codename: mint)



Quote:
I respect GPL and other people - you can find all my sources at github.com/BytecodeX
Quote:
I am a androidarmv6 contributor - helping old legacy devices get a better Android experience. https://github.com/androidarmv6
The Following User Says Thank You to Bytecode For This Useful Post: [ Click to Expand ]
 
method77
Old
#6  
Senior Member
Thanks Meter 37
Posts: 300
Join Date: Apr 2010
Location: Arahova
thank you!!!
 
dislplin01
Old
#7  
dislplin01's Avatar
Senior Member
Thanks Meter 119
Posts: 1,166
Join Date: Apr 2011
Quote:
Originally Posted by drapalyuk View Post
No, you can't use it on P500 this is only for P350,
a post here because the is no forum for 350,
not yet ;) I hope it comes in near future.
Good to know thanks

Sent from my LG-P500 using XDA Premium App running CM7 over clocked at 787
Device: Nexus 4
ROM: Paronoidroid 3.0
Kernel: Franco Kernel nightly 83
Tablet: Nexus 7
Retired: LGp500, HTC Sensation, Moto Xoom, Galaxy Nexus
PS if i help you press the thank you button it makes me feel all warm inside
 
method77
Old
#8  
Senior Member
Thanks Meter 37
Posts: 300
Join Date: Apr 2010
Location: Arahova
any custom roms for this device?
 
SnegovikRZN
Old
(Last edited by SnegovikRZN; 17th May 2011 at 05:24 AM.)
#9  
Senior Member
Thanks Meter 170
Posts: 113
Join Date: Feb 2011
Location: Ryazan

 
DONATE TO ME
Default 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
The Following 5 Users Say Thank You to SnegovikRZN For This Useful Post: [ Click to Expand ]
 
method77
Old
#10  
Senior Member
Thanks Meter 37
Posts: 300
Join Date: Apr 2010
Location: Arahova
Have you tried it? Is it good?

 
Post Reply+
Tags
optimus me, p350, pecan, recovery
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...