Mod [AUDIO EQ • FX] Android 8 - 9 - 10 - 11 - 12 - 13 [DTS HeadphoneX AudioWizard] 08.02.2023

UnlnViTeD

Usta Üye
Usta Üye
MIUI Sever
SMS Onaylı
Adım
Sbr
Cihazım
Raphael
Yaş
35
Konum
Siverek
Katılım
18 Mart 2020
Konular
20
Mesajlar
1.829
Tepkime puanı
1.576
Puanları
138
Mi 10 Pro Android 11 Evolution X 5.9.3 Hocam Uyumla Mi alakalı bir sorun var acaba
Hocam önceki sürümlerini deneyebilirsiniz, mustafa.cemrek hocamız sürüm 4.7 ile kurulumu başarıyla gerçekleştirmiş.

4.7 i deneyin olmaz ise daha da eski 2.9 ve öncesi sürümlerde AudioWizard uygulaması sürümü düşük ve birçok rom/cihaz ile uyumluymuş. 2.8 sürümünü YandexDisk e yükledim. Yine de olmazsa geliştiricinin grubundan yardım isteyebilirsiniz. (Ben sorabilirim fakat günlük kayıtları ve ekstra işlemler yapılmasını isteyebilir diye sizin sormanız daha sağlıklı olur.)

 

UnlnViTeD

Usta Üye
Usta Üye
MIUI Sever
SMS Onaylı
Adım
Sbr
Cihazım
Raphael
Yaş
35
Konum
Siverek
Katılım
18 Mart 2020
Konular
20
Mesajlar
1.829
Tepkime puanı
1.576
Puanları
138
Yeni sürüm v5.0 yayınlandı, arkadaşlar...

Changelog
- Script enhancements
レイルユキ
in Android Ryuki Mods Discussions


DTS Troubleshootings Section

- DTS cannot be working with misoundfx and deactivating 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*/*/system -name XiaomiParts)

- Doesn't work with music player which forcing to compress offload playback.

- DTS must change your phone model to pass the license check.

- You can change any configuration settings under /data/adb/modules(_update)/AudioWizard|DTSXUltra/system/vendor/etc/dts/customer.cfg. Use Root Explorer.

- 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..


Optionals

You can apply modified settings by run these commands bellow with Terminal Emulator app before flashing the module. If you want to flash the module via recovery, then run with recovery Terminal.

- Type su first before commands

- You can use any modified UI apk. You can find here: @apkuithemes or somewhere. Place the modified UI apk to your internal storage. Then run:

setprop dts.mod.ui 1

- If SE policy patch doesn't work for your device, you can turn to permissive instead:

setprop dts.permissive 2

- If sepolicy.rule is causing bootloop, run:

setprop dts.permissive 1

- If you want to reset dts data:

setprop dts.cleanup 1

- If you got problem with ro.build.product changes, you can enable library patch:

setprop dts.patch 1

But sometimes this makes dts license check failures for some devices.

- If you have dirac soundfx and it's conflicting with DTS, then you can disable it:

setprop dts.disable.dirac 1

- Post process music stream is enabled by default. You can enable another stream mode also (this may be a workaround for mic issue in some game apps):

Flash the module after applying those commands above and reboot.
edited
Feb 28 at 00:42

Post Process Stream Mode Command

Any global type soundfx cannot be chained together with post process type soundfx. This command is turning any global type soundfx into post process type soundfx so it can be chained together with another post process type soundfx. But it will make on off toggler doesn't work. It cannot be turned off.

Command values:

m = music stream (already enabled for DTS)
r = ringtone stream
a = alarm stream
v = voice call stream
n = notification stream
c = mic and camcorder pre process stream (only for Sound Enhancement module)

The command usage is:

su

setprop stream.mode <your_values>

Example for enable music stream only:

su

setprop stream.mode m

Example for enable music stream and alarm stream:

su

setprop stream.mode ma

Example for enable music stream and notification stream and ringtone stream:

su

setprop stream.mode mnr

Example for enable voice call and notification stream:

su

setprop stream.mode vn

Example for enable all post process streams:

su

setprop stream.mode mranv

Example for enable Sony ZNR (Zoom Noise Reduction) camcorder and mic pre process stream in Sound Enhancement (it causes bad output issue on some devices):

su

setprop stream.mode c

Those commands above only for example. You can modify values based on your needs. Flash module after.

Pressing On/Off toggler may causes bad outputs.
edited
Jul 13 at 13:49


Global Troubleshootings

- For audio mods, make sure you have enable show hidden files in your File Manager settings before flashing the module or the .aml.sh file which required will not be extracted and causes the module won't works correctly.

- Just in case if using multiple audio mods like viper, etc, you must install one of these bellow and DON'T USE BOTH TOGETHER! THEY ARE CONFLICTING! JUST USE ONE OF BELLOW:

-> Audio Modification Library Module (recommended). Download via Magisk app or here: )

-> ACDB Module (for Android 10 and bellow only) (download here @viperatmos) (but not for module that doesn't support it which is written at the description)

- If using Xposed, Riru LSPosed, Riru EdXposed, or Taichi Magisk Module, exclude apps from their list to prevent SE policy patch denials.

- If app force close or shows blank only/error, reboot twice (don't reflash). It's probably Magisk sepolicy.rule bug. Usually in Magisk v22 and bellow.

- For DTS and Sound Enhancement, if you got playback issue like no sound or volume getting max, you must use any Dolby or Moto Waves and let it be enabled.

- If you're using Island app or Work profile, disable apps that are cloned in the Island or the Work profile to prevent conflicts.

- Most of audio mods doesn't support, 3.5 mm jack port, auxiliary cable and won't be connected to USB audio. Use this app to fix.

- Most of audio mods doesn't work properly with Miui ROM.

- If your misoundfx/dirac or something else is not working after uninstalling any audio mod Magisk module, run:

su

rm -rf /data/user/*/com.android.settings /data/user/*/com.miui.misound

Reboot after.

- If wired/headset is not detected, install Ainur Narsil at Magisk Download.

- If any of module is turning your device to permissive state, you can turn back your enforcing state automatically after device boot using this app: . If you want any module working with enforcing state, read #bug_report.
Telegram
Android Ryuki Mods Archives
edited
Jul 30 at 00:05

Kaynak GitHub:


DipNot: v4.9 ve sonrası, Android 11 ve üstü ile uyumludur.
 

asauult

Deneyimli Üye
Deneyimli Üye
MIUI Sever
Adım
ORTA
Cihazım
Redmi Note7
Yaş
33
Konum
AYDIN
Katılım
28 Kasım 2017
Konular
7
Mesajlar
103
Tepkime puanı
11
Puanları
18
Ahizeye etkisi var mı
 

yousends

Yeni Üye
Yeni Üye
MIUI Sever
SMS Onaylı
Adım
ali
Cihazım
mi 8 lite
Yaş
24
Konum
turkiye
Katılım
25 Mart 2019
Konular
0
Mesajlar
11
Tepkime puanı
2
Puanları
3
Yeni sürüm v5.0 yayınlandı, arkadaşlar...

Changelog
- Script enhancements
レイルユキ
in Android Ryuki Mods Discussions


DTS Troubleshootings Section

- DTS cannot be working with misoundfx and deactivating 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*/*/system -name XiaomiParts)

- Doesn't work with music player which forcing to compress offload playback.

- DTS must change your phone model to pass the license check.

- You can change any configuration settings under /data/adb/modules(_update)/AudioWizard|DTSXUltra/system/vendor/etc/dts/customer.cfg. Use Root Explorer.

- 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..


Optionals

You can apply modified settings by run these commands bellow with Terminal Emulator app before flashing the module. If you want to flash the module via recovery, then run with recovery Terminal.

- Type su first before commands

- You can use any modified UI apk. You can find here: @apkuithemes or somewhere. Place the modified UI apk to your internal storage. Then run:

setprop dts.mod.ui 1

- If SE policy patch doesn't work for your device, you can turn to permissive instead:

setprop dts.permissive 2

- If sepolicy.rule is causing bootloop, run:

setprop dts.permissive 1

- If you want to reset dts data:

setprop dts.cleanup 1

- If you got problem with ro.build.product changes, you can enable library patch:

setprop dts.patch 1

But sometimes this makes dts license check failures for some devices.

- If you have dirac soundfx and it's conflicting with DTS, then you can disable it:

setprop dts.disable.dirac 1

- Post process music stream is enabled by default. You can enable another stream mode also (this may be a workaround for mic issue in some game apps):

Flash the module after applying those commands above and reboot.
edited
Feb 28 at 00:42

Post Process Stream Mode Command

Any global type soundfx cannot be chained together with post process type soundfx. This command is turning any global type soundfx into post process type soundfx so it can be chained together with another post process type soundfx. But it will make on off toggler doesn't work. It cannot be turned off.

Command values:

m = music stream (already enabled for DTS)
r = ringtone stream
a = alarm stream
v = voice call stream
n = notification stream
c = mic and camcorder pre process stream (only for Sound Enhancement module)

The command usage is:

su

setprop stream.mode <your_values>

Example for enable music stream only:

su

setprop stream.mode m

Example for enable music stream and alarm stream:

su

setprop stream.mode ma

Example for enable music stream and notification stream and ringtone stream:

su

setprop stream.mode mnr

Example for enable voice call and notification stream:

su

setprop stream.mode vn

Example for enable all post process streams:

su

setprop stream.mode mranv

Example for enable Sony ZNR (Zoom Noise Reduction) camcorder and mic pre process stream in Sound Enhancement (it causes bad output issue on some devices):

su

setprop stream.mode c

Those commands above only for example. You can modify values based on your needs. Flash module after.

Pressing On/Off toggler may causes bad outputs.
edited
Jul 13 at 13:49


Global Troubleshootings

- For audio mods, make sure you have enable show hidden files in your File Manager settings before flashing the module or the .aml.sh file which required will not be extracted and causes the module won't works correctly.

- Just in case if using multiple audio mods like viper, etc, you must install one of these bellow and DON'T USE BOTH TOGETHER! THEY ARE CONFLICTING! JUST USE ONE OF BELLOW:

-> Audio Modification Library Module (recommended). Download via Magisk app or here: )

-> ACDB Module (for Android 10 and bellow only) (download here @viperatmos) (but not for module that doesn't support it which is written at the description)

- If using Xposed, Riru LSPosed, Riru EdXposed, or Taichi Magisk Module, exclude apps from their list to prevent SE policy patch denials.

- If app force close or shows blank only/error, reboot twice (don't reflash). It's probably Magisk sepolicy.rule bug. Usually in Magisk v22 and bellow.

- For DTS and Sound Enhancement, if you got playback issue like no sound or volume getting max, you must use any Dolby or Moto Waves and let it be enabled.

- If you're using Island app or Work profile, disable apps that are cloned in the Island or the Work profile to prevent conflicts.

- Most of audio mods doesn't support, 3.5 mm jack port, auxiliary cable and won't be connected to USB audio. Use this app to fix.

- Most of audio mods doesn't work properly with Miui ROM.

- If your misoundfx/dirac or something else is not working after uninstalling any audio mod Magisk module, run:

su

rm -rf /data/user/*/com.android.settings /data/user/*/com.miui.misound

Reboot after.

- If wired/headset is not detected, install Ainur Narsil at Magisk Download.

- If any of module is turning your device to permissive state, you can turn back your enforcing state automatically after device boot using this app: . If you want any module working with enforcing state, read #bug_report.
Telegram
Android Ryuki Mods Archives
edited
Jul 30 at 00:05

Kaynak GitHub:


DipNot: v4.9 ve sonrası, Android 11 ve üstü ile uyumludur.
cihaz desteklemiyor poco hatası
x3 nfc
 

UnlnViTeD

Usta Üye
Usta Üye
MIUI Sever
SMS Onaylı
Adım
Sbr
Cihazım
Raphael
Yaş
35
Konum
Siverek
Katılım
18 Mart 2020
Konular
20
Mesajlar
1.829
Tepkime puanı
1.576
Puanları
138
cihaz desteklemiyor poco hatası
x3 nfc
Hocam hangi rom ve Android sürümündesiniz?

Alıntıdaki mesajı gördünüz mü?
Hocam önceki sürümlerini deneyebilirsiniz, mustafa.cemrek hocamız sürüm 4.7 ile kurulumu başarıyla gerçekleştirmiş.

4.7 i deneyin olmaz ise daha da eski 2.9 ve öncesi sürümlerde AudioWizard uygulaması sürümü düşük ve birçok rom/cihaz ile uyumluymuş. 2.8 sürümünü YandexDisk e yükledim. Yine de olmazsa geliştiricinin grubundan yardım isteyebilirsiniz. (Ben sorabilirim fakat günlük kayıtları ve ekstra işlemler yapılmasını isteyebilir diye sizin sormanız daha sağlıklı olur.)

 

yousends

Yeni Üye
Yeni Üye
MIUI Sever
SMS Onaylı
Adım
ali
Cihazım
mi 8 lite
Yaş
24
Konum
turkiye
Katılım
25 Mart 2019
Konular
0
Mesajlar
11
Tepkime puanı
2
Puanları
3

wiper30

Tecrübeli Üye
Tecrübeli Üye
MIUI Sever
SMS Onaylı
Adım
Şükrü
Cihazım
mi 11T Pro
Meslek
Güvenlij+PC vs..
Yaş
29
Konum
Hakkari
Katılım
29 Mayıs 2019
Konular
55
Mesajlar
549
Tepkime puanı
94
Puanları
43
Denedim olmadı çalışmadı arada müzik çalar format ses hatasını veriyor bu twrp yükledim nasıl silecem Permissiver_v5.zip bu dosyayı
 

asauult

Deneyimli Üye
Deneyimli Üye
MIUI Sever
Adım
ORTA
Cihazım
Redmi Note7
Yaş
33
Konum
AYDIN
Katılım
28 Kasım 2017
Konular
7
Mesajlar
103
Tepkime puanı
11
Puanları
18
Ahizeye faydası var mı ?
 
Üst Alt