[MOD][Xposed][8.1] ForceDarkModeOreo - Xposed Framework Modules

Force Dark Mode for Android Oreo (8.1)
Google introduced Android's new WallpaperColors API for Android 8.1 in December 2017.
This module is for bypassing the API by returning always black color values to force system wide dark mode and to save your eyes of the light theme UI. Dark theme is automatically enabled when using dark wallpapers, but the problem is usually live wallpapers which must implement the API as they are dedicated applications and in control of the wallpaper rendering, otherwise system defaults to using light theme.
The module is really simple at first (version 1.0) as there's no options or user interface, but I accept feedback and help for future development when it's needed and/or wanted.
Requirements
Android 8.1 (API 27) or newer
Xposed Framework version 90 or newer
Usage
Download and enable module
Reboot.
Embrace the darkness.
Links
Download APK
Xposed repository
Github repository

Does this enable dark theme in settings too? Or just notification panel?

TENN3R said:
Does this enable dark theme in settings too? Or just notification panel?
Click to expand...
Click to collapse
This module enables global dark mode by fakeing wallpaper color. Every app that observes WallpaperColor API for theming (like System UI) are effected.
Settings app doesn't implement color theming, so it stays white.

I guess this won't work on Oreo 8.0, will it?
If so, do you have any other idea how to get rid of the sunglasses if using my phone in a dark room? Think it's kind of annoying that they switched from dark grey to nearly white

Is it possible to implement the exact opposite? (Option to force light mode when a dark wallpaper is on)?

rickysidhu_ said:
Is it possible to implement the exact opposite? (Option to force light mode when a dark wallpaper is on)?
Click to expand...
Click to collapse
I agree with this man I'm just kinda bored of dark mode and I think white might look quite clean :laugh:

Is it possible to get this to work with Oreo 8.0?

ElChupaNibre said:
Is it possible to get this to work with Oreo 8.0?
Click to expand...
Click to collapse
No, dark theme was implemented on Android 8.1 by original Android developers. I'm not responsible for the actual theme and this module is for force enabling it.
Read the first post.
Edit: You could check if Android Oify has this feature.

CR4IGY_BOY said:
I agree with this man I'm just kinda bored of dark mode and I think white might look quite clean :laugh:
Click to expand...
Click to collapse
I'm working on an option to choose between dark and light mode.

Joas8211 said:
I'm working on an option to choose between dark and light mode.
Click to expand...
Click to collapse
Awesome thankyou

Is there any way to choose which color you want to force? Like be able to force green or orange for example. Nice work so far.

rvarma01 said:
Is there any way to choose which color you want to force? Like be able to force green or orange for example. Nice work so far.
Click to expand...
Click to collapse
There's an app in Playstore which does this. It's called LWP+

All text in the notification from Maps is black on black. Any suggestions how to fix this?

Sorry for my weird question? but i can't download apk for this module?. This link send me to its source code of the app.
Do i have to compile source code to use module?.I don't know how to compile source code to install apk
---------- Post added at 06:08 AM ---------- Previous post was at 06:05 AM ----------
Gouravgamer said:
Sorry for my weird question? but i can't download apk for this module?. This link send me to its source code of the app.
Do i have to compile source code to use module?.I don't know how to compile source code to install apk
Click to expand...
Click to collapse
I got it, link in the exposed module for apk. but still how to compile? Do I have to use pc for this.

Anyway to get this to work on nougat rooted without xposed installed?
Would be very glad or a similar app to theme the whole phone
Substratum seems to give me problems

Hi'yall
First of all thanks for the mod it would be great.
It truly enables the dark mode even on the app drawer. Which is being missed by the next dark theme forcer app. But this makes fb messenger, the full version (orca) crash as soon as i try to open a chat thread. Remove the mod and it is fine... Not enough to disable it...
Have u guys felt this or is it only for me?
Btw i am on:
Xiaomi redmi note 4 mido
Los 15 straight from lineage.
Magisk latest
Xposed sdk 27

I install it and enable it in xposed but my n960f seems nothing happened.

Updates Incoming (some day)
Because of a number of the feature requests in this thread, I'm planning to do a big upgrade and add compability for modern (eg. Android 10) versions in the future. The plan is to add support for users that aren't using Xposed and fix bugs that has risen from Android updates. That would include stock Android users and Magisk users or other mod framework users, if and where possible.
Feature Requests
Don't expect for the upgrade to come too soon, but I promise that I'll continue working on this project when I can. I have really to tight schedule so just hang a bit and submit bug reports and / or feature requests.
For proper tickets visit the GitHub repository's issues page and add the features you want there.

hi there.i sooo much want this module.will it work on alpha omega rom oreo 8.. on the lg v20...pleaseee

serpent android said:
hi there.i sooo much want this module.will it work on alpha omega rom oreo 8.. on the lg v20...pleaseee
Click to expand...
Click to collapse
Well. The module is made for Android Oreo 8.1, so I don't see why it wouldn't work. I haven't tested it with other than stock Nexus 5x, but the changes are made for AOSP.
Report back if you can't get it to work. I'm happy to help if you got any issues. I will not guarantee that I will make any updates since this is kind of forgotten and "left as is" project of mine.

Related

[XPOSED] Chrome Color Killer (for default address bar color)

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:

[MOD] [H2O2][OB2] New accent colours

Features
- New accent colors in Light Theme: Wine, Navy Blue, Green (the default color in OOS 3.2.8)
- New accent colors in Dark Theme: White, Red and Lime (from OOS 3.2.8)
Instructions
1. Make nandroid before you flash this.
2. Download the zip and flash it.
3. Hit thanks and enjoy
Bugs
-While using dark theme the names of colours are not synced(Will not affect appearance)
For reporting bugs, please attach screenshots if possible
Compatibility
V7.0 for Open beta 2
Downloads
Ob2
Drive link(v7.0)
https://drive.google.com/file/d/0B6FY-XKZtgn4NmVwNjZWN2x4dkU/view?usp=drivesdk(beta)
Revert back to ob11(op3)/ob2(op3t)
https://drive.google.com/file/d/0B6FY-XKZtgn4eGFEWW52ZVVGcGs/view?usp=drivesdk(beta)
Do not get confused because ob11 on OnePlus 3 is same as ob2 on 3t
Credits
Thanks to @ungeeked
@Rajeev
@Nishidh(me)
Hit the thanks button if my work helped
Invalid link. The file doesn't exist.
Just tested, the aroma installer is gone, which is kind of a downside, plus, it made my system settings crash every time I tried to open it..
adanteon said:
Just tested, the aroma installer is gone, which is kind of a downside, plus, it made my system settings crash every time I tried to open it..
Click to expand...
Click to collapse
This is for the open Beta's. I'm assuming you got it mixed up with this thread . That's why there is no aroma installer and you are getting the crashes.
Sent from my OnePlus 3T using XDA Labs
Thanks a lot for this. I'm glad that someone took the relay in this.
For those who want dark notification, the developer has no time for that. So you could try installing this substratum theme, if your rom supports it, and just theme the notification tray.
https://play.google.com/store/apps/details?id=com.r3ds.divinitytheme
(If stating this information here is breaking some rule let me know I'll remove it immediately)
dustin_b said:
This is for the open Beta's. I'm assuming you got it mixed up with this thread . That's why there is no aroma installer and you are getting the crashes.
Click to expand...
Click to collapse
Welp, seeing the same name and a superior version number got me a little confused, then... Thanks for the head up
adanteon said:
Welp, seeing the same name and a superior version number got me a little confused, then... Thanks for the head up
Click to expand...
Click to collapse
I agree. It is confusing.
Sent from my OnePlus 3T using XDA Labs
who are success install it ?
ddaharu said:
Thanks a lot for this. I'm glad that someone took the relay in this.
For those who want dark notification, the developer has no time for that. So you could try installing this substratum theme, if your rom supports it, and just theme the notification tray.
https://play.google.com/store/apps/details?id=com.r3ds.divinitytheme
(If stating this information here is breaking some rule let me know I'll remove it immediately)
Click to expand...
Click to collapse
How do you specifically theme the notification tray?
please can you create file to work in 3.5.3 ??

[Oreo] Substratum Theme Compatability

Has anyone had any luck applying Substratum/other overlays on Oreo (specifically CRA1)?
I have Andromeda, Sungstratum, all that stuff installed.
Yes but it took a while to find out how it worked. I'm rooted BTW so I don't need Andromeda.
Compile & activate the theme.
Reboot.
Go to substratum - manager
Activate all overlays again
Reboot
That's how it works for me.
reppi said:
Yes but it took a while to find out how it worked. I'm rooted BTW so I don't need Andromeda.
Compile & activate the theme.
Reboot.
Go to substratum - manager
Activate all overlays again
Reboot
That's how it works for me.
Click to expand...
Click to collapse
This works for me to!! Thankyou, finally got my clock into the middle. Thankyou!
How do you root CRA1?
Just recently got the manual Oreo CRA1 update coming from Nougat on T-Mobile S8+. It is incredibly quicker and much more fluid.
On Substratum I'm on Swift Black Complete Edition, along with Material Black from Samsung Themes. On Nougat that worked buy using the "Sungstratum" add on from the Play Store. When I upgrade to Oreo 8.0, I was no longer able to see Sungstratum in the Play Store. Instead, Substratum asked for another plug-in to allow it to run fully, Andromeda. So of course, had to buy that too.
But anyway, it's working nice. Visually that is. After finally being able to set it up to where I need it. Although, I am only still trying to figure out how to get a dark overlay for the notification card. Haven't figured that out yet.
You will have installation issues of overlays if you upgrade to Oreo CRA1 because of the new different plug-in used to activate Substratum. In my case, here is what I had to do when I installed a new overlay from a new theme. The symptom is, I install an overlay, but it doesn't show in under the "Manager" tab. Only under the theme and in the orange color, so it's saying that it's disabled. No matter however many times I select the overlay and choose options and re-enable overlay OR change overlay status, nothing happens.
What I had to do was simply restart the phone, run the Andromeda client from my computer and then go back to the overlay in Substratum and enable it, only then does it enable and turn green. The overlay actually installls this time.
I hate that part. Sucks for when trying and messing with new overlays just to try them out, makes the whole process just a freaking hassle.
Now, to the real question. You know how to get dark notification cards? Maybe dark notification tiles for the lock screen ?? that would be awesome.
0
---------- Post added at 05:24 AM ---------- Previous post was at 05:23 AM ----------
ktimque said:
How do you root CRA1?
Click to expand...
Click to collapse
No need for root. Substratum doesn't require it.
omar0aziz said:
Just recently got the manual Oreo CRA1 update coming from Nougat on T-Mobile S8+. It is incredibly quicker and much more fluid.
On Substratum I'm on Swift Black Complete Edition, along with Material Black from Samsung Themes. On Nougat that worked buy using the "Sungstratum" add on from the Play Store. When I upgrade to Oreo 8.0, I was no longer able to see Sungstratum in the Play Store. Instead, Substratum asked for another plug-in to allow it to run fully, Andromeda. So of course, had to buy that too.
But anyway, it's working nice. Visually that is. After finally being able to set it up to where I need it. Although, I am only still trying to figure out how to get a dark overlay for the notification card. Haven't figured that out yet.
You will have installation issues of overlays if you upgrade to Oreo CRA1 because of the new different plug-in used to activate Substratum. In my case, here is what I had to do when I installed a new overlay from a new theme. The symptom is, I install an overlay, but it doesn't show in under the "Manager" tab. Only under the theme and in the orange color, so it's saying that it's disabled. No matter however many times I select the overlay and choose options and re-enable overlay OR change overlay status, nothing happens.
What I had to do was simply restart the phone, run the Andromeda client from my computer and then go back to the overlay in Substratum and enable it, only then does it enable and turn green. The overlay actually installls this time.
I hate that part. Sucks for when trying and messing with new overlays just to try them out, makes the whole process just a freaking hassle.
Now, to the real question. You know how to get dark notification cards? Maybe dark notification tiles for the lock screen ?? that would be awesome.
0
---------- Post added at 05:24 AM ---------- Previous post was at 05:23 AM ----------
No need for root. Substratum doesn't require it.
Click to expand...
Click to collapse
I'm using the Coffee theme that crayonyes has in the forums for my blacked out settings and notifications. Then using Andromeda for middle clock, nav bar, blacked out apps, etc. Working great so far.
wruyter80 said:
I'm using the Coffee theme that crayonyes has in the forums for my blacked out settings and notifications. Then using Andromeda for middle clock, nav bar, blacked out apps, etc. Working great so far.
Click to expand...
Click to collapse
how did you get this theme and this black notification ?it's part of coffee theme ?
also for the QS the icons are awesome
narcisse56789 said:
how did you get this theme and this black notification ?it's part of coffee theme ?
also for the QS the icons are awesome
Click to expand...
Click to collapse
Yep. Search Coffee in the forums and install it. It will then be in your Samsung themes to apply. It will black out your settings, phone, contacts and notifications. The QS Tile color comes from the coffee theme. The actual icons are from a Substratum theme.
wruyter80 said:
Yep. Search Coffee in the forums and install it. It will then be in your Samsung themes to apply. It will black out your settings, phone, contacts and notifications.
Click to expand...
Click to collapse
thank you i find it
i will try it.
there will be no problem with substratum overlays?
narcisse56789 said:
thank you i find it
i will try it.
there will be no problem with substratum overlays?
Click to expand...
Click to collapse
I've had no problems. I would disable your overlays before you apply coffee. Apply coffee and see if the notifications are blacked out. If they are Grey change the resolution on your display back and forth and see of that fixes it. If that doesn't rebooting should fix it. The only minor drawback to this theme is that Samsung wants to kill it after it's been applied for 10 minutes. To stop that from happening once you get the theme working properly go in to developer options and stop the themes app. Then go in to settings-Apps-Enable system apps and clear cache and data for the Samsung themes app and the themes app. It seems like a lot of work but once you've done it a few times it only takes a minute or 2. Any time you reboot your phone you will have to redo that process. Hope it works out for you. Reach out with any other questions.
wruyter80 said:
I've had no problems. I would disable your overlays before you apply coffee. Apply coffee and see if the notifications are blacked out. If they are Grey change the resolution on your display back and forth and see of that fixes it. If that doesn't rebooting should fix it. The only minor drawback to this theme is that Samsung wants to kill it after it's been applied for 10 minutes. To stop that from happening once you get the theme working properly go in to developer options and stop the themes app. Then go in to settings-Apps-Enable system apps and clear cache and data for the Samsung themes app and the themes app. It seems like a lot of work but once you've done it a few times it only takes a minute or 2. Any time you reboot your phone you will have to redo that process. Hope it works out for you. Reach out with any other questions.
Click to expand...
Click to collapse
the notification wrote in white that's great thanks for your help
narcisse56789 said:
the notification wrote in white that's great thanks for your help
Click to expand...
Click to collapse
No problem. Some notifications depending on the app might come in grey. Most should work though.
wruyter80 said:
No problem. Some notifications depending on the app might come in grey. Most should work though.
Click to expand...
Click to collapse
another question it's possible to make disapear the line in the settings sorry for my english
narcisse56789 said:
another question it's possible to make disapear the line in the settings sorry for my english
Click to expand...
Click to collapse
I don't think so
wruyter80 said:
I don't think so
Click to expand...
Click to collapse
thanks for the help this theme is awesoe
wruyter80 said:
I'm using the Coffee theme that crayonyes has in the forums for my blacked out settings and notifications. Then using Andromeda for middle clock, nav bar, blacked out apps, etc. Working great so far.
Click to expand...
Click to collapse
Thanks. I'll have to check it out and see.
---------- Post added at 02:23 AM ---------- Previous post was at 02:11 AM ----------
Thank you sir!! This is currently working very nicely on Oreo.
Here's the link to the Coffee thread.
https://forum.xda-developers.com/galaxy-s8 /themes/theme-c-o-f-f-e-e-t3676994/amp/
Please guide me I am using S8 exynos variant with orea ota but hand'nt had any luck in installing substratum on this phone. I have both substratum and andromeda installed and bought via playstore.
omar0aziz said:
Just recently got the manual Oreo CRA1 update coming from Nougat on T-Mobile S8+. It is incredibly quicker and much more fluid.
On Substratum I'm on Swift Black Complete Edition, along with Material Black from Samsung Themes. On Nougat that worked buy using the "Sungstratum" add on from the Play Store. When I upgrade to Oreo 8.0, I was no longer able to see Sungstratum in the Play Store. Instead, Substratum asked for another plug-in to allow it to run fully, Andromeda. So of course, had to buy that too.
But anyway, it's working nice. Visually that is. After finally being able to set it up to where I need it. Although, I am only still trying to figure out how to get a dark overlay for the notification card. Haven't figured that out yet.
You will have installation issues of overlays if you upgrade to Oreo CRA1 because of the new different plug-in used to activate Substratum. In my case, here is what I had to do when I installed a new overlay from a new theme. The symptom is, I install an overlay, but it doesn't show in under the "Manager" tab. Only under the theme and in the orange color, so it's saying that it's disabled. No matter however many times I select the overlay and choose options and re-enable overlay OR change overlay status, nothing happens.
What I had to do was simply restart the phone, run the Andromeda client from my computer and then go back to the overlay in Substratum and enable it, only then does it enable and turn green. The overlay actually installls this time.
I hate that part. Sucks for when trying and messing with new overlays just to try them out, makes the whole process just a freaking hassle.
Now, to the real question. You know how to get dark notification cards? Maybe dark notification tiles for the lock screen ?? that would be awesome.
0
---------- Post added at 05:24 AM ---------- Previous post was at 05:23 AM ----------
No need for root. Substratum doesn't require it.
Click to expand...
Click to collapse
Jazsharma said:
Please guide me I am using S8 exynos variant with orea ota but hand'nt had any luck in installing substratum on this phone. I have both substratum and andromeda installed and bought via playstore.
Click to expand...
Click to collapse
This method worked for me. I agree this is annoying to have to restart the phone connect to the pc and run the andromeda application then go back in substratum and enable the overlays just to see the changes. But if you want it you'll do it
Jazsharma said:
Please guide me I am using S8 exynos variant with orea ota but hand'nt had any luck in installing substratum on this phone. I have both substratum and andromeda installed and bought via playstore.
Click to expand...
Click to collapse
If u are on oreo u dont need to install andromeda
enideruon said:
If u are on oreo u dont need to install andromeda
Click to expand...
Click to collapse
I'm on oreo an substratum wont work with out andromeda. If your not on oreo then you probably don't need andromeda

Huawei themes does not working anymore :'(

Hi everyone, I have a p20 lite ane-lx3. Since October security patch update, when I want to apply one theme, the theme doesn't apply properly because the status bar and navigation bar doesn't change :'(
I don't know if I have problems with my phone or huawei quit that feature.. Have you been experiencing this?
Thank you.
PS: I have done two factory reset on the phone.
Did you restart your phone after applying the theme?
Yeahmään said:
Did you restart your phone after applying the theme?
Click to expand...
Click to collapse
Yes, I did but nothing changed. Also I did two factory reset but didn't work :'(
Hmm don't know Bro. Restart after applying theme worked for me. Then the themes loaded correctly.
you should send your phone to repair
I am experiencing the same problem. It seems like the last couple of updates changed some things and that has broken the theming engine. I guess we will just have to wait till the next update where it might get fixed.
even I too want to confirm that there is nothing wrong with the phone. People are not checking their phones properly and are under the impression that their themes are working properly. To know if a theme is working fully, after applying a theme and reboot, check if icons under settings applet have changed or not, check whether status bar icons are changing or not, if having VoLTE connection, check whether its changing to HD instead of VoLTE(applicable for some themes), battery icons and even some apps interface (usually the Calculator).
Currently the only thing that is working is changing of app icons, wallpapers and a few colors like message/sms colors, and nothing else unless you use Xposed to tweak your visuals or some substratum theme engine. Even Huawei too confirmed that their theme engine is broken and they are working on a fix with Android 9 update, but they are clueless about when it will be released for beta testing, but they confirmed that development of emui for p20 lite is on the works and broken themes wont be fixed until l Android 9.
However some noobs are happy that their app icons got changed and are celebrating the fact that theme engine is working properly.
@fbh59
Thnx for the tip. Feeling like a big noob right now.
Never realised that only the dialer, icons and colours changed whilst changing themes.
:cyclops:
djg269 said:
@fbh59
Thnx for the tip. Feeling like a big noob right now.
Never realised that only the dialer, icons and colours changed whilst changing themes.
:cyclops:
Click to expand...
Click to collapse
yes!!! let me attach a theme, kindly test and post your screenshots. I shall show you the difference between your smartphone visuals and that of mine. I can showcase as I am still with September patch. But I am not sure whether I can show the difference as you seem to use P10
Thanks, tested it and only things that don't change are settings menu icons and status bar.
Nice theme, no fan of apple so I'm not going to use it but nice work!!
Huawei Theme Engine Broken
While these are the screen visuals of my screen with an older security patch. I didn't use any substratum theme engine or Xposed tweaks to change the colour within apps like Play Store, VLC. Even Outlook interface was changed to Red instead of usual blue, but couldn't post it due to all confidential items inside it.
P.S: I don't know whats so "apple" in it? I used this theme just for a neat status bar. Used a different theme for app icons. The only thing I had to bear is under software version it shows ios 11 instead of emui 8(but who visits that screen). Lockscreen too can be changed. I might use an app like Theme Editor for EMUI to change status bar icons, but certain things are not changed like displaying HD instead of VoLTE. Copy pasting of this theme's status bar into other themes and building a new theme too does no help.
Hence the problem
Sh*t. I have the same problem with December patch for p20 lite.
App icons are changing but icons on settings are stock icon
fbh59 said:
even I too want to confirm that there is nothing wrong with the phone. People are not checking their phones properly and are under the impression that their themes are working properly. To know if a theme is working fully, after applying a theme and reboot, check if icons under settings applet have changed or not, check whether status bar icons are changing or not, if having VoLTE connection, check whether its changing to HD instead of VoLTE(applicable for some themes), battery icons and even some apps interface (usually the Calculator).
Currently the only thing that is working is changing of app icons, wallpapers and a few colors like message/sms colors, and nothing else unless you use Xposed to tweak your visuals or some substratum theme engine. Even Huawei too confirmed that their theme engine is broken and they are working on a fix with Android 9 update, but they are clueless about when it will be released for beta testing, but they confirmed that development of emui for p20 lite is on the works and broken themes wont be fixed until l Android 9.
However some noobs are happy that their app icons got changed and are celebrating the fact that theme engine is working properly.
Click to expand...
Click to collapse
Just received EMUI 9.1 (9.1.0.132) and the themes are still broken also did a reset + cleared cache. Is there any other solution?
Huawei themes does not work!
When I enter the app no themes apply
I may have found it, read this:
''We appreciate the feedback and would like to share some background information and clarifications.
The Overlay Manager Service (OMS) is intended for device manufacturer's use. OMS, in its current form, is not designed to be a generic theming feature -- more design considerations will need to be put into it in order to uphold Android platform's security and product standards for users. Accordingly, OMS has never been advocated as a public developer feature.
Earlier this year a security patch (CVE-2017-13263) was released to OEMs for Android Oreo devices. The patch restricts the installation of overlays to pre-installed or system-signed apps, in response to a legitimate security issue raised in Android Oreo. Android Pie also includes this critical security patch, so it restricts overlays in the same way as does Android Oreo.
We understand that custom theming is an important capability for some users. We will take your feedback into consideration with any future work in this area.''
Source: https://www.google.com/amp/s/www.an...ath-rootless-substratum-theming-android-p?amp
Don't report this to Huawei, they can't do much about it and only Google can, but they have to find a way to get rid of the security issue before making it work again.
Try this apk
asmOne said:
Try this apk
Click to expand...
Click to collapse
Doesn't help for me
Zapthos said:
Doesn't help for me
Click to expand...
Click to collapse
Sent a screen shot of about your device
asmOne said:
Sent a screen shot of about your device
Click to expand...
Click to collapse
Ok
Theme manager is less useful then before. Huawei is getting more and more restricted like Apple. I hate that

[MOD][XPOSED] AOD Always On Display Low Brightness Fix with compatible weather Icon

This is a temporary fix for those Samsung devices or maybe other AMOLED devices that do not support AOD brightness control and facing too low brightness like me in the dark.
If your device doesnt support AOD Brightness Control than it has 2 brightness levels 2NIT or 60NIT. When it is low I find it too dark so we can keep it bright all the time by aaplying 3 or more lux or even if you want to keep it low all the time then you can input 2.0 or less.
Keeping it bright wont impact on power consumption too much.
Tested on Samsung A50 and should work with almost all sAMOLED devices.
Updates:
V1.2 now with inbuilt compatible weather Icon.
Specially made for AOD can be viewed without much of stress.
No sticky notification
Shows +temp in Neon Green and - in Neon Blue color respectively.
The Icon will try to stay in front
The Icon updates precisely
The Icon will work even if the module is disabled.
Credits:
WardellBagby for providing open source code.
rovo89 for makke this module possible.
Surviving with android (by Francesco Azzola)
i have the exact opposite problem with my Asoap rom based on lineage ...AOD is to bright ...can i use this for that?
Yes try with less than 2 lux. You can do it in my app
kslakhani said:
Yes try with less than 2 lux. You can do it in my app
Click to expand...
Click to collapse
I am on pie now, pie seems to not support xposed as far as i know ...any plans to make it a magisk module?
I am already on pie and using edxposed.
Xposed is not officially supported for pie yet but you can use EdXposed.
Goto magisk manager and install Riru-core and EdXposed Sandhook or Yahfa varsion
Then install EdXposed Installer from herehttps://github.com/solohsu/XposedInstaller/releases/tag/Ed_v2.2.4
Thats it all your xposed modules will work
Updated V 1.2 with AOD compatible weather Icon
Google Maps freezes. Had to uninstall.
Sent from my unknown using Tapatalk
---------- Post added at 17:21 ---------- Previous post was at 17:20 ----------
To be clear : had to uninstall the xposed module
Sent from my unknown using Tapatalk
pr1jker said:
Google Maps freezes. Had to uninstall.
Sent from my unknown using Tapatalk
---------- Post added at 17:21 ---------- Previous post was at 17:20 ----------
To be clear : had to uninstall the xposed module
Sent from my unknown using Tapatalk
Click to expand...
Click to collapse
There is nothing to do with any google apps. All it does is change the lux when screen goes off.
Mine works great. My device is Galaxy A50 with Pie.
May be you have other module installed and get conflicts with it.
Try to disable other modules.
dosent work on s8
Tried on S8. set NIT value to 2. brightness remains constant high. unlike before it used to go low based on light sensor .
i want to set AOD brightness to always low value. any help will be appreciated.
Hey, (maybe) dumb question: Where do I get this? I don't see any links. I'm especially interested in the code.
solarkraft said:
Hey, (maybe) dumb question: Where do I get this? I don't see any links. I'm especially interested in the code.
Click to expand...
Click to collapse
hi there
the module is here
the main code is attached. You have to have a knowledge Android develpment and how to make Xposed module
solarkraft said:
Hey, (maybe) dumb question: Where do I get this? I don't see any links. I'm especially interested in the code.
Click to expand...
Click to collapse
pm me for if you want whole project:}
kslakhani said:
hi there
the module is here
the main code is attached. You have to have a knowledge Android develpment and how to make Xposed module
Click to expand...
Click to collapse
Hi, can you release it to LSPosed? I can't find it there, and the XPosed repo link doesn't load

Categories

Resources