Related
Hi this is Varun Salian
This post contains easy method of creating a first custom rom for your device/s.and it is completely for noobs
CREDITS
-dsixda- for android kitchen
-xda developers and google
-All the devs whose threads are used in my post (in the form of link)
NOTE - This is a simple guide so i dont cover extreme things
THINGS I COVER HERE
-Setting up android kitchen on your PC
-Setting up your stock rom in android kitchen
-Deodexing the stock rom
-Theming your rom
-Adding some tweaks
-Adding/replacing apps,fonts,bootanimation etc
-Zipaligning all apks for better ram usage
-Making a flashable zip of your rom
-Flashing through custom recovery
SETTING UP ANDROID KITCHEN ON YOUR PC
Link to official thread - http://forum.xda-developers.com/showthread.php?t=633246
Link for screenshot guide - http://forums.droidbeans.com/develo...ts-tutorial)/?action=thankyoupostlist;msg=637
For offline users follow the link - https://sites.google.com/site/svtgalaxymini/create-your-own-custom-rom
Direct links for required tools
Link for java - http://www.mediafire.com/download/54y9lay41t8o997/jdk-6u20-windows-i586.zip
Link for cygwin with packages - http://www.mediafire.com/download/5xux4adbam20tfh/cygwin_packages.zip
Link for android kitchen - https://github.com/dsixda/Android-Kitchen/archive/0.224.zip
Yes, everyone wont succeed in installing android kitchen for the first time but its not a hard thing ,
If you have installed Android kitchen head over to the next step
STEPS TO CREATE WORKING FOLDER
This is the way that i usually use while making a custom rom
Things needed
-System folder of your stock rom :- Copy and paste to your sd card through root explorer
-boot.img :- Get it from your nandroid backup
Now just zip both system folder and boot.img(as a single zip file) and move it to C/Cygwin/home/username(varies according to your system)/kitchen/original_update/here
After that click on cygwin desktop shortcut and type "cd kitchen" and hit enter now type "./menu" and hit enter
You will see the kitchen's main menu here
Type "1" and hit enter to setup your working folder Select the zip you placed in the above step and hit enter now kitchen will automatically make a update script and extracts the rom from the zip file you can find it in C/cygwin/home/username/kitchen/WORKING_xxxx
You are now ready to modify your stock rom
DEODEXING STOCK ROM
Know more about deodexing and odexing - http://www.redmondpie.com/odexed-vs-deodexed-the-difference-between-the-two-android-roms-explained/
Steps for Deodexing stock rom
After setting up working folder open cygwin desktop shortcut and type "cd kitchen" hit enter then type "./menu" hit enter Kitchen main menu will appear type "0"(zero) and hit enter to goto advanced options, now type "11" hit enter to enter the deodexing menu. now type "v" and hit enter Select the correct API level (10 for gingerbread) and for other versions see the kitchen menu that appears after selecting for changing API level type the suitable API level hit enter now type "b" hit enter to deodex both system/app and system/framework
Wait for some time and your rom will be deodexed
THEMING YOUR ROM
There are two ways of theming your rom
1. Use 7-zip or winrar to change the pngs (images) of any apk
2. Use Apktool and decompile/recompile the apks to change xmls and pngs of an apk
Using apktool for theming
You wont find a better guide for using apktool-
http://forum.xda-developers.com/showthread.php?t=2195680
Direct download links
DOWNLOAD JRE- www.oracle.com/technetwork/java/javase/downloads/index.html
DOWNLOAD APKTOOL - http://d-h.st/cze
So now you are ready to decompile and recompile
NOW SEARCH ON XDA TO THEME Systemui.apk, framework-res.apk etc
HERE ARE SOME OF THE LINKS
http://forum.xda-developers.com/showthread.php?t=1908063
http://forum.xda-developers.com/sho...gb xda&__utmv=-&__utmk=194276142#post24317850
ADDING TWEAKS
Tweaks are used to increase the performance,battery life,gaming performance etc of your android phones. There are tons of tweaks/scripts the best way is to searcch on google or xda-developers
Here is the link of some tweaks-
http://forum.xda-developers.com/showthread.php?t=1735128
http://forum.xda-developers.com/showthread.php?t=2533831
etc search on google
ADDING/REPLACING APPS
This is one of the main thing to be done in your custom rom you can find the apps in C/cygwin/home/username/kitchen/WORKING_xxxx/system/app/here now delete the unwanted apps,add your favorate apps, etc in this path
Some of the stock app alternatives
Gallery - Quickpic or Gallery ICS or photobowl
Music - Walkman (ported) or Poweramp or Player pro or apollo
Launcher - s4 launcher (ported) or Google home launcher (ported) or Xperia home (ported) or holo launcher
File manager - ES File explorer or Root explorer
and find other good apps yourselves by googling
CHANGING FONTS
Download any font through Rom toolbox app or ifont app and place those fonts in C/cygwin/home/username/kitchen/WORKING_xxxx/system/font here
LINK FOR IFONT APP - https://play.google.com/store/apps/...utm_medium=organic&utm_term=ifont+android+app
CHANGING BOOTANIMATION
Download bootanimation.zip from xda-developers or through romtoolbox app and place the zip in C/cygwin/home/username/kitchen/WORKING_xxxx/system/media/here
LINK FOR ROMTOOLBOX - https://play.google.com/store/apps/...=organic&utm_term=rom+toolbox+free+play+store
ZIPALIGNING AND MAKING A FLASHABLE ZIP OF YOUR ROM
After modifying your rom the final step is to make a flashable zip of your rom
Open the cygwin desktop shortcut and type "cd kitchen" then press "99" to make a flashable zip of your custom rom now press "2" which will automatically make a updater-script,zipaligns all apks,signs your rom . After this process finishes you are all ready to flash your custom rom through Custom recovery
You can find your custom rom in C/cygwin/home/username/kitchen/Output_zip
Now copy this to your sdcard and boot into recovery wipe data,cache and dalvik cache and flash your rom
DONE EnJoY
HIT THANKS IF I HELPED YOU
JOIN OUR NEWLY MADE FACEBOOK GROUP FOR ANY PROBLEMS RELATED TO ANDROID - https://www.facebook.com/groups/787233144643808?refid=48
just perfect
Varun002 said:
Hi this is Varun Salian
This post contains easy method of creating a first custom rom for your device/s.and it is completely for noobs
CREDITS
-dsixda- for android kitchen
-xda developers and google
-All the devs whose threads are used in my post (in the form of link)
NOTE - This is a simple guide so i dont cover extreme things
THINGS I COVER HERE
-Setting up android kitchen on your PC
-Setting up your stock rom in android kitchen
-Deodexing the stock rom
-Theming your rom
-Adding some tweaks
-Adding/replacing apps,fonts,bootanimation etc
-Zipaligning all apks for better ram usage
-Making a flashable zip of your rom
-Flashing through custom recovery
SETTING UP ANDROID KITCHEN ON YOUR PC
Link to official thread - http://forum.xda-developers.com/showthread.php?t=633246
Link for screenshot guide - http://forums.droidbeans.com/develo...ts-tutorial)/?action=thankyoupostlist;msg=637
For offline users follow the link - https://sites.google.com/site/svtgalaxymini/create-your-own-custom-rom
Direct links for required tools
Link for java - http://www.mediafire.com/download/54y9lay41t8o997/jdk-6u20-windows-i586.zip
Link for cygwin with packages - http://www.mediafire.com/download/5xux4adbam20tfh/cygwin_packages.zip
Link for android kitchen - https://github.com/dsixda/Android-Kitchen/archive/0.224.zip
Yes, everyone wont succeed in installing android kitchen for the first time but its not a hard thing ,
If you have installed Android kitchen head over to the next step
STEPS TO CREATE WORKING FOLDER
This is the way that i usually use while making a custom rom
Things needed
-System folder of your stock rom :- Copy and paste to your sd card through root explorer
-boot.img :- Get it from your nandroid backup
Now just zip both system folder and boot.img(as a single zip file) and move it to C/Cygwin/home/username(varies according to your system)/kitchen/original_update/here
After that click on cygwin desktop shortcut and type "cd kitchen" and hit enter now type "./menu" and hit enter
You will see the kitchen's main menu here
Type "1" and hit enter to setup your working folder Select the zip you placed in the above step and hit enter now kitchen will automatically make a update script and extracts the rom from the zip file you can find it in C/cygwin/home/username/kitchen/WORKING_xxxx
You are now ready to modify your stock rom
DEODEXING STOCK ROM
Know more about deodexing and odexing - http://www.redmondpie.com/odexed-vs-deodexed-the-difference-between-the-two-android-roms-explained/
Steps for Deodexing stock rom
After setting up working folder open cygwin desktop shortcut and type "cd kitchen" hit enter then type "./menu" hit enter Kitchen main menu will appear type "0"(zero) and hit enter to goto advanced options, now type "11" hit enter to enter the deodexing menu. now type "v" and hit enter Select the correct API level (10 for gingerbread) and for other versions see the kitchen menu that appears after selecting for changing API level type the suitable API level hit enter now type "b" hit enter to deodex both system/app and system/framework
Wait for some time and your rom will be deodexed
THEMING YOUR ROM
There are two ways of theming your rom
1. Use 7-zip or winrar to change the pngs (images) of any apk
2. Use Apktool and decompile/recompile the apks to change xmls and pngs of an apk
Using apktool for theming
You wont find a better guide for using apktool-
http://forum.xda-developers.com/showthread.php?t=2195680
Direct download links
DOWNLOAD JRE- www.oracle.com/technetwork/java/javase/downloads/index.html
DOWNLOAD APKTOOL - http://d-h.st/cze
So now you are ready to decompile and recompile
NOW SEARCH ON XDA TO THEME Systemui.apk, framework-res.apk etc
HERE ARE SOME OF THE LINKS
http://forum.xda-developers.com/showthread.php?t=1908063
http://forum.xda-developers.com/sho...gb xda&__utmv=-&__utmk=194276142#post24317850
ADDING TWEAKS
Tweaks are used to increase the performance,battery life,gaming performance etc of your android phones. There are tons of tweaks/scripts the best way is to searcch on google or xda-developers
Here is the link of some tweaks-
http://forum.xda-developers.com/showthread.php?t=1735128
http://forum.xda-developers.com/showthread.php?t=2533831
etc search on google
ADDING/REPLACING APPS
This is one of the main thing to be done in your custom rom you can find the apps in C/cygwin/home/username/kitchen/WORKING_xxxx/system/app/here now delete the unwanted apps,add your favorate apps, etc in this path
Some of the stock app alternatives
Gallery - Quickpic or Gallery ICS or photobowl
Music - Walkman (ported) or Poweramp or Player pro or apollo
Launcher - s4 launcher (ported) or Google home launcher (ported) or Xperia home (ported) or holo launcher
File manager - ES File explorer or Root explorer
and find other good apps yourselves by googling
CHANGING FONTS
Download any font through Rom toolbox app or ifont app and place those fonts in C/cygwin/home/username/kitchen/WORKING_xxxx/system/font here
LINK FOR IFONT APP - https://play.google.com/store/apps/...utm_medium=organic&utm_term=ifont+android+app
CHANGING BOOTANIMATION
Download bootanimation.zip from xda-developers or through romtoolbox app and place the zip in C/cygwin/home/username/kitchen/WORKING_xxxx/system/media/here
LINK FOR ROMTOOLBOX - https://play.google.com/store/apps/...=organic&utm_term=rom+toolbox+free+play+store
ZIPALIGNING AND MAKING A FLASHABLE ZIP OF YOUR ROM
After modifying your rom the final step is to make a flashable zip of your rom
Open the cygwin desktop shortcut and type "cd kitchen" then press "99" to make a flashable zip of your custom rom now press "2" which will automatically make a updater-script,zipaligns all apks,signs your rom . After this process finishes you are all ready to flash your custom rom through Custom recovery
You can find your custom rom in C/cygwin/home/username/kitchen/Output_zip
Now copy this to your sdcard and boot into recovery wipe data,cache and dalvik cache and flash your rom
DONE EnJoY
HIT THANKS IF I HELPED YOU
JOIN OUR NEWLY MADE FACEBOOK GROUP FOR ANY PROBLEMS RELATED TO ANDROID - https://www.facebook.com/groups/787233144643808?refid=48
Click to expand...
Click to collapse
Awesome work. just pefect for making a first rom
Simple and great guide well done
grt work
Really helpfull!!
Varun002 said:
Hi this is Varun Salian
This post contains easy method of creating a first custom rom for your device/s.and it is completely for noobs
CREDITS
-dsixda- for android kitchen
-xda developers and google
-All the devs whose threads are used in my post (in the form of link)
NOTE - This is a simple guide so i dont cover extreme things
THINGS I COVER HERE
-Setting up android kitchen on your PC
-Setting up your stock rom in android kitchen
-Deodexing the stock rom
-Theming your rom
-Adding some tweaks
-Adding/replacing apps,fonts,bootanimation etc
-Zipaligning all apks for better ram usage
-Making a flashable zip of your rom
-Flashing through custom recovery
SETTING UP ANDROID KITCHEN ON YOUR PC
Link to official thread - http://forum.xda-developers.com/showthread.php?t=633246
Link for screenshot guide - http://forums.droidbeans.com/develo...ts-tutorial)/?action=thankyoupostlist;msg=637
For offline users follow the link - https://sites.google.com/site/svtgalaxymini/create-your-own-custom-rom
Direct links for required tools
Link for java - http://www.mediafire.com/download/54y9lay41t8o997/jdk-6u20-windows-i586.zip
Link for cygwin with packages - http://www.mediafire.com/download/5xux4adbam20tfh/cygwin_packages.zip
Link for android kitchen - https://github.com/dsixda/Android-Kitchen/archive/0.224.zip
Yes, everyone wont succeed in installing android kitchen for the first time but its not a hard thing ,
If you have installed Android kitchen head over to the next step
STEPS TO CREATE WORKING FOLDER
This is the way that i usually use while making a custom rom
Things needed
-System folder of your stock rom :- Copy and paste to your sd card through root explorer
-boot.img :- Get it from your nandroid backup
Now just zip both system folder and boot.img(as a single zip file) and move it to C/Cygwin/home/username(varies according to your system)/kitchen/original_update/here
After that click on cygwin desktop shortcut and type "cd kitchen" and hit enter now type "./menu" and hit enter
You will see the kitchen's main menu here
Type "1" and hit enter to setup your working folder Select the zip you placed in the above step and hit enter now kitchen will automatically make a update script and extracts the rom from the zip file you can find it in C/cygwin/home/username/kitchen/WORKING_xxxx
You are now ready to modify your stock rom
DEODEXING STOCK ROM
Know more about deodexing and odexing - http://www.redmondpie.com/odexed-vs-deodexed-the-difference-between-the-two-android-roms-explained/
Steps for Deodexing stock rom
After setting up working folder open cygwin desktop shortcut and type "cd kitchen" hit enter then type "./menu" hit enter Kitchen main menu will appear type "0"(zero) and hit enter to goto advanced options, now type "11" hit enter to enter the deodexing menu. now type "v" and hit enter Select the correct API level (10 for gingerbread) and for other versions see the kitchen menu that appears after selecting for changing API level type the suitable API level hit enter now type "b" hit enter to deodex both system/app and system/framework
Wait for some time and your rom will be deodexed
THEMING YOUR ROM
There are two ways of theming your rom
1. Use 7-zip or winrar to change the pngs (images) of any apk
2. Use Apktool and decompile/recompile the apks to change xmls and pngs of an apk
Using apktool for theming
You wont find a better guide for using apktool-
http://forum.xda-developers.com/showthread.php?t=2195680
Direct download links
DOWNLOAD JRE- www.oracle.com/technetwork/java/javase/downloads/index.html
DOWNLOAD APKTOOL - http://d-h.st/cze
So now you are ready to decompile and recompile
NOW SEARCH ON XDA TO THEME Systemui.apk, framework-res.apk etc
HERE ARE SOME OF THE LINKS
http://forum.xda-developers.com/showthread.php?t=1908063
http://forum.xda-developers.com/sho...gb xda&__utmv=-&__utmk=194276142#post24317850
ADDING TWEAKS
Tweaks are used to increase the performance,battery life,gaming performance etc of your android phones. There are tons of tweaks/scripts the best way is to searcch on google or xda-developers
Here is the link of some tweaks-
http://forum.xda-developers.com/showthread.php?t=1735128
http://forum.xda-developers.com/showthread.php?t=2533831
etc search on google
ADDING/REPLACING APPS
This is one of the main thing to be done in your custom rom you can find the apps in C/cygwin/home/username/kitchen/WORKING_xxxx/system/app/here now delete the unwanted apps,add your favorate apps, etc in this path
Some of the stock app alternatives
Gallery - Quickpic or Gallery ICS or photobowl
Music - Walkman (ported) or Poweramp or Player pro or apollo
Launcher - s4 launcher (ported) or Google home launcher (ported) or Xperia home (ported) or holo launcher
File manager - ES File explorer or Root explorer
and find other good apps yourselves by googling
CHANGING FONTS
Download any font through Rom toolbox app or ifont app and place those fonts in C/cygwin/home/username/kitchen/WORKING_xxxx/system/font here
LINK FOR IFONT APP - https://play.google.com/store/apps/...utm_medium=organic&utm_term=ifont+android+app
CHANGING BOOTANIMATION
Download bootanimation.zip from xda-developers or through romtoolbox app and place the zip in C/cygwin/home/username/kitchen/WORKING_xxxx/system/media/here
LINK FOR ROMTOOLBOX - https://play.google.com/store/apps/...=organic&utm_term=rom+toolbox+free+play+store
ZIPALIGNING AND MAKING A FLASHABLE ZIP OF YOUR ROM
After modifying your rom the final step is to make a flashable zip of your rom
Open the cygwin desktop shortcut and type "cd kitchen" then press "99" to make a flashable zip of your custom rom now press "2" which will automatically make a updater-script,zipaligns all apks,signs your rom . After this process finishes you are all ready to flash your custom rom through Custom recovery
You can find your custom rom in C/cygwin/home/username/kitchen/Output_zip
Now copy this to your sdcard and boot into recovery wipe data,cache and dalvik cache and flash your rom
DONE EnJoY
HIT THANKS IF I HELPED YOU
JOIN OUR NEWLY MADE FACEBOOK GROUP FOR ANY PROBLEMS RELATED TO ANDROID - https://www.facebook.com/groups/787233144643808?refid=48
Click to expand...
Click to collapse
all Imp guides in one place!!
Bookmarked it for future use
Great work bro
Sent from my Sansung Galaxy S4 using Tapatalk 2
Thanks Buddy.
Nice and Simple.
Do All The Following At Your Own Risk. I Will Not Be Responsible In Any Case.
Click to expand...
Click to collapse
Rooting
1.Rooting i9 stock rom is very simple, download the framaroot app attached below
2.Install framaroot
3.Open framaroot and select install supersu
4.Choose the 3rd method (Barahir)
5.Now install busybox if you want
6.You are now rooted
For KitKat Update Click Here
Credits
umangleekha
Custom Recovery
This app requires root privileges, which means that your phone needs to be rooted. Busybox is also required, which can be obtained from PlayStore.
USE THIS APP TO...
Install TWRP for i9
Install CWMR for i9
Install stock recovery
HOW TO USE
Download the apk file
Install in your i9
Once installed, launch the app "RIO Recovery Installer"
Tap the recovery of your choice from the set of buttons
Confirm to Install
Reboot to recovery to test
http://www.mediafire.com/download/b99962l7273y4du/MPRioRecoveryInstaller.apk
Credits
ng0tkul4
Battery Mod
You must have noticed that about 4% battery is drained till morning when phone is in standby, a simple buildprop tweak can solve this and now my phone drains only 0% OR 1% battery in standby overnight, just follow the steps below-
1.You must be rooted before doing this
2.Download root browser from playstore
3.Open Root Browser.
4.Scroll down and open system folder
5.Open build.prop, you will see a menu asking how to open the file, select Text Editor
6.Now be very careful, don't make any mistake here
7.Scroll to the bottom and type "pm.sleep_mode=1"
8.Now press back button twice then press yes to save the changes and restart
9.Now enjoy no battery drain
Credits
umangleekha
Stock ROM
1) Download the ROM from the link https://mega.co.nz/#!YwBRkCxB!hTSU0eqI-zMwufgqug2qaHpVrTutXnPCn4rPVJfAtEM.
2) Once you have downloaded the ROM File, mount your phones SD card and and copy over the .zip file.
3) Power off the device and then boot up to recovery.
4) In your phone's custom recovery, locate the menu options which allow you to wipe the phone and wipe cache.
5) Once your phone has been wiped go back up to the root of the menu and select 'Flash Zip from SD Card' the text may be different per Recovery.
6) Locate the ROM .Zip file you wish to flash.
7) Confirm the flash by following the on-screen instructions.
8) If no errors arise during the flashing process then the ROM flash was successful, Reboot the device.
Credits
malick186
Miui ROM with OTA updates
Features:
Official MIUI V5
Nokia Keyboard
Official OTA updates
Extreme Scrolling
Init.d Support
Zipaligned
1) Download the ROM from the link http://d-h.st/Pc2
2) Once you have downloaded the ROM File, mount your phones SD card and and copy over the .zip file.
3) Power off the device and then boot up to recovery.
4) In your phone's custom recovery, locate the menu options which allow you to wipe the phone and wipe cache.
5) Once your phone has been wiped go back up to the root of the menu and select 'Flash Zip from SD Card' the text may be different per Recovery.
6) Locate the ROM .Zip file you wish to flash.
7) Confirm the flash by following the on-screen instructions.
8) If no errors arise during the flashing process then the ROM flash was successful, Reboot the device.
OTA Updates
Click Here For Updates
Credits
INCPAK Team
helloansuman
Custom ROMs
Reserved For More ROMs
KitKat Rom For i9
For Updating QMobile i9 to KitKat Follow This Link
KitKat QMobile i9 Link
Need some help bro! Whenever flash the miui rom my internal sd card dnt get mounted! Any workaround which you know??? reply asap!
Sent from my MIUI using XDA Free mobile app
Ya there is an issue in some cell phones about miui if you are using the miui I provided then use miui for s5501 or mmx120 version it will solve your problem but dont use miui for wiko rainbow
qwerfaseeh said:
Ya there is an issue in some cell phones about miui if you are using the miui I provided then use miui for s5501 or mmx120 version it will solve your problem but dont use miui for wiko rainbow
Click to expand...
Click to collapse
Can you share the link in which sdcard is working??
Sent from my RAINBOW using XDA Free mobile app
malick186 said:
Can you share the link in which sdcard is working??
Sent from my RAINBOW using XDA Free mobile app
Click to expand...
Click to collapse
Use this miui rom and update it with OTA it has no bugs
http://d-h.st/Pc2
QMobile i9 is now supported by MIUI India so visit to get latest updates
http://forum.miui.co.in/viewtopic.php?t=1492
For the new taste of miui 6 use a theme called miui v6, search in the theme app of miui
qwerfaseeh said:
For the new taste of miui 6 use a theme called miui v6, search in the theme app of miui
Click to expand...
Click to collapse
i installed this lewa os v1 rom on i9 sim card not detect after restore imei can you please help
https://www.facebook.com/notes/myph...gua-rio-versions-v0-v1-and-v2/288315014697928
To restore imei you need to have busybox installed check that it has busybox installed or not and use latest version of MTK droid tools
Original QMobile i9 Rom
Please Upload Q Mobile i9 Original(official) ROM with Default Ads-ons and everything Please Upload it!!
Its already on post
AliZaib1 said:
Please Upload Q Mobile i9 Original(official) ROM with Default Ads-ons and everything Please Upload it!!
Click to expand...
Click to collapse
Next time search before you post anything. :banghead:
Sent from my SGH-T999 using XDA Free mobile app
It is on my 2nd post, the link of which is posted on first page named kitkat for noir i9
I tried this method to install customer recovery in i9. But now my mobile isn't going into recovery. When I press both volume and power buttons it shows option to go into recovery and factory mode but then mobile just turns on if I press volume button or not. Can any one guide how to get my recovery fixed for Q mobile i9?. Thanks in advance.
qwerfaseeh said:
This app requires root privileges, which means that your phone needs to be rooted. Busybox is also required, which can be obtained from PlayStore.
USE THIS APP TO...
Install TWRP for i9
Install CWMR for i9
Install stock recovery
HOW TO USE
Download the apk file
Install in your i9
Once installed, launch the app "RIO Recovery Installer"
Tap the recovery of your choice from the set of buttons
Confirm to Install
Reboot to recovery to test
Click to expand...
Click to collapse
XPERIA Z3 OS 4.4.2 MOD for MicroMaX Canvas 2+ A110Q
Orignal Thread :- http://4pda.ru/forum/index.php?showtopic=577004&st=1380#entry34707052
SYSTEM PARTITION NEEDED
-Latest Android 4.4.2
-Latest Android 4.4.2 Lenovo Camera with Gallery
-Good Battery Backup
-Playing Games Smoothly
-Buttery Smooth
-Settings themed
-New Status Bar
-3G SIM Switch
-Sim Toolkit
-New Bootlogo
-Init.d Scripts
-Latest Playstore
-KK LockScreen
-KK Dialer
-KK Contacts
-KK Messages
And Many More.........
Bugs :
Tell if you see any....
Installation :
How To Flash :
use KK support CWM Recovery AND system partition needed.
( You Can Take CMW Backup for Revert back to your old system )
1) Download ROM zip File below link
2) Put into External/Internal SD Card
3) Go To CMW Recovery
4) Wipe Data/Factory Reset
5) Wipe Cache
6) From Advance Menu Do Delvik Cache Clear
7) Go in Mount And Storage select FORMAT SYSTEM
8) Select Install From SD and Select file And Click YES
9) Select ROM zip And Select YES
10) Reboot
11) Congrats You have Rom now....Report if you find bugs
(It will take around 5 Min. for first boot)
** Process To flash Patch **
1) Go to Cwm recovery
2) Select install from zip
3) select Patch zip and yes
4) Reboot.
For More Screen Shots
If flashing KK BASED ROM destruction in whatsoever in your world, neither me, nor any of my dev brothers and not even WEB OR FORUM SITE is responsible for that.
You are the one who has choosen to modify your phone and so all risk and durability is your only, no one
(credit : DinasNet from 4pda, Besik_13 xda developers. If I forgot a any developer name please suggest me I will add
& Swapnil Bunjkar for MicroMax Canvas 2+ A110Q Kitkat 4.4.X )
Happy Diwali and this is your DIWALI BONUS
Downloads
Mirror1
Mirror2
For root Problem Flash this
boot_updateV3(PERFORMANCE, BATTERY)
Tip :- Register free account on UsersFiles then activate then login with your ID and Pass then download. There is no download limit
One + 1 Class ROM
Based on SRND Droid L 2.0 (Lava Iris)
Ported from Flare HD Group
CANVAS DOODLE 2 A240 / MYPHONE ICEBERG / WIKO DARKSIDE / BLU LIFE VIEW
Features:
Debloated, deodexed and zipaligned
Android Lollipop-inspired Material UI
System statistics graph on pull-down notifications pane
Nexus 7 transitions
Themed dialer
Fixed Google Play services
Very light
busybox and init.d support
Full root access
Modified status bar
Lollipop text select handler
Blurred SystemUI
Latest Xposed Installer
Latest Gravity Box
Requirements:
- Rooted Phone
- CWM / CTR / TWRP
- GUTS !
Installation Procedure:
- Wipe Data
- Wipe Cache
- Wipe Dalvik Cache
- Install Zip
- Reboot Phone
- Done
IMPORTANT NOTES:
- When it 1st booted up go to Settings / Framework and install Xposed Framework
- Do not update the Gravity Box because the SystemUI colors will go crazy LOL
- If you experienced any google app force closures update it in Playstore
Bugs:
Tell Me...
Download Links:
WanPlasWan V2 ROM:
http://www.4shared.com/zip/-5wRkTybba/WanPlasWanV2.html?
Charging LED Fix:
http://www.4shared.com/zip/wDQOF9Ngce/WanPlasWan_LED_Fix.html?
LOW SOUND OUTPUT?
MAKE HER SCREAM WITH THIS PATCH.. 100% WORKING ON MINE
http://forum.xda-developers.com/devdb/project/dl/?id=5455
OPTIONAL PATCHES:
YONIP KERNEL BY SIR RYMOJ SEROLF
http://www.4shared.com/zip/ve8jFrGgba/WanPlasWan_Yonip_Kernel.html?
IF YOU WANT TO REVERT BACK TO STOCK KERNEL
http://www.4shared.com/zip/6FKrTpcQce/WanPlasWan_Stock_Kernel.html?
Dolby Digital Plus:
Note:if you have Viper app Uninstall it then Clear cache and dalvik on CWM before installing this one.
How to install:
-Uninstall DSP Manager, reboot to CWM then install Dolby.zip
Link: https://mega.co.nz/#!O0hnlCIA!snIvU4XyAF09jWCDgxxUHgsIW1PZb2Edubt3bzaoC3g
(Ported by Daryl Yahiko)
Credits:
Kenj Lasquite
Zyvex
NeedROM
Brylle Chinilla
Nikko James
Rymoj Serolf for Yonip Kernel
Lino Constantino
CMahendra for Sound Fix
XDA
Very good rom. Keep it up sir. =)
Thanks.. ill try to post screenshots tom..
Sent from my C2305 using XDA Free mobile app
can't find cwm or twrp image for iceberg with mobileuncletool.. any help which one should i choose?
thanks!
Sent from my GT-I9505 using XDA Free mobile app
aerobomb said:
can't find cwm or twrp image for iceberg with mobileuncletool.. any help which one should i choose?
thanks!
Sent from my GT-I9505 using XDA Free mobile app
Click to expand...
Click to collapse
make sure its in the root of your internal memory... and rename it to recovery.img then open mobileuncle tools > recovery update > select recovery.img
leingod0923 said:
make sure its in the root of your internal memory... and rename it to recovery.img then open mobileuncle tools > recovery update > select recovery.img
Click to expand...
Click to collapse
do you mean is download the ROM and rename it to recovery.img and put it on internal memory? if not, can you please provide a link for a recovery image for myphone iceberg?
aerobomb said:
do you mean is download the ROM and rename it to recovery.img and put it on internal memory? if not, can you please provide a link for a recovery image for myphone iceberg?
Click to expand...
Click to collapse
no... you have to install the cwm recovery 1st.. just search the threads sir.. or you can use google to look for it.. then after you have installed recovery image now you can flash this ROM
Hey, i have installed the given custom ROM you and is fast and smooth,
but the IMEI can not be recovered, as MTK dose not detect my phone.
Please help
Good rom. Doesnt seem to have the option to move apps to sd though
Compatibility Question
will it work on mmx a111 doodle ?
your rom is excellent but plz tell me how can i move my apps to sd card it does not show any option to move apps to sd card !!!! the internal sd card is scanned in file manager
only one sim working..other sim not registering with network
MODS FOR CM12 AND CM12.1 ROMS
TESTED ON WIKO RAINBOW
WARNING:
BEFORE PROCEEDING, MAKE A NANDROID BACKUP OF THE CURRENT ROM
I WILL NOT BE RESPONSIBLE FOR ANY KIND OF BRICK OR DAMAGE
ANDROID M LOCKSCREEN
INSTRUCTION
1-DOWNLOAD THE ANDROID M LOCKSCREEN.ZIP
2-BOOT IN TO THE RECOVERY AND FLASH THE ZIP
3-REBOOT
HOW TO CHANGE LOCKSCREEN WALLPAPER
INSTRUCTION
1- DOWNLOAD THE APP AND CHANGE THE WALLPAPER
OR
IF THE ABOVE METHOD DOESN'T WORK, TRY THIS
THINGS YOU'LL NEED:
1-ROOT ACCESS
2. A ROOT FILE EXPLORER LIKE ES FILE EXPLORER ETC
STEPS:
1-Download/place the wallpaper you need in your internal/external storage and remember it's location.
2-Download, install and open a root file browser. (ES File Explorer recommended)
3-Grant the file explorer root access.
4-Go into the root directory and then go to data/system/users/0.
5-Here, rename the "keyguard_wallpaper" to "keyguard_wallpaperOLD" to keep it as a backup.
6-Now navigate to where you saved your new wallpaper, and rename it to "keyguard_wallpaper" REMEMBER TO REMOVE THE FILE EXTENSION.
7-Lock the phone now, and enjoy your new wallpaper.
HOW TO GET NETWORK TRAFFIC ON STATUS BAR WITHOUT GBOX OR ANY APP
INSTRUCTIONS
1-DOWNLOAD Network_traffic_CM12.1.zip
2-BOOT TO RECOVERY AND FLASH THE ZIP
3-REBOOT
4-GO TO SETTINGS/STATUS BAR FOR THE NETWORK TRAFFIC OPTION
MUSIC MODS FOR CM12 AND CM12.1
1. Xperia Walkman(VIPER FX)
STEPS:
-FLASH IN RECOVERY
2. Xperia Walkman Material Design
STEPS:
-INSTALL AS NORMAL APK
3.XTREMEMusic STABLE V4.0.2
STEPS:
-FLASH IN RECOVERY
OR TRY
4.New XTREMEMusic v4.2 BETA 1!!
STEPS:
-FLASH IN RECOVERY
5.DOLBY ATMOS
STEPS:
-FLASH IN RECOVERY
6.XTREME VIDEO
STEPS:
-FLASH IN RECOVERY
HOW TO INCREASE WIFI SPEED(DHCP)
INSTRUCTIONS
1-DONWLOAD THE DHCPv2.TAR
2-EXTRACT
3-OPEN THE FOLDER AND COPY THE FILE AND REPLACE
your system/bin/dhcpcd with this one, and it should be way faster
HOW TO ENABLE QUICKBOOT
1. Download QuickBoot.zip
2. Flash the downloaded zip file from the recovery
3. Enable QuickBoot from Developers options
4.Want to try, just power off and power on
ENJOY THE MODS
NOTE: I DIDN'T DEVELOPED ANY OF THE ABOVE MODS I M JUST SHARING
HIT THANKS BUTTON IF I HELPED U AND IF U R DOWNLOADING THE MODS
Any Mod For Battery Tweak ...?
Will add soon if i find one
Sent from my rainbow using Tapatalk
Will these mods work on all phones?
sharezaman said:
Will these mods work on all phones?
Click to expand...
Click to collapse
I also want to know.
Sandeep5303 said:
Will add soon if i find one
Sent from my rainbow using Tapatalk
Click to expand...
Click to collapse
Found any Yet??
dolby atmos has stopped in xperia p cm12.1. any solutions?
Any Tweak to get Clear Ram option in CM 12.1 Mod. Which we used to have in vibe default Lenovo K3 Note.
shafyqsod said:
dolby atmos has stopped in xperia p cm12.1. any solutions?
Click to expand...
Click to collapse
Try new version or any other mod
Sent from my Micromax E481 using XDA-Developers mobile app
anish274 said:
Any Tweak to get Clear Ram option in CM 12.1 Mod. Which we used to have in vibe default Lenovo K3 Note.
Click to expand...
Click to collapse
Screenshot please!!
Sent from my Micromax E481 using XDA-Developers mobile app