Lolation - You're the man

Search This thread

mactolorix

Member
Dec 11, 2013
32
5
I made this thread just to thanks @LoLaTiOn, I used a lot of his roms and all I can say "AMAZING". Maybe it's also good if you can make a tutorial on how to port or tweaks about our phone :))) THANKS A LOT :D
 
Last edited:

CodexLink

Senior Member
Aug 29, 2012
266
71
Mandaluyong City
Bro use or tag him like this... @ LoLaTiOn..


Delete the space near @ and L
And he will tagged

To know him that you post this bro :)

Sent from my GT-I9003 using xda app-developers app
 
  • Like
Reactions: mactolorix

LoLaTiOn

Senior Member
Feb 2, 2012
2,652
9,124
Tours
MouHaHa ?§! PoWeR

I do not know if it's a good idea to offer all my tricks to the general public

but I make a video where I made ​​a port with resizing of bootanimation


you need for port rom

JRE 1.7 (Apktool 2.x) > http://www.oracle.com/technetwork/java/javase/downloads/java-se-jre-7-download-432155.html
1:now go to Start -> Control Panel -> System, then click on the 'Advanced System Settings' link on the left, then the 'Environment Variables' button.
2: on the variables list down below there is a > Path >(edit)> Put the above path depends on your system
3: add > C:\Program Files (x86)\Java\jre6\bin;C:\Program Files (x86)\Java\jre7\bin;C:\windows\apktool; < and hit apply
apktool > http://miui.connortumbleson.com/other/apktool/test_versions/
command used for decompiling > apktool d framework-res.apk

command used to compile > apktool b framework-res
open original framework-res and drop > META-INF floder and AndroidManifest.xml in framework-res\build\apk then compil again
framework-res in dist floder can be used

Beyond Compare > http://www.scootersoftware.com/
winrar > http://www.scootersoftware.com/

For bootanimation
PhotoFiltre Studio X > http://www.photofiltre-studio.com/
7z > http://www.7-zip.org/

warning !!!

always respect authors of rom > ask PM before !!!
always give the credit of original > no credit for you !!!
always remain respectful > be able to meet members !!!
never steal the work of others > shame if you hide, and change the original source !!!

respect xda

enjoy...
 
Last edited:

LoLaTiOn

Senior Member
Feb 2, 2012
2,652
9,124
Tours
Code:
/*
 * ~ DO READ THIS BEFORE ATTEMPTING~
 
 * Iam not here to guarantee any successful PORTING. nor i am responsible
   for bricked devices, dead SD cards, or a broken device. YOU are
   choosing to make these modifications, and if you point the finger
   at me for messing up your device, I will laugh at you. But I will try
   my best to explain all the necessities, so you won't mess up your Device.
 *
   ~END
*/

Introduction​
You may have seen many threads on xda about porting roms. All of them provide step by step tutorial but they do not explain everything and do not answer common questions. So i decided to post a guide and answer all questions about porting roms.
Please note that I am not a developer or an expoert porter (I should say i am a noob) but I will to explain everything as simply as possible.



What is Porting?​
You can think of porting as simply getting a rom, designed for another device to work on your device.



What do I need for porting roms?​
You need two roms. One designed for your phone called "Base rom" and another which you want to port called "Port rom"



What skills/software do I need to port rom?​
Porting a rom is as simple as copy and paste. If you know how to copy and paste folders then you can port a rom.
For software side, you only need an archiver for porting (eg 7-zip)



How do I choose a base rom?​
Usually you choose cyanogenmod as base. The version number is important for porting.
Choose CM7 if you are porting android 2.3 (gingerbread rom)
Choose CM9 if you are porting android 4.0 (Ice cream sandwich rom)
Choose CM10 if you are porting android 4.1 (Jellybean rom)
Choose CM10.1 if you are porting android 4.2 (Jellybean rom)



Can I port all roms?​
No you cant.
You cannot port stock roms like sense, touchwiz etc.
You can port aosp roms like aokp, paranoid etc



Can I port from any phone?​
No. The phone must meet some requirements for you to be able to port.



What phone is best for porting?​
There is no "best phone for porting". It depends upon your phone. Simply put that if your phone and port phone have all the above things common then it is probably the best phone for porting.
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    MouHaHa ?§! PoWeR

    I do not know if it's a good idea to offer all my tricks to the general public

    but I make a video where I made ​​a port with resizing of bootanimation


    you need for port rom

    JRE 1.7 (Apktool 2.x) > http://www.oracle.com/technetwork/java/javase/downloads/java-se-jre-7-download-432155.html
    1:now go to Start -> Control Panel -> System, then click on the 'Advanced System Settings' link on the left, then the 'Environment Variables' button.
    2: on the variables list down below there is a > Path >(edit)> Put the above path depends on your system
    3: add > C:\Program Files (x86)\Java\jre6\bin;C:\Program Files (x86)\Java\jre7\bin;C:\windows\apktool; < and hit apply
    apktool > http://miui.connortumbleson.com/other/apktool/test_versions/
    command used for decompiling > apktool d framework-res.apk

    command used to compile > apktool b framework-res
    open original framework-res and drop > META-INF floder and AndroidManifest.xml in framework-res\build\apk then compil again
    framework-res in dist floder can be used

    Beyond Compare > http://www.scootersoftware.com/
    winrar > http://www.scootersoftware.com/

    For bootanimation
    PhotoFiltre Studio X > http://www.photofiltre-studio.com/
    7z > http://www.7-zip.org/

    warning !!!

    always respect authors of rom > ask PM before !!!
    always give the credit of original > no credit for you !!!
    always remain respectful > be able to meet members !!!
    never steal the work of others > shame if you hide, and change the original source !!!

    respect xda

    enjoy...
    5
    Code:
    /*
     * ~ DO READ THIS BEFORE ATTEMPTING~
     
     * Iam not here to guarantee any successful PORTING. nor i am responsible
       for bricked devices, dead SD cards, or a broken device. YOU are
       choosing to make these modifications, and if you point the finger
       at me for messing up your device, I will laugh at you. But I will try
       my best to explain all the necessities, so you won't mess up your Device.
     *
       ~END
    */

    Introduction​
    You may have seen many threads on xda about porting roms. All of them provide step by step tutorial but they do not explain everything and do not answer common questions. So i decided to post a guide and answer all questions about porting roms.
    Please note that I am not a developer or an expoert porter (I should say i am a noob) but I will to explain everything as simply as possible.



    What is Porting?​
    You can think of porting as simply getting a rom, designed for another device to work on your device.



    What do I need for porting roms?​
    You need two roms. One designed for your phone called "Base rom" and another which you want to port called "Port rom"



    What skills/software do I need to port rom?​
    Porting a rom is as simple as copy and paste. If you know how to copy and paste folders then you can port a rom.
    For software side, you only need an archiver for porting (eg 7-zip)



    How do I choose a base rom?​
    Usually you choose cyanogenmod as base. The version number is important for porting.
    Choose CM7 if you are porting android 2.3 (gingerbread rom)
    Choose CM9 if you are porting android 4.0 (Ice cream sandwich rom)
    Choose CM10 if you are porting android 4.1 (Jellybean rom)
    Choose CM10.1 if you are porting android 4.2 (Jellybean rom)



    Can I port all roms?​
    No you cant.
    You cannot port stock roms like sense, touchwiz etc.
    You can port aosp roms like aokp, paranoid etc



    Can I port from any phone?​
    No. The phone must meet some requirements for you to be able to port.



    What phone is best for porting?​
    There is no "best phone for porting". It depends upon your phone. Simply put that if your phone and port phone have all the above things common then it is probably the best phone for porting.
    1
    Bro use or tag him like this... @ LoLaTiOn..


    Delete the space near @ and L
    And he will tagged

    To know him that you post this bro :)

    Sent from my GT-I9003 using xda app-developers app
    1
    Bro use or tag him like this... @ LoLaTiOn..


    Delete the space near @ and L
    And he will tagged

    To know him that you post this bro :)

    Sent from my GT-I9003 using xda app-developers app

    Thank you bro :D Gotta tag him :D