Tuesday, 3 February 2015

Port Jellybean Roms For Doodle 3 (mtk6572-mtk6572 Chipset only)

Guide (how to port roms) only for jellybean

Android Software Development  [GUIDE] How to port ROMS:
I know that there are actually LOTS of "How to port ROMS" but today i am sharing the manual method (not android kitchen one) which i use to port roms and is fully working
Note*: I am not responsible if you did anything wrong and get your device bricked....you should know how to flash your stock ROM or if u have a backup
Here it goes!
First of all read the whole post»»

You will need:
**Notepad++ or any other text editor but this one is best for this work
**a compression program (WinZip or 7zip and etc)
**the ROM you want to port to your phone (let’s call it the "Port ROM")
**a ROM designed for your phone (let’s call it"Base ROM") [take stock rom]

This guide may mention some files or directories that aren’t present in your particular ROM; don’t worry, just carry on.
On your PC, extract the .ZIP files containing the two ROMs, and navigate to /system/app in your extracted Port ROM and copy stk.apk, vpnservices.apk, camera.apk, and bluetooth.apk into a temporary directory somewhere else on your PC.
Now, delete the following folders from your Port ROM and replace them with the ones from your Base ROM: /data, /system/app, /system/framework, /system/fonts and /system/media.
From your Base ROM, copy /system/lib/libandroid_runtime.so to the system/lib/ directory of your Port ROM, overwriting the file.
Next up, move the .APKs you copied earlier back into the /system/app directory of your Port ROM.
Open up /system/lib in your Port ROM and copy all the files and folders. Paste them into the Base’s /system/lib directory, replacing all. Then go back to the Port ROM and delete the /system/lib folder, and replace it with the /system/lib folder from the Base ROM.
Next, navigate to the /system/etc/init.d folder in the Port ROM and do the same copy-from-Port, paste-to-Base, delete-from-Port, copy-from-Base, paste-to-Port shuffle as before.
Navigate to /system/etc/permissions and do that same copy-paste step one more time.
yeah !!  you just ported a rom....now copress your rom into a .zip file and flash it through a custom recovery (cwm,twrp, ctr etc....)


No comments:

Post a Comment