[App][Unofficial][MOD][21/06/2020] /Domi04151309/AlwaysOn (Oneplus8Mod) - OnePlus 8 Pro Themes, Apps, and Mods

Hi all,
i used this https://github.com/Domi04151309/AlwaysOn AllwaysOn app i like it! and i decide to mod a few things to work better with our OnePlus 8 Pro.
needless to say. BIG Thx to Domi04151309 for his work.
changes:
- Fingerprint on AllwaysOn. longpress and keep the Finger on screen until its unlocked
- doublepress takes you to lockscreen
- Mediainfo on Lockscreen (doubleclick for play/pause; longpress next track)
- Notificationicons are colored
based on his version 3.7 and keep in mind earlybeta
have fun
inteks
yesterday i was happy by the low batteryusage of alwayson. then i started "wizards unite" and just locked the screen. in 20min i got 4% battery lost BUT this was counted as batteryusage of alwayson !!!
it seems while alwayson is running and its the "app" in foreground. EVERTHING that runs and use battery in background is counted as batterusage of alwayson !!!
so pls dont trust the usage in batteryinfo....
ps: does NOT work together with apps like aodNotify or arc Lightning....
ps: version 2 .... found a few bug if installing first time. now it should work
sourcecode: https://github.com/int3ks/AlwaysOn/
update version beta 0.3: changelog -> https://forum.xda-developers.com/showpost.php?p=82779667&postcount=14
updated to version 0.5 (still beta) changelog -> https://forum.xda-developers.com/showpost.php?p=82794149&postcount=24
updated to 0.7 changelog -> https://forum.xda-developers.com/showpost.php?p=82811659&postcount=33
updated to 0.8 changelog -> https://forum.xda-developers.com/showpost.php?p=82822155&postcount=41
update 0.9 changelog -> https://forum.xda-developers.com/showpost.php?p=82887131&postcount=47
update 9.1:
-fixed the doubletap powerbutton start camera bug

Will this work with the Energy Ring App?
Gesendet von meinem IN2023 mit Tapatalk

Fails to install on OOS 10.5.8 EU.
Edit V2: works perfectly, wish there was an option to disable FP icon, also the position of icon is a bit off.

MarcoG: said:
Will this work with the Energy Ring App?
Gesendet von meinem IN2023 mit Tapatalk
Click to expand...
Click to collapse
pls test. but i dont think...
areyouanand said:
Fails to install on OOS 10.5.8 EU.
Click to expand...
Click to collapse
i had posted the unsigned debugapk... pls try download again.

version 2 .... found a few bug if installing first time. now it should work

I have to root the op and install riru or something? Can you make a easy guide for everyone? Thanks ?

vuoshino said:
I have to root the op and install riru or something? Can you make a easy guide for everyone? Thanks [emoji172]
Click to expand...
Click to collapse
I believe it's a magisk module
Sent from my IN2025 using Tapatalk
---------- Post added at 02:29 PM ---------- Previous post was at 02:28 PM ----------
Does the fingerprint icon remain on the screen always?
Sent from my IN2025 using Tapatalk

czerdrill said:
I believe it's a magisk module
Sent from my IN2025 using Tapatalk
---------- Post added at 02:29 PM ---------- Previous post was at 02:28 PM ----------
Does the fingerprint icon remain on the screen always?
Sent from my IN2025 using Tapatalk
Click to expand...
Click to collapse
just install. its an apk. but yes its better with root.
the fingerprint remains... to know where to press and hold
Gesendet von meinem IN2023 mit Tapatalk

I tried and works without root. The stuff on the screen moves sometime or not? Because if are fixed i think the burn in is easy.
Edit: i saw that there is an option to prevent it but the finger doesnt move. There is a option to unable it?

vuoshino said:
I tried and works without root. The stuff on the screen moves sometime or not? Because if are fixed i think the burn in is easy.
Edit: i saw that there is an option to prevent it but the finger doesnt move. There is a option to unable it?
Click to expand...
Click to collapse
the finger also moves! but only max 10dp... dont know how many pixel that is.
but it has to be near to the sensor to work
with root it need less battery. because of a cmd that put the phone into low power mode. this only works with root!
Gesendet von meinem IN2023 mit Tapatalk

Any chance of removing the light for finger print

c_86 said:
Any chance of removing the light for finger print
Click to expand...
Click to collapse
Or replace it with a very transparent icon and only have the actually icon pop-up when the screen is touched. Overlay a black box with the icon and when screen is touched/updated it removes the box and shows the original icon

like the others have said, i would very much like for the option to set the fingerprint icon as a transparent image , due to the image retention nature, im very leery of burn in

hi..
ok here is a new beta. changed a few things:
1. mediacontrol: to avoid unwanted input. now you have to doubletap on mediainfo to enable control. after that single tap is play/pause and swipe left or right for next/prev track
2. animation time: i changed the timeinput from 2min to 120sec. so you can test with i.e. 2 sec and see the controls moving if you worry about burnin.
3. fingerprint: you can set a alpha value from 0 to 10 ... 0 you see no fingerprint and 10 is full
4. you can enter low_power mode without root !!! you have to grant permission with adb shell ->
Code:
adb shell pm grant io.github.domi04151309.alwayson android.permission.WRITE_SECURE_SETTINGS
the is also a batchscript in "Dieser PC\IN2023\Interner gemeinsamer Speicher\Android\data\io.github.domi04151309.alwayson\files\_Always"
to explain. the original version use this
Code:
Root.shell("settings put global low_power 1")
Root.shell("dumpsys deviceidle force-idle")
to go into lowpower state
this ->
Code:
Settings.Global.putInt(this.contentResolver, "low_power", 1)
is possible without root if you grant the WRITE_SECURE_SETTINGS permission
i'll attach the new version in First post

Running good.
I don't know if it's by design. But whenever it's on I put my finger near the finger print icon (which is not in the same location as the actually reader) but it sometimes will then wake and scan my finger other times it just doesn't respond and takes for me to constantly tap on the screen to get some sort of action.

Also
It's draining battery like no tomorrow. I had it installed. Had quite a few notifications come in and didn't touch my phone for 2 hours. And I dropped 25% in battery life and was quite noticibly warm. This was with all the battery saving switches on.

c_86 said:
Also
It's draining battery like no tomorrow. I had it installed. Had quite a few notifications come in and didn't touch my phone for 2 hours. And I dropped 25% in battery life and was quite noticibly warm. This was with all the battery saving switches on.
Click to expand...
Click to collapse
i got 8% in 3 hours... witch is not so bad... maybe something else is going wrong
what settings did you change from default in alwayson ??

inteks said:
i got 8% in 3 hours... witch is not so bad... maybe something else is going wrong
what settings did you change from default in alwayson ??
Click to expand...
Click to collapse
Need to check the refresh rate, from what i have heard, it runs at 60. if this can be controlled, the battery consumption and the heating issue will be solved.
I might be completely wrong.

areyouanand said:
Need to check the refresh rate, from what i have heard, it runs at 60. if this can be controlled, the battery consumption and the heating issue will be solved.
I might be completely wrong.
Click to expand...
Click to collapse
next version will force 60hz on alwayson
adb shell settings put global oneplus_screen_refresh_rate 1
and set userselected refresh on exit
im testing at the moment. update soon

Hi there,
I am on non rooted. I have obeserved this strange behavior: If you use it in a pocket, a reminder goes on that you are in pocket mode. This reminder stays on while you are inside the pocket and causes battery drain and potential burn in. Can you check it please: Just cover the brightness sensor with your hand.

Related

Protected apps in EMUI 8.0 (Gravity screen for example)

Hi Guys,
I moved from IOS to Android with the lovely mate 10 recently. The feature I miss most is the raise to wake.
After trying different apps, gravity screen is the one that works the best.
However, after lock screen for more than few minutes, the screen wake up stop working.
When I charge my phone, it works 10/10, so i suppose it is related to battery saving features of the EMUI.
Anyone has any suggestion to fix the problem? I have so far tried "ignore battery optimization", "launch manually".
THe app tells me to use protected apps but I do not see anywhere in EMUI settings.
Have you tried toggles in settings>Battery>Launch>Select gravity app>Run in Background
warea said:
Have you tried toggles in settings>Battery>Launch>Select gravity app>Run in Background
Click to expand...
Click to collapse
yes i have allowed all three launching methods. (self-trigger, triggered by others and running in background.
The problem seems to be the sensor being turned off after screen goes black for a while.
tiantianisfox said:
The problem seems to be the sensor being turned off after screen goes black for a while.
Click to expand...
Click to collapse
Any updates? I cant make it work properly as well...
Ask the dev .. very friendly and helpful.
daniello8 said:
Ask the dev .. very friendly and helpful.
Click to expand...
Click to collapse
its more about the EMUI 8 I guess, than the app itself.
Hello guys, Any updates on this issue? I have the same problem.
Thanks
---------- Post added at 09:36 AM ---------- Previous post was at 08:49 AM ----------
I have found out how to sort it out as per Rogerrynic quote below.
rogerinnyc said:
It's buried, but you have to "ignore battery optimizations" by going into settings, then apps, then clicking the setting button at the bottom of the apps page, then "special access" and then "allow" the apps you want to survive in "ignore battery optimization". At least that's how it's on my Mate 10 (non-pro), so I suspect it's the same for you.
Click to expand...
Click to collapse
Smart assist>motion control>pick up>wake up
I have same problem.
I have same problem.+++

Night Clock??

Hi
On the S7 Edge you have the option for AOD and night clock. I have looked, according to me, everywhere for night clock, but can't find it. Has it been removed or can someone tell me where to go to setup night clock?
sorry to say its been removed since the s8.
That's crap....it's one feature I used on the S7 edge, having aod constantly on chows the battery...perhaps an apk of the night clock feature?
termdj said:
That's crap....it's one feature I used on the S7 edge, having aod constantly on chows the battery...perhaps an apk of the night clock feature?
Click to expand...
Click to collapse
they do have some thing that resembles it called edge clock which you can set at night, it shows only at the edge but its quite useless. I just ended up leaving AOD on only at night didnt see that much drain, my phone is in airplane mode though.
I was to believe that AOD only used 1% battery per day?
The edge clock is the thing that is missing or that I cant locate..I can't find it under edge panels or anywhere...the clock that sits on the side of the edge screen. The aod took 2 % per hour on my s7 edge..on the s9+ it takes 3% per hour
I just got my new phone today and noticed this was gone as well -- this sucks!!! It was great to glance at my bedside table and see the time in the dark. Crapola.
termdj said:
That's crap....it's one feature I used on the S7 edge, having aod constantly on chows the battery...perhaps an apk of the night clock feature?
Click to expand...
Click to collapse
You can setup a schedule for the aod so it only comes on when you need it.
Sent from my SM-G965U using Tapatalk
---------- Post added at 08:20 PM ---------- Previous post was at 08:19 PM ----------
Lembo said:
I was to believe that AOD only used 1% battery per day?
Click to expand...
Click to collapse
I could be wrong but I'm pretty sure it's 1% per hour.
Sent from my SM-G965U using Tapatalk
vw65bus said:
You can setup a schedule for the aod so it only comes on when you need it.
Sent from my SM-G965U using Tapatalk
---------- Post added at 08:20 PM ---------- Previous post was at 08:19 PM ----------
I could be wrong but I'm pretty sure it's 1% per hour.
Sent from my SM-G965U using Tapatalk
Click to expand...
Click to collapse
Yes its 1%/hr not per day. I have tested it overnight with and without and its 1% drain per hour
They put in into AOD as style....View attachment 4448931
Gesendet von meinem SM-G965F mit Tapatalk
inteks said:
They put in into AOD as style....View attachment 4448931
Gesendet von meinem SM-G965F mit Tapatalk
Click to expand...
Click to collapse
Yeah, but when I select this, it will show during day also :/ Useless..
Agree - also it's not at the edge (not into the curve) - so doesn't show as well from an angle...I miss this feature from the S7 edge..
ForbEx said:
Yeah, but when I select this, it will show during day also :/ Useless..
Click to expand...
Click to collapse
You can control the times when AOD displays.
meyerweb said:
You can control the times when AOD displays.
Click to expand...
Click to collapse
Yeah but not for night clock.. during night will be screen off..
ForbEx said:
Yeah but not for night clock.. during night will be screen off..
Click to expand...
Click to collapse
You can set a time for it to be on anytime. Even at night. View attachment 4457742
Sent from my SM-G960U using Tapatalk
The point that the fan of the S7 Edge approach is trying to make is that he can not set the phone up to switch between two *different* always on setups automatically in a rotation on the S9.
As an example, on the S7 Edge, one could set:
-Always on display with clock and date displayed in large letters on the center of the screen as 8am to 11pm.
- Night clock with the date and time sideways on the edge of the phone and nothing in the center from 11pm to 8am.
Though they've folded the night clock look into the always on display feature, so you can get an always on display that looks like the old night clock, the OP can't duplicate the aspect of the functionality that allowed a more typical AOD during the day and the side one during the night without manually going into settings and changing it both when he wakes up in the morning and again when he goes to sleep in the evening (Twice a day). Now he must pick one or the other and any swaps have to be manual where before he could automate. He can limit the one he picks to certain times, and automate that, but he'll get a blank the rest of the day. So, duplicating getting two that switch back and forth automatically at certain times, which is goal, appears impossible.
I actually don't have an S9, but I do have an S7 Edge. I actually found this thread through a search engine where I was wondering if night mode would still be an option in the event I upgrade at some point, so I get exactly where the OP is coming from, and the functionality described here is not the full functionality of the S7 Edge night mode feature. It sounds like they folded part of it into always on display and eliminated the rest.
An "always on display" automated switcher might be a good app for someone to write. You could have the functionality this guy wants, plus it would enable you to do things like have one AOD for work and another for leisure or family hours. You could look at your phone and come to associate one AOD display with work and one with fun. Maybe your work one could be a serious plain clock face and your fun time one could include a zany picture.
I could be incorrect but I was under the impression that the S9/9+ brought back the NightClock*feature? Not the AOD version but the original?
Anyhow, I was able to unlock the original NightClock feature (S7E, VZW, Oreo 8.0) via a simple floating_feature.xml edit. Now I can go to: SETTINGS -> DISPLAY -> NIGHTCLOCK and can set what time I want the clock to turn on/off. Just like the original.
But, sadly, at the set time, nothing happens. AOD turns off, no NightClock.
The problem that I am facing now is that apparently the framework needs to be edited to actually get the clock to display. Until we get the ability to modify Oreo framework this is likely the end of the road for NightClock.
inteks said:
They put in into AOD as style....View attachment 4448931
Gesendet von meinem SM-G965F mit Tapatalk
Click to expand...
Click to collapse
Thankx!!!
charmcitycrab said:
The point that the fan of the S7 Edge approach is trying to make is that he can not set the phone up to switch between two *different* always on setups automatically in a rotation on the S9.
As an example, on the S7 Edge, one could set:
-Always on display with clock and date displayed in large letters on the center of the screen as 8am to 11pm.
- Night clock with the date and time sideways on the edge of the phone and nothing in the center from 11pm to 8am...
Click to expand...
Click to collapse
Exactly. It was an really nice feature on the S7 edge.
I really liked being able to use the regular AOD clocks during the day and the edge clock during the night. Seemingly many other S7e users liked this feature too. Shame when an new "improved" model loses a desirable feature.
I have an S7+ and just updated it to the latest Oreo release, which includes the latest Samsung updates. I've lost my night clock!! It's the best feature of the edge display, one I use all the time. I'm gutted I upgraded now!! Why Samsung? Why??? Btw, the edge clock in this latest update simply doesn't sit within the curve so it's useless!

Global ROM 10.2.1 is out with numerous bugfixes, and new security patch

New Security patch is dated 01.12.2018.
Battery is also tweaked, it is only possible to choose graphical or percentage within the battery itself. Adaptive battery is there, maybe it was not new but I haven't seen it before.
Also, now we have several new option to choose inside multitasking window...
And Gcam fully working too!
aittamattia said:
And Gcam fully working too!
Click to expand...
Click to collapse
Which version please? No stuttering and night sight problems?
I can't tell you about night sight since it's midday over here.... but I can take photo with that, too. No stuttering, everything seems to be working fine! I've installed this one.
Any first impression about the battery ? And wat about the status bar not in line with the notch ? Any fix ?
It is too early to say something about battery.
ismuta said:
It is too early to say something about battery.
Click to expand...
Click to collapse
Meh, standby drain is something you can see easly if you have an app to monitor the battery .
What about the buggy status/bar + notch instead ?
Yes, there is still a battery in the device. It seems that the new version doubled the capacity. 10.1 -> 10.2. And there will be an XIAOMI coffee pot which can be connected to the USB-port. Just download the MIUI V10 coffee brewer app from fuggbatterydiscussions.com. :silly:
Ozozuz said:
Meh, standby drain is something you can see easly if you have an app to monitor the battery .
What about the buggy status/bar + notch instead ?
Click to expand...
Click to collapse
Yes, I lost 10% in less than one hour...
Ozozuz said:
Any first impression about the battery ? And wat about the status bar not in line with the notch ? Any fix ?
Click to expand...
Click to collapse
No changes considering notch and status bar...
Yes no change in notch and status bar alignment. On miii forum they day is solved but isnt
---------- Post added at 01:49 PM ---------- Previous post was at 01:28 PM ----------
Always on work too. All notification. Question the clock Will move only every time i shut down the screen?
pujolsk said:
Which version please? No stuttering and night sight problems?
Click to expand...
Click to collapse
Doesnt matter, its just working now. Yes, night sight too (its amazing).
Is there a link to the fastboot version?
galakty said:
Doesnt matter, its just working now. Yes, night sight too (its amazing).
Click to expand...
Click to collapse
Yes it is working. I am also happy with it.
Today I got the new update, new version of Gcam, and my new case just arrived
drak_19 said:
Is there a link to the fastboot version?
Click to expand...
Click to collapse
Not that I know...
I can confirm notifications are now working in AOD, not all apps notifications are being displayed though. WhatsApp, GMail, Messenger ok, MS Teams and Outlook are not. Also the notifications appear but if you unlock and lock the screen without viewing the notifications they no longer show. Don't seem to be persistent like on the Samsung AOD. Maybe something to do with the notification/clock process which also only occurs once at screen unlock.
Auto-brightness is still shocking (I'm using Velis) and again AOD always turns off in low (no) light, making it very much not 'always on'. Full-screen mode seems to be working better, with animations following gestures being far less laggy.
broster19 said:
Auto-brightness is still shocking (I'm using Velis) and again AOD always turns off in low (no) light, making it very much not 'always on'. Full-screen mode seems to be working better, with animations following gestures being far less laggy.
Click to expand...
Click to collapse
I find auto brightness now is working perfectly in 10.2.1.
It auto adjust within my desired range, instead of the preset range.
hkwildboy said:
I find auto brightness now is working perfectly in 10.2.1.
It auto adjust within my desired range, instead of the preset range.
Click to expand...
Click to collapse
Yes much better now
kekkojoker90 said:
Yes much better now
Click to expand...
Click to collapse
Cool, I'll give it another go. Maybe I was being impatient.
Anyone noticed microlagging especially in Google Chrome after update?
Scrolling is just not really fluid anymore.

[APP] Automate - get Always on Display to turn on only when you get a notification

I was looking for a very simple way of having AOD turn on when receiving a notification only. A quasi notification LED if you will. There was a Tasker method that was a little complicated and didn't work for me that well.
I found that another Tasker-type app does it very simply and very well and takes about 2 mins to step up. Now my AOD only comes on when i get a notification and goes off when i clear the notification.
Here's how to do it:
1. Download Automate from the Play store: https://play.google.com/store/apps/details?id=com.llamalab.automate&hl=en_AU
2. After downloading, go to 'More Flows...' in the menu.
3. Hit 'Start'
4. Search for 'AOD Manager' - the only entry found should be 'AOD Manager v2'. Download it.
5. Go back to main menu and you will now see it there. Run it! You will have to install a few other Automate add ons and allow permissions but that is essentially it.
6. It also turns on AOD when charging.
Works great!
I have nothing to do with the app or the flow - just found it and thought it is a 2 minute install that works.
Can it work if we've got the medium power saving turned on, I think it'll moan because Medium power saving disables the ability to turn on AOD
Still really cool though, thanks for sharing!
crazyguns said:
Can it work if we've got the medium power saving turned on, I think it'll moan because Medium power saving disables the ability to turn on AOD
Still really cool though, thanks for sharing!
Click to expand...
Click to collapse
yes it works as I also run medium power savings, you should turn off AOD in settings before doing this.
Thank you for posting this! Works fantastic!
Great find? Works like a charm. This is exactly how I want aod to work!
Works great, is it possible to remove the automate notification?
attached schedule flow where you can set the time when you don't want the AOD to turn on, for example when going to sleep, add it then edit the time that suits you.
Ceas4r said:
Works great, is it possible to remove the automate notification?
Click to expand...
Click to collapse
yes just turn off notifications for the app.
Very nice idea and taught! I think this should be a stock option.
Thank you.
Can you please also share how you did this with Tasker? I could figure this out myself probably, but have little time and if the task is possible to export or copy, why bother.
[email protected] said:
attached schedule flow where you can set the time when you don't want the AOD to turn on, for example when going to sleep, add it then edit the time that suits you.
Click to expand...
Click to collapse
Hi, how to use it?
ventolino said:
Hi, how to use it?
Click to expand...
Click to collapse
unzip it and import the file in automate app.
Hi, great work, but the autorisations to give to this apk scared me!
Well. Great work, both of you.
/P
It doesnt works for me. I followed all the steps and screen doesn´t turno on when a notification arrives.
same for me, can't get it working.
Gesendet von meinem SM-G975F mit Tapatalk
nobrain3000 said:
same for me, can't get it working.
Gesendet von meinem SM-G975F mit Tapatalk
Click to expand...
Click to collapse
What does the Automate log show?
poczynek said:
What does the Automate log show?
Click to expand...
Click to collapse
here my friend;
I've noticed that after a while AOD will stay on instead of turning off... hmm.
ferap said:
It doesnt works for me. I followed all the steps and screen doesn´t turno on when a notification arrives.
Click to expand...
Click to collapse
nobrain3000 said:
same for me, can't get it working.
Gesendet von meinem SM-G975F mit Tapatalk
Click to expand...
Click to collapse
[email protected] said:
I've noticed that after a while AOD will stay on instead of turning off... hmm.
Click to expand...
Click to collapse
First, make sure that you give both app and flow the needed permissions.
Second, go to the AOD settings and make sure the AOD display mode is set to "Show always". If it's set to "Tap to show" it will not work like intended and you will have to tap the screen twice to trigger the phone to show the AOD.
Once the flow is running make sure to disable the notification for AutomateIt. Otherwise the flow will keep the AOD always on since there is a notification running all the time. Same is for listening to music, the notification will keep the AOD on.
And I suggest to disable the logging since the size of the log will quickly get huge.
When I run AOD and start the flow, AOD is always on (like the name says ) but that's what I don't want!

New OTA update V11.0.8.0.QFAEUXM

Hey !
I just received a new update on my Mi 9, version 11.0.8.0
The update changelog only mention the January Security Patch
Region : France / EEA
Edit 1 : Camera app no longer FC when entering pro mode in certain languages
System
Updated Android Security Patch to January 2020. Increased system security.
Status bar, Notification shade
Fix: Couldn't open notification settings in the Notification shade in Second space
Fix: Couldn't open the Notification shade in some cases
Other
Fix: Images overlapped in scrolling screenshots
Wysłane z mojego MI 9 przy użyciu Tapatalka
Dou you also feel like the scrolling on Chrome changed?
Gokh said:
Dou you also feel like the scrolling on Chrome changed?
Click to expand...
Click to collapse
I use Chrome and I have just as smooth scrolls now with this update as before.
---------- Post added at 07:14 AM ---------- Previous post was at 07:06 AM ----------
_Nexus8_ said:
Hey !
I just received a new update on my Mi 9, version 11.0.8.0
The update changelog only mention the January Security Patch
Region : France / EEA
Edit 1 : Camera app no longer FC when entering pro mode in certain languages
Click to expand...
Click to collapse
The ones that didn't catch the 11.0.7.0 update, and that was a lot of users, have a longer change log.
And they still didn't solved Mi Sound Enhancer and Bluetooth peripherals collaboration albeit big part of population have exactly those peripherals!
January ?? It's a joke ?
Why they don't have the security update of february.... ?
quadeur06 said:
January ?? It's a joke ?
Why they don't have the security update of february.... ?
Click to expand...
Click to collapse
If you just look a little bit further than your nose you might understand the reasons for delay.
I was not expecting an update this soon since many has to stay at home in China.
I updated yesterday and for some reason my stock wallpaper (the one with the mountain) used to be dynamic and change throughout the day (sunrise, sunset, night, etc) and now it's fixed on the night time, if I disable dark mode the wallpaper goes back to being daytime. So it's pretty much a static wallpaper instead of a dynamic one, is there a way to re-activate the dynamic one?
Pires96 said:
I updated yesterday and for some reason my stock wallpaper (the one with the mountain) used to be dynamic and change throughout the day (sunrise, sunset, night, etc) and now it's fixed on the night time, if I disable dark mode the wallpaper goes back to being daytime. So it's pretty much a static wallpaper instead of a dynamic one, is there a way to re-activate the dynamic one?
Click to expand...
Click to collapse
I believe that factory reset will solve Your problems, unfortunately.
Jehonan said:
I believe that factory reset will solve Your problems, unfortunately.
Click to expand...
Click to collapse
Just did that, at first it seemed to be working fine but after setting up the phone at some point I disabled dark mode and enabled again it went back to the same thing.
Pires96 said:
Just did that, at first it seemed to be working fine but after setting up the phone at some point I disabled dark mode and enabled again it went back to the same thing.
Click to expand...
Click to collapse
Did You look at \Settings > Account & Sync > Xiaomi Cloud > Home screen backup ?!
If not, then "old" and "broken" Home screen is always restored so my advice will be to delete those backups and then try again and see will You have any issue with this!
Jehonan said:
Did You look at \Settings > Account & Sync > Xiaomi Cloud > Home screen backup ?!
If not, then "old" and "broken" Home screen is always restored so my advice will be to delete those backups and then try again and see will You have any issue with this!
Click to expand...
Click to collapse
I'm pretty sure I had no backup because I had to setup everything from scratch again, google did restore apps, contacts and such, but home screen, system settings and such I had to do from scratch.
Pires96 said:
I'm pretty sure I had no backup because I had to setup everything from scratch again, google did restore apps, contacts and such, but home screen, system settings and such I had to do from scratch.
Click to expand...
Click to collapse
In Your place I would check this more closely because if I remember correctly this restore behavior is set as"default" for "Home screen" and this item is constantly restored during ROM upgrade or reset.
Just checked, it's disabled. Right now if I disable dark mode the background stays at night time (its almost 8pm so that's normal) i'm going to check tomorrow to see if the problem persists.
Pires96 said:
Just checked, it's disabled. Right now if I disable dark mode the background stays at night time (its almost 8pm so that's normal) i'm going to check tomorrow to see if the problem persists.
Click to expand...
Click to collapse
OK
Do you have the download link please?
boubougaming said:
Do you have the download link please?
Click to expand...
Click to collapse
Try this!
[QUOTE=Jehonan;81935811]Try this![/QUOTE]
Thank you.
Just checked the issue with the wallpaper, if I disable dark mode the wallpaper works just fine and cycles throughout the day as it should, as soon as I enable the dark mode it forces the wallpaper into night mode. Happened with this update, factory reset didn't fix it and I tried to look for an option but couldn't find anything. Extremely annoying but hopefully it gets fixed.
Pires96 said:
Just checked the issue with the wallpaper, if I disable dark mode the wallpaper works just fine and cycles throughout the day as it should, as soon as I enable the dark mode it forces the wallpaper into night mode. Happened with this update, factory reset didn't fix it and I tried to look for an option but couldn't find anything. Extremely annoying but hopefully it gets fixed.
Click to expand...
Click to collapse
Hmm maybe this is logical and intended behavior?!
If You look more closely if one activate dark mode then whole OS "thinks" that You are actually using Your phone during night time and You have exactly this kind of behavior!
I believe that there lies Your "problem" and in fact You don't have problem at all and this function works like it should i believe!

Categories

Resources