- 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
- Konu Sahibi Konu Sahibi
- #521
Yeni sürüm v5.9 yayınlandı, arkadaşlar...
Changelog
- Removed android.hardware.media.omx*service restart (causes media playback issue)
- Fixed checking apps
Kaynak GitHub:
DipNot:
• Cihazınız için çalışmazsa farklı sürümleri deneyebilirsiniz.
• Troubleshootings (Sorun Giderme) adımlarına bakabilirsiniz.
• Geliştiricinin (ReiRyuki) Telegram kanalından (@androidryukimodsdiscussions) destek alabilirsiniz.
• v4.9 ve sonrası, Android 11 ve üstü ile uyumluluk güncellemesi almıştır.
• v3.7 ve sonrası, Android 8 desteği yoktur.
Changelog
- Removed android.hardware.media.omx*service restart (causes media playback issue)
- Fixed checking apps
レイルユキ
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
- 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:
Telegram
Android Ryuki Mods Archives
edited
Jul 30 at 00:05
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:
Linkleri görebilmek için kayıt olmanız gerekmektedir
)-> 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
Linkleri görebilmek için kayıt olmanız gerekmektedir
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:
Linkleri görebilmek için kayıt olmanız gerekmektedir
. 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:
Linkleri görebilmek için kayıt olmanız gerekmektedir
DipNot:
• Cihazınız için çalışmazsa farklı sürümleri deneyebilirsiniz.
• Troubleshootings (Sorun Giderme) adımlarına bakabilirsiniz.
• Geliştiricinin (ReiRyuki) Telegram kanalından (@androidryukimodsdiscussions) destek alabilirsiniz.
• v4.9 ve sonrası, Android 11 ve üstü ile uyumluluk güncellemesi almıştır.
• v3.7 ve sonrası, Android 8 desteği yoktur.