[RECOVERY] Custom Recovery AmonRA-GNM 2.2.1 for Optimus Me P350 - LG 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

This is custom recovery for Micromax A60 based on AmonRA-GNM 2.2.1
DO NOT USE IT FOR LG P350

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

dislplin01 said:
Is there a advantage to using this recovery over milks clockwork???? Or original recovery thunderdog?????
787
Click to expand...
Click to collapse
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.

You did a great job mate. Finally,LG Optimus Me/Life(P350) is starting to get hacked.

thank you!!!

drapalyuk said:
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.
Click to expand...
Click to collapse
Good to know thanks
Sent from my LG-P500 using XDA Premium App running CM7 over clocked at 787

any custom roms for this device?

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

Have you tried it? Is it good?

I from Russia. I make this ROM. This ROM is good....IMHO. Create backup and flash this rom)

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...

I can't register to the russian forum to get the recovery
EDIT: I got it. Thank you!

dislplin01 said:
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
Click to expand...
Click to collapse
lol
Sent from my... you know the rest.

method77 said:
I can't register to the russian forum to get the recovery
Click to expand...
Click to collapse
recovery in first message of this topic Custom Recovery AmonRA-GNM 2.2.1 for Optimus Me P350

drapalyuk said:
This is custom recovery for Micromax A60 based on AmonRA-GNM 2.2.1
DO NOT USE IT FOR LG P350
Click to expand...
Click to collapse
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?

Screenshots my ROM

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.

ngage_me said:
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?
Click to expand...
Click to collapse
sure, i just need to clean up a lite bit remove tons of debug outputs

cupliz said:
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.
Click to expand...
Click to collapse
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

Related

[MOD] Youtube 'Gingerbread' ported to Eclair

Hiya,
due to my brother not having the luck of having Froyo on his phone I took a look at it and hacked the newst YouTube app to work with Eclair. I had to remove two calls and add android.util.base64 which was introduced with Froyo. However, it should work flawlessly. If you encounter any problems, feel free to post here along with a little description and if possible a logcat dump of the exception.
Download:
http://ul.to/emt639
Old Download:
- http://ul.to/kxu37d
- http://www.mediafire.com/?5bdc88opu6qt9nz
You have to remove the default YouTube app before you can install this one over.
Using ADB Shell this should just work:
adb remount
adb shell rm system/app/YouTube.apk
adb uninstall com.google.android.youtube
then you can just install it over using the package manager or with adb (adb install YouTube_signed.apk).
Hope this helps, enjoy the re-designed Youtube app!
rolle3k said:
Hiya,
due to my brother not having the luck of having Froyo on his phone I took a look at it and hacked the newst YouTube app to work with Eclair. I had to remove two calls and add android.util.base64 which was introduced with Froyo. However, it should work flawlessly. If you encounter any problems, feel free to post here along with a little description and if possible a logcat dump of the exception.
Download:
- http://ul.to/kxu37d
- http://www.mediafire.com/?5bdc88opu6qt9nz
You have to remove the default YouTube app before you can install this one over.
Using ADB Shell this should just work:
adb remount
adb shell rm system/app/YouTube.apk
adb uninstall com.google.android.youtube
then you can just install it over using the package manager or with adb (adb install YouTube_signed.apk).
Hope this helps, enjoy the re-designed Youtube app!
Click to expand...
Click to collapse
So is this the Eclair or Froyo Version?
wow, thanks this works perfectly. i used root explorer to push the file. thanks again
So this is Froyo's youtube app made to work with Eclair ??
Why does the title say gingerbread ??
PhoenixFx said:
So this is Froyo's youtube app made to work with Eclair ??
Why does the title say gingerbread ??
Click to expand...
Click to collapse
"[MOD] Youtube 'Gingerbread' ported to Eclair"
In layman terms, its the youtube app from gingerbread ported to eclair
Daneshm90 said:
"[MOD] Youtube 'Gingerbread' ported to Eclair"
In layman terms, its the youtube app from gingerbread ported to eclair
Click to expand...
Click to collapse
I know what a mod and a port means ..
Just that OP's post is confusing, he is trying to help his brother who doesn't have Froyo, hence I assumed he is trying to port the latest version (which I thought Foryo's youtube app) to eclair.
EDIT : Just realized that the new Youtube app on the market is claimed by some sites as a Gingerbread youtube app. (and its only available for 2.2) .. ok now it makes sense.
Works fine, thank you.
After you sign in to see your uploads, after exiting the app it doesn't run any more (force close).
PhoenixFx said:
I know what a mod and a port means ..
Just that OP's post is confusing, he is trying to help his brother who doesn't have Froyo, hence I assumed he is trying to port the latest version (which I thought Foryo's youtube app) to eclair.
EDIT : Just realized that the new Youtube app on the market is claimed by some sites as a Gingerbread youtube app. (and its only available for 2.2) .. ok now it makes sense.
Click to expand...
Click to collapse
Does it matter just say thanks and stop being clever.
Sent from my GT-I9000 using XDA App
Good work man. Hope this gets pushed on to all eclair custom roms
Sent from my GT-I9000 using Tapatalk
Fixed a API call that requires Froyo
http://ul.to/emt639
works great on my vibrant.
Just an FYI I only needed to delete the original YouTube.apk and replace with the posted Froyo version in the system/app directory.
Nice work, useful when samsung are being bums upgrading the SGS to 2.2
torres76 said:
Does it matter just say thanks and stop being clever.
Click to expand...
Click to collapse
If he didn't look it up most of us wouldn't have understood what the title exactly meant. Yes it matters as some people want to know what they're installing and what different versions mean.
Sent from my GT-I9000 using XDA App
hi guys. When i type adb remount one the cmd it said no such file or directory
lelf said:
hi guys. When i type adb remount one the cmd it said no such file or directory
Click to expand...
Click to collapse
Yeah.. Here too.. Maybe this has something to do with recovery?
Solved it this way:
Code:
$ su
su
# mount -o rw,remount -t rfs /dev/block/stl9 /system
mount -o rw,remount -t rfs /dev/block/stl9 /system
# rm system/app/YouTube.apk
rm system/app/YouTube.apk
# exit
exit
adb uninstall com.google.android.youtube
adb install signed_YouTube.apk
Congrats roll23k, your mod has made it to all the android news sites and even Reddit!.
Sent from my GT-I9000 using Tapatalk
Latest Youtube app update is out, would you be updating this port?
Which version has this "gingerbread" youtube app??
And after installation there is no opportunity to keep it up to date by the market, am I right?

[Q] Lg Optimus Chic (e720) custom rom????

Hello guys ... Looking around the web i can not find anything about a recovery or a custom kernel for Lg optimus chic ... I own it for 3 months, and I'm really satisfied, but a recovery to install above would make me really happy. Someone could create one? It should not be difficult, it is almost the same as the LG optimus one ... Thanks in advance ... Oh I forgot, you could create a section for the LG Optimus Chic (like the optimus one)? This smartphone is spreading very fast, and he deserves a custom recovery of his ownThank you very much. Oh and sorry for my bad English :S
Greetings from Italy Andreoid.
Anyone can help me?
And I search ROM for my LG Optimus Chic
Have you find any custom recovery for patching a rom?
I made a tested working one a few weeks ago just havent had time to release it.
Really???????
Test Version: Note I do not have this phone and was asked to add this to my recovery lineup.
Directions:
Download this recovery and unzip it and copy to root of sdcard
recovery-alessi-gnm.img.zip
password is gnmtest
download flash_image.zip and unzip and copy to root of sdcard
flash_image.zip
commands to flash recovery
from adb shell or terminal (requires root # prompt)
Code:
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
cat /sdcard/flash_image > /system/bin/flash_image
chmod 0755 /system/bin/flash_image
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak (notice this file install-recovery.sh may not be on your device if it gives an error or file not found move on)
flash_image recovery /sdcard/recovery-alessi-gnm.img
sync
then power off device and boot holding most likely vol-dn + home + menu ??? This needs to be verified for alessi device. You may be able to boot recovery by adb reboot recovery also. Edit confirmed to boot via VOL UP + VOL DOWN + POWER by ptesmoke on e720 (bell)
Key mapping is Vol-up & Vol-down move selection up & down. Back is backup a menu. Menu key is to select.
This is a test version I'll do full release soon after bugs (if any) are worked out.
The message E: bad boot message is normal disregard it.
For debugging use the move recovery-log to sd option under other and please upload it with feedback.
Overclock kernel assuming everything works:
signed_alessi_oc.zip
Ptesmoke noted that Oc kernel wasn't very stable for him above 748mhz. Ill need some other feedback to make sure it wasnt just a low spec processor die he had.
password is keepout
Special Thanks:
Amon_Ra for his original source code
Ptesmoke for testing
Basic description of recovery features and troubleshooting can be found here in one of my other posts. http://androidforums.com/getitnowmarketing/256286-custom-recovery-ms690-optimus-m.html
easiest way to contact me is @getitnowmarket on twitter
i am also waiting for custom rom..
i wanna overclock...
when playing games(for example. AngryBirds. TankHero), it will lag sometimes...
and...i wanna know...anyone succeed to compile e720 eur source code released on LG Global Site?
0140454 said:
i am also waiting for custom rom..
i wanna overclock...
when playing games(for example. AngryBirds. TankHero), it will lag sometimes...
and...i wanna know...anyone succeed to compile e720 eur source code released on LG Global Site?
Click to expand...
Click to collapse
Yes, that kernel is compiled from that source my github link getitnowmarketing alessi e720 github (I had to fix a few LG ommissions to compile and added afew extra's)
It will be up to you guys to make roms. I have supplied the needed tools.
Sorry for my bad english...
Thanks drellisdee for your job... It working very well in my lg optimus chic e720
drellisdee i think i love you
W00t now we just need a sub forum lol. Recovery is working great other than few issues I pmed you drellisdee. Also I have lg's stock bell canada rom that is flashable if anyone wants to start on a custom rom..id like to port cyanogen 6.1.1
Sent from my HTC Desire Z/G2 using XDA Premium App
How to install kernel? I'm not able to install it without a guide... :S
Flash zip in custom recovery...that's quick an dirty guide..
Sent from my HTC Desire Z/G2 using XDA Premium App
Could u tell me what differences between official code and yours?
drellisdee said:
Yes, that kernel is compiled from that source my github link......
It will be up to you guys to make roms. I have supplied the needed tools.
Click to expand...
Click to collapse
Sent from my LG-E720 using XDA Premium App
0140454 said:
Could u tell me what differences between official code and yours?
Sent from my LG-E720 using XDA Premium App
Click to expand...
Click to collapse
Check commit log on github for changes I did.
ptesmoke said:
W00t now we just need a sub forum lol. Recovery is working great other than few issues I pmed you drellisdee. Also I have lg's stock bell canada rom that is flashable if anyone wants to start on a custom rom..id like to port cyanogen 6.1.1
Sent from my HTC Desire Z/G2 using XDA Premium App
Click to expand...
Click to collapse
Yes the recovery work really great...if someone make a custom rom post it here!!!
I'm not able to cook... but i'm really happy to test... XD
TNX drellisdee, ripa 1993 and ptesmoke!!!!!
not turning on e 720.
hi,
I have an lg e720 and last night i made a factory reset to it but now its not turning on.
1.is there a way to flash the rom dump?
2.does anyone has the rom dump?
3.does this phone have fastboot or the normal recovery like many phones have?
Any help would be appreciated. thank you
EDIT: its turning on but just staying at LG splash.
EDIT2: Solved the problem with kdz.
drellisdee said:
Check commit log on github for changes I did.
Click to expand...
Click to collapse
thank you.
i got it...
jackpot20 said:
hi,
I have an lg e720 and last night i made a factory reset to it but now its not turning on.
1.is there a way to flash the rom dump?
2.does anyone has the rom dump?
3.does this phone have fastboot or the normal recovery like many phones have?
Any help would be appreciated. thank you
EDIT: its turning on but just staying at LG splash.
EDIT2: Solved the problem with kdz.
Click to expand...
Click to collapse
Sorry I was a little late, but yes kdz works, I also have several stock lg rom images if anyone needs them.
Sent from my HTC Desire Z/G2 using XDA Premium App

[KERNEL] GT-I9000 insecure kernels for use with rooting

Many of you seem to think that you have been abandonded by the developers moving to the GT-I9100, I do not think this is the case, but you have to remember that developing for a new phone is more fun
Anyway, some of you will already know about my insecure kernels for the GT-I9100, well since Gingerbread on the GT-I9000 I have also been using insecure kernels for my own personal use and have now decided to release them, since if you are like me and like to keep your phone as close to stock as possible they may be of some use to you.
If you like my work, maybe you would like to say thanks by buying me a beer
Insecure Kernels:-
GT-I9000_XWJVZ_insecure
GT-I9000_XWJW1_insecure
GT-I9000_XXJVP_insecure
GT-I9000_XXJVQ_insecure
GT-I9000_XXJVR_insecure
GT-I9000_XXJVS_insecure
GT-I9000_XXJVT_insecure
GT-I9000_XXJVU_insecure
GT-I9000_XXJW4_insecure
password = [email protected]
a quick method for rooting would be:-
Code:
adb remount
adb push busybox /system/xbin/
adb push su /system/xbin/
adb shell chown root.shell /system/xbin/busybox
adb shell chown root.shell /system/xbin/su
adb shell chmod 755 /system/xbin/busybox
adb shell chmod 4755 /system/xbin/su
adb shell /system/xbin/busybox --install -s /system/xbin
You need to make sure that busybox and su are in the same folder as you are typing the adb commands.
You could also push superuser.apk if you have it local:-
adb install superuser.apk
You can use these files to return to the stock kernel if you wish, you will still be rooted but adb will not be running as root on first login via shell.
Original Kernels:-
GT-I9000_XWJVZ_original
GT-I9000_XWJW1_original
GT-I9000_XXJVP_original
GT-I9000_XXJVQ_original
GT-I9000_XXJVR_original
GT-I9000_XXJVS_original
GT-I9000_XXJVT_original
GT-I9000_XXJVU_original
GT-I9000_XXJW4_original
Please DO NOT mirror any of my files, thank you.
I have used your 9100 insecure. Good work. I have also rated this thread a 5-star.
link to github repo for kernel source (most preferrably ^^) please !
what all did you change ?
thanks !
good work
10 chars
On JVS insecure kernel my WiFi connection keeps restarting when it's turned on, can you check it?
Bo$s said:
On JVS insecure kernel my WiFi connection keeps restarting when it's turned on, can you check it?
Click to expand...
Click to collapse
Mine is ok, maybe a bug in JVS makes an incompatibilty problem with your router? Try to flash the JVS original kernel and see if the problem still exists, you will still keep root.
Odia said:
Mine is ok, maybe a bug in JVS makes an incompatibilty problem with your router? Try to flash the JVS original kernel and see if the problem still exists, you will still keep root.
Click to expand...
Click to collapse
Same behavior on stock
Do i understand this correct?? From what i read u are using the kernel u use on your i9100 also on the i9000??? how is this possible?
Gvdn said:
Do i understand this correct?? From what i read u are using the kernel u use on your i9100 also on the i9000??? how is this possible?
Click to expand...
Click to collapse
No, he means that he has done the same work as on I9100.....
The kernels are not compatible!
simone201 said:
No, he means that he has done the same work as on I9100.....
The kernels are not compatible!
Click to expand...
Click to collapse
Lol ty was really going "WHAAAAAAAAT" when i read the OP. Maybe make it cleaer what u mean in the OP.
zacharias.maladroit said:
link to github repo for kernel source (most preferrably ^^) please !
what all did you change ?
thanks !
Click to expand...
Click to collapse
As you probably know, this is not only zach asking kindly or xda-rules. GPL licence, on which android kernel is based, clearly states to release updated source along with the build.
Developers are always welcome when they follow this. Bet you get help here to setup github.
Failing to comply usually ends in some banned/thread locked.
Sent from my GT-I9000 using XDA App
O-T said:
As you probably know, this is not only zach asking kindly or xda-rules. GPL licence, on which android kernel is based, clearly states to release updated source along with the build.
Developers are always welcome when they follow this. Bet you get help here to setup github.
Failing to comply usually ends in some banned/thread locked.
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
I hope he releases the sources soon....but it is also veeery simple to do an unsecured kernel!
Thanx works fine on JVS, but i needed to remove some stuff from /system/app
No space left....
Brotuck said:
Thanx works fine on JVS, but i needed to remove some stuff from /system/app
No space left....
Click to expand...
Click to collapse
Seems that JVR and JVS have no space left at all in /system folder...strange thing....
could you provide some link can opened in your country.
O-T said:
As you probably know, this is not only zach asking kindly or xda-rules. GPL licence, on which android kernel is based, clearly states to release updated source along with the build.
Developers are always welcome when they follow this. Bet you get help here to setup github.
Failing to comply usually ends in some banned/thread locked.
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
The kernel is not compiled from sources, its only a 4 byte change which is injected to the stock kernel. That is the reason there is no source released, the Admins and Mods know this already and the reason this thread is still here alive and not locked.
and its the reason it works correctly with XXJVS.
Bo$s said:
Same behavior on stock
Click to expand...
Click to collapse
Thats bad, which router are you using? Have you tried rebooting the router?
simone201 said:
Seems that JVR and JVS have no space left at all in /system folder...strange thing....
Click to expand...
Click to collapse
Its true, I just remove the Aldiko eBook Reader from /system/app but of cause you can chose some other app you dont like
Gvdn said:
Do i understand this correct?? From what i read u are using the kernel u use on your i9100 also on the i9000??? how is this possible?
Click to expand...
Click to collapse
Sorry for the confusion, I hope the OP is now more clear.
Odia: Thank you for explaining your [KERNEL/MOD]
The kind-of-source is your HowTo in OP on how we can mod any kernel.
Sent from my GT-I9000 using XDA App

[ROM] Stock Asus JB 4.1.1 Firmware 10.4.2.13 - Root , Deodex, Busybox , init.d!

Hi !
I am pleased to present the latest Asus Firmware 10.4.2.13 in three distinct parts !
1° Stock Asus JB 4.1.1 Firmware 10.4.2.13 - Rooted version !
Include :
untouched official latest firmware ;
stock kernel ;
su & Superuser for root access !
Download : asus.7z
You should unzipped first into asus.zip !
2° Stock Asus JB 4.1.1 Firmware 10.4.2.13 - Rooted & Deodexed version !
Include :
untouched official latest firmware ;
insecure kernel ;
USB debugging enabled ;
su & Superuser for root access !
deodexed ;
Download : asus_2.7z
You should unzipped first into asus.zip !
3° Stock Asus JB 4.1.1 Firmware 10.4.2.13 - Rooted & Deodexed & Busybox version !
Include :
untouched official latest firmware ;
insecure kernel ;
USB debugging enabled ;
su & Superuser for root access !
deodexed ;
busybox installed ;
Download : asus_3.7z
You should unzipped first into asus.zip !
*********************************
Installation :
only on TWRP recovery - for flash the new kernel !
just Wipe -> Cache & Dalvik Cache !
& Install !
If you do not want to use one of my root version , please see below a guide - what you need & how to root ...also other stuff on your stock firmware 10.4.2.13 !
Insecure Kernel => enabled USB debugging , root on shell ( just push Superuser & su in your device for root access ! ) , init.d support - if you have already installed busybox in /system/xbin !
You can flash this kernel in stock JB Firmware 10.4.2.13 !
How root your device after flash this kernel :
connect USB cable ;
push su in system/xbin & Superuser.apk in system/app :
> adb shell
# mount -o remount,rw -t ext4 /dev/block/mmcblk0p1 /system
# exit
> adb push su system/xbin/
> adb push Superuser.apk system/app/
> adb shell
# chown 0.0 /system/xbin/su
# chmod 06755 /system/xbin/su
# chmod 0644 /system/app/Superuser.apk
# exit
> adb reboot
Now your device will have root access !
How install busybox for init.d support :
conect USB cable ;
push busybox in system/xbin :
> adb shell
# mount -o remount,rw -t ext4 /dev/block/mmcblk0p1 /system
# exit
> adb push busybox system/xbin/
# chown 0.0 /system/xbin/busybox
# chmod 0755 /system/xbin/busybox
# /system/xbin/busybox --install -s /system/xbin
( make your init.d directory ) :
# mkdir system/etc/init.d
# chown 0.0 /system/etc/init.d
# chmod 777 /system/etc/init.d
# exit
> adb reboot
Your device will have the ability to run scripts in init.d folder ! ( for each script (file) added init.d directory , you shoul changed permission into 777 ) !
How flash this kernel ! ( boot.blob )
Download this kernel boot.blob.jar with init.d support !
connect USB cable ;
put your device in fastboot mode ;
and type :
> fastboot -i 0x0B05 flash boot boot.blob
( wait to flash new kernel ! )
> fastboot -i 0x0B05 reboot
Mirror insecure & init.d kernel boot.blob.jar !
Now you'll have the last Stock Asus JB Firmware 10.4.2.13 rooted , busybox installed & init.d support to run scripts !
Good luck ! :good:
Does the stock has initd support?
If so can I copy and paste seanz scripts?
mikaole said:
Does the stock has initial. Du support?
If so can I copy and paste seanz scripts?
Click to expand...
Click to collapse
Hi!
No ...The Stock Rom = Official version ....so you can play with official firmware , but with root access ! :good:
surdu_petru said:
Hi !
I am pleased to present the latest Asus Firmware 10.4.2.13 in three distinct parts !
Click to expand...
Click to collapse
You beat me to it! Ahahaha. Been working on my SGS3 ROM.
mikaole said:
Does the stock has initd support?
If so can I copy and paste seanz scripts?
Click to expand...
Click to collapse
surdu_petru said:
Hi!
No ...The Stock Rom = Official version ....so you can play with official firmware , but with root access ! :good:
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Here, I made a boot.img with init.d support here: http://forum.xda-developers.com/showthread.php?p=31743908
Here is an Extended Power menu that should work with these ROMS. I have not tested them but I have tested them on my identical variations and they work fine so they should work with this no problem!
Make a back up before flashing just in case!
[MOD][9/19] - Extended Power Menu - JB 4.1.1 Only! 10.4.2.13
scrosler said:
Here is an Extended Power menu that should work with these ROMS. I have not tested them but I have tested them on my identical variations and they work fine so they should work with this no problem!
Make a back up before flashing just in case!
[MOD][9/19] - Extended Power Menu - JB 4.1.1 Only! 10.4.2.13
Click to expand...
Click to collapse
Hi !
Thank you for porting so quickly Extended Power menu on the last Asus Firmware 10.4.2.13 !
Good luck ! :good:
Hi !
Deodexed version for last Firmware 10.4.2.13 was released ! :good:
Thanks! Great Job .
What differences are there between the stock kernel and the insecure kernel?
other question:
i'm on [email protected] V1, pending V2, if I wanted to try the stock + root 10.4.2.13 with TWRP Recovery, just do the 3 wipes?
Thank's for jobs
stevtec86 said:
What differences are there between the stock kernel and the insecure kernel?
other question:
i'm on [email protected] V1, pending V2, if I wanted to try the stock + root 10.4.2.13 with TWRP Recovery, just do the 3 wipes?
Thank's for jobs
Click to expand...
Click to collapse
Hi!
Yes, seems to be more than enough ! :good:
- insecure kernel - you can easily root the device ! ( if the Rom is already rooted , insecure kernel not require ! )
Hey surdu - another excellent job on this! Thanks for sharing! I have a question though. I flashed the 3rd option and it looks like the badass animations that your 1st ROM had are gone. Is there a way to enable them or are they gone for good now?
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
countryteazer said:
Hey surdu - another excellent job on this! Thanks for sharing! I have a question though. I flashed the 3rd option and it looks like the badass animations that your 1st ROM had are gone. Is there a way to enable them or are they gone for good now?
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
Click to expand...
Click to collapse
Hi!
No, you can not enable windows animations in this Rom !
...will be available soon in my [email protected]_V02 ! :good:
Hey,
Thx for your effort :good:
Is it ww or us ?
No need to be unlock?
Thx
Valorster said:
Hey,
Thx for your effort :good:
Is it ww or us ?
No need to be unlock?
Thx
Click to expand...
Click to collapse
Hi !
Yes, is WW not US SKU !
....also Yes , you need to be unlocked ! ( If you want to flash Custom Rom you need unlock your device !!! ) :good:
Update !
Hi !
I added kernel with init.d support for run your favorite scripts , and also I have detailed instructions for use ( installation ) ! :good:
( check now in first post ! )
Any mirrors please? It seems the source is down or is that just me?
DruNKfuX said:
Any mirrors please? It seems the source is down or is that just me?
Click to expand...
Click to collapse
Hi !
Thanks for info !
Yes, for mirrors download please check my first post ! :good:
surdu_petru said:
Hi !
Thanks for info !
Yes, for mirrors download please check my first post ! :good:
Click to expand...
Click to collapse
I don't see any mirrors in your 1st post, just one for the kernel but none for the roms themselves?
Host works again, i could download it now, hx
surdu_petru said:
Hi !
Yes, is WW not US SKU !
....also Yes , you need to be unlocked ! ( If you want to flash Custom Rom you need unlock your device !!! ) :good:
Click to expand...
Click to collapse
My Transformer is US with unlook Bootloader and Rooted,I can Flash this of this ROMs?

[Deodex Package]I9505GEUAMFD (Deodex through CWM)

I made a deodex package for the new rom , removed some unneeded apks
Removed:
- Velvet (the "home button" replacement)
- PlusOne (HangOuts)
- Talk (Google Talk)
- Foreign keyboards
- Google Eath
- Spam APKS (Magazines, Books etc)
Download:
http://www.broodplank.net/files/JDQ39.I9505GEUAMFD_Deodex.zip
So editing the apks is now possible ^^
Or manually:
- Extract "app" and "framework" from zip to sdcard
- Go in adb shell dir and type:
-- adb root
-- adb remount
-- adb shell
--- su
---- stop
---- cd system/app
---- rm -Rf *
---- busybox mv /sdcard/app/*.apk .
---- chmod 644 *
---- cd ../framework
---- rm -Rf *
---- busybox mv /sdcard/framework/*.jar .
---- busybox mv /sdcard/framework/*.apk .
---- chmod 644 *
---- reboot
The amount of dashes indicate where you are in the shell,
-- = shell window from your pc
--- = adb shell
---- = adb shell in su mode
Thanks man.
boterkaaseneieren said:
Thanks man.
Click to expand...
Click to collapse
You're welcome ^^
Btw don't forget to place the superuser apk in it if you have any
can we flash this on top of any installed google experience rom?
dying4004 said:
can we flash this on top of any installed google experience rom?
Click to expand...
Click to collapse
yes
Yeah ! My next D/L is here, thanks man !
Possible try to port the TW cam on this RomDump ? The apk... But i'm afraid it relies on tw crappy framework...
No wifi issue ?
Sent from my GT-I9505G using xda app-developers app
plakers said:
Yeah ! My next D/L is here, thanks man !
Possible try to port the TW cam on this RomDump ? The apk... But i'm afraid it relies on tw crappy framework...
Sent from my GT-I9505G using xda app-developers app
Click to expand...
Click to collapse
Good ^^. Hmm I think that will be pretty hard idd, since it depends on TW..
You can try it but no succes guaranteed whatsoever.
The stock camera app has just to few options idd.. Just tried CM10.1 Camera, it shut down my phone xD
and there can't be a wifi issue, these are only apks and jar files, wifi depends on .ko modules
After flash can't get past boot animation(real nice by the way that Google logo)
boterkaaseneieren said:
After flash can't get past boot animation(real nice by the way that Google logo)
Click to expand...
Click to collapse
Did you flash a working google edition rom before that? Its only possible to flash this zip if you already have a working system.
and give it some time, and connect it to ddms/monitor from android sdk.
Does this rom have the original dark coloured application monitor widget.apk if so can someone please extract it for me. Cheers
Sent from my GT-I9505 using xda premium
i want to deodex my stock rom on 9500. can u pls make a package or guide me how to deodex mine.
i m running stock I9500XWUBMF8 on 9500
i don't want to install a custom rom.
thanks
daviefl86 said:
i want to deodex my stock rom on 9500. can u pls make a package or guide me how to deodex mine.
i m running stock I9500XWUBMF8 on 9500
i don't want to install a custom rom.
thanks
Click to expand...
Click to collapse
I have read that there aren't google edition for 9500 yet...
Enviado desde mi GT-I9505 usando Tapatalk 2

Categories

Resources