New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
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 226
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, 42561 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 226
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, 7001 views)
The Following 6 Users Say Thank You to drapalyuk For This Useful Post: [ Click to Expand ]
 
ngage_me
Old
#3  
ngage_me's Avatar
Senior Member
Thanks Meter 228
Posts: 368
Join Date: Jan 2011
Quote:
Originally Posted by drapalyuk View Post
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?
 
drapalyuk
Old
#4  
Member - OP
Thanks Meter 226
Posts: 37
Join Date: May 2011
Location: München
Quote:
Originally Posted by ngage_me View Post
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?
sure, i just need to clean up a lite bit remove tons of debug outputs
 
dislplin01
Old
(Last edited by dislplin01; 16th May 2011 at 06:29 AM.)
#5  
dislplin01's Avatar
Senior Member
Thanks Meter 119
Posts: 1,172
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
#6  
Member - OP
Thanks Meter 226
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
#7  
Bytecode's Avatar
Recognized Developer
Thanks Meter 4369
Posts: 2,496
Join Date: Dec 2010
Location: /dev/null
Quote:
Originally Posted by dislplin01 View Post
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
lol

Sent from my... you know the rest.
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
 
Bytecode
Old
#8  
Bytecode's Avatar
Recognized Developer
Thanks Meter 4369
Posts: 2,496
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
#9  
Senior Member
Thanks Meter 37
Posts: 300
Join Date: Apr 2010
Location: Arahova
thank you!!!
 
ricjoeslight
Old
#10  
Junior Member
Thanks Meter 0
Posts: 3
Join Date: Oct 2011
Quote:
Originally Posted by ciaox View Post
You did a great job mate. Finally,LG Optimus Me/Life(P350) is starting to get hacked.
my p350 i really slow..show me the steps to follow so that i can make it fast
Tags
optimus me, p350, pecan, recovery