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
121 stars 6 forks source link

Some Setting crash after install the module #18

Closed ilkafrv closed 4 months ago

ilkafrv commented 4 months ago

Hi, I installed this module on

ilkafrv commented 4 months ago

I know it caused the problem because disable the mod -> restart -> make those problems went away!

yzyhk904 commented 4 months ago

I can reproduce the first one, but cannot the second one on crDroid 10.5 here (not Pixel 4XL).

The cause of the former is crDroid's bug triggered by disabling "Camera Server". You can avoid this situation by editing an archive of this module. See README.md.

I guess the second one happens on crDroid & Pixel 4XL only. Till now, I've never heard such a thing on any device and any ROM.

Can you install my other module "Audio Misc. Settings" instead of "Hifi Maximizer"? If this changes the situation, I can get more info.

ilkafrv commented 4 months ago

I changed

EnableCameraService="no"

to

EnableCameraService="yes"

on service.sh and remove exists module and replace with the mod one and both two problems above disappear!

Not try the module "Audio Misc. Settings" yet!

yzyhk904 commented 4 months ago

You don't need to install "Audio Misc. Settings". I understand they are caused by ROM's bugs trigged by disabling "Camera Server".