[How To] Put Day Of the Week With your clock [n7100] - Galaxy Note II Themes and Apps

​Hi Guys This Is My First Guide For Newbies like me On How To Put Day Of The Week , Month , hours , minutes or seconds
This is really easy thanks to the developers of the apps which can be used to achive the desired format .
Apps Needed and thanks to:
Rooted Device
Xposed Framework Thanks To rovo89
XuiMod Thanks to zst123
XblastTools Thanks to FemBlack
For All Date Formats Check this simple date format
For Fonts If You Like You Can Get Them Here 300 Fonts Collection For Samsung Thanks To scamus
TheTAMAS For helping me out
joan62 For Confirming working on note 2
For people using wanam xposed module i have came to know that with wanam you cannot change the font of the clock according to your phone fonts and this thing can be sorted out with using Xblast xposed module .
Steps :
1. Open XuiMod > Open Clock Mods , these will be the options
{
"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"
}
We are gonna use html , for a normal weekday and time we gonna use formats from the link i have provided above , you can see the code i used and the result in the status bar Tue , 10:33
E,EE,EEE will give you Tue , Mon , Sun but if we want to Show full name like tuesday , monday or wednesday and also add seconds and am or pm then code goes like this , ss gives you seconds and a here is for am/pm
you can also play with colors of your clock and hours and seconds , here's what i mean
code used here :
HTML:
EEE '<font color="#(ur desired color code)">'KK:mm:ss'</font>
You can use same format for different parts like i have used 2 different color codes for clock and am/pm
One more tweek is to make it upper or lower case though the app itself gives 3 options 1. default 2. lowercase 3. upper case
but what if we wan our week day to be in lower case and rest to be in upper case .... again html does the trick here it goes
remember to use apostrophe ,',
By now you might be having the clock on the right side ,to move clock to center
now use xblast xposed module
>xposed framework
>xblast
>status bar
>clock settings
>last option center clock
There you have it
you can use any codes from the simple date format and play around
If i had gone wrong anywhere please feel free to correct me out , as this is my first thread so mistakes can be made ok...please hit thanks that just makes my day

@Er. Aditya
big thank man that great :good:
working pefectly !!
how to in installe 1/24 h
edit
i find it change " hh " for "kk " for 1/24

joan62 said:
@Er. Aditya
big thank man that great :good:
working pefectly !!
how to in installe 1/24 h
edit
i find it change " hh " for "kk " for 1/24
Click to expand...
Click to collapse
thanks mate for posting the codes as well

@Er. Aditya
hello,
with Wanam Xposed that working to for the clock and date,center left or right it's ok !

joan62 said:
@Er. Aditya
hello,
with Wanam Xposed that working to for the clock and date,center left or right it's ok !
Click to expand...
Click to collapse
Yes brother it works but the only issue is that with wanam the clock fonts changes.... else it works prrfect
Sent from my SM-N900 using Tapatalk

@rey_lagarto, sorry i'm not reply you in my thread.. so, i invite you here because this is the perfect guide for you if you want to add the date to the status bar..
do not hesitate to ask @joan62, as we can see from his signature, he also using DN3 V5.2

But, it is possible to putting code in build.prop or SystemUI?.
Maybe it's better not to touch anything, but rather put some code.
Thanks.

rey_lagarto said:
But, it is possible to putting code in build.prop or SystemUI?.
Maybe it's better not to touch anything, but rather put some code.
Thanks.
Click to expand...
Click to collapse
this is the easiest way, because you dont have to decompile again the SystemUI and put some code in there.. and one more thing, its not gonna brake your current SystemUI mod.. :fingers-crossed:
i just tried it and this is mine on phoenixrom.. it looks great on 240dpi mod; :victory:
here's the quick guide if you wanna try;
- download and install Xposed Framework Installer and XuiMod module..
- open Xposed Installer and choose Framework then Install/Update it, go to Modules and activate the XuiMod module then restart device..
- Open XuiMod, go to Clock Mod and activate it, check the options 'Use HTML' then click 'Custom Format' and insert code below:
Code:
dd MMMM yyyy kk:mm:ss
[i]ps. read guide above if you want to know and try the different code[/i]
- then click 'Restart SystemUI' or reboot your device, to make it works..
- Voilà...

Date view in statusbar without xposed module
It can be done with adding single line in statusbar.xml
just add below said line just ablove clock id line
Code:
<com.android.systemui.statusbar.policy.DateView android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="left|center" android:id="@id/date" android:paddingLeft="4.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:layout_toLeftOf="@id/clock" />
here attached ready made mod
1.For stock batetry user
2.For OGbattery mod user
Simply download accordingly and flash with CWM/TWRP
Screenshot.

thanks Dr

dr.ketan said:
It can be done with adding single line in statusbar.xml
just add below said line just ablove clock id line
Code:
<com.android.systemui.statusbar.policy.DateView android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="left|center" android:id="@id/date" android:paddingLeft="4.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:layout_toLeftOf="@id/clock" />
here attached ready made mod
1.For stock batetry user
2.For OGbattery mod user
Simply download accordingly and flash with CWM/TWRP
Screenshot.
Click to expand...
Click to collapse
Hi, thanks for your help.
Only one doubt, what I see in your screenshot and your code, I can not change the date format, or the date format of it takes build.prop?.
Thanks

It follows date format of system
it cane be sat, june 21 OR sat, 21 June

@dr.ketan
hello,
for france is this one "sat, 21 June " if you can !
thanks

setting-date and time-select date formate
try different and check.

dr.ketan said:
setting-date and time-select date formate
try different and check.
Click to expand...
Click to collapse
Dr. Ketan Hi, thanks for everything, but still maintains the date format.
Even I changed the format in build.prop file.
There is another method?.

I researched a bit, and I think everything about the format of the date is in the strings.xml file in the "values​​" directory. That, and also in smali, a file called, DateView.
In strings I added a line of code inspired by the other, in the format that interests me at the moment, I have not screwed up the Note, but I also failed to show the form that interests me.
I will continue researching a little more, but this is very late, I have to leave tomorrow.

Hello, I quit, I'm not a programmer. I have tried many convinations in the strings.xml file, and not how to make the date format you want to display.
So yes Dr. Ketan, or some other programmer manages to change the date format in the status bar, which tells me something. Meanwhile, I'll settle XuiMod use, is a good alternative, but I wanted to avoid using it, because I think it is unnecessary to use apps for some things, when only a couple of lines needed in the system files.
Moreover, in the case of XuiMod, does much more than I need and want.
Thank you all, and greetings.

Hi
Thanks for the great post
could you give me the font used in the images you used for this post?
many thanks

Related

[MOD] Remove Status Bar Clock...

Hey Guys,
This mod will remove the time from the notification bar on your Atrix. You will need to install the Java SE JDK in order to perform this mod.
You Must Be Deodexed to Perform this Mod!
Instructions:
1) First download smali-1.2.6.jar and baksmali-1.2.6.jar from here http://code.google.com/p/smali/downloads/list. Rename them to just smali.jar and baksmali.jar.
2) You'll need to pull the services.jar from the /system/framework/ directory on your phone to your PC. Open the services.jar file for example with winzip, 7z, winRar, or whatever. Unzip the classes.dex file to a new folder and place the baksmali and smali file there too. After that open a new command window within that folder and run following line:
Code:
java -jar baksmali.jar -o out/ classes.dex
3) You'll have a new folder now called "out". Browse to "out/com/android/server/status" and open the file called StatusBarPolicy.smali with a text editor. I personally prefer "Notepad++".
4) Search for:
Code:
invoke-direct {p0}, Lcom/android/server/status/StatusBarPolicy;->updateClock()V
5) It should be under ".line 592". Now add this line underneath the line you just searched for from above:
Code:
invoke-virtual {p2, v3, v6}, Lcom/android/server/status/StatusBarService;->setIconVisibility(Landroid/os/IBinder;Z)V
6) Save the file.
7) Open a new command window within the folder you created before or maximize the same command window you used before and run this:
Code:
java -Xmx512M -jar smali.jar out/ -o edited-classes.dex
8) Now you'll have a new dex file called "edited-classes.dex". Rename the old dex file to classes_old.dex and rename the new file to "classes.dex".
9) Open again the services.jar file with any zip tool and overwrite the classes.dex file with the one just created.
10) Push the updated services.jar back to the /system/framework/ directory on your phone and set the file permissions to rw-r--r--. Reboot!
That's it! Now you have more room for icons...
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"
}
Disclaimer:
If you choose to perform this mod, please be aware that you are doing it at your own risk. I'm not responsible if you brick your device. Backup, Backup, BACKUP your files before performing this mod.
Good Luck!
If anyone knows how to remove the date from the notification dropdown, please let me know, that's the next mod i would like to perform...Thanks!
FINALLY! Been looking for someone to do this. havent tried it yet, backing up right now..
**EDIT** lol nevermind, cant figure this out on my mac and my pc isnt running correctly atm. Anyway to make this flashable through cwm for noobs like me?
Sweet look
any way to make this an update.zip? sry new to this and am not really comfortable with this
tonecreationz said:
That's it! Now you have more room for icons...
Good Luck!
Click to expand...
Click to collapse
Hey Tone... thought I would post it here.. just in case people don't want or don't know how to do this.. I created the CWM install version for them... credit goes to you for the MOD...
I also attached a 1% services.jar from Gingerblur v3.5 with the no clock mod... I don't use the 1% MOD... but you can give it a try...
jpinoy said:
Hey Tone... thought I would post it here.. just in case people don't want or don't know how to do this.. I created the CWM install version for them... credit goes to you for the MOD...
Click to expand...
Click to collapse
Thanks... worked on top of Gingerblur v3.5.
**Edit**
Huummm, battery level seems to be stuck @ 100% now... let me try erasing battery data via CWM
Well, I don't know??? Wiped battery status and dalvik cache with CWM and battery status still shows 100%... Going to restore to the backup I made before flashing this, and confirm that this was indeed the problem.
jpinoy said:
Hey Tone... thought I would post it here.. just in case people don't want or don't know how to do this.. I created the CWM install version for them... credit goes to you for the MOD...
Click to expand...
Click to collapse
is this only for 1.83? Im about to try it on top of 1.57. Of course im backing up first..
*EDIT* not sure if there would be any reason for it to not work on 1.57, but it works fine [:
Swiftks said:
Thanks... worked on top of Gingerblur v3.5.
**Edit**
Huummm, battery level seems to be stuck @ 100% now... let me try erasing battery data via CWM
Well, I don't know??? Wiped battery status and dalvik cache with CWM and battery status still shows 100%... Going to restore to the backup I made before flashing this, and confirm that this was indeed the problem.
Click to expand...
Click to collapse
Hmm.. this is just for the default status bar.. this might not work with the 1% battery mod that also requires the services.jar editing.... let me see if I can edit that and you can give that a try...
jpinoy said:
Hmm.. this is just for the default status bar.. this might not work with the 1% battery mod that also requires the services.jar editing.... let me see if I can edit that and you can give that a try...
Click to expand...
Click to collapse
Think I got it... just edited my services.jar from gingerblur v3.5... going to flash and test. If it works, I'll post it.
Should probably note for windows users that "text editor" doesn't mean notepad It'll prolly screw up the line endings and cause problems.
Thanks for the guide though! Good work
This worked great and thanks for the zip file above thumbs up guys
sent from my gingerblur 3.1 atrix
jpinoy said:
Hey Tone... thought I would post it here.. just in case people don't want or don't know how to do this.. I created the CWM install version for them... credit goes to you for the MOD...
I also attached a 1% services.jar from Gingerblur v3.5 with the no clock mod... I don't use the 1% MOD... but you can give it a try...
Click to expand...
Click to collapse
so all i have to do is use one of this zip files?
jahizen said:
so all i have to do is use one of this zip files?
Click to expand...
Click to collapse
Correct.....
Will this work on a stock rooted Atrix?
Sent from my MB860 using Tapatalk
asesino said:
Will this work on a stock rooted Atrix?
Sent from my MB860 using Tapatalk
Click to expand...
Click to collapse
You can give it a try, just use the stock one and not the 1% one.
Make sure you make a backup of your stock setup in CWM first before doing this just in case it doesn't work...
Oh, btw, you got a thanks from me cus I hit the wrong button when trying to reply to your question..
Can someone please edit the services.jar for greyblur so theres no clock in the notification bar? AND IF possible, can you add the 1% battery mod? TIA
ekidd14 said:
Can someone please edit the services.jar for greyblur so theres no clock in the notification bar? AND IF possible, can you add the 1% battery mod? TIA
Click to expand...
Click to collapse
Make a backup and then try it... I moved away from Greyblur a while ago and don't want to flash that on my device to see if it works, it should though... but I've only tested these on 1.83...
Good luck
jpinoy said:
Make a backup and then try it... I moved away from Greyblur a while ago and don't want to flash that on my device to see if it works, it should though... but I've only tested these on 1.83...
Good luck
Click to expand...
Click to collapse
Yeah, i flashed it a while ago while on greyblur and everything works fine, except the notification pulldown isnt transparent like how greyblurs pull down normally is. The .zip posted is from gingerblur's services.jar i think..
Is it possible to remove Time from Micromax A57's statusbar
Any how I was trying to do this
with my A57 Micromax, but codes and files do not match
If you can help please get me an idea on where i should find and replace the code to remove the time here.
I am attaching the services.jar for this device
Standing battery without much headache by editing Horizontal icons
Well may not be new but PNGs are always doubtful how they behave...
What I wanted is Standing style battery and I was have very nice battery icons set that was in horizontal style.
I simply opened all of them in a picture manager and Rotated then Clockwise. Done..
and Its working fine with the statusbar and looks good without any loss of png quality.
I liked it..
---------- Post added at 07:20 PM ---------- Previous post was at 07:14 PM ----------
In open status bar my Device Shows Date as well (left end of status bar)
Any guide of method to remove that ??
Thankx in advance.

[WM6.X] [Examples] JMLMenuSense - Users Menu Examples (24-Mai-2011)

JMLMenuSense Examples​
This thread for people which share their .xmu menu (@raving_nanza suggestion)
{
"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"
}
reserved for me
@Freezy1982 collection​
In & Out Things v1.10 FINAL : A simple Menu which lets you control your lend and borrowed things
<<< 'In & Out Things v1.10 FINAL' #post on modaco >>>​
awesome
Hi,
I think it's great you're working on this program (have posted in the other thread before). Will edit this post in the future with my custom start-menu
p.s.
I've maked a menu that reads the index of a folder (all the *.LNK) and shows them.
Easily to make an beautifull list with games or internet favorites for example
<menu title='' debug='no' quitlabel='Quit' >
<text label='<<< Back to menu <<<' run='\Program Files\JMLMenuSense\menu\menu.xmu' quit='no'/>
<files updateid='%LANG%' filter='%STORAGECARD%\LNK\*.lnk' show='[0,50]' center='no' run='%STORAGECARD%\LNK\%SHOW%' quit='no'/>
</menu>
or
<menu title='' debug='no' quitlabel='Quit' >
<text label='<<< back to menu <<<' run='\Program Files\JMLMenuSense\menu\menu.xmu' quit='no'/>
<files updateid='%LANG%' filter='%WINDOWS%\Start Menu\Programs\Games\*.lnk' show='[0,50]' center='no' run='%WINDOWS%\Start Menu\Programs\Games\%SHOW%' quit='yes'/>
</menu>
I don't know exactly (yet) if this is the best way, but it works like a charm
EDIT: thanks for the example dude, its working but cant get an icon for each game?
@JMHL
glad you made this thread for us, i would of made my own thread just for this but seen as its your app i figured ill respect that its yours and ask you to create a new thread just for .xmu examles.
ps, thanks for the PM, im on it!
@ALL
to save you the time writing it yourself, to add an option to edit the left and right softkeys add this:
Code:
<submenu name='REGISTRY' label='REGISTRY' comment='' icon='%WINDOWS%\YOUR_ICON_HERE.png'>
<separator label='Soft Reset To Apply Changes' />
<submenu name='SOFT KEYS' label='SOFT KEYS' comment='' icon='%WINDOWS%\YOUR_ICON_HERE.png'>
<separator label='LEFT SOFT KEY' />
<edit id='%REGEDIT%' label='reg:HKCU\\Software\\Microsoft\\Today\\Keys\\112\\Open' />
<button label='APPLY' run='reg:HKCU\Software\Microsoft\Today\Keys\112\Open:%REGEDIT%' quit='no' />
<separator label='RIGHT SOFT KEY ' />
<edit id='%REGEDIT%' label='reg:HKCU\\Software\\Microsoft\\Today\\Keys\\113\\Open' />
<button label='APPLY' run='reg:HKCU\Software\Microsoft\Today\Keys\113\Open:%REGEDIT%' quit='no' />
</submenu>
Rn
Hey JMHL,
maybe you would like to add my collection on MoDaCo as well (Here are some Menus shared already - feel free to implement those to your thread!)
JMLSenseMenu Collection on MoDaCo
PS: Maybe you can link this thread to your JMLMenu Sense Thread Would be useful...
GreeZ!
Freezy1982
omg i hate it when people upload things to a differant website and you must register just to download.
what bugs me the most is: why do people do this, seriously?
if your gona share on xda then at least upload to xda. think!
(thanks for the download/work though it is honestly appreciated)
if you are not registeded to modaco, which i think some users here wont be.
(xda is the only site some people need for their device) then i have posted a username and pass.
this will let you log on onto modaco and download the files uploaded by Freezy1982
...............................
MoDaCo
Username = a19074
Password = jnxjn.com
...............................
in future can we please upload to xda if you are going to share.
(or at least to a download site, eg megaupload, 4shared etc etc)
thanks
Rn
*if the Username and Password do not work, private message me and ill send you another
@Freezy1982 : As #Post3 ? Ok ? And i'll add .zip file to download if you are OK.
...
@freezy1982
good work, ill use some of your work in my rom.
i did do my own settings/control panel page but if i combined mine with your it would look cool.
ill upload a copy when i have finished it, also ill need to edit it as my control panel has settings to edit my rom today screen. (almost complete btw)
thanks
Rn
You all are welcome!
@JMHL: You can do so! No Problem
@raving_nanza: If it is a Problem with registrating to another websites... Just ask - I can upload them all here of course!
GreeZ!
Freezy1982
...
Freezy1982 said:
If it is a Problem with registrating to another websites... Just ask - I can upload them all here of course!
Click to expand...
Click to collapse
yeah, regestering to other site takes the p*ss, however it isnt a problem if you can upload them here too, for those of us that cba with regestering, of course
usually if i have to register i just close the link, but seen as i realy like this app i used my resources to get a username and pass without regestering
(wana know how PM me, works woth most websites)
*FYI im only gona use your icons, the rest of my control panel is ok, if you have any other icons like the ones you have in your "stuff" folder, please upload them... here!
ill also upload my icons here too when i upload my control panel, mainly for the fact that you will need them
thanks
Rn
EDIT:
need same style icons for the following:
Calendar
Device Info
Gsensor
Microphone
Start Up
Touch Flo
Xt9
Advanced Network
Internet Sharing
Quick Gps
Wifi Sharing
*obviously i will be looking for these myself but help would be appreciated
*Almost done
@ raving_nanza: Nice to hear, that you like my work and cooking it (partly) in your ROM... But sadly I have to tell you, that I cannot help with new items
@ all: My work is absolute free - do whatever you would like to and see my work just as a hint for your creativity!
PS: Maybe my ShortMort Collection (see Signature) could be userful for new JMLSenseMenu Creations as well... Let your minds fly... (Sadly I won't get the time for new developments in near Future - so it's up to YOU!)
GreeZ!
Freezy1982
...
hi dude, could you tell me where you got your icons from?
having trouble finding the same type/style for the other programs, eg calender etc
ive got the 3d version of the icons but i prefer the ones you used
if i cant find them then ill be forced to use the 3d icons
when i get the icons i need, my control panel will be complete the next day and avaliable for download (beta of course )
obviously the version im making for my rom will be better because it is being made specificly for my rom (extras + programs list)
thanks
Rn
@ raving_nanza: I got them from a member and a good friend of MoDaCo called sakisds. He extracted them from WM6.1 and polished them up "a little bit"... So I don't know, if there are all Icons you need for your menu...
I attached the hole folder I got from him as a .zip... Maybe it helps you...
GreeZ!
Freezy1982
...
COOL! thanks, ill have a look in a min.
ive been using iconfinder.com - still not found the ones i want.lol
FYI - some good icons on there
thanks
Rn
EDIT:
THANKS, ICONS ARE THE ONES I NEED
hopefully all of them are in there
Nice to hear - and I hope so too...
Maybe you can post some Screenies if your Menu is ready
GreeZ!
Freezy1982
not ready yet, but will do!
FYI - not all the control panel items are not included in my control panel, merely for the point that you dont need half the crap inside the control panel, just the good stuff
to do:
*have a redbull
*add new icons
Rn
nearly all icons are done
SOME ICONS NEED CHANGING!
screenshots removed
Rn
Nice Menu with nice Options!
Keep up your work!
GreeZ!
Freezy1982
update
been scouting for new icons, there will be a few minor changes, eg icon size.. and i have also decided i CBA doing two versions, eg one for my rom and one for other people to use on theirs..
its too much work to do both because i have a deadline to get my new rom update uploaded by the end of the week.
ill just upload the one im making for my rom = people will need to edit the ControlPanelRn.xmu and delete any icons they dont want.
it makes life easier for me that way
if anyone can think of some registry edits i can put in the registry folder coz its a bit bare atm then ill put them in asap.
i was thinking about putting in the fonts and font sizes too so people can change them easily
(ok you can change them by labling them tahoma etc and putting them in the windows folder but it would be cool to have the option to change to a differant font wthout running additional programs = +memory )
ill probably upload the beta today, as per usual if you find any bugs or icons that dont look right, let me know and ill change them.
thanks
Rn

[MOD][L5 II] SlimSystem

SlimSystem is a mod to increase performance on your L5 II.
I really wanted to try out the OTA updater so I made this mod.
a OTA notification will be sent to your phone whenever I make an update.
I will be finding was to increase the performance of the stock rom.
There is a issue with NFC Force closing on some devices. if you get a nfc FC please delete the nfc apk or reflash the stock firmware
this mod needs to be flashed via Flash Gordon
Download the zip from here
https://dl.dropboxusercontent.com/u...m/L5 II/Flash Gordon/SlimSystemV1.3.0base.zip
Flash Gordon can be found here
http://forum.xda-developers.com/showthread.php?t=2250555
If you cant flash with Flash Gordon
Latest PC Flash build can be found here
https://dl.dropboxusercontent.com/u...mSystem/L5 II/PC/SlimSystemV1.3.0 base PC.zip
just run the bat file with your phone plugged in
Want to help? Leave a message
Bugs or Requests? Leave a message
want me to include your tweaks? Leave a message
Before
{
"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"
}
After
Features
#Save about 147mb of system space
#Save about 74mb of data
#Removed Bloatware
# Enhances Performance
#Receives OTA Updates
# init.d support
# Pie Controls
# Potato Status bar gestures
#Optimized build.prop
***********CHANGELOG********************
# added init.d support
# Fixed Removal off data apps
# Fixed Data Push for PC Version
# Fixed Quicklaunch
# Added Potato Gesture
# Added Sony Media Apps
# Moved Apollo to data
# Added Quicklaunch
# Replace Icons on QuickSettings
# Added Bootanimation
# Added Pie Control
# Apollo Replaces Stock Music
# Removed /system/media/video
# Removed /system/apps
************************************************
**************THANKS TO********************
@gharrington for providing this tutorial and smali mod
http://forum.xda-developers.com/showthread.php?t=2650117
@gabi4175 for changing the quick settings icons
http://forum.xda-developers.com/showpost.php?p=49820002&postcount=103
@mariozawa for providing this tutorial and smali mod
http://forum.xda-developers.com/showthread.php?t=2651453 @DorianX for init.d sripts
http://forum.xda-developers.com/showthread.php?t=2574443 @Jeeko for build.prop tweaks
http://forum.xda-developers.com/gal...s/mod-pureperformancesx-zeno-edition-t2360985
*************************************************
***********HELP NEEDED*******************
# Need help adding transparency to status bar
*************************************************
Screen Shots
UPDATE 1
Flash Gordon
https://dl.dropboxusercontent.com/u... II/Flash Gordon/updates/SlimSystemV1.3.2.zip
PC Version
https://dl.dropboxusercontent.com/u...stem/L5 II/PC/updates/SlimSystemV1.3.2 PC.zip
IF I HELPED YOU HIT THE THANKS BUTTON OR
BUY ME A COFFEE
Thsnks a lot
Sent from my LG-E450f using xda app-developers app
hi
slipsystem said:
SlimSystem is a mod to increase performance on your L5 II.
I really wanted to try out the OTA updater so I made this mod.
a OTA notification will be sent to your phone whenever I make an update.
I will be finding was to increase the performance of the stock rom.
this mod needs to be flashed via Flash Gordon
Download the zip from here
https://dl.dropboxusercontent.com/s...AG9oxg7EtPLtTCH1-zaUdP9fN3dGa7vdWA7-NcAkkULEQ
Flash Gordon can be found here
http://forum.xda-developers.com/showthread.php?t=2250555
Want to help? Leave a message
Bugs or Requests? Leave a message
want me to include your tweaks? Leave a message
What it does
#Removed Bloatware
#Receives OTA Updates
#Receives CM apps as soon as I have tested them
#Optimized build.prop
***********CHANGELOG********************
# Added Bootanimation
# Added Pie Control
# Added Shake Control
#Apollo Replaces Stock Music
# Removed /system/media/video
# Removed /system/apps
************************************************
***********HELP NEEDED*******************
# Need help adding transparency to status bar
*************************************************
Click to expand...
Click to collapse
do you know how to modify the contacts to aosp colors i only managed to change the dialpad backgraound and the numbers
gabi4175 said:
do you know how to modify the contacts to aosp colors i only managed to change the dialpad backgraound and the numbers
Click to expand...
Click to collapse
I will have a look. I know when editing the LGSystemUI to make it transparent, there were no changes. It may have a fallback color xml somewhere.
slipsystem said:
I will have a look. I know when editing the LGSystemUI to make it transparent, there were no changes. It may have a fallback color xml somewhere.
Click to expand...
Click to collapse
) yeah you have to modify statusbar in framework, lge-framework and i think something in android policy. i've tried but i got bootloop after i change the android policy maybe you have more luck with it
gabi4175 said:
) yeah you have to modify statusbar in framework, lge-framework and i think something in android policy. i've tried but i got bootloop after i change the android policy maybe you have more luck with it
Click to expand...
Click to collapse
I tried changing the background colour but its still the same. It looks like we need to edit framework and policy to get this to work.
Im not clued up with java script so Im trying to look for a tutorial online. Nice work though look good!! would you like me to include this and your systemui in my mod?
slipsystem said:
I tried changing the background colour but its still the same. It looks like we need to edit framework and policy to get this to work.
Im not clued up with java script so Im trying to look for a tutorial online. Nice work though look good!! would you like me to include this and your systemui in my mod?
Click to expand...
Click to collapse
you can add it if you want to. the jar can be decompiled with quickmod 4.0 and edit the smali extension files just like the xml. ex in android_policy you will find statusbar.smali wich has a line called satusbar background
Hey Guys I added a new mod for quick launch in status bar.
I think it would look better above the light controls but what do you guys think?
Decision Making Time
Tell me what you guys think
I am thinking of adding
OmniSnitch
http://forum.xda-developers.com/showthread.php?t=2637388
Unity Launcher
https://play.google.com/store/apps/details?id=com.np.omkar.unity&hl=en
these will be accessible threw settings
Boot animation
anyone want me to change the boot animation
Quick Apps
Should I move it above the brightness controls
Shake Control
Im thinking of removing this its nice for skipping music but it does get annoying sometimes
I would like those :beer: I will send you the files later
Sent from my LG-E430 using xda app-developers app
Added init.d support to this mod.
Please share your inot.d scripts and tell us what they do.
Another Update
Please update as this is now a base build.
Future updates will just add onto the base making future updates smaller.
slipsystem said:
Tell me what you guys think
I am thinking of adding
OmniSnitch
http://forum.xda-developers.com/showthread.php?t=2637388
Unity Launcher
https://play.google.com/store/apps/details?id=com.np.omkar.unity&hl=en
these will be accessible threw settings
Boot animation
anyone want me to change the boot animation
Quick Apps
Should I move it above the brightness controls
Shake Control
Im thinking of removing this its nice for skipping music but it does get annoying sometimes
Click to expand...
Click to collapse
hey, i have the firts l5, the e610, can i use flashgordon? i have a locked bootloader,so no recovery ):
can i install an OverClock kernel via flashgordon?
is there a way to make a full system backup without cwm?
AXD96 said:
hey, i have the firts l5, the e610, can i use flashgordon? i have a locked bootloader,so no recovery ):
can i install an OverClock kernel via flashgordon?
is there a way to make a full system backup without cwm?
Click to expand...
Click to collapse
I am not 100% sure as I have the e450. you can use flash gordon with a locked bootloader and no recovery. you will need busybox in order for flash gordon to work as it translates the update script into a shell script. you can flash a custom boot.img.
I am not sure how you would do a full system backup.
you could try this
http://forum.xda-developers.com/showthread.php?t=1771347
I cannot create a rom dump because my bootloader is locked. so for now I just use
adb pull /system C:\place\to\dump
then I look at what i am modifying and replace the files if I have problems
slipsystem said:
I am not 100% sure as I have the e450. you can use flash gordon with a locked bootloader and no recovery. you will need busybox in order for flash gordon to work as it translates the update script into a shell script. you can flash a custom boot.img.
I am not sure how you would do a full system backup.
you could try this
http://forum.xda-developers.com/showthread.php?t=1771347
I cannot create a rom dump because my bootloader is locked. so for now I just use
adb pull /system C:\place\to\dump
then I look at what i am modifying and replace the files if I have problems
Click to expand...
Click to collapse
ok to create backup just copy /system folder but dont understand a thing, all system data is included in that folder?the recovey,the kernel,sms,phone contact?
i noticed that app and theid data is saved in /data and other directory are orly a link to other directory i dont know why.
can i use adb if the phone cant boot/start?
i am not able to find flashgordon on play store there are a lot of download link on the web, is there a official website or a repo to download the last version?
AXD96 said:
ok to create backup just copy /system folder but dont understand a thing, all system data is included in that folder?the recovey,the kernel,sms,phone contact?
i noticed that app and theid data is saved in /data and other directory are orly a link to other directory i dont know why.
can i use adb if the phone cant boot/start?
i am not able to find flashgordon on play store there are a lot of download link on the web, is there a official website or a repo to download the last version?
Click to expand...
Click to collapse
Link to flash gordon can be found here
http://forum.xda-developers.com/showthread.php?t=2250555
they are not on the play store because the developers have chosen to do it like that.
copying the system does not make a full backup. only a backup of your system files to get you out of a continual boot.
adb can be used if your phone cant boot depending on the circumstances. for instance you cannot use adb after doing a factory reset. I do not have your device so I cannot provide you with the correct information, i can only speak from experience.
I would prefer xperia launcher as default, other than that, good rom
Didn't try much, but I got FC on gravity box..
SuperSkill said:
I would prefer xperia launcher as default, other than that, good rom
Didn't try much, but I got FC on gravity box..
Click to expand...
Click to collapse
strange I use gravity box working fine. are you sure exposed framework was installed correctly and that gravity box was selected.
I will look into xperia launcher for you maybe I can make a mod for you to replace the stock launcher.
slipsystem said:
strange I use gravity box working fine. are you sure exposed framework was installed correctly and that gravity box was selected.
I will look into xperia launcher for you maybe I can make a mod for you to replace the stock launcher.
Click to expand...
Click to collapse
No need, I always have xperia on my sd, about gravity box, your right. Thanks for your great work
SuperSkill said:
No need, I always have xperia on my sd, about gravity box, your right. Thanks for your great work
Click to expand...
Click to collapse
Glad to hear it
Im glad you like it

[Theme][Aroma]oZoP MoDz Emoji Changer ☣ Device Detection ☣ 15 Styles ☣ v2 ☣ Nov.19.17

[Theme][Aroma]oZoP MoDz Emoji Changer ☣ Device Detection ☣ 15 Styles ☣ v2 ☣ Nov.19.17
I bring to you another installment from oZoP MoDz collection.
{
"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"
}
Don't worry, the Aroma installer has previews for every option during the selection process.​
*-Android 8 Emoji Style
*-EmojiOne Emoji Style
*-Facebook Emoji Style
*-Galaxy S8 Emoji Style
*-HTC 10 Emoji Style
*-iOS 11.1 Emoji Style
*-Nougat 7.1.1 Emoji Style
*-Retro 8bit Emoji Style
*-Samsung O Beta Emoji Style
*-Twemoji Sticker
*-Twitter Emoji Style
*-LG v20 Emoji Style
*-Windows 10 Emoji Style
*-EmojiDex
*-Mozilla
This is a simple Emoji Changer with emoji styles I've gathered from around XDA (see credits) with an advanced Aroma UI installer that will auto detect your device and install the proper files,
Previews shown on selection page so you know you are picking the one you want!
This is just an initial release and in the future may be updated with more options as well as dress up the OP. I'm very busy with other projects so that may take a while, depending on the level if interest of course...
So far it is confirmed working for LG, OnePlus and Samsung devices. More user feedback will be needed to confirm other devices.
The backup/restore function is questionable right now. Works for some and not for others. Backup your file manually before you flash just to be safe.
Samsung - system/fonts/SamsungColorEmoji.ttf
All others - system/fonts/NotoColorEmoji.ttf
Report bug properly to get my support
Of course there are many way to properly report bugs and ALL of these ways have one thing in common, THEY ALL REQUIRE VERY DETAILED NOTES of the issue!
I'm not going to go deep into how detailed you could get because lets face it, most people that report improperly are the ones who don't read and probably are going to read this! HaHaHa...
To get support from me I only ask for some simple things
1. What device, and rom you are running
2. What is the issue (no boot, fc everywhere, fc only certain app etc...)
3. Which option did you select
4. Did you get the install log
5. Did you use the restore.zip option to get back running
6. Do other choices share the same effect
That looks like a lot, but it really is the minimum amout of info need to troubleshoot!
Provide me that and I'll do my best to fix things and make this fun for everyone.
If you post things like
"Doesn't work", "bootloop" or anyone other similar post that have no value and help development is no way, actually these kinds of post only put development behind amd slow progress die the fact that anyone who cam help has to waste their time reading it!
If these kind of post ever come up, its best to ignore the lazy person and not clog the thread with flaming replies as that too slows development!
Download:
oZoP MoDz Emoji Changer v2
Download count
old versions:
oZoP MoDz Emoji Changer v1.1
oZoP MoDz Emoji Changer v1
Changelog:
V.2
* script adjustments to hopefully make backup/restore 100%
* added 2 new styles - EmojiDex and Mozilla
* corrected v20 style (previous version had wrong ones)
V1.1
* fixed backup mkdir command
* fixed preview image to fit correctly
Credits:
@Winb33 and this thread
RickyBush_ and this thread
@lightninbug and this thread
XDA:DevDB Information
oZoP MoDz Emoji Changer, Theme for the OnePlus 3T
Contributors
stangdriver44
Version Information
Status: Stable
Created 2017-11-21
Last Updated 2017-11-21
Please, oh please tell me this changes the new WhatsApp emojis? Absolutely horrendous emojis on the new update.
could you put it on another hosting?
works on AOSPA?
Will this work on OnePlus 5T?
Edit - NOT working on OP5T. Latest TWRP official 3.2.1
First off, sorry for the late reply for those who posted a question and had to wait so long.
Personal life has pulled me away from the support here I like you give.
thes3usa said:
Please, oh please tell me this changes the new WhatsApp emojis? Absolutely horrendous emojis on the new update.
Click to expand...
Click to collapse
The only thing i could say is try it and let us know.
I know some 3rd party apps use their own emoji styles that override the systems. Not sure about Whatsapp, don't use it.
Report back you finding so others with that question can benefit from your knowledge,
Thank you
Lama_Bojowa said:
could you put it on another hosting?
Click to expand...
Click to collapse
I am exploring this because Android File Host has gone down to basically unuseable forcing me to seek alternative hosts.
Is there a problem with MEGA? This is the first response for requests to changing from that host.
Licuadito said:
works on AOSPA?
Click to expand...
Click to collapse
It should work on any device that uses the NotoColorEmoji.ttf in system/fonts. I have a special script that supports Samsung included.
I can update my scripts if needed, just let me know the file name and location.
Ippolito1971 said:
Will this work on OnePlus 5T?
Edit - NOT working on OP5T. Latest TWRP official 3.2.1
Click to expand...
Click to collapse
A little more details would be helpful.
What happened during install? Fail or success?
Did you grab the install log? At the end of the install it asks if you want the install log, check yes and share it here.
Are the emoji for you device controled by the above file name and location?
If not, please give me the EXACT file name and path so I van make the necessary adjustments to my installer.
Again, i appologize for the late reply.
I want to thank you all for your participation in the thread and interest in the project.
You may also want to check my other project that is compatible you your device System Animations
Have a great day and Happy Holidays!
stangdriver44 said:
First off, sorry for the late reply for those who posted a question and had to wait so long.
Personal life has pulled me away from the support here I like you give.
The only thing i could say is try it and let us know.
I know some 3rd party apps use their own emoji styles that override the systems. Not sure about Whatsapp, don't use it.
Report back you finding so others with that question can benefit from your knowledge,
Thank you
I am exploring this because Android File Host has gone down to basically unuseable forcing me to seek alternative hosts.
Is there a problem with MEGA? This is the first response for requests to changing from that host.
It should work on any device that uses the NotoColorEmoji.ttf in system/fonts. I have a special script that supports Samsung included.
I can update my scripts if needed, just let me know the file name and location.
A little more details would be helpful.
What happened during install? Fail or success?
Did you grab the install log? At the end of the install it asks if you want the install log, check yes and share it here.
Are the emoji for you device controled by the above file name and location?
If not, please give me the EXACT file name and path so I van make the necessary adjustments to my installer.
Again, i appologize for the late reply.
I want to thank you all for your participation in the thread and interest in the project.
You may also want to check my other project that is compatible you your device System Animations
Have a great day and Happy Holidays!
Click to expand...
Click to collapse
Installed as normal but result was nothing but black and white limited amount of emojis. Sorry I didn't grab a log. Had to dirty flash my rom and then use magisk to grab emojis. OP5T Rooted

Android 10-Various Mods-Zip installer-creates Magisk module.

I am no longer going to make aroma installers. The zip method is very similar and should work whether or not you are flashing modules as long as one of the modules does not mod the framework-res.apk or SystemUIGoogle.apk. Download the zip installer. Unzip it into a folder on your internal sdcard. Find that folder once you are in TWRP.
This what it looks like. Inside those folders are the zips you will flash. Hit the back button in TWRP and go to the next one you want to flash. Continue until you are done then flash complete installation. Nothing is flashed to your system until you flash "complete installation".
{
"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"
}
Zip Installer Instructions
!!! Make sure you have installed the 3Minit Resources APK prior to flashing the 3Minit Battery Mod!!!
1. FLASH ONE Of THE SYSTEMUI BASES BEFORE FLASHING THESE MODS. IT PROVIDES THE NECESSARY SMALI'S AND PUBLIC ID'S
2. FLASH ALL THE MODS YOU WANT. ONCE YOU DONE WITH EVERYTHING, FLASH THE "COMPLETE INSTALLATION" ZIP AND REBOOT.
List of MODS Available
Clock Format and Position Mods
Internet Traffic Speed Single Indicator (changes from upload-download) otherwise signals are over/under
Choose Traffic Speed Indicator Up-Down Icon Colors (default is white)
Navbar Height Options
Navbar Swap
Remove NavBar
3 Minit Battery
One percent custom battery Mods-Several to choose from
One percent custom battery Text-only-Several to choose from
Colored Statusbar-Navbar Icons
Choose number of QS columns 3-7
Colored Statusbar Icons
Remove Carrier Text Options
Smaller LTE Icon
Custom Battery Sizes in case custom batteries are too large or too small
The developer of Active edge gave me permission to use his base so that people would not have to make a choice between his and my mods. All credit for this goes to him. You must delete the active edge sense module and use one of my active edge modules. If it doesn't say active edge then it isn't active edge sense compatible. If there is an issue with edge sense after flashing, do not contact edge sense op with issues. He does not troubleshoot modified versions of his mod (and neither do I).
ADB Installer Instructions-Root is required
1. Flash one of the SystemUI Bases First. They provide the necessary smali files and public ID's for everything to work.
2. FLASH ALL THE MODS YOU WANT. ONCE YOU DONE WITH EVERYTHING, FLASH THE "COMPLETE INSTALLATION" Option. This will create a Magisk Manager flashable zip in a folder on your sdcard called ozop. Flash that to install your selection of mods.
Root required
Instructions.
1. Unzip ADB Mods Installer Files.zip on your PC
2. Run TulsadiverModsInstaller.bat (Give ADB Root Permissions)
3. ADB debugging Enabled
4. Flash one of the SystemUI Bases First. They provide the necessary smali files and public ID's for everything to work
5. Go through the other options selecting what all mods you want. It is generally best to start at the top and work your way down.
6. Once finished with selections, run "Complete Installation" at the bottom. This will generate your mymagisk.zip module in a folder called "ozop" on your sdcard.
Android 11 uploaded 9-24-20
Note Added a couple of wifi and data signal options.
WiFi 1 and Cell Tower 1
WiFi 2 Cell Tower 2
WiFi 3 data 3
Android 11
Zip Installer for Android 10 uploaded 9-24-20
https://www.androidfilehost.com/?fid=8889791610682944477
ADB installer uploaded 9-24-20
https://www.androidfilehost.com/?fid=8889791610682944438
-----------------------------
Android 10
Zip Installer for Android 10 uploaded 6-4-20
https://mega.nz/file/xVYGUAQJ#nzuPlPTEXbM0PL4fAyWoQ7Z_PfDNdvWeUgUYTX2U1jo
--------------------------------------------------------------------------------------
Pixel Launcher Mod
Credit goes to sharkie405 for his guide.
Start by picking a base. Bases come with, or without, a search bar and Hotseat heights The larger number of rows you pick, the lower your hotseat drops on your home screen. If your hotseat comes out too low, try again with a higher base.
Remove Search Bar
App Drawer background color (Light and Dark Mode)
App Drawer Text Color or remove (Light and Dark Mode)
Home screen App Text Color
Smart-screen Text color
App Icon Sizes 45-50-56 dip (56 is stock)
Columns (5-6-7)
Rows (5 through 11)
Android 11
ADB Pixel Launcher Installer uploaded 9-13-20
https://www.androidfilehost.com/?fid=8889791610682936558
Zip Installer uploaded 9-23-20
https://www.androidfilehost.com/?fid=8889791610682943568
-------------------------------
Android 10
ADB Pixel Launcher Installer uploaded 6-18-20
https://www.androidfilehost.com/?fid=8889791610682873110
TWRP zip Installer
https://www.androidfilehost.com/?fid=8889791610682873111
Awesome work! Thanks
Nice thanks op ?
You need to be rooted?
failax said:
You need to be rooted?
Click to expand...
Click to collapse
No as far you got twrp and running P
dukat0s said:
No as far you got twrp and running P
Click to expand...
Click to collapse
I think you need to be rooted
failax said:
You need to be rooted?
Click to expand...
Click to collapse
Yes, you need root. It is possible to install mods via adb but root is still needed.
Hey @Tulsadiver
Great mods!
I'm on the P and I do have some problems.. I'm not much of a tweaks guy, All I want to do, is to get rid of the navbar.
In aroma I do select remove navbar with 3 Titles - the first one - but the clock moves to the right. Anyway to just disable the navbar? And that everything else stays the same?
Thank you!
Bucika said:
Hey @Tulsadiver
Great mods!
I'm on the P and I do have some problems.. I'm not much of a tweaks guy, All I want to do, is to get rid of the navbar.
In aroma I do select remove navbar with 3 Titles - the first one - but the clock moves to the right. Anyway to just disable the navbar? And that everything else stays the same?
Thank you!
Click to expand...
Click to collapse
Use the base "stock like" and your clock should be on the left then select 3 column remove navbar. I'm working on an updated version. Should be out later today or this evening.
Awesome! It works great now!
Anyone tried on DP2??
Bucika said:
Anyone tried on DP2??
Click to expand...
Click to collapse
Not yet since im having issues rooting dp2 :/
Jiggs82 said:
Not yet since im having issues rooting dp2 :/
Click to expand...
Click to collapse
I will try to root it, and try out the zip after I get home from work later today.. I love the new nav thing lol, but I need to shrink it as it looks way to big for me.. Maybe even disable the whole thing and use some kind of navigation app to get to the menu.
Anyways I'll try it later today and I'll see how it goes!
Bucika said:
I will try to root it, and try out the zip after I get home from work later today.. I love the new nav thing lol, but I need to shrink it as it looks way to big for me.. Maybe even disable the whole thing and use some kind of navigation app to get to the menu.
Anyways I'll try it later today and I'll see how it goes!
Click to expand...
Click to collapse
Ok please let me know cuz i was up all night fighting with my phone lol i lost my backups and files trying to root dp2 smh so i had to just reflash the dp2 factory image and twrp only so hopefully we can root it if not ill have to flash 8.1 again and start from scratch ...sigh lol
Lol yeah i feel u on the new gesture nav bar its pretty cool but still too early for my liking ..
I tried the DP2 yesterday and didn't have any issues rooting at all on latest Magisk 16.4
pro_b said:
I tried the DP2 yesterday and didn't have any issues rooting at all on latest Magisk 16.4
Click to expand...
Click to collapse
What steps did you take to get it up and running?
Don't install he has to update the zip will cause bootloops!!!!!
I can confirm that.. you will get the bootloop!
I just hope there is a new .zip in the works! I would really love to reduce the size of the navbar gestures..
ct_tec313 said:
Don't install he has to update the zip will cause bootloops!!!!!
Click to expand...
Click to collapse
Glad I read this before jumping in. Will wait. Thanks for sharing and preventing me and any others from unnecessary aggravation. You are a gentleman. @Bucika that goes for you too.
Yay... I didn't read and flashed it ... fruit loops for me!

Categories

Resources