yzyhk904 / hifi-maximizer-mod

A Magisk module for maximizing the digital audio fidelity by reducing jitters on audio outputs (USB DACs, Bluetooth a2dp, DLNA, etc.)
GNU Affero General Public License v3.0
112 stars 6 forks source link

Issues with apps not opening #3

Closed AnzacExodus closed 1 year ago

AnzacExodus commented 1 year ago

Hi there, after installing the module using magisk, my YouTube app just keeps loading and no videos show also Chrome just opens and closes after a few seconds. Do you know what the issue may be and how it correlates to the mod? I'm using the latest Evolution X rom on my Xiaomi mi 9. Cheers

yzyhk904 commented 1 year ago

This is caused by disabling the camera server to reduce significant audio jitter. Youtube app needs the camera server when launching up for some unexplained reason.

If you like to avoid this situation, edit "service.sh" in the module zip file so that DisableCameraService="yes". Then update (install over the existing one) with this modified one in the magisk manager and reboot.

Note: "DisableCameraService" means somehow "disabling camera service jitter redution".

AnzacExodus commented 1 year ago

Awesome, thanks for getting back, I'll give it a go and report back what happens, also thank you for the work you do with these audio mods!