[APP][Xposed] Audio Balance - Xposed Framework Modules

Hi!
This module allows you to control the left\right balance of the audio of your phone. This is useful in case of damaged headphones or damaged ear (like me ).
After installing this, you have to reboot your phone only one time, then the changes are istant. If you change something while you are listening some music, just pause and immediately resume your music.
You can use any values from 0% to 100% (also thing like 22.3232 is good).
I've tried to keep this simple, so if you have a lower volume on left headphone, just increase that. It will be the module to do the magic*. Keep in mind that set (30%,20%) is the same thing than set (10%,0%). This module doesn't change the global volume of the system, only the left\right balance.
Tested on Cyanogen 12.1, using: Pocked Casts, stock Music player, settings ringtones ( ), ES file manager (its audio player), YouTube.
Download: http://repo.xposed.info/module/com.robertogl.audiobalance
Source: https://github.com/robertoglxda/Audio-Balance
Changelog:
11/09/2015
V1.1
- Change internal algorithm (report on XDA if this is working better: you have to change the percentage used until now).
- APK size reduced.
- Improved compatibility (now working also with Spotify).
29/08/2015
V1.1
- New app theme.
29/08/2015
V1.0
- Initial release
*Well, there are some maths here. Android uses some logarithmic functions, but don't worry, you have just to insert the %, the module knows how to do it. I hope.
Also, 'gain' is probably the wrong word. The maximum volume of the system is not touched, if you set (lef gain, right gain)=(10%,0%), technically the module reduces the right volume of 10%. I've done in this way because the users have only to change simple settings, and because if you increases the maximum volume, you lose quality. And we don't want that.

Awesome idea!
Just as developer, I have small ideas:
Small note related to the app settings. Instead of EditTextPreference, consider using SeekBarPreference to make more user-friendly.
Personally, I don't like themes with light body and dark action bar (or otherwise). https://github.com/robertosartori/Audio-Balance/blob/master/res/values-v14/styles.xml#L8. Plus, Holo is out now
Please consider DeviceDefault theme. Export module description from AndroidManifest to strings.xml file. And possibly increase targetSdkVersion to 22 (since you support LP, right?)

pyler said:
Awesome idea!
Just as developer, I have small ideas:
Small note related to the app settings. Instead of EditTextPreference, consider using SeekBarPreference to make more user-friendly.
Personally, I don't like themes with light body and dark action bar (or otherwise). https://github.com/robertosartori/Audio-Balance/blob/master/res/values-v14/styles.xml#L8. Plus, Holo is out now
Please consider DeviceDefault theme. Export module description from AndroidManifest to strings.xml file. And possible increase targetSdkVersion to 22 (since you support LP, right?)
Click to expand...
Click to collapse
Thanks for the suggestions, i will work on this next weeks. I know that there are some thing that i could done better, but i've done this in a rush (i've some exams at university, i should study...). I've just published that when I saw that it worked, i will work on that when i'll have time (also, the code is horrible, it will improve, maybe...)
I've already a 'beta' for myself with SeekBarPreference
And yes, this module should work from 4.0 to 5.1, that targetSdkVersion is my mistake. I will change that.

Yes, just small tip: For "setVolume" you can use XposedBridge.hookAllMethods do avoid looking at parameters.
But anyway, it works well and it is very useful.

pyler said:
Yes, just small tip: For "setVolume" you can use XposedBridge.hookAllMethods do avoid looking at parameters.
But anyway, it works well and it is very useful.
Click to expand...
Click to collapse
Well, for now enjoy the 'DeviceDefault' theme and the correct targetSDK, in version 1.01

Nicee! u r so fast
If you remove libs folder, you can get around 10 kB APK because you do not need support library.

Little update: i've increase compatibility with other apps (for example version 1.0 isn't working with Spotify, version 1.1 will work) but doing that i've noticed some problems with the function i'm using to calculate the actual volume from the input (0-100). I'll try to fix this and then i will push the update.

Does this work with phone speakers, nexus 6

halfez said:
Does this work with phone speakers, nexus 6
Click to expand...
Click to collapse
Yes, but probably you can't notice it. On a phone the speakers are too close...
Inviato dal mio GT-I9505 utilizzando Tapatalk

I've pushed version 1.1: i've changed an internal algorithm, i don't know if this is working better. For me it is, report if you prefer the old behavior. You will have to change the %: for example, i've used like 5% until now, but i've change to 45% for the same result. It should be more accurate (i'm sure that the volume change isn't 5%...).
Also, it should work with more apps (like Spotify, working only on 1.1 and not on 1.0).

Usefull for me

Hey bro i cant find the app after installing ?
Could please tell the steps ?

captaindeep said:
Hey bro i cant find the app after installing ?
Could please tell the steps ?
Click to expand...
Click to collapse
You can open it from the 'modules' section of xposed installer.
Inviato dal mio GT-I9505 utilizzando Tapatalk

robertogl said:
You can open it from the 'modules' section of xposed installer.
Inviato dal mio GT-I9505 utilizzando Tapatalk
Click to expand...
Click to collapse
Thanks !!
One suggestion mention this in OP
It will be really helpfull for users .

I've tried this module, but it's not working for me, Moto X 2014 Android 5.1.1 Xposed v75
I've tried several values, Poweramp and Youtube just play everything 50/50, Play Music doesn't play any sound at all if any values other than 0 are entered

Thank you very much for this module! my earphones are like broken kind of and this app fixed it lol one side of the it was lower than normal after using this it made it sound normal again

Thronesmasher said:
I've tried this module, but it's not working for me, Moto X 2014 Android 5.1.1 Xposed v75
I've tried several values, Poweramp and Youtube just play everything 50/50, Play Music doesn't play any sound at all if any values other than 0 are entered
Click to expand...
Click to collapse
Could you post Xposed log?
Inviato dal mio GT-I9505 utilizzando Tapatalk

robertogl said:
Could you post Xposed log?
Inviato dal mio GT-I9505 utilizzando Tapatalk
Click to expand...
Click to collapse
See attached.
https://www.dropbox.com/s/0v3r2egxnxz1nbz/xposed_error_20151029_155550.log?dl=0

I see no errors in your log.

pyler said:
I see no errors in your log.
Click to expand...
Click to collapse
Me too.
I don't think that Motorola has changed that on its rom, have you installed others mods that change audio behavior?
Thronesmasher said:
See attached.
https://www.dropbox.com/s/0v3r2egxnxz1nbz/xposed_error_20151029_155550.log?dl=0
Click to expand...
Click to collapse
Inviato dal mio GT-I9505 utilizzando Tapatalk

Related

Email app at 240dpi on Omega 8.0 is messed up

Im running at 240dpi on Omega 8.0, and the Email app doesnt seem to like it:
Is there any way to get round this problem?
Solutions:
1- set your phone to the original DPI
2- Find a modified Email apk made to work with different DPI
3- Modify the Email apk yourself to make it work with different DPI
Grab the better one for you...
you have to do some sacrifices when using custom DPI.
Is there a tuto to explain how to modify an APk to survive to a doing change?
marcogtt said:
Is there a tuto to explain how to modify an APk to survive to a doing change?
Click to expand...
Click to collapse
download "spare parts" app and disable compatibility mode, restart your phone. i hope it works when a particular app is posing issue on a change in phone DPI.
spare parts is in the android market, download it there.
Great constuctive post!
i was completely forgetting bout spare parts...
Unfortunatly it doesnt seems to help here...I'm still on stock rom only rooted ill give a try to a custom rom soon
Inviato dal mio GT-I9300 usando Tapatalk

[MOD][XPOSED][4.4+] Show Dialpad v1.0

Requires Xposed Framework!
This module automatically shows up dialpad in Google & AOSP Dialer 4.4 (KitKat).
Compatibility
KitKat 4.4+ with Google or AOSP Dialer
Download
The installation can be performed from within Xposed Framework by browsing the repository and finding the Show Dialpad entry. Any updates will also appear there.
Alternatively, the repository entry can be browsed directly at http://repo.xposed.info/module/net.xjcook.xposed.showdialpad
Source code
https://github.com/xjcook/ShowDialpad
Screenshot
Credits
@rovo89 for his great framework
@Could Be Anyone for idea & testing
Any chance of making one for 4.3 JB?
Sent from my Nexus 7 using Tapatalk
Awesome you made my day. Keep up:good:
Ramer84015 said:
Any chance of making one for 4.3 JB?
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Hi, dialer from 4.3 JB shows dialpad by default. Which ROM are you using?
Here is 4.3 AOSP Dialer:
And here is 4.4 Google Dialer (by default dialpad is hidden):
Finally Google Dialer with dialpad up (this actually does my module automatically):
Can you upload this module to the xposed repo: http://repo.xposed.info/node/add/module
krackers said:
Can you upload this module to the xposed repo: http://repo.xposed.info/node/add/module
Click to expand...
Click to collapse
Uploaded! http://repo.xposed.info/module/net.xjcook.xposed.showdialpad
Nice module! Google should have added the option to settings for the dialer.
Thanks
Sent from my Nexus 4 using Tapatalk
Awesome tweak been looking for this, running great on my Moto X!
Thanks~
scottx . said:
Nice module! Google should have added the option to settings for the dialer.
Thanks
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
+1, this is the absolute worst thing about the 4.4 dialer. Thanks xjcook!
Nice module. I had been wanting this. Thanks.
Sent from my Nexus 4 using Tapatalk
The first time, i opened up 4.4 dialer , i said WTF !!!
but not any more with great job you have done :good:
hard to find numbers
xjcook said:
Click to expand...
Click to collapse
when i have to call my wife's 'home' number, i have to tap phone, tap dialer, tap her name first two letters, and THEN tap her contact icon to bring up her 3 numbers (after a brief pause) and then dial
phew.
could this mod also add the feature to list ALL numbers related to a contact when the name is dialed by t9?
and BTW, i'm using tytung's Nexus HD2 4.4.1, can i utilize your mod in it?
your mod seems to solve half of my problem
Bid
very cool,before i have used erobot for this but the app didnt fits me,many thanx for this great idea and work.:good:
Can you add these two options too - Flip to silent and full screen caller image instead of half screen?
bad.bid said:
when i have to call my wife's 'home' number, i have to tap phone, tap dialer, tap her name first two letters, and THEN tap her contact icon to bring up her 3 numbers (after a brief pause) and then dial
phew.
could this mod also add the feature to list ALL numbers related to a contact when the name is dialed by t9?
and BTW, i'm using tytung's Nexus HD2 4.4.1, can i utilize your mod in it?
your mod seems to solve half of my problem
Bid
Click to expand...
Click to collapse
Sorry, this is not easy to mod because in Dialer 4.4 when you click on dialpad button (does automatically my mod) other content is visible but, you can't directly tap on contact icon. It would require change a lot of things in Dialer app. After exams when I will have free time, I can try first modify Dialer app and then utilize it by Xposed MOD.
AbhishekS said:
Can you add these two options too - Flip to silent and full screen caller image instead of half screen?
Click to expand...
Click to collapse
I don't understand what you mean by 'Flip to silent'. Full screen caller image you can activate in GravityBox or by Fullscreen CallerID Xposed MOD
Flip to silent means flipping the phone to silent the call. Yes, I know that full screen caller image is available in GravityBox, infact even Flip to Silent is there in GravityBox but for some reasons I don't wanna use GravityBox.
Sent from my Galaxy Nexus using Tapatalk
Could Be Anyone said:
Thanks so much for running with my idea.
Although seriously though the thing I hate most about the 4.4 phone is the dialer is central anymore but google's search is.
Click to expand...
Click to collapse
Looks nice. If you have got some cool new ideas, shoot at me
AbhishekS said:
Flip to silent means flipping the phone to silent the call. Yes, I know that full screen caller image is available in GravityBox, infact even Flip to Silent is there in GravityBox but for some reasons I don't wanna use GravityBox.
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
Okey thanks. There is always possibility to extract these features from GB and release as separate modules. Unfortunately I don't have time for that now. When I do exams, I will send PM you Did you try mentioned Xposed module Fullscreen Caller?
AbhishekS said:
Flip to silent means flipping the phone to silent the call. Yes, I know that full screen caller image is available in GravityBox, infact even Flip to Silent is there in GravityBox but for some reasons I don't wanna use GravityBox.
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
Get over it. No need for duplicate functions when it exists in another module.
natezire71 said:
Get over it. No need for duplicate functions when it exists in another module.
Click to expand...
Click to collapse
Did anyone talk to you?
Sent from my Galaxy Nexus using Tapatalk

[APP][Xposed] Force 3 dots menu

Hi!
This is a very simple module: it forces all apps to use the 3 dots menu. I've created this because on CyanogenMod, for some reason, when i remap my menu button not all apps use the 3 dots menu. Some apps, like Titanium Backup, don't show any button at all, so i can't use the menu.
This module force that apps to show always the 3 dots menu, or a button to access it (Titanium shows an entire 'MENU' button).
No interface, just install and activate it.
Download link: http://repo.xposed.info/module/com.robertogl.yesmenubutton
Source: https://github.com/robertoglxda/Force-3-dots-menu
Tested on Cyanogen 5.1.1.
Changelog:
18/08/2015
V1.0
- Initial release
P.S. This is not a problem of all devices, so use this only if you need it.
P.S.2 I've looked inside MenuBeGone for this code (another Xposed module). Thanks to @adi1133 for that!
Just a quick suggestion for future development: you could work on adding a simple interface and let users toggle between force 3 dots and hide it
Either way keep up your good work with Xposed modules :highfive:
Markox89 said:
Just a quick suggestion for future development: you could work on adding a simple interface and let users toggle between force 3 dots and hide it
Either way keep up your good work with Xposed modules :highfive:
Click to expand...
Click to collapse
Well, thanks
I don't know if that is possible: I mean, if you want to disable the 3 dots you can disable the module, but the hook I've done is performed during the boot (at least, I think) of the phone, so an option like that won't work with a system turned on. A possibility is to create a list of app for which the users want the 3 dots menu, but I don't have time to look at it at the moment...
Inviato dal mio GT-I9505 utilizzando Tapatalk
robertogl said:
I don't know if that is possible: I mean, if you want to disable the 3 dots you can disable the module, but the hook I've done is performed during the boot (at least, I think) of the phone, so an option like that won't work with a system turned on.
Click to expand...
Click to collapse
What I meant was to let users choose if they want 3 dots always on (like it's now) or always off, both on a system wide basis
It could be a fair module improvement for its future if you'll have time, just my two cents
(I'm just speculating, no clue about what's possible, not really into Xposed development [emoji14] :angel
Markox89 said:
What I meant was to let users choose if they want 3 dots always on (like it's now) or always off, both on a system wide basis
It could be a fair module improvement for its future if you'll have time, just my two cents
Click to expand...
Click to collapse
This would be easy, but the same result can be achieved disabling the module from Xposed Installer. I really appreciate the suggestions, but for now i think i'll keep the module as it is. Less code, less problems
Also, it is not useful to enable a module that does nothing. It would not be a problem, but it would not be nice
Update first post with github's link with source.
Not working
Unfortunately it doesn't work an a Sony Xperia Z3 dual (D6633) running Xperia/AOSP NavBar Buttons
(also Xposed module which I use to do nothing else but to switch the back and recent apps-buttons.
Back moved to the right side, recent apps the other way.
No idea why.
Stockrom (rooted) 4.4.4
exis_tenz said:
Unfortunately it doesn't work an a Sony Xperia Z3 dual (D6633) running Xperia/AOSP NavBar Buttons
(also Xposed module which I use to do nothing else but to switch the back and recent apps-buttons.
Back moved to the right side, recent apps the other way.
No idea why.
Stockrom (rooted) 4.4.4
Click to expand...
Click to collapse
Have you tried disabling NavBar buttons module?
Inviato dal mio GT-I9505 utilizzando Tapatalk
This module is interesting to me because I'm a Nexus Player user. As discussed in other threads such as http://forum.xda-developers.com/nexus-player/help/3-dots-menu-t3067105 and http://forum.xda-developers.com/nex...sed-supports-android-5-0-x86-devices-t3146150, Google removed the 3-dots menu from Android TV devices as of Android v5.1 and higher. It is a very frustrating change that adversely affects multiple apps and your kind of module is what I was hoping to see as a possible solution. I just installed and enabled your module, then rebooted the device but I'm disappointed to report that this module does not yet restore the 3-dots menu on apps that are installed on the Nexus Player. Some examples of affected apps are AdAway, Xposed Installed and ZArchiver. The Xposed log does not indicate any errors with your module but I'd be happy to do any testing that may be needed to get this module working on the Nexus Player. I cannot overstate how helpful it would be if you could restore this critical feature to many apps that are limited in functionality by Android v5.1 and higher on Android TV devices.
Nope, because that isn't an option anyway.
I mean, I prefer NavBar over this. So probably it's a NavBar failure.
GabbyWC said:
This module is interesting to me because I'm a Nexus Player user. As discussed in other threads such as http://forum.xda-developers.com/nexus-player/help/3-dots-menu-t3067105 and http://forum.xda-developers.com/nex...sed-supports-android-5-0-x86-devices-t3146150, Google removed the 3-dots menu from Android TV devices as of Android v5.1 and higher. It is a very frustrating change that adversely affects multiple apps and your kind of module is what I was hoping to see as a possible solution. I just installed and enabled your module, then rebooted the device but I'm disappointed to report that this module does not yet restore the 3-dots menu on apps that are installed on the Nexus Player. Some examples of affected apps are AdAway, Xposed Installed and ZArchiver. The Xposed log does not indicate any errors with your module but I'd be happy to do any testing that may be needed to get this module working on the Nexus Player. I cannot overstate how helpful it would be if you could restore this critical feature to many apps that are limited in functionality by Android v5.1 and higher on Android TV devices.
Click to expand...
Click to collapse
I will look at this. I've you tried GravityBox? It should do a similar thing.
exis_tenz said:
Nope, because that isn't an option anyway.
I mean, I prefer NavBar over this. So probably it's a NavBar failure.
Click to expand...
Click to collapse
It's not an option, but the method this module hooks is here from android 4.x (maybe also 2.3), and it is the same on 5.x, so it should work. I don't know what NavBar does, so I can't say that there isn't an incompatibility. Or maybe Sony has changed a lot that...
Inviato dal mio GT-I9505 utilizzando Tapatalk
robertogl said:
I will look at this. I've you tried GravityBox? It should do a similar thing.
Click to expand...
Click to collapse
Hello, Roberto, and thanks for the reply. I did inquire about this matter with the developer of GravityBox, @C3C076, not too long ago. What he suggested was for me to try the "force overflow menu button" option found in his app's miscellaneous tweaks menu. It did not work, unfortunately, but he did state that the feature was carried over from Android 4.x and was not tested on Lollipop. I don't know if you happen to live in a country where the Nexus Player is sold but if you require the hardware in order to develop for it, this STB can be purchased for less than $100 USD at a retailer such as Walmart.
GabbyWC said:
Hello, Roberto, and thanks for the reply. I did inquire about this matter with the developer of GravityBox, @C3C076, not too long ago. What he suggested was for me to try the "force overflow menu button" option found in his app's miscellaneous tweaks menu. It did not work, unfortunately, but he did state that the feature was carried over from Android 4.x and was not tested on Lollipop. I don't know if you happen to live in a country where the Nexus Player is sold but if you require the hardware in order to test such a feature, this STB can be purchased for less than $100 USD at a retailer such as Walmart.
Click to expand...
Click to collapse
Yes, that options doesn't work for me too on lollipop. I'll search something in next days.
Inviato dal mio GT-I9505 utilizzando Tapatalk
I can see from your XDA profile that you live in Italy. Nexus Player should also be available in that country according to http://www.androidpolice.com/2015/0...nd-italy-norway-spain-sweden-and-switzerland/. I wish you the best of luck in solving this problem and am ready to help with any testing which you may require.
Just tried (uninstall NavBar). Than your app works.
Unfortunately I prefer NavBar over this handy add-on, so I will deinstall it.
But if definitely works an a Z3!
Sorry,didn't mean to be rude!
exis_tenz said:
Just tried (uninstall NavBar). Than your app works.
Unfortunately I prefer NavBar over this handy add-on, so I will deinstall it.
But if definitely works an a Z3!
Sorry,didn't mean to be rude!
Click to expand...
Click to collapse
No problem
Well, this modules work on similar things, so an incompatibility is expected. I don't think I can't make it compatible, sorry...
Maybe you can play with NavBar options and see if something change.
GabbyWC said:
I can see from your XDA profile that you live in Italy. Nexus Player should also be available in that country according to http://www.androidpolice.com/2015/0...nd-italy-norway-spain-sweden-and-switzerland/. I wish you the best of luck in solving this problem and am ready to help with any testing which you may require.
Click to expand...
Click to collapse
Could you people post here the Xposed log with my module active?
Inviato dal mio GT-I9505 utilizzando Tapatalk
Here's a screenshot which contains a recent Xposed log from my Nexus Player. The reason why I cannot copy-and-paste the text is because the 3 dot menu which provides the "Save to SD card" option is missing.
GabbyWC said:
Here's a screenshot which contains a recent Xposed log from my Nexus Player. The reason why I cannot copy-and-paste the text is because the 3 dot menu which provides the "Save to SD card" option is missing.
Click to expand...
Click to collapse
Could you please try the apk attached? Also, post the Xposed log after installing this.
Okay, I installed the test1 version and rebooted my Nexus Player. The 3 dot menu is still not restored but there's a lengthy Xposed log this time. There's currently no way of saving the log file as a document or copying-and-pasting the text inside of it so I had to take screenshots of the entire log (page by page) which required 49 screenshots in total. If you extract the contents of the two zip files in to one directory, you'll see that the PNG files are named in sequence with their date and time stamps. I hope this helps.
GabbyWC said:
Okay, I installed the test1 version and rebooted my Nexus Player. The 3 dot menu is still not restored but there's a lengthy Xposed log this time. There's currently no way of saving the log file as a document or copying-and-pasting the text inside of it so I had to take screenshots of the entire log (page by page) which required 49 screenshots in total. If you extract the contents of the two zip files in to one directory, you'll see that the PNG files are named in sequence with their date and time stamps. I hope this helps.
Click to expand...
Click to collapse
Well, thanks and sorry for that, i didn't imagine something like that. If this happens again, check the errors before doing such number of screenshot: they are always the same. So, try this. It seems that Google change something on Nexus Player...

led's notification app

hi guys, what app can i use to handle the led notification? light manager is crashing on my phone
I'm using Lightflow Legacy. To get the best performance, install Lightflow Pro, then install Lightflow legacy after, and follow instructions. Working great for me on a Sprint S9+
meyerweb said:
I'm using Lightflow Legacy. To get the best performance, install Lightflow Pro, then install Lightflow legacy after, and follow instructions. Working great for me on a Sprint S9+
Click to expand...
Click to collapse
what's the differences between pro and legacy?
Legacy lacks a few minor features, but works much better with Samsung devices. IIRC, if you install the regular version on a Samsung phone, the app will suggest install the legacy version.
meyerweb said:
I'm using Lightflow Legacy. To get the best performance, install Lightflow Pro, then install Lightflow legacy after, and follow instructions. Working great for me on a Sprint S9+
Click to expand...
Click to collapse
meyerweb said:
Legacy lacks a few minor features, but works much better with Samsung devices. IIRC, if you install the regular version on a Samsung phone, the app will suggest install the legacy version.
Click to expand...
Click to collapse
ok, so i will install the pro version, than the legacy and then will i have to launch the legacy ones?
When you install legacy, it will ask you to "disable" the pro version, which it does through the app. You don't have to manually disable it yourself.
You might want to try just installing the legacy version. When I first tried this, a few years ago, that didn't work very well, but I suppose the author might have made some improvements since then.
meyerweb said:
When you install legacy, it will ask you to "disable" the pro version, which it does through the app. You don't have to manually disable it yourself.
You might want to try just installing the legacy version. When I first tried this, a few years ago, that didn't work very well, but I suppose the author might have made some improvements since then.
Click to expand...
Click to collapse
i installed the app, but now the led doesn't blink anymore with whatsapp notifications, why? have i to disable them in whatsapp and activate them in light flow? And how can I set different led color for normal messages and group messages?
You definitely need to activate it in Lightflow. And if you can set whatsapp to notify with an icon and no LED, that's probably the answer. If not, contact the developer. He is very responsive.
meyerweb said:
You definitely need to activate it in Lightflow. And if you can set whatsapp to notify with an icon and no LED, that's probably the answer. If not, contact the developer. He is very responsive.
Click to expand...
Click to collapse
I didn't understood. What I have to set in light flow in order to have 2 different led color for normal messages and group messages? I can set only the normal notification
Inviato dal mio SM-G965F utilizzando Tapatalk
turtuv said:
I didn't understood. What I have to set in light flow in order to have 2 different led color for normal messages and group messages? I can set only the normal notification
Inviato dal mio SM-G965F utilizzando Tapatalk
Click to expand...
Click to collapse
I don't use Whatsapp, so I really can't answer your question. I don't know if it's possible to have a separate color for group vs. normal messages. I suggest you contact the developer of the app and ask him.

[ROM][Developer] MIUI 11 xiaomi.eu

20.3.5
https://sourceforge.net/projects/xi...iaomi.eu_multi_MI9_20.3.5_v11-10.zip/download
20.2.27
https://sourceforge.net/projects/xi...aomi.eu_multi_MI9_20.2.27_v11-10.zip/download
https://androidfilehost.com/?fid=4349826312261733122
20.2.20 v2
https://sourceforge.net/projects/xi...aomi.eu_multi_MI9_20.2.20_v11-10.zip/download
https://androidfilehost.com/?fid=4349826312261729750
20.1.21 v3
https://sourceforge.net/projects/xi...aomi.eu_multi_MI9_20.1.21_v11-10.zip/download
https://androidfilehost.com/?fid=4349826312261709651
20.1.16
https://sourceforge.net/projects/xi...aomi.eu_multi_MI9_20.1.16_v11-10.zip/download
https://androidfilehost.com/?fid=4349826312261702713
20.1.9
https://sourceforge.net/projects/xi...iaomi.eu_multi_MI9_20.1.9_v11-10.zip/download
https://androidfilehost.com/?fid=4349826312261697775
20.1.4
https://sourceforge.net/projects/xi...iaomi.eu_multi_MI9_20.1.4_v11-10.zip/download
https://androidfilehost.com/?fid=4349826312261692803
New links will be posted here.
anyone tried it yet and is stuff like magisk and edxposed working on miui 11?
bilal91 said:
anyone tried it yet and is stuff like magisk and edxposed working on miui 11?
Click to expand...
Click to collapse
Just went 9.9.6 -> 9.9.26, dirty flashed. Magisk 19.3 working great. Google Pay too. Too early to say how well it runs.
Personal Sandwich said:
Just went 9.9.6 -> 9.9.26, dirty flashed. Magisk 19.3 working great. Too early to say how well it runs.
Click to expand...
Click to collapse
does it seem smooth?
please post an update after you used it for a few hours
bilal91 said:
does it seem smooth?
please post an update after you used it for a few hours
Click to expand...
Click to collapse
As best as I can tell it's just as smooth as 9.9.6. If I notice any differences I'll update.
My biggest gripe is it still has the same bug if you have a work profile where you get a lot of error popups. Was hoping that would be fixed
java.lang.SecurityException: Failed to find provider com.miui.networkassistant.provider for user 10; expected to find a valid ContentProvider for this authority
Click to expand...
Click to collapse
For the app to access location is it possible to only use the network this time? on my 9.9.6 I can only use the GPS, so if an app want to access my location and I agree it turns on the GPS. As it been fixed?
I am seeing lots of visual glitches, like pink lines where you can see the pixels around the corners and in the notch. Also pink lines when you dimiss notifications.
I have installed it and don't see no visual glitches, but google play store keep crushing
Can you please tell if "ok google" works?
Thank you guys
Inviato dal mio MI 9 utilizzando Tapatalk
sonicxd64 said:
I am seeing lots of visual glitches, like pink lines where you can see the pixels around the corners and in the notch. Also pink lines when you dimiss notifications.
Click to expand...
Click to collapse
No glitch here, maybe your screen is having problems, should consider to replace it....
g_seva said:
I have installed it and don't see no visual glitches, but google play store keep crushing
Click to expand...
Click to collapse
Google play store works fine here, if you have problem, I think you should hard reset your phone.
adario73 said:
Can you please tell if "ok google" works?
Thank you guys
Inviato dal mio MI 9 utilizzando Tapatalk
Click to expand...
Click to collapse
It works for me.
ted presley said:
Google play store works fine here, if you have problem, I think you should hard reset your phone.
Click to expand...
Click to collapse
Data format, solved it. Not wipe, format.
adario73 said:
Can you please tell if "ok google" works?
Click to expand...
Click to collapse
Nice, it even works with the screen off. That was broken for ages
Can someone test something for me?
- Does Android Auto work?
- Is it possible to change launcher? Like Lawnchair or something.
Both things weren't working on official beta.
I'm running Nova launcher since ages, and of course also on Xiaomi.EU 9.9.26.
Cheers
Toscha
Personal Sandwich said:
Nice, it even works with the screen off. That was broken for ages
Click to expand...
Click to collapse
i'll wait for RevOS, if that has ok google finally working i'll stick with it, otherwise i'll come back to eu.
thanks
any way of changing the xiaomi icons...on nova launcher and have a custom icon pack but the notification icons are still from xiaomi
Do this 9.9.26 has anti rollback protection ?
I would not flash it over my previous 9.8.22 xiaomi.eu install if it has it..
Personal Sandwich said:
Nice, it even works with the screen off. That was broken for ages
Click to expand...
Click to collapse
I confirm. It was broken and now is it working. One bug is still here, Google Maps overlay don't appear unless I call the "multi-window" view (the thing like ALT+TAB on windows).
About ambiant display, it's not bad but it would need a ton of customizable settings to be perfect : notification icon size, luminosity, custom background, message sender name, pulse duration and so on.
Can i enable the App drawer in MIUI 11?
ted presley said:
No glitch here, maybe your screen is having problems, should consider to replace it....
Google play store works fine here, if you have problem, I think you should hard reset your phone.
It works for me.
Click to expand...
Click to collapse
I'm pretty sure it's software, turning on rotation fixes it.

Categories

Resources