*Audio Ryuki Mods Discussions
DTS Troubleshootings Section
- DTS cannot be working with misoundfx and deactivate it completely, included hiding XiaomiParts app. If you're facing bootloop or another issue like thermal engine deactivated, after flashing the module, run Terminal Emulator:
su
rm -rf $(find /data/adb/modules* -name XiaomiParts)
- If UI shows blank only/error, you should reboot it again without reinstalling. It's probably Magisk sepolicy.rule bug or do these bellow:
- If SE policy patch doesn't work for your device, run at Terminal Emulator:
su
setprop dts.permissive 2
Then reflash the module. Send #bug_report to me after. You can turn back the enforcing state automatically after device boot using this app:
Linkleri görebilmek için kayıt olmanız gerekmektedir
- If sepolicy.rule is causing bootloop, run:
su
setprop dts.permissive 1
Then reflash the module.
- If you want to reset dts data, run at Terminal Emulator:
su
setprop dts.cleanup 1
Then reflash the module.
- If you got problem with ro.build.product changes, you can enable library patch by run at Terminal Emulator:
su
setprop dts.patch 1
Then reflash the module. But sometimes it makes dts license check failures for some devices. In older versions, it's enabled by default. To disable it, change the 1 to 0.
- If Sound Stage is not working after changing song, try change Headphone profile.
- For older Audio Wizard versions, change any
setprop dts
to
setprop aw
- DTS must change your phone model to pass the license check.
- Install Audio Modification Library module if you using other audio mods Magisk module.
- If wired/headset is not detected, install Ainur Narsil at Magisk Download.
- You can change any configuration settings under /data/adb/modules(_update)/AudioWizard|DTSXUltra/system/vendor/etc/dts/customer.cfg.
- DTS is working in enforcing for my device, but it may not be working for you... Doing #bug_report completely will helps but it's not guaranteed..
- You can enable other stream mode to ring, alarm, voice_call, and notification by run:
su
setprop stream.mode ravn
Flash the module after.
- Most of audio mods doesn't support auxiliary cable, 3.5 mm jack port, and won't be connected to USB audio. Use this
Linkleri görebilmek için kayıt olmanız gerekmektedir
app to fix.
GitHub
reiryuki/Sound-Mods-Automator
Contribute to reiryuki/Sound-Mods-Automator development by creating an account on GitHub.
edited
Feb 28 at 00:42