A weird issue is there. Nova launchers' widgets are working but on taping any widget to open the app, nothing happens.
Any one else facing the same?
Working fine for me. Tried with widgets for a couple of different apps.
Working for me too. Tried gmail, Wunderlist and google keep.
For me, Google calender, one note Widgets are not opening from their widgets, but mi calender, Poweramp etc are working fine
Well I figured out the solution:
Go to settings --> Installed apps --> Permissions --> Additional permissions and then Allow 'Start in background' for the apps which are not getting opened. No way to do this for all apps in one click though
I'm having same issue. Guys do you have a solution?
Set apps start in background didn't work either for me.
moexizer said:
I'm having same issue. Guys do you have a solution?
Set apps start in background didn't work either for me.
Click to expand...
Click to collapse
Make sure they have ALL the permissions they require.
App won't openif it needs to read/write to storage and doesn't have permission to do so...
ultramag69 said:
Make sure they have ALL the permissions they require.
App won't openif it needs to read/write to storage and doesn't have permission to do so...
Click to expand...
Click to collapse
I've had all permissions allowed but no luck, still can't open shazam app by tapping the widget button.
I have to launch the app first to make it work, and it does only once.
Sunny2ask said:
Well I figured out the solution:
Go to settings --> Installed apps --> Permissions --> Additional permissions and then Allow 'Start in background' for the apps which are not getting opened. No way to do this for all apps in one click though
Click to expand...
Click to collapse
Worked for me also on Xiaomi Mi 9.
Thanks Sunny2ask!
Can't find this app permission on miui 11.
I have the same issue as OP since this miui update I think.
Fix for non-clickable widgets
After the latest Xiaomi Pocophone F1 firmware updates (MIUI Global 11.0.5), a number of my homescreen widgets today would no longer respond when tapped. Extremely annoying. I could now fix this by explicitly giving the permission "Display pop-up windows while running in the background". For example, for Multicon (obsolete but still worked well for me before the latest firmware updates) and Buienalarm, set
Settings | Apps | Manage apps | Multicon | Other permissions | Display pop-up windows while running in the background
Settings | Apps | Manage apps | Buienalarm | Other permissions | Display pop-up windows while running in the background
etc.
Hope this helps others too!
seeingwithsound said:
After the latest Xiaomi Pocophone F1 firmware updates (MIUI Global 11.0.5), a number of my homescreen widgets today would no longer respond when tapped. Extremely annoying. I could now fix this by explicitly giving the permission "Display pop-up windows while running in the background". For example, for Multicon (obsolete but still worked well for me before the latest firmware updates) and Buienalarm, set
Settings | Apps | Manage apps | Multicon | Other permissions | Display pop-up windows while running in the background
Settings | Apps | Manage apps | Buienalarm | Other permissions | Display pop-up windows while running in the background
etc.
Hope this helps others too!
Click to expand...
Click to collapse
That helped me, dude!
This works!
Worked for me, Pocophone F1 miui 11.. Thanks!!!
seeingwithsound said:
After the latest Xiaomi Pocophone F1 firmware updates (MIUI Global 11.0.5), a number of my homescreen widgets today would no longer respond when tapped. Extremely annoying. I could now fix this by explicitly giving the permission "Display pop-up windows while running in the background". For example, for Multicon (obsolete but still worked well for me before the latest firmware updates) and Buienalarm, set
Settings | Apps | Manage apps | Multicon | Other permissions | Display pop-up windows while running in the background
Settings | Apps | Manage apps | Buienalarm | Other permissions | Display pop-up windows while running in the background
etc.
Hope this helps others too!
Click to expand...
Click to collapse
Same problem for me on Mi 7 Note with MIUI 11 and that worked like a charm..I guess this could be useful for every device with MIUI.. Thank you very much! [emoji4]
Inviato dal mio Redmi Note 7
seeingwithsound said:
After the latest Xiaomi Pocophone F1 firmware updates (MIUI Global 11.0.5), a number of my homescreen widgets today would no longer respond when tapped. Extremely annoying. I could now fix this by explicitly giving the permission "Display pop-up windows while running in the background". For example, for Multicon (obsolete but still worked well for me before the latest firmware updates) and Buienalarm, set
Settings | Apps | Manage apps | Multicon | Other permissions | Display pop-up windows while running in the background
Settings | Apps | Manage apps | Buienalarm | Other permissions | Display pop-up windows while running in the background
etc.
Hope this helps others too!
Click to expand...
Click to collapse
I'm an app developer trying to figure out what the non-standard "Display pop-up windows while running in the background" permission is.
If possible, could you please post the result of running the following adb commands:
adb shell appops get com.urysoft.folder
adb shell cmd package list permissions -f
ballzak said:
I'm an app developer trying to figure out what the non-standard "Display pop-up windows while running in the background" permission is.
If possible, could you please post the result of running the following adb commands:
adb shell appops get com.urysoft.folder
adb shell cmd package list permissions -f
Click to expand...
Click to collapse
I do not have Multicon from UrySoft (com.urysoft.folder) but com.h9kdroid.multicon version 1.6.2 from H9kDroid which is no longer on Google Play AFAIK.
In any case, the difference for "adb shell appops get com.h9kdroid.multicon" lies in "Unknown(10021): ignore". That line shows only when (by default) the permission "Display pop-up windows while running in the background" is denied, and the line disappears entirely when accepted. There is no output line "Unknown(10021): allow" like one might expect.
Curiously, with Buienalarm, the output line for "adb shell appops get org.yoki.android.buienalarm" *does* switch from "Unknown(10021): ignore" to "Unknown(10021): allow" when granting the permission. Perhaps this has something to do with supported Android versions.
Regards,
Peter
Sunny2ask said:
Well I figured out the solution:
Go to settings --> Installed apps --> Permissions --> Additional permissions and then Allow 'Start in background' for the apps which are not getting opened. No way to do this for all apps in one click though
Click to expand...
Click to collapse
Genius. Well done and thanks!
seeingwithsound said:
After the latest Xiaomi Pocophone F1 firmware updates (MIUI Global 11.0.5), a number of my homescreen widgets today would no longer respond when tapped. Extremely annoying. I could now fix this by explicitly giving the permission "Display pop-up windows while running in the background". For example, for Multicon (obsolete but still worked well for me before the latest firmware updates) and Buienalarm, set
Settings | Apps | Manage apps | Multicon | Other permissions | Display pop-up windows while running in the background
Settings | Apps | Manage apps | Buienalarm | Other permissions | Display pop-up windows while running in the background
etc.
Hope this helps others too!
Click to expand...
Click to collapse
This works for me for Xiaomi Redmi Note 8 with Nova Launcher.
vasek_krusnohorec said:
This works for me for Xiaomi Redmi Note 8 with Nova Launcher.
Click to expand...
Click to collapse
I too am using Nova Launcher, so that may have been a factor in this problem.
seeingwithsound said:
After the latest Xiaomi Pocophone F1 firmware updates (MIUI Global 11.0.5), a number of my homescreen widgets today would no longer respond when tapped. Extremely annoying. I could now fix this by explicitly giving the permission "Display pop-up windows while running in the background". For example, for Multicon (obsolete but still worked well for me before the latest firmware updates) and Buienalarm, set
Settings | Apps | Manage apps | Multicon | Other permissions | Display pop-up windows while running in the background
Settings | Apps | Manage apps | Buienalarm | Other permissions | Display pop-up windows while running in the background
etc.
Hope this helps others too!
Click to expand...
Click to collapse
You are a hero lol. Thanks so much
Related
Hi Guys,
I've made a video demonstrating how I accidentally enabled the Android Oreo style multitasking cards, pretty cool as I hate the new Android P style.
https://youtu.be/-gra_UFSBGE
the commands is:
adb shell pm uninstall -k --user 0 com.huawei.android.launcher
Ensure you have another launcher installed and enabled BEFORE removing the stock launcher.
Also note you will loose the stock gestures if you enable it, only the back command works.
So I had to overscan the screen to remove the Nav bar, as using immersive mode broke the lock screen.
Great! By the way, how can I revert back if I ever want to have the Huawei Launcher back?
e_mc_square said:
Great! By the way, how can I revert back if I ever want to have the Huawei Launcher back?
Click to expand...
Click to collapse
Yer the only way to revert back is to reset the phone back to factory settings, unless you side load the APK file for the Huawei EMUI 9.0 Launcher (if you save a copy).
But no love lost for me, IMHO it's a crap launcher and multitasking interface...
sevanig said:
Hi Guys,
I've made a video demonstrating how I accidentally enabled the Android Oreo style multitasking cards, pretty cool as I hate the new Android P style.
https://youtu.be/-gra_UFSBGE
the commands is:
adb shell pm uninstall -k --user 0 com.huawei.android.launcher
Ensure you have another launcher installed and enabled BEFORE removing the stock launcher.
Also note you will loose the stock gestures if you enable it, only the back command works.
So I had to overscan the screen to remove the Nav bar, as using immersive mode broke the lock screen.
Click to expand...
Click to collapse
Interesting!
I also dislike the way multitasking works.
Does doing this remove the gestures option that the Mate 20 Pro has?
e_mc_square said:
Great! By the way, how can I revert back if I ever want to have the Huawei Launcher back?
Click to expand...
Click to collapse
You can grab a backup first with this command
Code:
adb pull /system/app/HwLauncher6/HwLauncher6.apk
I haven't tried to reinstall but it should just be an adb push instead.
senjiroh said:
Interesting!
I also dislike the way multitasking works.
Does doing this remove the gestures option that the Mate 20 Pro has?
Click to expand...
Click to collapse
When using the system gesture navigation mode, It breaks the swipe up and swipe up and hold from the bottom of the screen.
And unfortunately even using the edge gesture application to replace those, it won't allow it, it's somehow blocks it.
The back gestures work tho.
You can use the regular nav bar and then a gesture application and then swipe up works, but enabling immersive mode breaks the lock screen (shows up black with a delay to display the lock screen).
So I use and combination of system gesture mode, for the back command and full screen mode, and edge gestures for the rest (from the sides of the screen), however tap and tap and hold do work on the btm of the screen using edge gestures, just not swipe up as described above.
If anyone can get the swipe up to work that would be greatly appreciated.
e_mc_square said:
Great! By the way, how can I revert back if I ever want to have the Huawei Launcher back?
Click to expand...
Click to collapse
You don't need to Uninstall important packages that you might want to re-enable later.
It is possible to just disable them, and keep the files available for easy re-enabling!
* FIRST OF ALL:
adb shell
* TO LIST ALL INSTALLED STUFF:
pm list packages | sort
* TO DISABLE A PACKAGE (for example the Huawei launcher):
pm disable-user --user 0 <Package Name>
* TO UNDO (re-enable):
pm enable --user 0 <Package Name>
saturnspike said:
You can grab a backup first with this command
Code:
adb pull /system/app/HwLauncher6/HwLauncher6.apk
I haven't tried to reinstall but it should just be an adb push instead.
Click to expand...
Click to collapse
You cannot push if you're not rooted
I like the new P multitasking. The old stack multitasking was nightmare. You were able only to switch to the previuos apps since all others were hidden behind. The EMUI 9 implementation is similar to the EMUI 4.1. The only thing that I miss from 4.1 is the long press action on the recent app. In the EMUI 9 task switcher you need to long press the icon which is too small.
The EMUI 4.1 task switcher is maybe the best Android stock switcher.
Изпратено от моят LYA-L29 с помощта на Tapatalk
gamekill said:
You don't need to Uninstall important packages that you might want to re-enable later.
It is possible to just disable them, and keep the files available for easy re-enabling!
* FIRST OF ALL:
adb shell
* TO LIST ALL INSTALLED STUFF:
pm list packages | sort
* TO DISABLE A PACKAGE (for example the Huawei launcher):
pm disable-user --user 0 <Package Name>
* TO UNDO (re-enable):
pm enable --user 0 <Package Name>
Click to expand...
Click to collapse
This is the best answer. My phone's lag just gone.
You should start a new thread to tell others. Even XDA homepage shows uninstalling option.
can someone who has uninstalled the launcher do a quick check for me?
please install the newest pixe launcher or 1 of the newest pie launchers and set the navbar to the keys (no gestures), give the new launcher all permissens that it wants and reboot.
i would like to know if the new nav gestures and recents overview will kick in and work
which launcher do you mean, do you have link? I had installed the Google Pixel Launcher, but it cannot be set as default launcher, cause it crashes.
webpatrick said:
which launcher do you mean, do you have link? I had installed the Google Pixel Launcher, but it cannot be set as default launcher, cause it crashes.
Click to expand...
Click to collapse
did you uninstalled huiawei home first?, try lawnchair from apk mirror please
demon2112 said:
did you uninstalled huiawei home first?, try lawnchair from apk mirror please
Click to expand...
Click to collapse
No I did not uninstall it, I don't want to, I had it disabled via adb shell, but now I have re-enabled it cause I'm trying the horizontal resent app-view.
webpatrick said:
which launcher do you mean, do you have link? I had installed the Google Pixel Launcher, but it cannot be set as default launcher, cause it crashes.
Click to expand...
Click to collapse
I was having the same issue. You need to manually add permissions in the apps settings, then set the Pixel Launcher as your default and it won't crash.
So is this specific to Mate 20 pro? I'd like to try this on my Honor 8x.
I wish we could do this without breaking the gestures, I love them as they are more intuitive and donde waste any space like the nav bar did,
I wish Huawei copied Xiaomi's MIUI recents UI for EMUI 10, Xiaomi's implementation is the very best one out there, better than stock, even better than the old LP-Oreo recents
Fidelator said:
I wish we could do this without breaking the gestures, I love them as they are more intuitive and donde waste any space like the nav bar did,
I wish Huawei copied Xiaomi's MIUI recents UI for EMUI 10, Xiaomi's implementation is the very best one out there, better than stock, even better than the old LP-Oreo recents
Click to expand...
Click to collapse
Download the app fluid N.G on the store
Sent from my HUAWEI LYA-L29 using XDA Labs
It looks nice, however, my experience so far with these third party apps is that they end up turning into battery and RAM hogging bottlenecks, I don't know if it is the case with his one.
Just FYI
You can reinstall the launcher with this command, as the apk is actually still in the phones memory...
adb shell cmd package install-existing com.huawei.android.launcher
Also you can block background usage of the Home launcher if you're using an alternative one with this command;
adb shell cmd appops set com.huawei.android.launcher RUN_IN_BACKGROUND ignore
I have created this MOD to change the xiaomi.eu QuickSearchBox China to Google QuickSearchBox.
In stand of swipe up and having default xiaomi.eu SearchBox, it will be replaced by Google SearchBox.
Install the module in Magisk.
EDIT:
This mod is not needed!!!!
As sujested by @bayp4amd from xiaomi.eu
Just disable xiaomi search app, then the default app will be google app when swipe up
Thanks for saying yourself it's not needed. I appreciate honesty.
Good to know thanks. But i'll stick to xiaomieu because it searches to more places (dedicated settings items, files, etc)
"Just disable xiaomi search app"
How can I do it?
Thanks.
nitro82 said:
"Just disable xiaomi search app"
How can I do it?
Thanks.
Click to expand...
Click to collapse
Settings - Apps - manage Apps. Search for search-app, Tap on it, Tap deactivate.
Thats all.
still worked on android 12 miui 13?
Hello!
Is it useful to disable / uninstall certain huawei apps ?
Which apps of Mate 10 lite can i generally disable?
Ps: I have newest ota update installed, and clean non-rooted device.
I would use Adb commamd than.
I disabled HiSearch. I would have loved to have swipe down for notification pannel not a general search
Lauren G said:
I disabled HiSearch. I would have loved to have swipe down for notification pannel not a general search
Click to expand...
Click to collapse
Thx, i unibstalled some more Apps, by this List attached.
Maybe... Way to much hehe.
But no issues yet.
Hi all, I've recently bought a Reno 10x in China and I've several issues with that color OS : ROM PCCM00_11_A 18_96c98aa7
1) no notification icons on the status bar ; I've tried everything , but it seems that in my ROM there isn't the sub menu "notification prompt mode"
also I've no numbers notification on the dot on the app icon.
Basically it impossible for me to see if I've have new message on WhatsApp for example, of course I've notification on the screen look menu , but since I use every day the fingerprint sensor I never see the screen look.
2) isn't possible to configure Google assistant and more over the phone is blocking the automatic voice match ( I've a ROM with BREENO as assistant) :-0
3) Whit Google maps is impossible tho share my location with my friends (color is apparently is blocking )
4) problems with exchange:
I had no app for mail by default so Installed Gmail : ok it's work , but calendar and tasks from exchange are not showing!! So it's impossible for me to work!
No way , it's a mess ....
Could someone help me ? Do I need to install a "real" global ROOM?
How can I do?
Many thanks !
I've got the same problem with the notifications. Someone a solution?
The background notification problem can easily be fixed.
SjDU said:
The background notification problem can easily be fixed.
Click to expand...
Click to collapse
Doesn't work always..
Fir3blade said:
Doesn't work always..
Click to expand...
Click to collapse
Working for me. Used adb with some help. Now it's working good. Am happy with it.
SjDU said:
Working for me. Used adb with some help. Now it's working good. Am happy with it.
Click to expand...
Click to collapse
I know how to use adb, deinstalled athena successfully, but notifications still doesn't show up on statusbar..
Fir3blade said:
I know how to use adb, deinstalled athena successfully, but notifications still doesn't show up on statusbar..
Click to expand...
Click to collapse
Global Rom/ India Rom also has athena apk and no problem with that apk and notifications so i think problem is with something else in china Rom.
Can we flash global/indian rom?
Fir3blade said:
I know how to use adb, deinstalled athena successfully, but notifications still doesn't show up on statusbar..
Click to expand...
Click to collapse
For the application, you must also give all permissions, autorun and notification settings. It starts to work not immediately, it was about 5-10 minutes for me, but after all the notifications come right away.
Did all of this, but still no icons on statusbar.
Oppo Reno status bar fix
SjDU said:
The background notification problem can easily be fixed.
Click to expand...
Click to collapse
Hi, can you tell me more how to do the tweak on Oppo Reno so to get icon notifications on status bar? Like explain every step as I am quite "green" with that stuff... Thanks
At this point there is no way to get notifications on the status bar. I have the same problem and am trying to return the phone because I already wasted too much time trying to fix this along with all the other problems:
tl;dr; DO NOT buy the Chinese rom version!
- Notifications are all disabled by default. You have to enable them individually for every single app, and most apps have multiple notification types that each need to be separately enabled.
- The process for enabling notification for an app includes changing notification settings, power settings, startup settings, and locking the app in recents, for every single app.
- Only 5 apps can be enabled to receive notifications (startup options).
- Can't change the default SMS app, it will revert back when you receive a message.
- Can't change the default launcher without removing the coloros launcher through adb.
- Swipe gesture will not work if you do remove the default launcher.
- Nova launcher badge permission gets reset so you no longer see notifications.
- There is no way to flash the global rom.
How do people actually use this phone?
Hi, I see... For me besides the lack of icons on status bar the phone seems good as I don't plan to change launcher or rom. ( I know bit boring, but I've faced the same issue with Vivo)
But guys have have you heard of Xiaomi Mi 9 global version has the same problem with status bar icons and they came up with an app that's available on Play Store: Notch Test. And it worked well. I tested it myself. Can we do it with Oppo??? I mean can someone do such app for Oppo Reno?
mobiusred said:
At this point there is no way to get notifications on the status bar. I have the same problem and am trying to return the phone because I already wasted too much time trying to fix this along with all the other problems:
tl;dr; DO NOT buy the Chinese rom version!
- Notifications are all disabled by default. You have to enable them individually for every single app, and most apps have multiple notification types that each need to be separately enabled.
- The process for enabling notification for an app includes changing notification settings, power settings, startup settings, and locking the app in recents, for every single app.
- Only 5 apps can be enabled to receive notifications (startup options).
- Can't change the default SMS app, it will revert back when you receive a message.
- Can't change the default launcher without removing the coloros launcher through adb.
- Swipe gesture will not work if you do remove the default launcher.
- Nova launcher badge permission gets reset so you no longer see notifications.
- There is no way to flash the global rom.
How do people actually use this phone?
Click to expand...
Click to collapse
This is common issue for phone selling in China.
If want China brand phone, must get global edition instead of China edition. This apply to Oppo, Vivo and Xiaomi. I not sure on Huawei, maybe also same.
Yes avoid oppo Chinese version
Awful app restriction
Does the global version work as normal with notifications?
Thinking about buying 5g version.
hummingbird27 said:
Hi, can you tell me more how to do the tweak on Oppo Reno so to get icon notifications on status bar? Like explain every step as I am quite "green" with that stuff... Thanks
Click to expand...
Click to collapse
Quite Simple. Install Adb... Then write
Adb shell pm uninstall -k --user 0 com.coloros.athena
And boom all the notifications will start working. App won't be killed in the background.
SjDU said:
Quite Simple. Install Adb... Then write
Adb shell pm uninstall -k --user 0 com.coloros.athena
And boom all the notifications will start working. App won't be killed in the background.
Click to expand...
Click to collapse
Can't believe that, as it didn't work on my side, and International version also has com.coloros.athena...
Anybody know how to get autofill from Google? I have all files but there is no autofill in settings
Where can I get google play apk for my chinese version?
Yesterday I installed MIUI 11 9.9.24 Beta ROM on my India K20 Pro phone. Below are my observations and feedback.
I was on MIUI 10 10.3.5 India ROM.
Installed Beta MIUI 11 by wiping Data, System, Cache. It is smooth overall and I find display better(it may be due to new font, don't know)
Observations:
1. Fonts are really good.
2. System Launcher is bit off. Swiping up opens up their own Media Center thing. (May be due to one of the launcher layout I selected while initial setup). Installed Poco Launcher, but it blacks out sometimes when going Home from an app. However it fixes once you perform recent app gesture and then back.
3. Downloaded 0.5 MB Google related chinese file from GetApps which install Google Services. Installed, but later while installing other Google stuff from inside that downloaded app, Google Framework failed to install.
4. Downloaded Google Play Store from GetApps. The installed all the apps.
5. Main issue was with Google Contact sync which was fixed by first installing Contact Sync 10 and then contacts. Opened app properties and given all the permissions. Restarted, it started working. May not work initially, but started working somehow.
6. Speaker sound is now better. It was very loud and uncomfortable earlier, but now it is much better.
7. Lockscreen notifications can now be expanded to read the content(which was not possible earlier)
8. System Wide Dark mode doesn't work all the times for non System apps.
9. Ambient Display has so many new options.
10. Samsung Routine like Tasks where you can schedule different system settings. Like lower down brightness to 0% between a time frame, etc.
11. Double tap to sleep doesn't work. Although double tap to wake works.
Overall it can be used as daily driver and I am loving it...
Great Explanation. Seems like a good build for a beta.
Can you do 1 thing for me?
I always wondered what are the new options for NEW Notifications when screen locked. Does it lit only the notification content like in pure andoird, or some other useless animations?
Can you post some screenshots of those options and feedback?
Thanks!
You can disable there media search when swiping up in the settings , I had the same issues as you with not all the Google frame work service not installing mainly contact sync , but overall miui 11 not to bad.
Hello, I'm on xiaomi.eu 10.4.6 and when i try to install the 9.9.24 miui 11 get an error zip treble could not fetch or install. I've whipped everything and tried 3 times but with the same result. I have rafael. Any advice?
zhosi said:
Hello, I'm on xiaomi.eu 10.4.6 and when i try to install the 9.9.24 miui 11 get an error zip treble could not fetch or install. I've whipped everything and tried 3 times but with the same result. I have rafael. Any advice?
Click to expand...
Click to collapse
Hope below may help, not sure though
Unzip the file, delete Compatibility zip(not sure whether I am spelling the name correct), then rezip and flash.
GTRanushka said:
Great Explanation. Seems like a good build for a beta.
Can you do 1 thing for me?
I always wondered what are the new options for NEW Notifications when screen locked. Does it lit only the notification content like in pure andoird, or some other useless animations?
Can you post some screenshots of those options and feedback?
Thanks!
Click to expand...
Click to collapse
Actually I am using Ambient display, there it just put a small icon below clock with notification sound. Once I click on the icon, it go back to lock screen where I can expand that notification to read the content. You can also have different fancy screen glow animations when notification comes with Ambient Display
Will update you about your query in a while
Did u manage to get the ambient display notification working (the fancy glowing animation)? Coz i didn't even after enabling it.
Another thing issue is with app like WhatsApp being killed in background even after setting it as no restriction on battery saving and autostart app. U end up not getting any notification at all unless u open the app itself.
MIUI 11 9.9.24
flawlessx92 said:
Did u manage to get the ambient display notification working? Coz i didn't even after enabling it.
Another thing issue is with app like WhatsApp being killed in background even after setting it as no restriction on battery saving and autostart app. U end up not getting any notification at all unless u open the app itself.
MIUI 11 9.9.24
Click to expand...
Click to collapse
While on Ambient Display, icon appears below the clock with notification sound.(not sure if you are expecting more than this).
Whatsapp notifications are ok for me...Battery Saver set to MIUI Battery Saver...May be I am not using much apps or the apps which are consuming more battery in the background. That way Battery Saver doesn't come into picture I guess.
Seems like Working great.But ther was a problem with Gcam and Other applications like viper4andriod were not working properly in 10.4.8 which is based on Q . Can you do me a favour can u check whether those apps are working properly and give me a reply
The icon appear as usual for the ambient display. MIUI 11 suppose to add animation feature for ambient display upon new incoming notifications to rectify the issue of K20 Pro design having hidden led notification on the top of the phone. This is the one that im referring to as not working
Ive attached pic of the animation which i meant
thanks man for review and testing....one question, how about 75hz screen refresh rate mod? thanks bro
can I use it as a daily driver?
flawlessx92 said:
The icon appear as usual for the ambient display. MIUI 11 suppose to add animation feature for ambient display upon new incoming notifications to rectify the issue of K20 Pro design having hidden led notification on the top of the phone. This is the one that im referring to as not working
Ive attached pic of the animation which i meant
Click to expand...
Click to collapse
Animation effects are working for Notifications on Ambient Display
efakkawy98 said:
can I use it as a daily driver?
Click to expand...
Click to collapse
Just noticed Gmail is not auto updating...Not sure whether its OS problem or Gmail app. But rest all the notifications be it wtsapp or sms are working fine. Update: Working now...seems like network issue.
I am using it without any problem.
Apps please
mannu_in said:
Just noticed Gmail is not auto updating...Not sure whether its OS problem or Gmail app. But rest all the notifications be it wtsapp or sms are working fine. Update: Working now...seems like network issue.
I am using it without any problem.
Click to expand...
Click to collapse
Can you please link or mention the proper names of the apps you used I couldn't find any of the apps you mentioned.
3. Downloaded 0.5 MB Google related chinese file from GetApps which install Google Services. Installed, but later while installing other Google stuff from inside that downloaded app, Google Framework failed to install.
4. Downloaded Google Play Store from GetApps. The installed all the apps.
5. Main issue was with Google Contact sync which was fixed by first installing Contact Sync 10 and then contacts. Opened app properties and given all the permissions. Restarted, it started working. May not work initially, but started working somehow.
Click to expand...
Click to collapse
mannu_in said:
Actually I am using Ambient display, there it just put a small icon below clock with notification sound. Once I click on the icon, it go back to lock screen where I can expand that notification to read the content. You can also have different fancy screen glow animations when notification comes with Ambient Display
Will update you about your query in a while
Click to expand...
Click to collapse
Thanks. So basically the notification text wont show in ambient display? Like in oneplus/pixel?
efakkawy98 said:
Can you please link or mention the proper names of the apps you used I couldn't find any of the apps you mentioned.
Click to expand...
Click to collapse
Download Google contact sync 10 from apk mirror, just Google the key words u will find link.
GTRanushka said:
Thanks. So basically the notification text wont show in ambient display? Like in oneplus/pixel?
Click to expand...
Click to collapse
No, it's just a symbol on the ambient screen display
sanjib734 said:
Download Google contact sync 10 from apk mirror, just Google the key words u will find link.
Click to expand...
Click to collapse
Yeah, I found them... everything is working fine.
and the default font is so awesome