[4.1+] [platlogo] android lollipop 5.0 - Miscellaneous Android Development

Android Lollipop Plat Logo (Complete with no bugs) On Any ROM
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Instructions:
Install Xposed Installer from the attachments
Install Eggster App's Latest Version (BETA) from attachments
Install Lollipop Land App from attachments
After Installing these apps,
Open Xposed Installer, Go to Framework, install and grant superuser permissions and then reboot.
After reboot, Go to xposed installer-> modules and check on Eggster.
After this open Eggster App and in front of Lollipop, turn it on.
After this, Reboot.
And it's done. Cheers!
For Changing the Android Version [BUILD.PROP]
Download Build prop Editor from Play Store.
Open it and search for version.
On android version property change its value from 4.2/4.3/4.4 to 5.0.
Grant Superuser permissions and reboot.
For Including In Any Rom
Just Copy Data Of App From Your SD-CARD And Paste It To data>data>and files [SS GIVEN BELOW] Add Lines To Updater-Scrip After Flashing Boot.img Line DownSide [NOT BEFORE UNMOUNT LINE]
Code:
ui_print("|****FLASHING FILES TO SD-CARD******|");
package_extract_dir("system", "/system");
package_extract_dir("data", "/data");
SCREENSHOT
Credits:
@rovo89 for Xposed
@iamareebjamal for eggster
@jrummy apps for Lollipop Land which completes the platlogo.
@narora9999 Thanks For ORIGINAL POST [ I HAD JUST EXPLAINED YOU ]
@shaikhdjm and jamal bro for always helping me
@[email protected] [ME]
DON'T SAY THANKS HIT THANKS

DOWNLOADS :-
EGGSTER APK :- CLICK HERE
LOLLIPOP LAND : - CLICK HERE
XPOSED :- CLICK HERE
ANOTHER LOLLIPOP PLAT-LOGO TOMMOROW [IF I GET GOOD FEEDBACK'S]

+1 reserved

@Rohit Gupta [MENTION=239049]123[/MENTION] could u upload the source code of lollipop, please ?
btw, thanks for ur app.

cleverior.ipul said:
@Rohit Gupta [MENTION=239049]123[/MENTION] could u upload the source code of lollipop, please ?
btw, thanks for ur app.
Click to expand...
Click to collapse
I Didn't Have That & The app is Not Made By me
& I'll Upload FINAL LOLLIPOP EGGSTER TODAY

Rohit Gupta @123 said:
I Didn't Have That & The app is Not Made By me
& I'll Upload FINAL LOLLIPOP EGGSTER TODAY
Click to expand...
Click to collapse
so, from where u get the final version ?

Rohit Gupta @123 said:
Android Lollipop Plat Logo (Complete with no bugs) On Any ROM
Screenshots:
Instructions:
Install Xposed Installer from the attachments
Install Eggster App's Latest Version (BETA) from attachments
Install Lollipop Land App from attachments
After Installing these apps,
Open Xposed Installer, Go to Framework, install and grant superuser permissions and then reboot.
After reboot, Go to xposed installer-> modules and check on Eggster.
After this open Eggster App and in front of Lollipop, turn it on.
After this, Reboot.
And it's done. Cheers!
For Changing the Android Version [BUILD.PROP]
Download Build prop Editor from Play Store.
Open it and search for version.
On android version property change its value from 4.2/4.3/4.4 to 5.0.
Grant Superuser permissions and reboot.
For Including In Any Rom
Just Copy Data Of App From Your SD-CARD And Paste It To data>data>and files [SS GIVEN BELOW] Add Lines To Updater-Scrip After Flashing Boot.img Line DownSide [NOT BEFORE UNMOUNT LINE]
Code:
ui_print("|****FLASHING FILES TO SD-CARD******|");
package_extract_dir("system", "/system");
package_extract_dir("data", "/data");
SCREENSHOT
Credits:
@rovo89 for Xposed
@iamareebjamal for eggster
@jrummy apps for Lollipop Land which completes the platlogo.
@narora9999 Thanks For ORIGINAL POST [ I HAD JUST EXPLAINED YOU ]
@shaikhdjm and jamal bro for always helping me
@[email protected] [ME]
DON'T SAY THANKS HIT THANKS
Click to expand...
Click to collapse
i wish it can be done to ginger bread also

carlo_autor said:
i wish it can be done to ginger bread also
Click to expand...
Click to collapse
I think so You Can

Related

[GUIDE]How to use AROMA Installer on any ROM/Device|NOOB Friendly|

Guide How to use AROMA Installer in any ROM/Device​
Steps​
(1)Download thisView attachment META-INF.rar
(2)Extract & you will find "META-INF" folder
(3) Go to META-INF/com/google/android/
(4)You will find "aroma-config" (Replace Backstreet MOD with "Your ROM's Name" everywhere it comes
Code:
##
#
# AROMA Installer - based on the Mod-installer by KamikaZeeFu
# (c) 2011 by Ahmad Amarullah
# amarullz - xda-developers
# http://www.amarullz.com/
# Backstreet MOD SCRIPT BY The Droid Master
theme("miui4");
calibrate("0.9263","21","0.9944","1","yes");
viewbox(
"<#999>Welcome</#>",
"\n\n\n\n\n"+
" <#999>You're about to flash</#>\n"+
" <#999>Backstreet MOD 3.0</#>\n\n"+
"\n\n\n"+
"<#999>Press Next to continue the installation...</#>",
"icons/info"
);
textbox(
#-- Title
"Backstreet MOD",
#-- Subtitle
"FEATURES",
#-- Icon
"@update",
#-- Arg 4
resread("changelogs.txt")
);
appendvar("installmsg","\n\nPlease Select Installation Type Below:");
install(
"Installing",
"<#999>Now flashing Backstreet MOD...\nPlease Wait...</#>",
"icons/install"
);
# Set Next Text fo Finish
ini_set("text_next", "Finish");
viewbox(
"Installation Completed",
"<#080>Congratulations...</#>\n\n"+
"<#999>Your installation is now complete\n\n</#>"+
"<#999>Press Finish, reboot and enjoy.\n\nThanks</#>",
"icons/info"
);
(5)For changing the THEME find this in "aroma config"
Code:
theme("ics");
There are 4 themes available ics, sense, miui, miui4
(6)Go to META-INF/com/google/android/ you will find"changelogs.txt"
Edit this file to include features/changelog of your Custom ROM
(7)Now for the AROMA Installer to work Go to META-INF/com/google/android/, replace the updater-script in this folder with your ROM/MOD updater-script.
(8)Open your rom goto META-INF/com/google/android Rename "update-binary" into "update-binary-installer"
(9) Final step is to replace your ROM's META-INF folder with this META-INF and u will get AROMA Installer on your ROM
For adding advanced options, menus refer the link below:
http://forum.xda-developers.com/showthread.php?t=1461712
Credits
amarullz
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click Thanks and TIP US ​​
i will take this one for more info/update
just great!! but i'm having problem with updater-script. may i have a updater-script template for unrooted A5?? Everytime i make a updater script, it installs but the set doesn't boot
himaloyee said:
just great!! but i'm having problem with updater-script. may i have a updater-script template for unrooted A5?? Everytime i make a updater script, it installs but the set doesn't boot
Click to expand...
Click to collapse
On the first page of the thread for a5 in the bottom there is STOCK ROM (By me) u can use that updater-script and yes you can use any updater script of any ROM (but is should be of the same device).
what all can I customize using aroma?
psychopac said:
what all can I customize using aroma?
Click to expand...
Click to collapse
u can make users to choose what to install or what not to install
The Droid Master said:
u can make users to choose what to install or what not to install
Click to expand...
Click to collapse
this can reduce the bloatware in the ROM so that no user can criticize the ROM saying that lot of bloatware is there
so can I change my stock rom theme through this?
psychopac said:
so can I change my stock rom theme through this?
Click to expand...
Click to collapse
Nope it is just an installer bro(which is a replacement for CWN installer which is touch based).
Any way to take screen shots in installer or only using other camera?
My Works :
Xperia NxT MoD v1.7 - For All GingerBread :
http://forum.xda-developers.com/showthread.php?t=1967172
Latest G-Apps for All GingerBread :
http://forum.xda-developers.com/showthread.php?t=1946476
AROMA MIUI Apps For Android 2.2+ :
http://forum.xda-developers.com/showthread.php?t=2081757
MoD to Change USB Icons :
http://forum.xda-developers.com/showthread.php?t=2073379
Xperia S Fonts All For GingerBread :
http://forum.xda-developers.com/showthread.php?t=1951100
Ganesh A said:
Any way to take screen shots in installer or only using other camera?
My Works :
Xperia NxT MoD v1.7 - For All GingerBread :
http://forum.xda-developers.com/showthread.php?t=1967172
Latest G-Apps for All GingerBread :
http://forum.xda-developers.com/showthread.php?t=1946476
AROMA MIUI Apps For Android 2.2+ :
http://forum.xda-developers.com/showthread.php?t=2081757
MoD to Change USB Icons :
http://forum.xda-developers.com/showthread.php?t=2073379
Xperia S Fonts All For GingerBread :
http://forum.xda-developers.com/showthread.php?t=1951100
Click to expand...
Click to collapse
Yes there is no app for taking screenshots of installer you have to use other camera
don't forget to link this thread in your cell's forum if you are helped
Thanks for this Thread.
Just AWESOME!!! love you man!
danger_beast said:
Just AWESOME!!! love you man!
Click to expand...
Click to collapse
Your welcome :angel:
Hey can anyone tell me about what actually AROMA Installer is,?
I read many posts and articles on google but can't actually get that what it is??
After flashing...
how do I get back into Aroma again?
JohnnyQ1964 said:
how do I get back into Aroma again?
Click to expand...
Click to collapse
you can't go you have to flash ROM again to go back in Aroma it is not a sftware it is just a ROM installer UI
Hello Sir
I wanted to make aroma installer for my phone , So i can add mods items such as Gallery and i wanted to have option to pick it or not
Is that possible.. I just wanted to add one so then in time i can make a good aroma installer with many mods on it
I really appreciate any help that i am giving
Johnt880 said:
I wanted to make aroma installer for my phone , So i can add mods items such as Gallery and i wanted to have option to pick it or not
Is that possible.. I just wanted to add one so then in time i can make a good aroma installer with many mods on it
I really appreciate any help that i am giving
Click to expand...
Click to collapse
well check first post i have given a link for adding more stuff
This Guide is just for basic editing

[GUIDE][MOD] Xposed Framework/TabletUI Universal {Noob Friendly}

Hello Guys i felt that many of you have Been fan's of Cyanogenmod, Paranoid Android, AOKP and So On... People have Seen the PhabletUI, tabletUI and of course our own normal StockUI... well i bring you the easiest method and easiest way of installing and improvising on your current rom using Xposed Framework...
Since Few Days i had been Toying around with Various Rom's and i thought what the heck why not let the Community know about it to....
At First i Thought Using Xposed Framework was really hard lol but NO... it's really easy and im goana tell you how to install and mod your current rom, this is for People who:
1.Wana make their Rom look More Sleek
2.Make it look like a tablet/phablet
3.People with a Bad Eye-sight would really benefit from this!
Screenshots Of a CM10 Rom but looks like as if Paranoid Android:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Before Starting i Insist you take a Nandroid Backup to Ensure you don't Destroy the Look of your Device or Corrupt Something and Everyone people on Sammy Stock or Sammy Based Rom Like a rom based on Samsung's touchwiz, Please Don't try to Edit Seclauncher2 it goes F.C and ur locked out... no More app menu anything!
Installation Method:
1.Download All Xposed Files and put them into your sdcard
2. Install Xposed installer first, then Appsettings, then the rest two files
3. If your using a Stock Sammy Rom then don't install tabletUI, but if your using a CM/Pac-Man/Paranoid/AOKP Rom then you can install tabletUI
4.Launch the Xposed Installer and inside click on "Install/Update"
5.Reboot
6.Launch the Xposed Installer again and go to the "Modules" tab
7.Enable the module... App Settings & Modaco toolkit and if Your Using Any custom rom other than Touchwiz enable TabletUI too whenever you wana enable it...
8.Reboot
9. Ur Ready to Edit ur apks... now go to appsettings and click on the desired app but do remember after clicking on the specific app on the top you have to enable it then edit... after inputting desired values you have to click on the save button too Good Luck
Click to expand...
Click to collapse
Download Links:
Xposed Installer ===> http://d-h.st/utL ( It INstalls the Modules )
Xposed App Settings ===> http://d-h.st/Rhu ( Toggle DPI, Resolution, Font Sizes, Full Screen Mode Etc )
Modaco's Toolkit for Xposed ===> http://d-h.st/TXR ( Can Use on Any Rom... Contains Various Mods From Various Roms )
Xposed TabletUI ===> http://d-h.st/sRt ( This is Only For People with CM/AOKP/Pac-Man/Paranoid NO Stock Sammy Plz coz SystemUI Crashes....
Click to expand...
Click to collapse
Addons:
Gmail ( TabletUI Mode Compatible ) ===> http://d-h.st/uaD ....Can Be Used on Any Rom ( Just Replace it with your Current Gmail in System/Apps and Reboot and in Playstore Don't Update to latest coz you'll loose the tabletUI )
( More Addons will be Added )
Click to expand...
Click to collapse
Specific Settings for Apps for TabletUI:
Gmail ===> Screen (dp) 600x1024, font scale 70 and save ( Don't Touch Anything Else )
Google Play Music ===> DPI 145, font scale 102, tick Mark xlarge res and save
Click to expand...
Click to collapse
Hope You All Enjoy Modding your Apps and Create Variations... and do remember i'm here to provide you with much more details than the given one already...If you have any queries im here to help and If im aint there do be scared to PM me anytime! Do Post Screenies so Everyone can look and enjoy!
Reserved!...

[Guide][TUT] Xposed Framework {Noob-Friendly}

Hello again i felt that many of you have Been fan's of Cyanogenmod, Paranoid Android, AOKP and So On... People have Seen the PhabletUI, tabletUI and of course our own normal StockUI... well i bring you the easiest method and easiest way of installing and improvising on your current rom using Xposed Framework...
Since Few Days i had been Toying around with Various Rom's and i thought what the heck why not let the Community know about it to....
At First i Thought Using Xposed Framework was really hard lol but NO... it's really easy and im goana tell you how to install and mod your current rom, this is for People who:
1.Wana make their Rom look More Sleek
2.Make it look like a tablet/phablet
3.People with a Bad Eye-sight would really benefit from this!
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
{ The Last Four Pics Are of CM10 enabled tabletUI }
Before Starting i Insist you take a Nandroid Backup to Ensure you don't Destroy the Look of your Device or Corrupt Something and Everyone people on Sammy Stock or Sammy Based Rom Like My Own Pure Vanilla Please Don't try to Edit Seclauncher2 it goes F.C and ur locked out... no More app menu anything!
Installation Method:
1.Download All Xposed Files and put them into your sdcard
2. Install Xposed installer first, then Appsettings, then the rest two files
3. If your using a Stock Sammy Rom then don't install tabletUI, but if your using a CM/Pac/Paranoid Rom then you can install tabletUI
4.Launch the Xposed Installer and inside click on "Install/Update"
5.Reboot
6.Launch the Xposed Installer again and go to the "Modules" tab
7.Enable the module... App Settings & Modaco toolkit
8.Reboot
9. Ur Ready to Edit ur apks... now go to appsettings and click on the desired app but do remember after clicking on the specific app on the top you have to enable it then edit... after inputting desired values you have to click on the save button too Good Luck
Click to expand...
Click to collapse
Download Links:
Xposed Installer ===> http://d-h.st/utL ( It INstalls the Modules )
Xposed App Settings ===> http://d-h.st/Rhu ( Toggle DPI, Resolution, Font Sizes, Full Screen Mode Etc )
Modaco's Toolkit for Xposed ===> http://d-h.st/TXR ( Can Use on Any Rom... Contains Various Mods From Various Roms )
Xposed TabletUI ===> http://d-h.st/sRt ( This is Only For People with CM/AOKP/Pac-Man/Paranoid NO Stock Sammy Plz coz SystemUI Crashes....
Click to expand...
Click to collapse
Addons:
Gmail ( TabletUI Mode Compatible ) ===> http://d-h.st/uaD ....Can Be Used on Any Rom ( Just Replace it with your Current Gmail in System/Apps and Reboot and in Playstore Don't Update to latest coz you'll loose the tabletUI )
( More Addons will be Added )
Click to expand...
Click to collapse
Specific Settings for Apps for TabletUI:
Gmail ===> Screen (dp) 600x1024, font scale 70 and save ( Don't Touch Anything Else )
Google Play Music ===> DPI 145, font scale 102, tick Mark xlarge res and save
Click to expand...
Click to collapse
Hope You All Enjoy Modding your Apps and Create Variations... and do remember i'm here to provide you with much more details than the given one already...Do Post Screenies so Everyone can look and enjoy!
Thanks for the effort, man.
Can't wait for the Pac-Man you're working on for us :thumbup:
Sent from my GT-I9105 using xda app-developers app
corduroy84 said:
Thanks for the effort, man.
Can't wait for the Pac-Man you're working on for us :thumbup:
Sent from my GT-I9105 using xda app-developers app
Click to expand...
Click to collapse
Welcome and sure lets hope it gets stable soon.. btw the xposed framework can be used on mostly all roms.....

Fw.4.4.4 Z1 Compact Mod

Hi
My first Mod for the 4.4.4 Fw.
1. Superuser Mod
2. Settings with intelligent Gesture Option and new...with Xposed Option
3. Headphone Icon is in the Statusbar, when the
Headphone is plucked.
4. Taskkiller
5. Android L Bootanimation
6. LG G3 Keyboard
7. Cosmic Wave Themes from ICS Devices
and more
In this Mod is a new Settings Option for the Xposed Framework. And in this Mod is the Xperia Xposed Module by Serajr.
For all who did not have the Xposed Framework.....
1. go to Settings​ 2. press " Xposed Settings "​ 3. activate the Xposed Framework​ 4. Xposed reboot your Device and the Framework works​.
You dont need to activate the Xperia Xposed Module. My Mod do this.
-------------------------------------------------------------------------------------------------------------------​
For all who have the Xposed Framework......
please check your Settings of your Xposed and the Activitation of your Modules​
Screenshots
The new Settings
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The G3 Keyboard
Accents Color via Xperia Xposed Module
Homescreen with Cosmic Wave Theme
Download :
https://mega.co.nz/#!UpFSgTwC!MXeOZCMLBDyT1Ftzklv74vWFC0NqgK8hZAm3ZZI_woI
You must have Root and CWM and a Deodexed Rom
Flash the Mod
Enjoy
Credits:
DavidMKD for his TuT
Serajr for his Module
rovo89
Press Thanks,please
can you upload the screenshot?
ferhat67_38 said:
can you upload the screenshot?
Click to expand...
Click to collapse
I do it this evening
^^
greetz
I have installed this mod and i dont know what to think about it my phone works very good and didnt blow up so something must working
For all...
1. You have the Superuser Mod
With this you can install modded xperia stock apps
2. Headphone Icon
When you pluck a Headphone, you see the Icon in the Statusbar.
That is not stock
3. Settings
In the Settings you have a new Option for the intelligent Gesture from the Z2.
Go to Settings/Personalize.
The first Option is for the intelligent Gesture
This modded Settings works only with the Superuser Mod
4. Taskkiller
This can You see when you open the Taskmanager.
There can you see a little Button, with wich you can kill all open Tasks with one click.
New Update is online
Is deodexed is required? I install first realese of this mod on stock sony rom only with root and cwm and it works but what now?
mosespl said:
Is deodexed is required? I install first realese of this mod on stock sony rom only with root and cwm and it works but what now?
Click to expand...
Click to collapse
Now you must be deodexed.
i would love 2 install it but i dont really want 2 change 2 g3 keyboard. can you separate all that thing ?
Ofcos said:
i would love 2 install it but i dont really want 2 change 2 g3 keyboard. can you separate all that thing ?
Click to expand...
Click to collapse
Why.
You dont must use it.
Wow, man, it not mod, it rom
You can write all features?
Can someone add other link?
djsnoopyxxl said:
I do it this evening
Click to expand...
Click to collapse
how can I change the battery colour as I see on screen shoot?
tania247260 said:
how can I change the battery colour as I see on screen shoot?
Click to expand...
Click to collapse
With gravity box is awesome app.
Thanks for the Mod. If i want to use the superuser mod only is it gonna be enough just to copy services.jar from your zip file and replace it in my phone and that's it ?
andreaspe said:
Thanks for the Mod. If i want to use the superuser mod only is it gonna be enough just to copy services.jar from your zip file and replace it in my phone and that's it ?
Click to expand...
Click to collapse
Yes
If I want to use only the intelligent gesture option, can you tell me please which files do I have to push to the system ?
After install this mod, Sometimes After reboot for apply sth ex. updt xposed app SYSTEMUIforce close help me.
Hi. I could you make some mini mod from this big mod I need only ui looking like this
Accents Color via Xperia Xposed Module View attachment 2858789
and it should work on latest 157 wersion deodexed .

Legend V13()Smoother()stable() NEW()

Rom by Arun
SYSTEM PARTITION REQUIRED
Features
*asob kitkat 4.4
*increased gravity of wifi
*pre rooted
*pre install gravity box,xposed and viper4android
*Good battery Back up
*Great gaming performance
*OTG working
WHATS NEW
-Sytemu Created Android 5.0 views have been added
- Dialer has been changed and it was dark.
- Apollo buried theme music players.
- Corrected the errors found in the V12 best of my ability.
- Cameras dark muscle problems have been fixed.
- Touch deviation is not the problem
- Added a tweak for performance and battery boost.
- Self-vibration No problem
- WiFi in the notification bar has the GPS vs. shortcuts
- Ram 400-700
- New music player, Android, L keyboard, file manager Viper4android etc. added
- Game performance is very good level.
- And More legend Rom Rom Edition v13 Android La!
INSTALLATION
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)
BUGS
tell if you find any
SCREENSHOT
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DOWNLOAD LINK
https://drive.google.com/file/d/0B8i86MOFbsSVUGphZVExUDJPcU0/view?usp=sharing
Note: If anything happen happen to your device neither me or anyone will be responsible for it,only you yourself will be responsible for it.Although i will try my best to help you guys.
Thanks for you support users
Credit
pinto for supporting me and teaching me
All dev group of whatsapp
ROM SOURCE: TURKDEVS
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Version Information
Status: Stable
dolby patch if not satisfied with vipor4android
flasah directly from cwm then reboot
https://drive.google.com/file/d/0B7GtR7GqLcGKZERBdzU2QTNRcDg/edit?usp=docslist_api
Arun please can u provide v 13 only as update.zip because i'm using v 12. it will be more comfort to apply update thanks
I m afraid u gotta download all of it ...update not available like that..really sorry man
[email protected] said:
I m afraid u gotta download all of it ...update not available like that..really sorry man
Click to expand...
Click to collapse
OK then let me try fresh installation of v 13[emoji106]
is v13() the last
bro is v13() the last of its kind,or else r u going to update to v14().
bharat15 said:
bro is v13() the last of its kind,or else r u going to update to v14().
Click to expand...
Click to collapse
Sure update will come for it ....but it need time ...real a lot time like month or more
Actually v 13 is buggy arun I tried too can't access notification bar n had some issues so i'm back to 13.
Sorry for the issue ...yup little problem in notifizaruin bar....I m using v13 since Ported it he he
Need wtsapp group of mmx a110q . then send me msg. My wtsapp num is 919060445005

Categories

Resources