Tinted status bar(aka Per app color) - Paranoid Android Features Development

Please add Per app color feature that is present in older version of PA,I like to see that it's integrated in to ROM because I want to use ART , but
Tinted Statusbar (Xposed) isn't compatible with ART and I have to use Dalvik , also if possible add an setting to make the status bar color darker that action bar(like Android L) it looks very nice

rod41732 said:
Please add Per app color feature that is present in older version of PA,I like to see that it's integrated in to ROM because I want to use ART , but
Tinted Statusbar (Xposed) isn't compatible with ART and I have to use Dalvik , also if possible add an setting to make the status bar color darker that action bar(like Android L) it looks very nice
Click to expand...
Click to collapse
This is now available in 4.6. Enable it under Display in Settings!

System UI lags when DSB settings enabled.
bgiesing said:
This is now available in 4.6. Enable it under Display in Settings!
Click to expand...
Click to collapse
Hello,
I am using PA 4.6 BETA-5 in my handset Samsung Galaxy S3 (I9300). When I enable DSB settings the system UI lags. Please help!!
Thanks in advance.

lijooshc said:
Hello,
I am using PA 4.6 BETA-5 in my handset Samsung Galaxy S3 (I9300). When I enable DSB settings the system UI lags. Please help!!
Thanks in advance.
Click to expand...
Click to collapse
Get a supported device?
#stayparanoid

Pirateghost said:
Get a supported device?
#stayparanoid
Click to expand...
Click to collapse
Did you mean it only supports devices listed in official PA site and not for devices listed in legacy?

lijooshc said:
Did you mean it only supports devices listed in official PA site and not for devices listed in legacy?
Click to expand...
Click to collapse
It was coded and tested on officially supported devices. Aka, Nexus, oppo, and OnePlus One
#stayparanoid

Pirateghost said:
It was coded and tested on officially supported devices. Aka, Nexus, oppo, and OnePlus One
#stayparanoid
Click to expand...
Click to collapse
OK, Thanks

Hello folks from PA community
I would try to port this feature to my custom CM based ROM but unfortienatly I can't cherry pick it from gerrit because it is for mainteance for some time. Could somebody get me it on GitHub so I can Cherry pick it
I need KitKat version if that somebody helps.
Sinercly,
midzan21 (Galaxy Mini 2 owner with some exhibitions on older AOSPA)

rod41732 said:
Please add Per app color feature that is present in older version of PA,I like to see that it's integrated in to ROM because I want to use ART , but
Tinted Statusbar (Xposed) isn't compatible with ART and I have to use Dalvik , also if possible add an setting to make the status bar color darker that action bar(like Android L) it looks very nice
Click to expand...
Click to collapse
You must know how to edit systemui for this
Decompile SystemUI
Go to /res/values/drawables.xml
Find: <item type="drawable" name="status_bar_background">#3F000000</item>
#00000000 - black with 100% transparency
#3F000000 - black with 75% transparency
#7F000000 - black with 50% transparency
#BF000000 - black with 25% transparency
Let me know for any other assistance

Related

[XPOSED][4.0+]Android L Theme[4th July '14]

Hey guys!
Want to give your phone an Android L look? If yes, you are in the right place (If not, still try it out )!!
I made a Theme package of Android L for all devices with Xposed Framework Support.. It is a Theme and nothing more! It doesn't have any features ported from Android L as such, except for the UI
Click to expand...
Click to collapse
What does it have?
Themed Statusbar Icons
Themed Settings
Themed Calculator
Themed Framework
Android L Wallpaper
Boot Animation
Fonts
Ringtones
Much, much, more..
Click to expand...
Click to collapse
Downloads:
Version 1.0
Version 1.1 - No font version
Click to expand...
Click to collapse
Changelog:
Version1.1:
-Fixed Boot Animations and Fonts problem(The Boot Animations were copied even if it wasn't checked)
-Continue Applying theme even if resource not found
Version 1:
Initial Release
NOTE:
-All 1.x versions will be shown as Version 1.0 in Settings
-Use No Font version on Motorola Stock ROMs. Fonts option will be shown, but won't work!
Click to expand...
Click to collapse
If you have any problems on this Module, feel free to post it in the thread or PM me. Further updates will be based on the response received by Version 1.0. Nobody wants to end up working for nothing :laugh:
Reserved
I'll have this one.. In case I backport a feature, I'll drop it here!
I will give it a try.
What about the notifications? Did you theme it?
Oh and for the switch in the settings, I think it is a kind of yellow buttons or something like that on Android L. Otherwise, good job.
Just tested on my Moto X. What's not working:
- Settings Panel partially themed (background is still black, not gray like the image)
- Navigation Bar wasn't themed with the new L buttons.
- Status bar icons weren't themed either.
- Calculator wasn't themed as well.
- Whatsapp isn't themed.
- Everything else seems to have worked just fine, I'll update this post as I find more.
The only difference I'm seeing on my Nexus 5 (Stock 4.4.4) is the blue action bar in Settings and the wallpaper/boot animation.
it seems the app is applying the boot animation without even ticking the checkbox for it from within the app , and even after disabling it / uninstalling the app , i still have the Android L boot animation. this makes me wonder if other system files have been also changed which is quite troublesome since it means it's gonna break any future ota updates and will force me to sideload such updates.
can you add a revert/restore feature , or at least give us some info on what exactly is being changed/overwritten with this app.
thanks
MaKTaiL said:
Just tested on my Moto X. What's not working:
- Settings Panel partially themed (background is still black, not gray like the image)
- Navigation Bar wasn't themed with the new L buttons.
- Status bar icons weren't themed either.
- Calculator wasn't themed as well.
- Whatsapp isn't themed.
- Everything else seems to have worked just fine, I'll update this post as I find more.
Click to expand...
Click to collapse
harland3 said:
The only difference I'm seeing on my Nexus 5 (Stock 4.4.4) is the blue action bar in Settings and the wallpaper/boot animation.
Click to expand...
Click to collapse
I understand your problems.. I use CyanogenMod, I have themed everything based on the files present in it. I haven't made changes in my code for the Module to continue theming if it doesn't find what it has to on your phone.. I cannot make out which file is causing it! If you can attach your Xposed Logs(Xposed Installer -> Logs -> Menu Button-> Save to SD), it would be great [emoji4]
Tapsibaba said:
I will give it a try.
What about the notifications? Did you theme it?
Oh and for the switch in the settings, I think it is a kind of yellow buttons or something like that on Android L. Otherwise, good job.
Click to expand...
Click to collapse
I haven't themed the notifications.. I will look into it.. Thanks for your suggestions!
ningen90 said:
it seems the app is applying the boot animation without even ticking the checkbox for it from within the app , and even after disabling it / uninstalling the app , i still have the Android L boot animation. this makes me wonder if other system files have been also changed which is quite troublesome since it means it's gonna break any future ota updates and will force me to sideload such updates.
can you add a revert/restore feature , or at least give us some info on what exactly is being changed/overwritten with this app.
thanks
Click to expand...
Click to collapse
Maybe problem with my code [emoji20].. You can find whatever is modded backed up in your /sdcard/AndroidLTheme/backup folder..
Can you post the source, please?
Great to have this onboard
Everything works except the settings panel is still black
Sent from me
TsunaH said:
Everything works except the settings panel is still black
Sent from me
Click to expand...
Click to collapse
Doesn't work for me properly. Only boot animation, wallpaper and navigation bar worked. The settings didn't though. Possible some issue with CM11 theme override? Anyone also experiencing it? Or is it the custom ROM I use that gives problems?
not working for me :/ only the setting & xposed display changed. i'm on n5 4.4.4 stock rom + GB. tried to disable the gb and it's not working too
harland3 said:
The only difference I'm seeing on my Nexus 5 (Stock 4.4.4) is the blue action bar in Settings and the wallpaper/boot animation.
Click to expand...
Click to collapse
The same is for me. LG Optimus G, Omni ROM, 4.4.2.
gravityy said:
not working for me :/ only the setting & xposed display changed. i'm on n5 4.4.4 stock rom + GB. tried to disable the gb and it's not working too
Click to expand...
Click to collapse
only xposed display here. im on galaxy note 3 4.4.2
rhar**** said:
Can you post the source, please?
Click to expand...
Click to collapse
Yes, sure! I'm waiting for confirmation from other AOSP ROM users..
ATMOSF3AR said:
Great to have this onboard
Click to expand...
Click to collapse
Thank you
TsunaH said:
Everything works except the settings panel is still black
Sent from me
Click to expand...
Click to collapse
Dima_2005 said:
Doesn't work for me properly. Only boot animation, wallpaper and navigation bar worked. The settings didn't though. Possible some issue with CM11 theme override? Anyone also experiencing it? Or is it the custom ROM I use that gives problems?
Click to expand...
Click to collapse
gravityy said:
not working for me :/ only the setting & xposed display changed. i'm on n5 4.4.4 stock rom + GB. tried to disable the gb and it's not working too
Click to expand...
Click to collapse
-=LT-United=- said:
The same is for me. LG Optimus G, Omni ROM, 4.4.2.
Click to expand...
Click to collapse
Check Version 1.1! It should fix it If not please post the Log :cyclops:
Confirmed working on HTC M8 GPE skydragon. Also seems to play nice with Tinted Status Bar module(amongst others). Thanks, now titanium backup and root explorer look colorful!
View attachment 2830852
will this work on stock xperia or its just for AOSP/CM ?
No text characters.
Seems I have lost all text characters when I used the font. Not sure how to troubleshoot considering I can't see anything.
Moto X 4.4.2 Krypton
Adhi1419 said:
Yes, sure! I'm waiting for confirmation from other AOSP ROM users..
Thank you
Check Version 1.1! It should fix it If not please post the Log :cyclops:
Click to expand...
Click to collapse
thanks it's work like a charm! btw there is no noticeable change in the launcher right? just in the calc/setting/xposed/etc display? *i'm not trying the L yet
Adhi1419 said:
Yes, sure! I'm waiting for confirmation from other AOSP ROM users..
Thank you
Check Version 1.1! It should fix it If not please post the Log :cyclops:
Click to expand...
Click to collapse
Now it works well! Except that calculator now looks a bit weird (not like before installing this theme, but not like in Android L ), but I don't really mind that. Of course, fix would be welcome .

Material Status Bar Beta

Hi everybody
I'm intoducing Material Status Bar !!!!
This is a fork of Tinted Status Bar, which aim at making your device look like Lollipop on JB byt coloring the status bar according to the toolbar. The difference between Tinted and Material is that this latter colors the status bar with a darker shade of the toolbar (like Lollipop does).
Another goal of this fork is to support AppCompat Toolbar. I searched for several days and couldn't get it. But I'll keep on trying
Xposed Repo
I've only modified a few lines. 99% is by MohammadAG
XDA:DevDB Information
Material Status Bar, Xposed for all devices (see above for details)
Contributors
vinz244, MohammadAG, MohammadAG, MohammadAG
Source Code: https://github.com/vinz243/material-status-bar
Xposed Package Name: com.vinz243.materialstatusbar
Version Information
Status: Beta
Current Beta Version: 0.1.0
Created 2015-04-03
Last Updated 2015-04-03
Hey,
I've been looking for something like this that will work on my Samsung Galaxy Tab S 10.5
Unfortunately it force closes whenever I try and change a per app tint.
Polarbert said:
Hey,
I've been looking for something like this that will work on my Samsung Galaxy Tab S 10.5
Unfortunately it force closes whenever I try and change a per app tint.
Click to expand...
Click to collapse
Same on my Xperia SP
Sent from my C5302.
Sorry for bad English.
Polarbert said:
Hey,
I've been looking for something like this that will work on my Samsung Galaxy Tab S 10.5
Unfortunately it force closes whenever I try and change a per app tint.
Click to expand...
Click to collapse
Hi,
Thank you for your quick feedback. I do have the same problem, so I'll be able to fix this ASAP
How does this compare to Tinted Status Bar already on Xposed? And lollistat already on lollipop device's?
Sent from my SM-N900T
gunde2014 said:
How does this compare to Tinted Status Bar already on Xposed? And lollistat already on lollipop device's?
Sent from my SM-N900T
Click to expand...
Click to collapse
This is a fork of it which means that for the moment it is really similar. It features the same features and detection, only the status bar is darkened. Later I plan to support appcompat toolbar.
This is not meant for lollipop unlike lollistat
Polarbert said:
Hey,
I've been looking for something like this that will work on my Samsung Galaxy Tab S 10.5
Unfortunately it force closes whenever I try and change a per app tint.
Click to expand...
Click to collapse
It is fixed now I uloaded 0.1.1
I'm on a Galaxy Nexus with Android 4.3, but nothing happen. The status bar is always black. Do you want me to do something to investigate? I don't know, you tell me.
Welp.. App doesnt work on stock kitkat
the module tinted status bar was descontinue and not had more support
a module like this I was look for. thanks. :victory:
Please add suport for auto change color of dual sim signal...
I will test this app because it don't like Flat Colored Styled Bars ported one because i have JB
PS : tested it seems i doesn't work no my phone no color on status bar and if i choose a per app tint not working ,tinted status bar works for me
problem eith device
Doent work on rooted lg f60 ms395 running 4.4.2 would love to have this work and would buy a ad free version if you were to make my device work with it.
The problems seems to most be an issue with renaming packages. I'm currently troubleshooting and fixing this issue
Issue is fixed now! Submitted new release !!!!
vinz244 said:
Issue is fixed now! Submitted new release !!!!
Click to expand...
Click to collapse
Now it works! Obviously only with action bar, in automatic detection. With the manual setting it works with every app.
Apparently Flat Style Colored Status Bar managed to detect Toolbar color, but he said he spent a week to do so so I don't think he would accept o explain to me how he did. At least I know it must be possible
Anyway, I'm glad it works
It works also on my xperia z1 now, with 2 bugs
1) it does not respect the operating system auto tinting: it will keep the status and action bar black even when the system default would be transparent (home screen, as well as system apps like music or album)
2) the battery icon seems to be not tintable, it will be always white.
I have screenshots for these 2 bugs
Sent from my C6903 using XDA Free mobile app
Not work
4.4.2 can not install
cpaulin said:
It works also on my xperia z1 now, with 2 bugs
1) it does not respect the operating system auto tinting: it will keep the status and action bar black even when the system default would be transparent (home screen, as well as system apps like music or album)
2) the battery icon seems to be not tintable, it will be always white.
I have screenshots for these 2 bugs
Sent from my C6903 using XDA Free mobile app
Click to expand...
Click to collapse
Does this happen with Tinted Status Bar as well ? Anyway, you can try with per app tints setting color as transparent I'll try to investigate ASAP
tatoo26 said:
4.4.2 can not install
Click to expand...
Click to collapse
Can you expand a bit more please ? What do you mean ? Crash ? Error?
It crashes when I try to open the Download Plugins

[API 21+]Materialize Official Xposed Installer - Xposed Installer With Material UI

Open Source Xposed Module to Convert Xposed Installer App to Material Theme
Convert official Xposed Installer App from @rovo89 to have Material Theme.
DOWNLOAD MODULE
SCREENSHOTS
Dear users, we have released a donation package on our website. The module file is same as free version and you can always download the module for free here at xda. If you liked our work do consider buying the donation package to support us. Thank you.
DONATION PACKAGE
Features:
Easy activation/Deactivation of module.
On the go changes [After choosing a different theme simply swipe out Xposed Installer App from recent apps panel].
Contains Stock + 3 different Material Themes.
Set custom Primary[Action bar and Statusbar], Accent[Highlights, links, etc] and Background colours.
Light weight.
Open Source.
Note : I am using a slightly modified icon from official app. The credit for original icon goes to the developer of it.
Credits :
@rovo89 for Xposed.
Icon creator for the original xposed installer app icon.
TraYse101 @ IconArchive.com for the new icon
XDA:DevDB Information
Materialize Xposed Installer, Xposed for all devices (see above for details)
Contributors
SArnab©®
Source Code: https://github.com/Proficient-Apps/MaterializeXposedInstaller
Xposed Package Name: in.proficientapps.MaterializeXposedInstaller
Version Information
Status: Stable
Current Stable Version: 1.1
Stable Release Date: 2015-09-18
Created 2015-09-06
Last Updated 2015-09-18
Change Log
V1.1:
Added options to set custom Primary[Action bar and Statusbar], Accent[Highlights, links, etc] and Background colours.
Updated Material Light Theme with dark ActionBar to support Background theming.
Updated App Icon.
V1.0:
Initial Release.
Support to choose from 3 different themes.
Do you plan to send your changes to @rovo89?
Hi, thanks...
Which theme is this?
I do not have blue bar in any theme...
pyler said:
Do you plan to send your changes to @rovo89?
Click to expand...
Click to collapse
We would be more than happy to send it to rovo, that is why we made it open source
Sent from my LG-D802 using XDA Free mobile app
Hello!
pyler said:
Do you plan to send your changes to @rovo89?
Click to expand...
Click to collapse
What changes?
It's a module and not a modified app.
This module changes app theme to Material Theme from Holo Theme.
Nothing Less. Nothing More.
Ja_som said:
Hi, thanks...
Which theme is this?
I do not have blue bar in any theme...
Click to expand...
Click to collapse
Those screenshots are from a Galaxy S4[with S6 Port Rom].
Your Device will have some other colour.
Each Android Skin has it's own combination.
I am trying to bring in the option to manually choose certain UI colours like that of Action Bar, Accent Colour, Primary Colour, etc. Stay tuned for next update. It won't be coming out anytime soon though.
Amazing, thanks! But update with a option to hide app icon from launcher
Hello!
rodrigoswz said:
Amazing, thanks! But update with a option to hide app icon from launcher
Click to expand...
Click to collapse
Yeah sure. Will add that in next version.
--------------------------------------------------
Upcoming changes...
Update Released
Hello,
I am glad to announce a new update for the module.
It's better than ever.
Change log :
V1.1:
Added options to set custom Primary[Action bar and Statusbar], Accent[Highlights, links, etc] and Background colours.
Updated Material Light Theme with dark ActionBar to support Background theming.
Updated App Icon.
Any chance of making this compatible with v64 of Xposed ?
oroboros74 said:
Any chance of making this compatible with v64 of Xposed ?
Click to expand...
Click to collapse
Hello,
We don't have any device to test if this supports x64 or not.
Can you test and report if it works or not?
SArnab©® said:
Hello,
We don't have any device to test if this supports x64 or not.
Can you test and report if it works or not?
Click to expand...
Click to collapse
I am using it with AOSP rom. I'd be happy to test it if it's possible.
@oroboros74 Xposed installer app is same for all builds, x64, x86 and arm. So this module should work, or?
oroboros74 said:
I am using it with AOSP rom. I'd be happy to test it if it's possible.
Click to expand...
Click to collapse
Yet it's totally possible to test.
Everything is well surrounded with exception handling so you won't get into any issue even if it does not works[I don't see why it won't].
Ja_som said:
@oroboros74 Xposed installer app is same for all builds, x64, x86 and arm. So this module should work, or?
Click to expand...
Click to collapse
Exactly. Xposed Installer App is same. Also a 32bit App/Module is compatible for both 32bit/64bit Android.
Shared your mod in LG G4 forum. http://forum.xda-developers.com/showthread.php?t=3206497
Sent from my LG-H815 using Tapatalk
Works well on Moto G (falcon) with CM 12.1
So this doesn't work on Kitkat?
terrorist96 said:
So this doesn't work on Kitkat?
Click to expand...
Click to collapse
No, we can't make it work for KitKat as Material UI was introduced with Lollipop.
Xposed developer clearly states that it's not possible to make changes in styles/themes of android apps using Xposed.
Yet we came to know that this is partially wrong. Even though a style in Android App can't be modified it can be replaced with one present in Android framework.
So since Material Themes are present in framework in Android Lollipop we replace Holo Theme by Material Themes. This is impossible to achieve in KitKat as the framework does not has Material Themes.
Really nice. Wondered why all root tools are badly designed. Thanks for the work look cool
Gopinath15 said:
Really nice. Wondered why all root tools are badly designed. Thanks for the work look cool
Click to expand...
Click to collapse
Root tools? Badly Designed?
What are you talking about?

[MOD][ROM][CM11] JenangOS for CM11 Vivalto [H/HZ/ML]

Hello guys, i have mod of the CyanogenMod 11 on Samsung Galaxy V SM-G313HZ and i call it JenangOS, this mod based on CyanogenMod11 by @doesntexits (Big thanks to him for awesome rom) and thanks for permission to release this mod on public.
NOTE
- before installing this mod, be sure your phone using CyanogenMod11
- DO WITH YOUR OWN RISK
Code:
LINK:
[URL="https://www.androidfilehost.com/?fid=24499762636002897"] JenangOS v1.0[/URL]
[URL="https://www.dropbox.com/s/nj1tspzxvwljhyv/JenangOS-v1.5-20160515.zip?dl=0"]JenangOS v1.5[/URL]
For screenshots you can see on my G+ collections here
CHANGLOGS
Code:
[B][COLOR="BLUE"]Version 1.5[/COLOR][/B]
[LIST][+] Fix Reported Bugs
[+] Custom Color Interface
[+] Navigation Bar Option
[+] Greeting Text
[+] Android N Style Notification Drawer
[+] Notification Drawer Background
[+] Visualizer Lockscreen
[+] Battery Notification
[+] ListView Animations
[+] Rearrange Settings Fragments
[+] New Lollipop Keyboard (Xperia)
[/LIST]
Code:
[B][COLOR="BLUE"]Version 1.0[/COLOR][/B]
[LIST][+] Dynamic System Bar
[+] BeamKat Network Traffic
[+] New Clock Style
[+] New Battery Style with Battery Bar
[+] Custom Carrier Label
[+] Contextual Header (Indonesian Time/GMT +7)
[+] Quick Settings Style
- Flip and Vibrate on Touch
- Color Customization (Icon, Text, Tile Backgound- Tiles Options (3, 4, 5 Tiles Per Row)
[+] New Toggles
- Reboot Dialog (Reboot, Recovery, Download)
- Screenshot (hold to take screenshot in 5 seconds)
- Play Music (hold to play the next song)
- Network Traffic
- Recent Apps
[+] Ime Animations
[+] Toast Animations
[+] System Animations
[+] Scrolling Animations / Over Scroll Effect
[+] Custom Progress Bar
[+] Custom Recent ( Default and Slim Recent)
- with RAM Bar
- Clear All Button Position
[+] ETC. Find By Yourself
[/LIST]
#HOW TO INSTAL
Go to recovery mode
WIPE DALVIK AND CACHE
Instal the zip and reboot
CREDIT:
Code:
CyanogenMod Team
AOKP Team
PacRom Team
SlimRom Team
XDA Developers
doesntexits
ngoquang
itigr
corpish
Nikiz
Muhammad Saeful Rokhman
Ryuu Ken
Teng Teng
Ariel Alexandria
Aditya Candra
Adi Ai****eru Reborn
Rio Hutabarat
Jerry Klisman
Muhammad Nur Fuad
Team *****
Tutur Ngudiarta
Jokko N
Sherly Aristya
Rendy Oblax
Fajar Mahesa
Mlehoy Team
Official Samsung Galaxy V
Mediatek Android Art and Dev Reborn
Official Lounge Samsung Galaxy Grand 2
WARNING
You're free to mod/re-mod any files from my mod, but only for personal use. You can't share it to public without my permission
perfect! I'm testing on sm-g313h.
Enot-XD said:
perfect! I'm testing on sm-g313h.
Click to expand...
Click to collapse
Thanks
Wait fo next update
edi.ejID said:
Thanks
Wait fo next update
Click to expand...
Click to collapse
However, the firmware is excellent. For me it became the color of cutting the eye . I just got used to the darker colors material style:3
Enot-XD said:
However, the firmware is excellent. For me it became the color of cutting the eye . I just got used to the darker colors material style:3
Click to expand...
Click to collapse
did you mean white material that cuts the eye?
i know some apps use white color, and i try to use dark theme for next update
Sorry, I am not so familiar because I use translator
edi.ejID said:
did you mean white material that cuts the eye?
i know some apps use white color, and i try to use dark theme for next update
Sorry, I am not so familiar because I use translator
Click to expand...
Click to collapse
You can mod the ROM having Xposed modules built-in, or use some apps that makes tinted status bar to make it like Lollipop
doesntexits said:
You can mod the ROM having Xposed modules built-in, or use some apps that makes tinted status bar to make it like Lollipop
Click to expand...
Click to collapse
No Xposed and no apps
Just editing smali's
edi.ejID said:
did you mean white material that cuts the eye?
i know some apps use white color, and i try to use dark theme for next update
Sorry, I am not so familiar because I use translator
Click to expand...
Click to collapse
Friends in misfortune ;D Also use a translator . No , the color scheme is good , I'd say you're the first of the modders who have done such a great combination(of those people I met on the forums) I'm just used to darker shades of green , and indeed to darker shades . On taste and color all felt-tip pens with alcohol smell ;D on the Contrary , I suggest just black(if places left ) to change to gray . On account bootanimation-if not laziness it is possible to draw , cool would have happened if was in the same colors as on the first screenshot in g+
Enot-XD said:
Friends in misfortune ;D Also use a translator . No , the color scheme is good , I'd say you're the first of the modders who have done such a great combination(of those people I met on the forums) I'm just used to darker shades of green , and indeed to darker shades . On taste and color all felt-tip pens with alcohol smell ;D on the Contrary , I suggest just black(if places left ) to change to gray . On account bootanimation-if not laziness it is possible to draw , cool would have happened if was in the same colors as on the first screenshot in g+
Click to expand...
Click to collapse
Sorry if my speech difficult to understand.
and thank you for your compliments.
did you mean gray in the bootanimation will look good when using the color black?
@edi.ejID
I think we already have CM12.1 now, so no need for lollipop theming (just my opinion)
Can you mod this ROM more like TouchWiz or some other like Sense, Timescape UI...? (just wondering why I miss TW when I really hate it )
doesntexits said:
@edi.ejID
I think we already have CM12.1 now, so no need for lollipop theming (just my opinion)
Can you mod this ROM more like TouchWiz or some other like Sense, Timescape UI...? (just wondering why I miss TW when I really hate it )
Click to expand...
Click to collapse
actually I also want to use cm 12.1 or other lollipop rom.
However, for mod rom-based lollipop is a bit more difficult (for me) when compared to the kitkat rom.
but do not close the possibility I will mod in lollipop rom such as cm 12.1 at another time. maybe after finishing mod on this thread.
work mobile data in G313ML?
jesusadolfog said:
work mobile data in G313ML?
Click to expand...
Click to collapse
I think no, you can read cm11 thread by @doesntexits. Mobile data doesn't work on ML version
jesusadolfog said:
work mobile data in G313ML?
Click to expand...
Click to collapse
I think no, you can read cm11 thread by @doesntexits. Mobile data doesn't work on ML version
Mod updated
edi.ejID said:
Mod updated
Click to expand...
Click to collapse
sir @edi.ejID I found bug in settings of your updated rom... white font on white background pls fix it. Thanks
RBustamante said:
sir @edi.ejID I found bug in settings of your updated rom... white font on white background pls fix it. Thanks
Click to expand...
Click to collapse
That isn't bug, but the default color of text is white. You can change text color on user interface settings
Sent from my SM-G313HZ using XDA-Developers mobile app
work on sm-g355h?
Reupload jenangos v1.5 link to dropbox 404

Xettings: Clock and other statusbar/QS tweaks for AOSPA

Introduction
Xettings is a small substratum module for AOSPA. I have tested it on OP3 and 3T but it should work on other devices running PA nougat. Substratum (800+) is must
Features:
- Full control over statusbar clock position (Left/Center/Right)
- Multiple colors and clock options
- Use LTE icon instead of 4g (visual only, doesn't affect speed/network)
- Hide disabled sim icon
- Change QS tiles number (4-8)
- Rounded recents (some substratum themes may override it)
- Hide QS labels (v1.4)
- Added color options for theme engine (v1.4)
Important:
- Installing any substratum theme automatically disables PA color engine. I cannot change this behavior. But you can use Xettings with other themes as long as both themes are not changing the same thing (like Flux changes rounded recents). And K-Klock changes clock.
- This thread is not a place to request features. Substratum cannot add features to a ROM. I have already added whatever is possible.
- This is definitely not a place to rant about AOSPA or PA devs. Take your feelings someplace else.
Source
https://github.com/ungeeked/Xettings
Credits
@Spannaa for his excellent guide on textclock
@KpChuck
Reserved
Does is work on stock based roms?
U4mes said:
Does is work on stock based roms?
Click to expand...
Click to collapse
You have ozone for that
thank you @ungeeked, Xettings works with ExperienceOS R14.0 Lite
Nice @ungeeked your thread is highlighted in the xda news. :good:
You're my hero. Works pretty well on white themes, even with a white qs background. Kudos, I was using Ozone + PA KKlock for all of this, and kklock did not display at times.
I have always been away from PA because couldn't center clock.
you made my day as soon PA will be released for OP2
thanks in advance man!
@ungeeked Thanks!
А little feature request:
Can you add current network speed as in OOS to statusbar?
Thanks again!
L.Opanovych said:
@ungeeked Thanks!
А little feature request:
Can you add current network speed as in OOS to statusbar?
Thanks again!
Click to expand...
Click to collapse
Read the thread!!!
- This thread is not a place to request features. Substratum cannot add features to a ROM. I have already added whatever is possible.
Click to expand...
Click to collapse
@ungeeked thanks a lot for this. Please let us know if you intend to take feature requests.
L.Opanovych said:
@ungeeked Thanks!
А little feature request:
Can you add current network speed as in OOS to statusbar?
Thanks again!
Click to expand...
Click to collapse
certain apps available on play store can do it. Substratum cannot add features. It can enable what's already there in rom. For example 4G to LTE in PA is enabled by changing a single bool value. Similarly the code for text clock is already there in all android ROMs. Just need to enable it. But network meter is not in PA. Which means I'll need to edit smali. Its a lot of work for something that can be done via 3rd party app. Also substratum doesnt let us edit smali.
shrek8421 said:
@ungeeked thanks a lot for this. Please let us know if you intend to take feature requests.
Click to expand...
Click to collapse
I will implement stuff as long as it is possible via substratum
ungeeked said:
I will implement stuff as long as it is possible via substratum
Click to expand...
Click to collapse
Ah ok. For example a caffeine tile, is that possible?
shrek8421 said:
Ah ok. For example a caffeine tile, is that possible?
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=xyz.omnicron.caffeinate
ungeeked said:
https://play.google.com/store/apps/details?id=xyz.omnicron.caffeinate
Click to expand...
Click to collapse
I did try that but I had very flaky results. But thanks for your help.
shrek8421 said:
I did try that but I had very flaky results. But thanks for your help.
Click to expand...
Click to collapse
Multiple quick settings apps are available that have this. But I cannot add it
Hi thanks a lot for this.. Is it possible to have custom data format on this?
arvindgr said:
Hi thanks a lot for this.. Is it possible to have custom data format on this?
Click to expand...
Click to collapse
What format (s) do you want
ungeeked said:
What format (s) do you want
Click to expand...
Click to collapse
Actually than for seeing date, I use that function to set my name, As in pic
It reminds me that I've unleashed the power of my hardware...!
Is it possible to add an option to hide the lock icon from recents? As it seems to be incompatible with apps with long names resulting in an unpleasant look.
Also, since color engine gets disabled when substratum is working (and even when it is enabled it fails to theme every section within the settings app), could you add some action bar and accent color just like in ozone please? That would make this app perfect.

Categories

Resources