Global Troubleshootings
- For HyperOS users, please read here: https://t.me/androidryukimods/2218
- "Unable to find pre init dir" means you haven't completed the Magisk installation yet and the early/pre init mount will not be working in Magisk Delta/Kitsune Mask. But if you sure it's not then use #global_optionals sepolicy.sh=1 instead. But if it's showing in recovery, then it's normal.
- If module installation is freezing, probably your ROM doesn't have a complete toolbox, then you need to install busybox first: https://github.com/Magisk-Modules-Repo/busybox-ndk/blob/master/update.json (Go to the zipUrl link)
- All system apps from module will not be allowed to network access by default in some Android 13 and above ROMs. You need to manually allow it in the app info.
- Notifications cannot be turned off? If you just have disabled your Android Signature Verification, then that's the cause. But in Android 12 and up, you can't disable platform_app type notifications. You can minimize it instead. The notifications of system_app type and persistent app type also cannot be disabled in any Android version.
- Just in case if using multiple (2 or more) audio mod Magisk modules, you must install Audio Modification Library Ryuki Mod (AML) Magisk Module: https://github.com/reiryuki/Audio-Modification-Library-Ryuki-Mod-Magisk-Module (use with the latest #magiskdelta is recommended). You can also use the official AML version but with some limitations.
- If using 2 or more audio mods with different soundfx type, read here also: https://t.me/androidryukimodsdiscussions/26764
- NLSound & Ainur Narsil causing some Audio Mods not to work.
- If you are using KernelSU/APatch or SuList, you have to include your launcher app & all package name from module (listed in package.txt) to the whilelist/superuser list and reboot, otherwise apps/icons will be broken https://t.me/androidryukimods/1096. But exclude your launcher app and any package name from module to Zygisk DenyList or Xposed or Riru LSPosed or Riru EdXposed or Taichi Magisk Module then reboot!
- Sometimes built-in soundfx makes audio mod doesn't work properly. AOSP soundfx Remover, dirac misoundfx Remover, & Sound Alive FX Remover Magisk Module may solve with AML.
- If app force close or shows blank only/error, try to reboot twice without reinstalling.
- If you have a playback issue like no sound or volume getting max, maybe it's caused by Mediatek ALSA audio playback https://t.me/androidryukimodsdiscussions/135457. Then you need to change ROM. Sound Enhancement, AudioFX LineageOS, & Audio Effect Deep Field also unsupported with ALSA playback.
- If you're using Island app or Work profile, disable apps that are cloned in the Island or the Work profile to prevent conflict.
- If you have deep sleep issue with official Magisk, then you need to move to #magiskdelta instead.
- If anything is not working after installing/uninstalling any Magisk module, run:
su
rm -rf /data/system/package_cache/* /data/dalvik-cache/* /data/user*/*/com.android.settings/* /data/user*/*/com.android.musicfx/*
Reboot after.
- If wired/headset is not detected, it's probably the ROM bug using deprecated android.media.AudioSystem method in Android 11 and up instead of android.media.AudioManager method. https://t.me/androidryukimodsdiscussions/85275
- If any module is turning your device to permissive state, you can turn it back your enforcing state automatically after device boot using this app: https://github.com/reiryuki/Sound-Mods-Automator.
- If you have dual speaker but the left speaker has lower sound than the right speaker, try run this on terminal:
su -c settings put system master_balance -0.5
If the right speaker has lower sound than the left speaker, change -0.5 to 0.5. If you want to revert it to the default, change it to 0.0.
- For HyperOS users, please read here: https://t.me/androidryukimods/2218
- "Unable to find pre init dir" means you haven't completed the Magisk installation yet and the early/pre init mount will not be working in Magisk Delta/Kitsune Mask. But if you sure it's not then use #global_optionals sepolicy.sh=1 instead. But if it's showing in recovery, then it's normal.
- If module installation is freezing, probably your ROM doesn't have a complete toolbox, then you need to install busybox first: https://github.com/Magisk-Modules-Repo/busybox-ndk/blob/master/update.json (Go to the zipUrl link)
- All system apps from module will not be allowed to network access by default in some Android 13 and above ROMs. You need to manually allow it in the app info.
- Notifications cannot be turned off? If you just have disabled your Android Signature Verification, then that's the cause. But in Android 12 and up, you can't disable platform_app type notifications. You can minimize it instead. The notifications of system_app type and persistent app type also cannot be disabled in any Android version.
- Just in case if using multiple (2 or more) audio mod Magisk modules, you must install Audio Modification Library Ryuki Mod (AML) Magisk Module: https://github.com/reiryuki/Audio-Modification-Library-Ryuki-Mod-Magisk-Module (use with the latest #magiskdelta is recommended). You can also use the official AML version but with some limitations.
- If using 2 or more audio mods with different soundfx type, read here also: https://t.me/androidryukimodsdiscussions/26764
- NLSound & Ainur Narsil causing some Audio Mods not to work.
- If you are using KernelSU/APatch or SuList, you have to include your launcher app & all package name from module (listed in package.txt) to the whilelist/superuser list and reboot, otherwise apps/icons will be broken https://t.me/androidryukimods/1096. But exclude your launcher app and any package name from module to Zygisk DenyList or Xposed or Riru LSPosed or Riru EdXposed or Taichi Magisk Module then reboot!
- Sometimes built-in soundfx makes audio mod doesn't work properly. AOSP soundfx Remover, dirac misoundfx Remover, & Sound Alive FX Remover Magisk Module may solve with AML.
- If app force close or shows blank only/error, try to reboot twice without reinstalling.
- If you have a playback issue like no sound or volume getting max, maybe it's caused by Mediatek ALSA audio playback https://t.me/androidryukimodsdiscussions/135457. Then you need to change ROM. Sound Enhancement, AudioFX LineageOS, & Audio Effect Deep Field also unsupported with ALSA playback.
- If you're using Island app or Work profile, disable apps that are cloned in the Island or the Work profile to prevent conflict.
- If you have deep sleep issue with official Magisk, then you need to move to #magiskdelta instead.
- If anything is not working after installing/uninstalling any Magisk module, run:
su
rm -rf /data/system/package_cache/* /data/dalvik-cache/* /data/user*/*/com.android.settings/* /data/user*/*/com.android.musicfx/*
Reboot after.
- If wired/headset is not detected, it's probably the ROM bug using deprecated android.media.AudioSystem method in Android 11 and up instead of android.media.AudioManager method. https://t.me/androidryukimodsdiscussions/85275
- If any module is turning your device to permissive state, you can turn it back your enforcing state automatically after device boot using this app: https://github.com/reiryuki/Sound-Mods-Automator.
- If you have dual speaker but the left speaker has lower sound than the right speaker, try run this on terminal:
su -c settings put system master_balance -0.5
If the right speaker has lower sound than the left speaker, change -0.5 to 0.5. If you want to revert it to the default, change it to 0.0.