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

gingkouser

Yeni Üye
Yeni Üye
MIUI Sever
Adım
gingko
Cihazım
redmi note 8
Yaş
24
Konum
Ankara
Katılım
28 Eylül 2021
Konular
3
Mesajlar
8
Tepkime puanı
4
Puanları
3
Bilgilendirmek için yazıyorum. Cihaz Redmi Note 8 Snapdragon. Xiaomi.eu MIUI 12.5.4.0 Android 11 Rom'u kurulu cihazda. Modülün son sürümünü indirdim Magisk üzerinden kurdum. İlk restart'ta sorunsuz çalıştı. Gayet güzel bi modül. Özellikle kulaklık profillerinden kendi kulaklığınızın modelini seçerseniz çok daha güzel ses elde ediyorsunuz.

Konu için teşekkürler.
 

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
Bilgilendirmek için yazıyorum. Cihaz Redmi Note 8 Snapdragon. Xiaomi.eu MIUI 12.5.4.0 Android 11 Rom'u kurulu cihazda. Modülün son sürümünü indirdim Magisk üzerinden kurdum. İlk restart'ta sorunsuz çalıştı. Gayet güzel bi modül. Özellikle kulaklık profillerinden kendi kulaklığınızın modelini seçerseniz çok daha güzel ses elde ediyorsunuz.

Konu için teşekkürler.
Eyvallah hocam,

Geri dönüşünüz için teşekkürler, keyifli kullanımlar...
 

Bourne90

Yeni Üye
Yeni Üye
MIUI Sever
Adım
Hakkı
Cihazım
Redmi Note 7
Konum
Edirne
Katılım
9 Nisan 2019
Konular
1
Mesajlar
9
Tepkime puanı
2
Puanları
3
Bu uygulamayı paylaştığınız ses motorları ile beraber çalıştırabilir miyim?
 

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
Bu uygulamayı paylaştığınız ses motorları ile beraber çalıştırabilir miyim?
Motorlar ile daha önce Viper, JamesDSP gibi ses modüllerini denemiştim. Sorun yaşamadım.

Sizde konudaki modülü deneyebilirsiniz. (Uzun zamandır MIUI kullanmıyorum, yoksa deniyip bilgi verirdim.) En kötü ihtimalle, modülü kaldırırsınız.
 

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.4 yayınlandı, arkadaşlar...

Changelog
- Added support for any /vendor/etc/audio/$(getprop ro.build.product)/*audio*effects*
- Added support for any /vendor/etc/audio/*/*audio*policy*
レイルユキ
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 uyumluluk güncellemesi almıştır.
 

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.5 yayınlandı, arkadaşlar...

Changelog
- Fix hide apps on second install
- Minimize optional command dts.disable.dirac and dts.disable.misoundfx to disable.dirac and disable.misoundfx
レイルユキ
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:

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

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.6 yayınlandı, arkadaşlar...

Changelog
- Fix wrong speaker phone first initialization in Android 12
レイルユキ
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:

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

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.7 yayınlandı, arkadaşlar...

Changelog
- Prevent force low ram
レイルユキ
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:

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

eren15935

Kıdemli Üye
Kıdemli Üye
MIUI Sever
SMS Onaylı
Adım
Eren
Cihazım
Oneplus 10 pro
Yaş
37
Konum
Papuayenigine
Katılım
8 Temmuz 2017
Konular
11
Mesajlar
366
Tepkime puanı
134
Puanları
58
Sadece kulaklıkla mi çalışıyor bu acaba? Bana daha çok bluetoothlu bir şey lazım.
 

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
Sadece kulaklıkla mi çalışıyor bu acaba? Bana daha çok bluetoothlu bir şey lazım.
Hocam,
Kablolu, kablosuz (Bluetooth) kulaklık ve hoparlörde çalışıyor, ayrıca cihazın dahili hoparlörünede etki ediyor.
 
Üst Alt