[XPOSED] Chrome Color Killer (for default address bar color) - Xposed Framework Modules

I quickly got quite annoyed by Chrome's new 'feature' of showing customized address bar colors for certain websites. I simply prefer my address bar (and anything attached to it) to be the same default color as it always was.
As there was no option in chrome to disable this feature, I wrote this tiny Xposed module that intercepts the call to 'getThemeColor' for the chrome tabs and simply returns the default color instead.
Tested on Galaxy S4 (GT-I9505) running CM12.1
// Edit:
As I was not that consistent with my naming scheme, the name in the Xposed repo turned out slightly different: "Chrome toolbar Color Killer"
(For those interested that were unable to find the module)

Thanks for this, was annoying me too!
Seems to work fine on my Nexus 5 running 6.0.1

irvdijk said:
I quickly got quite annoyed by Chrome's new 'feature' of showing customized address bar colors for certain websites. I simply prefer my address bar (and anything attached to it) to be the same default color as it always was.
As there was no option in chrome to disable this feature, I wrote this tiny Xposed module that intercepts the call to 'getThemeColor' for the chrome tabs and simply returns the default color instead.
Tested on Galaxy S4 (GT-I9505) running CM12.1
// Edit:
As I was not that consistent with my naming scheme, the name in the Xposed repo turned out slightly different: "Chrome toolbar Color Killer"
(For those interested that were unable to find the module)
Click to expand...
Click to collapse
I'm sorry but you can disable this by tapping chrome://flags/ in your url bar and search for the option to disable

Dead-neM said:
I'm sorry but you can disable this by tapping chrome://flags/ in your url bar and search for the option to disable
Click to expand...
Click to collapse
I can't see that option in flags. What is it called?

i don't see the option in flags either, but maybe i'm missing it?
also I can't get the chromecolorkiller apk to work - i've installed it but headers are still changing color... am i doing something wrong?
thanks

louislouis said:
i don't see the option in flags either, but maybe i'm missing it?
also I can't get the chromecolorkiller apk to work - i've installed it but headers are still changing color... am i doing something wrong?
thanks
Click to expand...
Click to collapse
Same. It worked at first but after a few reboot all is the same as usual

Same here.
Running today's CM13 nightly (23-02-2016) and Chrome version 48.0.2564.95
Xposed log says this:
02-23 10:00:22.103 E/Xposed ( 6901): java.lang.NoSuchFieldException: No field mDefaultThemeColor in class

does it support any chrome builds and derivatives? beta/dev/chromium/caf

hey man, it's just an idea for you, but could you make this work the other way round too? i mean, forcing chrome to tint the bar of a webpage in a certain color.. it could be a pro feature so you could make some cash i'm no programmer so i don't know the technical difficulties behind this but it sure would be awesome

Sorry guys for not replying any sooner, but I've been crazy busy at work
Also, I got myself a new phone which remains unrooted for now, so any of the issues that may occur with the Xposed module I cannot reproduce.
an0therus3r said:
Same here.
Running today's CM13 nightly (23-02-2016) and Chrome version 48.0.2564.95
Xposed logsays this:
02-23 10:00:22.103 E/Xposed ( 6901): java.lang.NoSuchFieldException: No field mDefaultThemeColor in class
Click to expand...
Click to collapse
From your log I assume that Chrome has moved some internals around since I built this module. Perhaps someone would be interested in picking things up and figure out what to tap into to disable this annoying feature once more.
OT-Xtreme said:
does it support any chrome builds and derivatives? beta/dev/chromium/caf
Click to expand...
Click to collapse
Would not be able to say this for certain, but my first guess would be No. Apparently chrome itself also became incompatible
bombaglad said:
hey man, it's just an idea for you, but could you make this work the other way round too? i mean, forcing chrome to tint the bar of a webpage in a certain color.. it could be a pro feature so you could make some cash i'm no programmer so i don't know the technical difficulties behind this but it sure would be awesome
Click to expand...
Click to collapse
Sounds like a great idea! Though that is one hell of a lot more complicated than what I was aiming for. I would be happy to share the code I have with anyone who might be interested in fixing / updating stuff. Maybe they could also figure out a way to include your idea.
For now I won't be working on this module anymore, but if someone would be interested in the source code, just let me know. There's probably a way I can share it...

A simpler idea is to make the bar always default to a color, for example black. Coupled with chromium night mode it would be the ultimate night browsing experience.

Let's fix this great module!
irvdijk said:
For now I won't be working on this module anymore, but if someone would be interested in the source code, just let me know. There's probably a way I can share it...
Click to expand...
Click to collapse
I really love the feature of this module.. And I also like the idea to set a user-chosen color of the toolbar for each website (for example I LOVE black!!) So if you can share the code (preferably for Android Studio) there are many chances to succeed! I am a developer too and I already build some "tests" Xposed modules.. So let me know! Thanks
..And sorry for my English but I'm Italian xD

Great module! Not working for me at the moment though. Not sure if chrome has been updated recently.
Thank you!

Androyx96 said:
I really love the feature of this module.. And I also like the idea to set a user-chosen color of the toolbar for each website (for example I LOVE black!!) So if you can share the code (preferably for Android Studio) there are many chances to succeed! I am a developer too and I already build some "tests" Xposed modules.. So let me know! Thanks
..And sorry for my English but I'm Italian xD
Click to expand...
Click to collapse
hey there, did u managed to continue the work of this module ?

What a good module
Can it change default color to black?
It will be more save battery

No longer works
It no longer works, could you try to update it so it will work again?

bombaglad said:
hey man, it's just an idea for you, but could you make this work the other way round too? i mean, forcing chrome to tint the bar of a webpage in a certain color.. it could be a pro feature so you could make some cash i'm no programmer so i don't know the technical difficulties behind this but it sure would be awesome
Click to expand...
Click to collapse
I've actually wanted this for quite a while. That's how I found this module.
irvdijk said:
Sounds like a great idea! Though that is one hell of a lot more complicated than what I was aiming for. I would be happy to share the code I have with anyone who might be interested in fixing / updating stuff. Maybe they could also figure out a way to include your idea.
For now I won't be working on this module anymore, but if someone would be interested in the source code, just let me know. There's probably a way I can share it...
Click to expand...
Click to collapse
You could share the source code on github. I do not have any time right now, but I would be interested in working on it, come April (2017). That is, if someone else has not already done it by then.
---------- Post added at 06:44 AM ---------- Previous post was at 06:42 AM ----------
Androyx96 said:
I really love the feature of this module.. And I also like the idea to set a user-chosen color of the toolbar for each website (for example I LOVE black!!) So if you can share the code (preferably for Android Studio) there are many chances to succeed! I am a developer too and I already build some "tests" Xposed modules.. So let me know! Thanks
Click to expand...
Click to collapse
+1 :good:

Related

[MOD][Xposed]Akwayan - BBM Themes Engine : Mod your BBM application interface

What is Akwayan(BBM Themes Engine) ?
Akwayan or BBM Themes Engine is an application that can be used to modify some parts related with your BBM application looks like. The magic need Xposed Framework made by rovo89 installed and working properly.
Install Instructions :
Install Xposed Installer
Install Xposed Framework (from the Xposed Installer app)
Install Akwayanhttps://play.google.com/store/apps/details?id=mod.xposed.fajar.bbmthemeengine from google play or inside Xposed Installer
Activate the module in Xposed Installer app
Reboot your phone
Open BBM Themes Engine from application drawer
Change it the way you like it
Force close your BBM application, and run again to see the changes
Playstore Link : https://play.google.com/store/apps/details?id=mod.xposed.akwayan.bbmthemeengine
Xposed Module Link : http://repo.xposed.info/module/mod.xposed.akwayan.bbmthemeengine
Official Website/Download Link :http://bbmthemesengine.info
And for anyone else wondering what a BBM is....
https://play.google.com/store/apps/details?id=com.bbm
Something to do with Blackberry I guess.
very good this module, worked perfectly on my galaxy s4-i9505, thank you
badkill said:
very good this module, worked perfectly on my galaxy s4-i9505, thank you
Click to expand...
Click to collapse
Thank you, I still develop some features, I hope I can release it soon
fajarep said:
Thank you, I still develop some features, I hope I can release it soon
Click to expand...
Click to collapse
thank you very much, I will continue waiting for your next version
hello friend, I get updated play store but I have problems when trying to open it kicks me and gives me the error forced close
EDIT:
I solved it, wipe data and cache of the app
any chance.. i could use this washed up app in landscape mode ??? it lacks this most important feature to me which really sux
badkill said:
hello friend, I get updated play store but I have problems when trying to open it kicks me and gives me the error forced close
EDIT:
I solved it, wipe data and cache of the app
Click to expand...
Click to collapse
Yes, that's why I recomend to remove old installation, and install the new version. the value for color has been change since colorpick implementation
MiZoSpaDe said:
any chance.. i could use this washed up app in landscape mode ??? it lacks this most important feature to me which really sux
Click to expand...
Click to collapse
there is another module in xposed framework, AppSettings that can do that. I only make something that still not available. like right now, i plan to add feature, music playing to status text..., i have successfully grep current music playing, but still not success make status change
fajarep said:
i plan to add feature, music playing to status text..., i have successfully grep current music playing, but still not success make status change
Click to expand...
Click to collapse
This is what I'm waiting for! If you could do it it'll be great!
fajarep said:
Yes, that's why I recomend to remove old installation, and install the new version. the value for color has been change since colorpick implementation
there is another module in xposed framework, AppSettings that can do that. I only make something that still not available. like right now, i plan to add feature, music playing to status text..., i have successfully grep current music playing, but still not success make status change
Click to expand...
Click to collapse
well i did tried that ... experienced a lot of crashes
just update the op information related with suspend application and official web page to get the application
Is it possible to porting back to gingerbread, since now BBM is support for gingerbread as well?
Great work, dev. While we're in this, can you make it for WhatsApp too? Everybody's using WhatsApp. Thanks in advance. Keep it up, dev.
ril z said:
Great work, dev. While we're in this, can you make it for WhatsApp too? Everybody's using WhatsApp. Thanks in advance. Keep it up, dev.
Click to expand...
Click to collapse
hello,
it is possible, but currently not planned to make it in whatsapp. but i'm very interesting to make it to gmail application if possible
BBM Themes
hi bro Fajar
apakah bisa dikombinasikan BBMKeyboard dengan BBMThems ini dlm 1 xposed?
is it possible combined BBMKeyboard & BBMThems in one packaged xposed?
Great work
Your app rock.. Infact this is the most useful tweak BBM lack. Thanks man. Really work great on my galaxy note 2. People that sees this wanted to root their device.. Pls make haste to implement more tweak.
Cool
[QUOTE=folusmile; this is snapshot... U are doing a great job.
Not seeing this in the downloads section of exposed but I will install via this thread.
@fajarep
This is a great module, is this possible for you to add an optoin to enlarge the smilies inside the chat ? They look great before we select them but once in chat they become so tiny that it is hard to see the emoticon expression. Will be nice if there was a way to enlarge them in chat window.
Thanks a lot
Netuser said:
@fajarep
This is a great module, is this possible for you to add an optoin to enlarge the smilies inside the chat ? They look great before we select them but once in chat they become so tiny that it is hard to see the emoticon expression. Will be nice if there was a way to enlarge them in chat window.
Thanks a lot
Click to expand...
Click to collapse
hello, the new BBM version has sticker, it has big icon.
about expression, the size depends on how big the text size. the new bbmthemesengine will enable again text dimension. the expression will follow the text size

[MOD][Xposed] Statusbar Scroll to Top

Requires Xposed Framework!
This module allows you to tap the status bar to scroll (smoothly, at least that's what the API says) to the top of lists.
This isn't compatible with all lists in this first version. Chrome for example isn't compatible, or some manufacturer lists (like the Contacts app in TouchWiz).
If this is patented by a fruit-based company, it'll most likely get a C&D, so keep that in mind when you look forward to updates
Demo:
Video: https://www.youtube.com/watch?v=e6-sOWhwY0g
Video as GIF, FWIW, http://i.imgur.com/vNBTbQs.gif
Known bugs:
Manufacturer specific lists and some other custom scrollers (e.g Chrome) aren't supported yet.
Compatibility:
4.0 - 4.4 probably, I really haven't checked the source code, tested on Sony's 4.3.
Source:
The mod is open source: https://github.com/MohammadAG/Xposed-StatusBar-Scroll-To-Top
You may NOT distribute this app on the Play Store, paid or free.
Download:
http://repo.xposed.info/module/com.mohammadag.statusbarscrolltotop
Inspired by:
iOS
http://www.reddit.com/r/Android/comments/1v5xpf/i_wrote_about_my_experience_switching_to_a_nexus/
Support development:
If you found this mod useful, consider donating with PayPal.
Very nice module, work great on LG G2 D802 Android 4.2.2 flex rom
MohammadAG said:
*snip*
Click to expand...
Click to collapse
Man, I'm about to have a direct subscription to the threads you create. Do you ever stop for a moment without coding useful things??
To hell with iFruit. :silly:
polobunny said:
Man, I'm about to have a direct subscription to the threads you create. Do you ever stop for a moment without coding useful things??
To hell with iFruit. :silly:
Click to expand...
Click to collapse
I do, this took about 2 hours, inspired by a post on Reddit with Android's pros and cons, the code implementation hit me while I was driving home
Sent from my C6903 using Tapatalk
MohammadAG said:
I do, this took about 2 hours, inspired by a post on Reddit with Android's pros and cons, the code implementation hit me while I was driving home
Sent from my C6903 using Tapatalk
Click to expand...
Click to collapse
Yeah I don't code much anymore but that's what used to be the biggest roadblock in most complicated projects I would start. Figure out a way to do it effectively.
Glad it hit you! :victory:
Nice. Works well in tapatalk. Thanks!
-----------------------
Sent via tapatalk.
I do NOT reply to support queries over PM. Please keep support queries to the Q&A section, so that others may benefit
Wow what an idea working great on xperia z4.3
Sent from my C6603 using Tapatalk
lyndonguti said:
Wow what an idea working great on xperia z4.3
Sent from my C6603 using Tapatalk
Click to expand...
Click to collapse
It's Apple's not mine
That's stock behavior on iOS.
A bit far fetched, but do you believe it would be possible to add support for more than the standard list? Such as webview?
Since it seems a lot of apps are actually just frontends for a page in webview, plus a lot of browsers using webview, I imagine this could be the next target of your thinkering and would cover most cases. It would be great to be able to scroll to top in a browser too.
polobunny said:
A bit far fetched, but do you believe it would be possible to add support for more than the standard list? Such as webview?
Since it seems a lot of apps are actually just frontends for a page in webview, plus a lot of browsers using webview, I imagine this could be the next target of your thinkering and would cover most cases. It would be great to be able to scroll to top in a browser too.
Click to expand...
Click to collapse
I'm looking into Chrome, they supposedly use some kind of standard scroller, since they have the blue overscroll indicator.
I've been looking for something like this since I left iOS. Hopefully you can get it working with chrome. This is great mod indeed!
MohammadAG said:
I'm looking into Chrome, they supposedly use some kind of standard scroller, since they have the blue overscroll indicator.
Click to expand...
Click to collapse
nicely done, works flawlessly... i have few suggestions/comments
-having little issues with facebook app, it kinda works: moves up by a little but not all the way to the top.
-if possible, allow user to choose the scroll speed when status bar is tapped on? to me, it is kind of slow sometimes... just my opinion
anyway, really appreciate your works for xperia devices. :highfive:
many thanks:fingers-crossed:
LitoNi said:
nicely done, works flawlessly... i have few suggestions/comments
-having little issues with facebook app, it kinda works: moves up by a little but not all the way to the top.
-if possible, allow user to choose the scroll speed when status bar is tapped on? to me, it is kind of slow sometimes... just my opinion
anyway, really appreciate your works for xperia devices. :highfive:
many thanks:fingers-crossed:
Click to expand...
Click to collapse
Facebook take a few taps. Twitter is working perfectly! I'm sure this will be fixed!
LitoNi said:
nicely done, works flawlessly... i have few suggestions/comments
-having little issues with facebook app, it kinda works: moves up by a little but not all the way to the top.
-if possible, allow user to choose the scroll speed when status bar is tapped on? to me, it is kind of slow sometimes... just my opinion
anyway, really appreciate your works for xperia devices. :highfive:
many thanks:fingers-crossed:
Click to expand...
Click to collapse
Facebook switched me to the new version, and it works fine there, I guess you'll have to wait for the update that includes that, or Facebook downgrades my account
Second part is controlled by the system, I use a method called smoothScrollTo(0, 0). I'm not sure if that can be easily changed
MohammadAG said:
I'm looking into Chrome, they supposedly use some kind of standard scroller, since they have the blue overscroll indicator.
Click to expand...
Click to collapse
If you get it magically working with Chrome chances are you'll make it work for a lot of other apps. So that's sweet. :laugh:
Works great on s3-4.3.
Even with Firefox.
Thnx.
Sent from my GT-I9300 using XDA Premium 4 mobile app
Re: @MohammadAG "C&D from fruit-based company." (paraphrased - quoting the OP said "invalid thread id").
----
Only if Samsung does it.
Sent from: SGS2 - JB 4.1.2 GB27 / SGS4 - JB 4.2.2 MF9
Seems like it causes certain apps to force close. Tapatalk for example, if I go in a topic then back by pressing the back key to my followed topics then press the status bar it will force close. What do you need from me to help diagnose this?
Edit: it does scroll to the top before closing though.
Edit 2: doesn't crash anymore, found out it's because of a broken pvr driver. Ignore this haha
What theme are you using? Is it a CM theme or something I can do with Xposed?
Really awesome module too! Saw it on reddit
Great module, thanks!

[MOD][XPOSED]SnapColors - Add some colors to your snapchat captions.

What: Add some colors to your SnapChat captions. Change text size, color, fonts etc.
This tweak allows you to add some colors to your SnapChat snaps.
Should work on any device.
How to Use:
Step 1: Type the text in the caption box like you would normally do.
Step 2: Tap the colored "T" in the top right to bring up the customization's panel.
Step 3: Enjoy and send me feedback and/or donate to keep this project alive .
Features:
Change caption color, font, text size, and add textures
Open images from gallery in Snapchat
Screenshots: here or are attached to this post.
Download: Search for SnapColors in the Xposed Installer or you can open up this link on your device and install the apk.
You can also find bleeding edge versions here (Built automatically when ever a commit is made on github)
Note: You do not have permission to re-upload the apk to file sharing sites or else you will be contacted.
Source Code:
Github: https://github.com/Programming4life/SnapColors
Bugs/Issues:
Please report issues/bugs on GitHub its easier for me to track them. If you post a bug here there is no guarantee that it'll be fixed as I may forgot about it.
Donate:
Please consider donating to help support this tweak/utility. You can donate what ever amount you want. =)Thanks
Donation link: Paypal or Google Play Store
Follow me on twitter: https://twitter.com/iphone4life4
Find me on YouTube: https://www.youtube.com/user/iphone4life4
Find me on Google+: Manvir Singh
My site: programming4life.com
Note: You do not have permission to re-upload the apk to file sharing sites.
XDA:DevDB Information
[MOD][XPOSED]SnapColors, App for the Google Nexus 4
Contributors
iphone4life4
Version Information
Status: Stable
Created 2014-04-13
Last Updated 2015-07-21
Reserved
Colors work, size didn't work on note 3
Works perfect on Galaxy S4 Running AOSP-based rom.
By the way, seems iphone was not for life.... Right?
Android all the way =D
Does not work for me, android Jellybean 4.2.1, 5.7 screen ,snapchat 4.1.13 beta
yurividal said:
Works perfect on Galaxy S4 Running AOSP-based rom.
By the way, seems iphone was not for life.... Right?
Android all the way =D
Click to expand...
Click to collapse
Thanks for using. Nope it wasn't for life Lol its a old userbame
rob8178 said:
Colors work, size didn't work on note 3
Click to expand...
Click to collapse
Did you type the size you want in the caption box and then double tap the caption box.
supergonkas said:
Does not work for me, android Jellybean 4.2.1, 5.7 screen ,snapchat 4.1.13 beta
Click to expand...
Click to collapse
I have not tested it with the beta version of snapchat. But will get back to you when I have. It should just work tho.
Are you able to send me your adb log that would help. Note open Snapchat then send the log
I can't find it xposed searched snap colors
Sent from my SGH-T989 using xda app-developers app
apples723 said:
I can't find it xposed searched snap colors
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Search for SnapColors
iphone4life4 said:
I have not tested it with the beta version of snapchat. But will get back to you when I have. It should just work tho.
Are you able to send me your adb log that would help. Note open Snapchat then send the log
Click to expand...
Click to collapse
i reinstalled the snapchat app (the beta) and it seems to be working now ,maybe thats something you should look in . Also some caption box sizes seems to crash snapchat
supergonkas said:
i reinstalled the snapchat app (the beta) and it seems to be working now ,maybe thats something you should look in . Also some caption box sizes seems to crash snapchat
Click to expand...
Click to collapse
OK thanks for letting me know. I have to do some testing with the beta version of Snapchat. Which will be done later because I am working on adding more features
iphone4life4 said:
OK thanks for letting me know. I have to do some testing with the beta version of Snapchat. Which will be done later because I am working on adding more features
Click to expand...
Click to collapse
Would it be possible to add more filters ,instagramish ones,and i would like to se also the ability to add the wind speed like we have temperature in the current version of snapchat
supergonkas said:
Would it be possible to add more filters ,instagramish ones,and i would like to se also the ability to add the wind speed like we have temperature in the current version of snapchat
Click to expand...
Click to collapse
Will look into that. It should be possible but just requires some time, but will look into it.
iphone4life4 said:
Will look into that. It should be possible but just requires some time, but will look into it.
Click to expand...
Click to collapse
So i am back xD, with another bug(ish) report when using/having snapcolors installed and activated snapchat has some connection issues on wifi,and doesnt work on 3g connection keeps saying "Could not refresh menssages pl try again"
Cool idea but I got 2 problems. First the size does not work for me and yes I typed the number and tryed double clicking it a lot of different ways. Second, when I click the volume down button once it skips thru like 2 or 3 colours so its kinda hard to go to the one I want. Also please add the default transluscent colour cause after I click thru the colours It isnt there so I have to take a picture again so it comes back. I have a samsung galaxy s4 if it helps and thanks for making the module.
10filip10 said:
Cool idea but I got 2 problems. First the size does not work for me and yes I typed the number and tryed double clicking it a lot of different ways. Second, when I click the volume down button once it skips thru like 2 or 3 colours so its kinda hard to go to the one I want. Also please add the default transluscent colour cause after I click thru the colours It isnt there so I have to take a picture again so it comes back. I have a samsung galaxy s4 if it helps and thanks for making the module.
Click to expand...
Click to collapse
Are you double clicking while the caption box in selected? Also that's a known bug but thanks lol
supergonkas said:
So i am back xD, with another bug(ish) report when using/having snapcolors installed and activated snapchat has some connection issues on wifi,and doesnt work on 3g connection keeps saying "Could not refresh menssages pl try again"
Click to expand...
Click to collapse
Its not this app its your phone or something else this app does not touch anything to do with networking
iphone4life4 said:
Its not this app its your phone or something else this app does not touch anything to do with networking
Click to expand...
Click to collapse
Is that is odd ,it only started acting like that after installing module .but i will try unistall some apps and if i trace back the source i might Give some feedback And i Also noticed its hard to scrool between colors .and you cant go back to the default one. Btw this app has a lot of potencial
supergonkas said:
Is that is odd ,it only started acting like that after installing module .but i will try unistall some apps and if i trace back the source i might Give some feedback And i Also noticed its hard to scrool between colors .and you cant go back to the default one. Btw this app has a lot of potencial
Click to expand...
Click to collapse
Ok , I already know I added it as a known bug check the post. Thanks I have to add lots more features to it if only I was able to get some time.

[APP] Second Screen Status Bar

NOTE: ALPHA PHASE HAS FINISHED.
If anyone wants to continue using this app which is going to be pro only for the moment, contact me (tg group and channel)
THIS PROJECT IS BEING UPDATED AND SUPPORTED AND I DON'T PLAN TO ABANDON IT.
If you ever wanted to have a working status bar in the second screen in a stock ROM, this is the thread you were looking for.
I have coded a widget for the second screen that replaces what the stock status bar does (and even more perhaps).
It has been months of coding.
As always, you have to install the app and open second screen settings and enable the widget.
If you want to hide the status bar, there are several ways. I do it using an xposed app to change status bar height. If you don't want to use xposed, you will have to go the long way of modding system. I may do it some day when I finish coding but there is a lot of stuff in my to-do list.
Don't forget to use the settings option to set some of the available features in this release.
If you find any bugs, I will need a log (logcat) with both log settings enabled. I will try to fix any bugs.
Check the attached screenshots!
Telegram Support Group:
http://t.me/sssb_v20
NOTE: ALPHA PHASE HAS FINISHED.
Thanks for the app, but it won't install on my V20 (F800K, Oreo 8.0).
It shows "App not installed" at the end of the APK install.
mattbrian said:
Thanks for the app, but it won't install on my V20 (F800K, Oreo 8.0).
It shows "App not installed" at the end of the APK install.
Click to expand...
Click to collapse
Haven't been tested on the F800K but pm me and I'll try to build something for you
On ls997 7.0. Colors are not changing as set, even after reboots
Have you tried using "adb shell wm overscan" to hide the status bar?
Eg.
wm overscan 0,-100,0,0
Mysticblaze347 said:
On ls997 7.0. Colors are not changing as set, even after reboots
Click to expand...
Click to collapse
[PRO] settings are paid only. PM if you want to get it
MishaalRahman said:
Have you tried using "adb shell wm overscan" to hide the status bar?
Eg.
wm overscan 0,-100,0,0
Click to expand...
Click to collapse
I have not been trying much how to hide the status bar as I need time to code the app but afaik that can't be done because it will mess full screen apps (and maybe the notifications pull down because it's not drawn below the status bar but over it). Let me know if I'm wrong or if you know how to make it work correctly. Thanks
If you use any app that changes its notification icon, like a battery meter app, speedmeter app, weather app, etc, you will see the icon does not get updated. This is because I tried to optimize everything as much as possible so the app is coded to get the icon just once. The PRO version, if it ever gets to be released (depending on the interest of the users), will have some code to handle those apps which very little battery drain (which actually depends on how buggy or optimized is the notification posting from the app).
In the tg channel there is a video showing it.
@Daved+ tested works fine, thanks for this. I'm glad that it doesn't go away suddenly like previous solutions. I'm interested in buying pro version, jus need to figure out a way to disable the status bar without going the Xposed way. Tried Nova launcher hide option, it takes away the second screen as well, so no luck yet.
Edit: quote op correctly
Working great on my unlocked US996.
Would love to have single line height rather than stacked. Too cluttered with two lines of icons for my taste.
Thanks!
nkirk said:
@Daved+ tested works fine, thanks for this. I'm glad that it doesn't go away suddenly like previous solutions. I'm interested in buying pro version, jus need to figure out a way to disable the status bar without going the Xposed way. Tried Nova launcher hide option, it takes away the second screen as well, so no luck yet.
Edit: quote op correctly
Click to expand...
Click to collapse
AFAIK you have to patch system to change the height of the status bar (you have to use apktool to decompile and compile).
Join the group on tg if you can for further discussion
nickthaskater said:
Working great on my unlocked US996.
Would love to have single line height rather than stacked. Too cluttered with two lines of icons for my taste.
Thanks!
Click to expand...
Click to collapse
Great to hear it works in different models. I can do other layouts, I have several ideas, this one was to use the second screen as much as possible to make the screen look bigger so no empty spaces in the corners. If you want, let me know your ideas, but I also need support to continue development.
I don't seem to be getting all of my notifications. Things like facebook messenger dont show up.
Spelling mistake on : Only show top 6,Hide headphones if HIFI is on.
How much is paid version?
dayto123 said:
I don't seem to be getting all of my notifications. Things like facebook messenger dont show up.
Spelling mistake on : Only show top 6,Hide headphones if HIFI is on.
How much is paid version?
Click to expand...
Click to collapse
If you are having any problems with notifications, contact me thru pm or three dot menu in the app. Also please do the same for the paid version.
For those who wanted just a single line of notifications
Daved+ said:
For those who wanted just a single line of notifications
Click to expand...
Click to collapse
Aaaaaaannnnd paid.
Daved+ said:
For those who wanted just a single line of notifications
Click to expand...
Click to collapse
How do I get this? I installed the apk in the OP, but I don't see this option. Under the "notifications" section, it has "Show" and then "Only show top 6".
nickthaskater said:
Aaaaaaannnnd paid.
Click to expand...
Click to collapse
How much is the paid version?
xerostatus said:
How do I get this? I installed the apk in the OP, but I don't see this option. Under the "notifications" section, it has "Show" and then "Only show top 6".
Click to expand...
Click to collapse
It's a feature I coded after the alpha I published here.
baldybill said:
How much is the paid version?
Click to expand...
Click to collapse
I still don't have a number as I don't know how many people will buy it but for the moment you can donate and get the beta pro version.
Think there's a way to replace the default screen Date & Time Screen-Off Widget with yours when the main screen is off?
In the past, I have resorted to using battery percentage apps to get realtime charge levels during screen-off. I'd love to streamline that, using your app; which clearly has the potential to replace the default widgets.

A "few" questions to the s10 Lite owners.

Hello!
I’m considering buying this phone and I’m heavily into customization, I have a few questions about what you can do to S10 Lite to personalize the experience and how far it’ll let me change things before I have to resort to root or custom ROMs that are risky and missing for now.
First, about the themes, I found two good customization apps for Samsung devices, Good Locks and #hex Installer, can you use together?
What’s the extent of their customization, using both or the best of them if you can only have one working, can you:
1. Have a custom accent color system wide? So the same color for toggles, volume slider, highlights, colored text, notifications, quick settings etc/ like on stock android?
2. Can you change quick settings buttons background shape?
3. Are you able to switch recents view to a vertical stack of cards with the clear button bottom center?
4. Can you change icons for individual apps with stock launcher?
5. Change the navigation bar height, button size and spacing between them?
6. I like two fonts, Ubuntu and Google Product Sans, is any of them available?
7. Where can I check Good Locks availability in my region? Also, can it become unavailable with updates?
8. Do 3rd party customization apps from play store work? Kwgt, Custom Volume Sliders, Custom Navigation Bar etc.?
Next, I have a few questions regarding general usability:
9. Can you get rid of google assistant/bixby? They can be installed, I just don’t want to ever see them or have them running when not launched.
10. Does the Always on Display work well, is it actually always on?
11. Can you have the AoD show 3rd party app icons with a notification counter?
12. Does it have any problems with 3rd party launchers, Nova specifically?
13. Have you tried the Non-root version of YouTube Vanced? Does it work without issues? Can you install it with MicroG and log in?
I’ve also heard that Samsung’s OneUI likes to kill apps and prevent them from running in the background.
14. Did you have any issues with widgets getting stuck, becoming unresponsive, not updating and not working properly in general because they get killed by the system, did you have any issues like this?
15. Did you have any problems with 3rd party app notifications? Are you getting notifications from 3rd party messaging, email and other apps? Do they still come in when the screen is locked and the phone is in deep sleep?
I’m sorry in advance, I know it’s a lot but I’m very used to having the phone set up my way and I don’t want to spend this kind of money only to have to immediately root it or put up with a phone that doesn’t work properly for me.
Lol.. This is huge. I'll reply to some.
7 Good lock is working fine. In my country is not available but no problem. You can download the apk, everything works. If you know what good lock can do, then most of your questions (1,2) are replied as you can change notifications colors etc, at least what good lock is letting you change. Also 3 yes, with good lock.
5 by changing dpi through developer setting you can shrink everything so shrink navigation bar. Other navigation bar apps also works.
8 kwgt etc working fine.
9 yes. Froze them and anythings else you want by package disabler pro app.
10 works fine. You select if you want it or not.
12 nova works fine. I actually can't answer about samsung launcher as i always use nova. If you use it, then most of your questions also being answered as you know what nova can do.
13 yes to all, i use it always. (I use the hacked completely black amoled version, not the gray one, last version).
14 I have a problem actually with 1 widget, eWeather. Is somehow change size some times, and when go to its nova page, it changes ok again.. But i haven't problems with any other.
15 I don't have any problem with notifications but phone is a bit strange. It has 2 deep sleep apps somehow and need to untick the apps you want to have notifications to both of them. It reminds me xiaomi
It is good as due to this probably it has amazing battery. But it is a bit aggressive i think. Some times i lost some notifications but it was probably my fault, I'm not sure. Anyway i don't think there is a problem there. But better have more answers to this.
My opinion is that the phone is fantastic especially in battery, but its all about what everyone needs more.
Perhaps my video there, the comment, some hacks, the description and xda link there may help you, read it. I updating everything useful i find by writing new comments there, so anyone interested check it by time to time. Most things i post there are working to most samsung phones.
https://youtu.be/VGiItteDcfw
Again, I can answer a few. Mine is completely stock (not rooted). I may have needed to change settings when I bought the phone, but I don't recall which ones.
9: I don't know about getting rid of the assistants, but I've never even noticed that they're present, so they're unobtrusive.
10: Yes, Always On Display does what you expect. I have mine set to switch off overnight, but that's entirely optional.
11: Yes, I get notification counters on things like Aquamail.
12: I've been using Nova since the day I bought it. No problems.
14/15: For context, I get annoyed by these kinds of issues, and I won't buy another Huawei phone for exactly these reasons. On the S10 Lite, as currently configured, I get all notifications and widgets update as expected (agenda, Google Keep etc.), so I'm happy enough. I had to turn off 'Adaptive Power Saving', 'Adaptive Battery' and 'Put unused apps to sleep' to achieve that, though, and I've added a number of apps to 'Apps that won't be put to sleep'.
sosimple said:
Lol.. This is huge. I'll reply to some
Click to expand...
Click to collapse
Thank you very much guys! Your replies clarified a lot!
Did you/could you perhaps check if Good Locks and #hex Installer can be used together or if you have to pick one to customize the system?
gcogger said:
11: Yes, I get notification counters on things like Aquamail.
Click to expand...
Click to collapse
I'm not sure if I worded it correctly in the OP so I fixed it now, but could you please clarify if this refers to the Always on Display?
Maranex said:
I'm not sure if I worded it correctly in the OP so I fixed it now, but could you please clarify if this refers to the Always on Display?
Click to expand...
Click to collapse
Ah, sorry, misunderstood. I get 3rd party notification icons on the AOD but I've not seen a counter, I'm afraid.
Maranex said:
Thank you very much guys! Your replies clarified a lot!
Did you/could you perhaps check if Good Locks and #hex Installer can be used together or if you have to pick one to customize the system?
Click to expand...
Click to collapse
Am using Finelock & #hex installer. There is no problem whatever.
sosimple said:
13 yes to all, i use it always. (I use the hacked completely black amoled version, not the gray one, last version).
Click to expand...
Click to collapse
Hello, you could tell me where you found this version ? Or better, if you had a direct link please
Thank you
zenat said:
Hello, you could tell me where you found this version ? Or better, if you had a direct link please
Thank you
Click to expand...
Click to collapse
https://mega4up.com/ih6eow8etf3e
https://forum.mobilism.org/viewtopic.php?f=429&t=3820892&hilit=YouTube
https://up-load.io/download.htmla
One of those should work i believe.
sosimple said:
https://mega4up.com/ih6eow8etf3e
https://forum.mobilism.org/viewtopic.php?f=429&t=3820892&hilit=YouTube
https://up-load.io/download.htmla
One of those should work i believe.
Click to expand...
Click to collapse
Hello, I finally received my s10, so I tested the version you gave me, but, I must have missed something, it comes out in gray not in black
https://zupimages.net/viewer.php?id=20/40/16ns.jpg
zenat said:
Hello, I finally received my s10, so I tested the version you gave me, but, I must have missed something, it comes out in gray not in black
https://zupimages.net/viewer.php?id=20/40/16ns.jpg
Click to expand...
Click to collapse
I don't understand why.. One file name has the word "black" so i dont think i mistaken the files..
Try setting, go to general, display, and then choose the black theme therel settings - vanced setting - display settings (or something like this, i translate from my language), and there is also a black theme setting there. Although i does think this is the problem..
Try also the new version here :
(The specific link it's not pirate or something, it is only for vanced hack)
https://forum.mobilism.org/viewtopic.php?f=429&t=3888296&hilit=Vanced
You must install no root, black arm64 version. I think you need sai application from playstore to install the file you will download.
sosimple said:
I don't understand why.. One file name has the word "black" so i dont think i mistaken the files..
Try setting, go to general, display, and then choose the black theme therel settings - vanced setting - display settings (or something like this, i translate from my language), and there is also a black theme setting there. Although i does think this is the problem..
Try also the new version here :
(The specific link it's not pirate or something, it is only for vanced hack)
https://forum.mobilism.org/viewtopic.php?f=429&t=3888296&hilit=Vanced
You must install no root, black arm64 version. I think you need sai application from playstore to install the file you will download.
Click to expand...
Click to collapse
thank you it works perfectly with this version :good:
Hi.
I rooted my S10 lite and everything working fine but in settings - phone info I have wrong number model sm-a300f. How can I fix it? Could anyones send me build.prop, please?
Thank you.

Categories

Resources