WhatsApp forced dark mode Android 10 not working - ASUS ZenFone 6 (2019) Questions & Answers

Does anyone know why the forced dark mode toggle in developer settings doesn't affect WhatsApp on this phone? This actually does work in general given that there are countless guides and screenshots online on this matter but strangely it doesn't work on the Zenfone 6. It does affect pretty much all the other apps except WhatsApp

Maybe because dark mode for WA is not available yet?
The only way I know to hack the developing dark mode in WA is to be rooted to be able to alter /data/data/com.whatsapp/shared_prefs/com.whatsapp_preferences.xml
Add the following line : <boolean name="dark_mode" value="true" />
Then force close whatsapp and you'll have the theme option available in WA settings.

I know the official dark mode isn't available yet.
I meant the Android 10 system wide dark mode and specifically the toggle in the developer settings to force dark mode on all apps even those that don't have a native dark mode.
This toggle works for all of my tested apps e.g. Google translate but strangely not for Whatsapp.
But thanks very much for the info below. I already added the line and the dark theme looks pretty complete already in the latest stable release.
Kind regards
Edit: I just downloaded the latest beta version v366 and the dark theme activated automatically. So no need for tinkering.
papete said:
Maybe because dark mode for WA is not available yet?
The only way I know to hack the developing dark mode in WA is to be rooted to be able to alter /data/data/com.whatsapp/shared_prefs/com.whatsapp_preferences.xml
Add the following line : <boolean name="dark_mode" value="true" />
Then force close whatsapp and you'll have the theme option available in WA settings.
Click to expand...
Click to collapse

Related

[MOD] Hack Samsung MultiWindow Framework

Lennyuk said:
So it seems that only certain apps work with multi-screen and it is not just samsung apps.
Here I plan (with your help) to create a difinitive list of all apps that will work.
I have already noticed that some apps allow themselves to be splitscreened even when they do not appear in that list e.g. official twitter app.
Some apps you will find when you press the edit button, you can then drag them to the main list, or remove ones you do not use.
Samsung Apps
- ChatON
- Email
- Gallery
- Internet
- Messaging
- S-Note
- Video Player
Google Apps
- Chrome
- Gmail
- Maps
- Talk
- Youtube
Third Party Apps
- Facebook
- Official Twitter app
- Polaris (Viewer)
Note: you will need to be using Samsung stock keyboard to benefit from typing when on multi-screen mode, otherwise your keyboard will cover the entire bottom screen.
Click to expand...
Click to collapse
Here is all the info until now. Few days i go i received my new device N7100
Hello,
¡I just found some a nice surprise!
looking at running services, finally found that com.sec.android.app.FlashBarService its how control what app get listed in our whilelist apps to keep it on multiwindows.
XML info its saved at: /data/data/com.sec.android.app.FlashBarService\shared_prefs/flash_bar_list.xml
Code:
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<int name="com.sec.chaton.HomeActivity" value="1" />
<int name="com.google.android.apps.chrome.Main" value="2" />
<int name="com.android.email.activity.Welcome" value="3" />
<int name="com.sec.android.gallery3d.app.Gallery" value="4" />
<int name="com.facebook.katana.LoginActivity" value="5" />
<int name="com.google.android.gm.ConversationListActivityGmail" value="6" />
<int name="com.google.android.talk.SigningInActivity" value="7" />
<int name="com.android.browser.BrowserActivity" value="8" />
<int name="com.google.android.maps.MapsActivity" value="9" />
<int name="com.android.mms.ui.ConversationComposer" value="10" />
<int name="com.twitter.android.StartActivity" value="11" />
<int name="com.infraware.filemanager.FmFileTreeListActivity" value="12" />
<int name="com.sec.android.app.videoplayer.activity.MainTab" value="13" />
<int name="com.google.android.youtube.app.honeycomb.Shell$HomeActivity" value="14" />
<int name="NUM_APP_IN_FILE" value="15" />
<boolean name="FILE_SAVE" value="true" />
</map>
After deoxing flashbarservice and jar it ive got the clear sources! Thats whats im going to share here!
Our interesting right now its allow to give new apps in the whitelist, i tried to manage a few things, like dont allow write, not autosave, and adding by myself my some of this functions in FlashBarInfo.java must to be retouched.
I need some sleep maybe tomorrow finally i can bypass the filters!
Regards,
Kasha
Nice job
Today im back at home, after the missrate searching over the frameservice from the multiwindow, everytime cfg files are changed, instead no write permission or whatever so i think that we have more troubles doing on this part.
Searching for a while a found the first idea. Look at the SystemUI & framework!
SystemUI/com\android\systemui\multiwindow is our folder.
MultiWindowControlPanel.java
MultiWindowListPanel.java
MultiWindowReflector.java
RunningTasksLoader$1$1.java
RunningTasksLoader$1.java
RunningTasksLoader.java
SplitPanelView$1.java
SplitPanelView$2.java
SplitPanelView$3.java
SplitPanelView$4.java
SplitPanelView.java
Utilities.java
Click to expand...
Click to collapse
res\layout\status_bar_multi_window_arrange.xml
res\layout\status_bar_multi_window_list.xml
Click to expand...
Click to collapse
I found some interesting info about how the system reads and class our apps.
As I said on the previous thread in the general section:
After looking around a bit, I have collected enough info about this.
If I ever get a note 2 (which I'm thinking about), I am sure I can give the user the ability to add apps to the multiwindow bar. But only if .
Anyway, I honestly wish good luck to everyone trying this .
PS. has anyone tried adding a package name into the string array, inside arrays.xml?
for example, the package name of skype, add it in the bottom, install skype and see if it appears. (It should)
Click to expand...
Click to collapse
Man I wish I could help, but I don't even have my Note 2 yet, or well the knowledge of how to do it. I wish y'all the best of luck, I know this hack for multi-window will blow up once it's finally released in the US, Canada, etc. Thanks for the time.
adding apps to the list is as easy as adding a new package name to the arrays.xml in framework-res.apk
Paul o'Brien (Modaco) posted a pic on twitter yesterday as proof of concept, he had plume and a game, subway surfers, running in multi-screen.
What we really need now is to think of the best way to handle this so that we can easily have all the apps people would want in the list:
1) one way would be to make a list of apps people use and build one giant xml list, this is not ideal but would work.
2) another way would be to have some sort of app to rebuild the xml file based on your installed apps at that time
3) the best way will be to remove the check itself completely, or point the check somewhere else so we can make a local list say on the sd card.
I hope so bad, that someone can manage it. Would be awesome and it doesn't seem to be much complicated.
Well I did just toy with the idea of making a quick dirty VRTheme update.zip to change the xml file to a new list of pre-defined items.
Then I remembered that the xml we need to edit is in /res/values/arrays.xml
VRTheme cannot update /values/ files as the apk needs to be decompiled and recompiled to edit these, no one has come up with a way to do this via an update-script yet.
So that quick fix is out the window.
Lennyuk said:
Well I did just toy with the idea of making a quick dirty VRTheme update.zip to change the xml file to a new list of pre-defined items.
Then I remembered that the xml we need to edit is in /res/values/arrays.xml
VRTheme cannot update /values/ files as the apk needs to be decompiled and recompiled to edit these, no one has come up with a way to do this via an update-script yet.
So that quick fix is out the window.
Click to expand...
Click to collapse
i dont know about VRTHEME, but in alliance ROM using ROm customizer app, one can flash the theme with *.xml files as well
I'm reading this thread and I can't wait to dive into dalvik and try to hack this.
Tonight I am getting my note 2, and I hope to learn lots by exploring this hack.
Have messed around with XMLs and decompile/recompile, also some dalvik but not much.
Paul O'Brien has managed to allow all apps to be shown, not sure what he has done yet to allow this, he said its not finished so we won't know for sure until he is happy with it and releases it, but is certainly a positive start.
grgsiocl said:
i dont know about VRTHEME, but in alliance ROM using ROm customizer app, one can flash the theme with *.xml files as well
Click to expand...
Click to collapse
APK's generally have lots of xml files, some are editable and visible if you just open the apk up as if it was a .zip, these can be changed by the methods there are availiable to do via update.zip (VRTheme or people who have since copied this idea).
some of them are hidden until you decompile the app these are generally the files in /values/.
In the case here the xml we want to edit is in /values/ so there is no existing way an update.zip could edit these.
Hi guys.I will try and help.dont have anytime on my hands these days..very slow internet as my dorms use wireless connection.I have stopped a few other mods on the Note II for about a week now including a rom i was going to upload..
Tonight i will sit down and have a look at whats given in this thread and i can try and update the list with the most popular apps around,and maybe compile a simple app in C++ that can simply add apps to the xml list without you having to open it .well will see.
I have made a new framework-res.apk with a handful of apps that I use (no games, not much point).
I will make it into an update.zip and upload it soon.
this is not a perfect fix as obviously you will only have the apps I added to the list but it might keep some of you going until we get a real fix
Look out for some pretty major news from Modaco later about this split-screen feature too
Lennyuk said:
Look out for some pretty major news from Modaco later about this split-screen feature too
Click to expand...
Click to collapse
Where can we follow modaco?
My mod is here - http://forum.xda-developers.com/showthread.php?t=1939780
You can follow modaco at Modaco.com or on twitter @paulobrien and @modaco
Lennyuk said:
I have made a new framework-res.apk with a handful of apps that I use (no games, not much point).
I will make it into an update.zip and upload it soon.
this is not a perfect fix as obviously you will only have the apps I added to the list but it might keep some of you going until we get a real fix
Click to expand...
Click to collapse
Hope its got xda app most used here probably ...thx
Sent from my GT-N7100 using xda premium
stesteste said:
Hope its got xda app most used here probably ...thx
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
sorry, I forgot about that, I added tapatalk but not xda's version

[APP][2.1+] Sound Toggle And Lock - Standalone Or For MIUI Lockscreen

I've started using the MIUI ROM and I really liked it apart from missing the ability to toggle your phone sound from on / off via the lockscreen.
So, I decided to make my own application that helps to get around this issue! It's great as a standalone application when your phone doesn't have a sound toggle from the lockscreen or can be incorporated into a MIUI lockscreen!
All you have to do is unlock your phone, tap on the Sound Toggle And Lock icon and your phone will re-lock while toggling between sound on or sound off. Simples!
You can even incorporate it into your MIUI lockscreen theme with the following intent:
For the donate version:
Code:
<Intent action="android.intent.action.MAIN" package="com.nemiyen.soundtoggleandlock" class="com.nemiyen.soundtoggleandlock.Main$Lock"/>
Or this for the free version:
Code:
<Intent action="android.intent.action.MAIN" package="com.nemiyen.soundtoggleandlockfree" class="com.nemiyen.soundtoggleandlockfree.Main$Lock"/>
Sound Toggle And Lock can be found on the Google Play store here:
https://play.google.com/store/apps/details?id=com.nemiyen.soundtoggleandlock
Sound Toggle And Lock FREE can be found on the Google Play store here:
https://play.google.com/store/apps/details?id=com.nemiyen.soundtoggleandlockfree
I've even STL (Sound Toggle And Lock) modified 3 themes to show how easy it is or how it can be used:
https://www.box.com/s/a0bmzkc6n4z6tey6dm49
MD5: 118AD358A84F7F87E4F8BEDD72DD4A07
(Screenshot 1) STL Mario Unlocker which is based on the V4 version with sounds by picard666:
http://forum.xda-developers.com/showthread.php?t=1348369
https://www.box.com/s/ky621peh4g5cj1s3tbvl
MD5: 5A6B3AAC81EF82229DA5B4625806299C
(Screenshot 2) Which is the STL modified theme of Caroline HD3 by Vipitus, modified by me to show your next alarm, next calendar entry (5 days in advance) and has the camera shortcut too.
Original:
http://forum.xda-developers.com/showpost.php?p=22228325&postcount=204
https://www.box.com/s/mk2erqylsk06ieexyis6
MD5: 3461F1B8C8840D8FBBF89A3A6AF0896D
(Screenshot 3) Which is the STL version of the MIUI 5 points lockscreen with the browser modified to my STL application
All of the above themes work by using the donate version of Sound Toggle And Lock. If you want to use the free version then all you need to do is use 7zip to modify the manifest.xml file in the following path ThemeFile\lockscreen\advance\ from:
Code:
<Intent action="android.intent.action.MAIN" package="com.nemiyen.soundtoggleandlock" class="com.nemiyen.soundtoggleandlock.Main$Lock"/>
to:
Code:
<Intent action="android.intent.action.MAIN" package="com.nemiyen.soundtoggleandlockfree" class="com.nemiyen.soundtoggleandlockfree.Main$Lock"/>
I also have another application called Toggle Sound And Lock which does exactly the same as above but will use vibrate when your phone is on silent.
Toggle Sound And Lock can be found on the Google Play store here:
https://play.google.com/store/apps/details?id=com.nemiyen.togglesoundandlock
And can be used on the MIUI lockscreen with the following intent:
Code:
<Intent action="android.intent.action.MAIN" package="com.nemiyen.togglesoundandlock" class="com.nemiyen.togglesoundandlock.Main$Lock"/>
Toggle Sound And Lock FREE can be found on the Google Play store here:
https://play.google.com/store/apps/details?id=com.nemiyen.togglesoundandlockfree
And can be used on the MIUI lockscreen with the following intent:
Code:
<Intent action="android.intent.action.MAIN" package="com.nemiyen.togglesoundandlockfree" class="com.nemiyen.togglesoundandlockfree.Main$Lock"/>
A limitation of MIUI is that when you call this application from the lockscreen your phone will unlock for 250ms (quater of a second) and then re-lock. I can't change this unfortunately but if MIUI make it so you can call an application from the lockscreen WITHOUT unlocking your phone then I will release Sound Toggle and Toggle Sound (Without the "And Lock" bit!).
If anyone has a favourite lockscreen and you would like me to STL modify it then please send me an email or PM and I will try my best! Let me know how you want it to work etc and I will give it a go. I only have a HTC Desire to test it on so the lockscreen needs to work on this phone first, unfortunately.
Thanks for looking! All my applications have a FREE version but if you like my work or would like to show your appreciation then please consider downloading the donate version of my application from the Play store (only 50p!).
Reserved Post 2
Reserved Post 3

[THEME][SUBSTRATUM][OOS] OnePlus AOD Customizer

This theme is a very simple customization of "OxygenOS Always On Display" but i think many of you will like it
THIS THEME WILL NOT ENABLE AOD (ALWAYS ON DISPLAY)
Features
- Colorize or hide the Ten Digit/Digit/Percentage with Digit Customizer
- Colorize or hide the Date/Owner Text with Text Customizer
- Colorize or hide the Battery with Battery Customizer
-- Set some transparency to make the AOD more "ambient"
- Modify the LiftUp Time, Notification Time and hide the Analog Clock Background with Modifier
Pro/Con
+ This doesn't harm the Notification Popup, it's still at max brightness
- The notification icons are not customizable atm. If someone knows how i'd be happy to hear
Howto
You have to install Substratum first to apply the theme and reboot after applying any change
Compatibility
Compatible with any OnePlus Device running 8.1 and 9.0
Feedback
Feel free to contact me with improvements or bugs in this thread or via pm
Thanks
@isetnt for testing and optimizing
Donation
Buy me a Beer Cheers!
Mirrors
OP-AOD-Digit-Customizer-v3
OP-AOD-Text-Customizer-v3
OP-AOD-Battery-Customizer-v1
OP-AOD-Modifier-v1
Release Date: 2018-08-17
Last Updated: 2018-11-26
Changelogs
Digit Customizer
Code:
v3
- New Colors (Blue4, BlueGrey, Lime, Turquoise, Orange2, Orange3)
- Ability to hide the Percentage
v2
- Split into two Themes: Digits and Text (due to limitations of substratum)
- New Colors
- Ability to hide the date
- 75% is now called 25% to improve the sorting/overview but it's the same value
Text Customizer
Code:
v3
- New Colors (Blue4, BlueGrey, Lime, Turquoise, Orange2, Orange3)
- Ability to hide the Date and Owner Text
Battery Customizer
Code:
v1
- All Colors from Digit and Text Customizer available
-- Special One with 3 Charging-Steps (15%,25% and above 25%) in Red, Yellow and Green
- Ability to hide the Battery
Modifier
Code:
v1
- Change how long a notification is shown
- Change how long the ambient display is shown after the liftup gesture (only makes sense for the ambient display)
- Hide the analog clock background image
Instructions
To explanation: AOD is a background process and enabled substratum themes only apply when the process starts "fresh".
So if it doesn't apply for you, be sure to follow these steps
- Select your colors (the OPAod title becomes pink)
- Reboot your Device
- Go to theme manager (the OPAod title is yellow)
- Enable it (the OPAod becomes green)
- Reboot or force close the aod process
- Done
Thanks for your efforts and work of bringing a theme to customize Ambient display/AOD.
Udzi said:
This theme is a very simple customization of "OxygenOS Always On Display" but i think many of you will like it
Features
- Colorize the Ten Digit/Digit with different colors
- Set some transparency to make the clock more "ambient"
Pro/Con
+ This doesn't harm the Notification Popup, it's still at max brightness
- The battery icon and notification icons are not customizable atm. If someone knows how i'd be happy to hear
- Due to limitations of substratum i had to focus on digits and then "the rest". If you'd like to set different color for battery percentage, owner info etc. i have to create more themes or predifined templates ... let's see how you feel about the first release
Howto
You have to install Substratum first to apply the theme and reboot after applying any change
Compatibility
My Device is a 5T but it should be compatible with any OnePlus Device running 8.1
Question
Is there a need for colorizing the analog clock? If yes, it will be another Theme too...uh....
Feel free to contact me with improvements or bugs in this thread or via pm
Thanks
@isetnt for testing
Version Information
Status: Initial Release
Release Date: 2018-08-17
Last Updated: 2018-08-17
Click to expand...
Click to collapse
That looks really nice ?
Have you noticed significant battery drain? Other AODs usually drain about 3-5% per hour.
Thanks for sharing!
Works great on my OP5T. Great Job.
I'd love to be able to color the other elements like date/batt/slogan.
Works fine on op5t OB13. Would love to see default bright red option for other time digits too
how to enable it
RaktimDey said:
how to enable it
Click to expand...
Click to collapse
After you've installed it in substratum you will have to reboot then go into manager search for aod and this theme will show up as not enabled enable it and you're good to go.
---------- Post added at 09:49 AM ---------- Previous post was at 09:49 AM ----------
fadyfareed said:
Works great on my OP5T. Great Job.
I'd love to be able to color the other elements like date/batt/slogan.
Click to expand...
Click to collapse
We are currently working on that.
It doesn't work for me I'm running on open beta 14 and I have my device rooted with aod magisk module..I tried to apply the theme and enable it after reboot...nothing happens after then!
Same here with ob13, aod or lift up same thing, nothing changes whatever I choose
Working brilliant with Open beta 14 and no limits 3.1.
Varun82786 said:
It doesn't work for me I'm running on open beta 14 and I have my device rooted with aod magisk module..I tried to apply the theme and enable it after reboot...nothing happens after then!
Click to expand...
Click to collapse
leo06 said:
Same here with ob13, aod or lift up same thing, nothing changes whatever I choose
Click to expand...
Click to collapse
- First reboot.
- Then go into the manager tab in substratum.
- Search for aod select it and press on the layer icon.
- Click change overlay state or enable.
If it still doesn't work.
- Restart systemUI or reboot.
First, thank you guys for your Feedback, i'm glad you like it
To explanation: AOD is a background process and enabled substratum themes only apply when the process starts "fresh".
So if it doesn't apply for you, be sure to follow these steps
- Select your colors (the OPAod title becomes pink)
- Reboot your Device
- Go to theme manager (the OPAod title is yellow)
- Enable it (the OPAod becomes green)
- Reboot or force close the aod process
- Done
It is definetly working as you can read from other posts on different versions: OB13, OB14, with AOD Magisk Module, inactivity screen etc.
FYI: I'm going to release some new colors and maybe some additions soon
isetnt said:
Have you tried rebooting then go into the manager tab of substratum search for aod and selecting the installed layer. After its selected press layer icon and press enable. Then if it says enabled and still doesn't work restart system UI or reboot.
Click to expand...
Click to collapse
Another reboot after I select it in manager did the trick, now is working
Thanks Dev it did work for me...
Keep up the good work..
Thanks for the guidance and step by step instructions
It really helped me...
link not working
Vibhor_redmi said:
link not working
Click to expand...
Click to collapse
It works. Maybe you have a Proxy or something?
Udzi said:
It works. Maybe you have a Proxy or something?
Click to expand...
Click to collapse
Did you plan to add more customizations ?
make the brightness 30% if u can
AtZ SpeKtruM said:
Did you plan to add more customizations ?
Click to expand...
Click to collapse
Yes. We are planning to add support for more parts of the aod.

[Guide] Customize the shape of QS Tiles

If you use a Custom ROM (e.g. Havoc/Xtended/crDroid etc.) where you can choose the design of the QS tiles, you can change the tile shape in the following way:
Choose a simple tile shape, I take the design "Teardrop" as an example here in the tutorial.
Search under /system/app/ the folder QstileTeardrop with the apk QStileTeardrop.apk. If there are no QStile....-folders in your ROM, you have to search... I was able to work on the following QStiles well (others caused some problems somehow or I didn´t try): Inkdrop, Mountain, Ninja, Pokesign, Squaremedo, Teardrop, Wavey.
Take the QStileTeardrop.apk to the computer and decompile the apk (e.g. with apktool).
Import the file ic_qs_circle.xml as Vector Drawable on this page: https://shapeshifter.design.
This file is in the following folder of the decompiled apk: ...\QstileTeardrop\res\drawable.
Export the image as SVG.
Open the exported SVG (vector.svg in Downloads) with Inkscape/Adobe Illustrator. If you don't see anything the fill color is probably white like the background. As background you now have a document/page in the size you need (this might varies depending on Custom ROM).
Change the path according to your imagination or create a new shape, or import an image that you convert into a path. Adjusts the path to the page so that it does not protrude beyond the document/page. It is best to center the path vertically and horizontally so that the icons (WIFI icon, Bluetooth icon, airplane icon, etc.) are also well centered.
Save your path as SVG (YourCustomTile.svg). Now go back to https://shapeshifter.design and import this SVG. Before that you should delete the old path with File > New. In the preview window at the top you can see if the alignment and size of the tile design on the background is okay. Click on path in the lower left corner and copy everything in the field "pathData".
Open the file ic_qs_circle.xml (in ...\QstileTeardrop\res\drawable) in an editor (e.g. Notepad++). Now insert the path (LettersAndNumbers) from the field "pathData" between the quotation marks:
<path android:fillColor="#ffffffff" android: pathData="Insert_new_path_here" /> (Without spaces between : and p, this results in a ...)
If you have several paths, they just come among one another:
<path android:fillColor="#ffffffff" android: pathData="Path1" />
<path android:fillColor="#ffffffff" android: pathData="Path2" />
<path android:fillColor="#ffffffff" android: pathData="Path3" />
Compile and sign the QstileTeardrop.apk and replace the old one on your mobile phone. The QS-tiles now have your own tile design under the name Teardrop. A restart may be necessary, in my ROM it is enough to switch between the designs.
exactly what i was looking for .
Thank you so much
edit: everything worked great , i made couple and they all worked (a preview attached).
but i'm having a problem now , as i said above , everything worked UNTIL i restarted my phone , they revert back the the default style , so let's say i changed the apk of QstileTeardrop.apk and it worked and showed the one i made , then i restarted my phone , it shows the system default style -not even the old teardrop style- , and when i check in settings it shows that QstileTeardrop is still selected , and if i select a different one -one that i didn't edit- it works , and if i go back and select the QstileTeardrop it shows the default again , it is like as if it is not there , the phone/system is not reading the file . i tried with 3-4 different ones and still the same result .
any help ?
Great tuto thanks. One question I want to change icon of as tiles and stay bar but where is it located ? Frameworks or systemUI ? Is it in XML ?
I'm on havoc Android 10
EgyBob said:
... UNTIL i restarted my phone , they revert back the the default style...
Click to expand...
Click to collapse
oh, sorry. I'm quite out of the loop since I have a new mobile. So I think I can't help you unfortunately, I never had that problem. Do you have maybe any Magisk modules active that might be causing this?
Bradco said:
Great tuto thanks. One question I want to change icon of as tiles and stay bar but where is it located ? Frameworks or systemUI ? Is it in XML ?
I'm on havoc Android 10
Click to expand...
Click to collapse
It may not work under Havoc 10. I think that not all functions (like QS Tiles menu) are implemented in Havoc 10 like in previous versions. But as written above I'm a little out of loop, I don't really know about havoc 10...
C-3OP said:
It may not work under Havoc 10. I think that not all functions (like QS Tiles menu) are implemented in Havoc 10 like in previous versions. But as written above I'm a little out of loop, I don't really know about havoc 10...
Click to expand...
Click to collapse
No problem I confirm no change with havoc 10, anyway thanks for your answer

RATIO ⑤ Launcher (This thread is C L O S E D )

This is new launcher from Blloc team.
It's a new and unique launcher.
This is not my work. I'm presenting as it is.
The app available in playstore.
The google playstore link is
https://bllocosn.page.link/qDHtjSmmte7iRSRXA
Or click playstore
Ratio 4 themes quick look
Video tutorial
About enabling root cards
Official website of Blloc ™ launcher
here
Download "ratio tool" for your windows and mac to give additional permissions.
Download link :*Ratio tool
Join our Telegram group
HAVE A DIFFERENT LOOK FOR YOUR ANDROID PHONE
Enjoy and
HIT THANKS
Reserved
UPDATE v4.0.5 (January 23, 2021)
#### Fixes/Improvements:
- Permissions - Remove unused "access location in background" permission
- Root - Qwant card - Match design with the rest of Root cards
- Tree - Close all full screen views (Settings, Permissions Manager, etc) when pressing a Tree notification
- Wallpapers - Fix custom wallpapers getting reset on phone reboot
__________________________________________________________
UPDATE v4.0.4 (January 18, 2021)
New features:
- Tree - Possibility to lock the tree with biometrics (setup in Tree Settings)
#### Fixes:
- Tree - Fix telegram notification not showing up
- Tree - Fix notifications ringing twice
- Tree - Fix duplicated WhatsApp messages
- Tree - Add option to edit/delete tags in Tree settings
- Root - Pinned cards - buttons inside pinned cards not working on some devices
__________________________________________________________
Update v4. 0.1
Update v4.0.0 (December 11, 2020)
(Available only 30%of users)
New features:
- Tree - Tree messaging hub: You can now have all your conversations (from supported messaging apps: WhatApp, Messenger Lite, Telegram, Instagram) in one screen, merge different conversations from the same person, group conversations using tags, and more!
- Tiles - Added support for moonshine color icon pack
- General - 4 themes: Sun, Focus, Light (translucent), Dark (translucent)
_____________________________________________________
Pro Tips :
monochrome/color mode switching
By selecting ratio as assistant app, swiping from menu can turn your screen/app into monochrome and vise versa.
To get this feature, you must give permissions through pc/laptop blloc desk tool.
___________________________________________________
Long press on tile to change tile color to dark, light, lemon tint
Long press and leave when vibrates
Change color tile by swiping up or down
Close and save changes
Screenshots are in page 4, #34
_____________________________________________________
Xiaomi users:
Who is not able to get lemon tint and some issues with tiles, try this.
Miui12 has dark mode, systemwide and per app. Systemwide is OK for ratio when dark, but per app mode for ratio has to be OFF. (suggested by user @jazzh
Hello!
I've been using racio from the beta phase now I have installed it from play store on my xiaomi mi 9t. Can I resize font somehow, its too small?
jazzh said:
Hello!
I've been using racio from the beta phase now I have installed it from play store on my xiaomi mi 9t. Can I resize font somehow, its too small?
Click to expand...
Click to collapse
You can change font size by changing density of your phone. It is in developer options.
You can also change no. of icons in ratio settings. When you change density, you may need to restart phone.
Sharath Mane said:
You can change font size by changing density of your phone. It is in developer options.
You can also change no. of icons in ratio settings. When you change density, you may need to restart phone.
Click to expand...
Click to collapse
Yes, but dpi will also change all fonts size in all the apps. Its a pitty there's no font size option in Ratio. Such a trivial issue...
jazzh said:
Yes, but dpi will also change all fonts size in all the apps. Its a pitty there's no font size option in Ratio. Such a trivial issue...
Click to expand...
Click to collapse
Yes, but they are trying to implement this in near future updates.
You can join blloc community to wish the features.
They have been working hardly to add most wonderful features from the beginning.
Coming soon
Tree (Coming Soon)
All messaging platforms. Under one roof. Telegram, WhatsApp, Instagram,
Facebook Messenger, and more. Brought together for the first time. Stop
endlessly switching between apps. Ratio aggregates and merges conversations across all messaging apps so you'll never drop the ball again.
That would be great.
Ratio is trending #2 in playstore now
Coming soon - light theme
More is in que..
3 layer everything.
CARDS
TILES
TREE
To enable the advanced ColorTouch and AppLocking features please download our Desktop Companion app from your computer (Windows / OSX) and follow the instructions.
For any queries about Ratio can be posted here and will be answered.
Take a look at my home screen, what's wrong with it? I gave all permissions from adb, xiaomi mi9t miui 12
jazzh said:
Take a look at my home screen, what's wrong with it? I gave all permissions from adb, xiaomi mi9t miui 12
View attachment 5116135
Click to expand...
Click to collapse
That may due to lack of loading lines icon pack.
Never happened before.
Give all permissions to Ratio app.
And do not put any batteey restriction to Ratio. It will adopt app usage.
If you are able, grant permissions through blloc tool from pc/laptop.
Sharath Mane said:
That may due to lack of loading lines icon pack.
Never happened before.
Give all permissions to Ratio app.
And do not put any batteey restriction to Ratio. It will adopt app usage.
If you are able, grant permissions through blloc tool from pc/laptop.
Click to expand...
Click to collapse
All permissions given from pc. Battery excluded.
jazzh said:
All permissions given from pc. Battery excluded.
View attachment 5116235View attachment 5116237View attachment 5116239View attachment 5116241
Click to expand...
Click to collapse
Do you have lines icon pack in your phone? If it is deleted accidentally , it won't show icons.
If your problem persist you can post your bug in here.
You will get the great response.
https://community.blloc.com/
Please give me direct link for lines icon pack on PS
jazzh said:
Please give me direct link for lines icon pack on PS
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=com.natewren.linesfree
It may not work. If doesn't work, uninstall Ratio and reinstall. Before that, you can backup Ratio configuration in ratio settings.

Categories

Resources