Latest posts

Ryuki Notes
7 Sept, 09:05edited
You can even pay 1 USD or 1 USDC instead to @reiryuki to join this private group for 1 month of all files access and the files will be sent directly in this private group.If via paypal.me/reiryuki, there is a fee of 5% + 0.3 USD so it becomes 1.35 USD for 1 month.Khusus region Indonesia, hanya 10000 IDR untuk 1 bulan.If you have previously made a donation, then it can also be an additional accumulation according to the amount of your donation.


Ryuki Notes
31 Jul, 21:18edited
File Download Tutorial- Open the link via browser not via Telegram.- Make sure you've disabled your ad blockers in your Settings app or browser or anywhere first. Don't use dns.adguard.com nor https://dns.adguard-dns.com/dns-query DNS otherwise the genarated links won't be shown.- Watch https://youtu.be/l2CUt0L5qD4?si=HDKPEoEokdFQkJoS or https://vt.tiktok.com/ZS4SfS6Mw/- If generated link still not showing or you can't access the link then try to change DNS to 1dot1dot1dot1.cloudflare-dns.com or dns.google or use incognito mode or use VPN instead.- Sorry for unwanted ads.- "Gateway time-out Error code 504" means the server is under maintenance. Wait until next 24 hours.- If you find an inactive link, then please PM @reiryuki & describe & tell which file.- If you still can't access the files or you don't even like waiting and ads, then: https://t.me/ryukinotes/98


Ryuki Notes
21 Jul, 16:25edited
Storage Fix ScriptThis is Termux/Terminal command to fix storage permissions in com.google.android.apps.photos. You can change the PKG= to any other else package name you want that has storage issue.Type su first and grant root access.sugrant_permission() { pm grant $PKG android.permission.READ_EXTERNAL_STORAGE pm grant $PKG android.permission.WRITE_EXTERNAL_STORAGE if [ "$API" -ge 29 ]; then pm grant $PKG android.permission.ACCESS_MEDIA_LOCATION appops set $PKG ACCESS_MEDIA_LOCATION allow fi if [ "$API" -ge 33 ]; then pm grant $PKG android.permission.READ_MEDIA_AUDIO pm grant $PKG android.permission.READ_MEDIA_VIDEO pm grant $PKG android.permission.READ_MEDIA_IMAGES fi
Ryuki Notes
4 Jul, 00:22edited
Hardware Services Restarter OptionalsYou can create /data/media/0/optionals.prop file yourself if it's not exist yet (if you are not in user 0, then change the 0 to your current user) using @mtmanager or any file manager and write any modified settings bellow inside the optionals.prop file BEFORE INSTALLING/REINSTALLING THE MODULE:- If you have sensors issue while using any Dolby modules etc.:hsr.sensor=1The following is for advanced users only. Always be prepared for the possibility of a bootloop/brick/permanent damage to your device and Do with Your Own Risk!- Example if you need to add and restart some hardware/vendor processes that are not listed yet in the module (if more than one, then separate with a space):hsr.add=process-name another-process-name- Example if you need to add and restart some hardware/vendor init services that are not listed yet in the module (if
Ryuki Notes
23 May, 08:25edited
Global Troubleshootings 2- If apps from modules are not installed after updating ROM, then: 1. Remove the modules and reboot first 2. Normal install all apps from modules 3. Uninstall those apps again (this is the major fix) 4. Reinstall modules and reboot- In Magisk when device bootloops, se_context in all /data/adb/modules/ folders changes from system_file to adb_data_file which causes modules to not install properly afterwards and must be reinstalled. You can use this script for preventive measures: https://github.com/reiryuki/Broken-Modules-Remover-Magisk-Script- If Magisk root grant request pop up doesn't appear, then try to exclude the Magisk app from battery optimization.If you faced no sound or low sound issue on some apps while using any audio mod modules or you don't want audio mod affects your game app and notification/ringtone sound, then use this:
Ryuki Notes
25 Dec 2025, 02:06
Port Magisk module to ROM- If you want to port my Magisk Module to your ROM, you need to include files (or add lines to the existing files) inside "unused" folder also (if there is "unused" folder inside the module).- Implementing sepolicy.rule into ROM Building:For example in sepolicy.rule:allow priv_app hal_dms_hwservice hwservice_manager findthen you need to write:allow priv_app hal_dms_hwservice:hwservice_manager { find };in your priv_app.te while building ROM
Ryuki Notes
20 Jun 2025, 01:25
Device Features Enabler OptionalsYou can create /data/media/0/optionals.prop file yourself if it's not exist yet (if you are not in user 0, then change the 0 to your current user) using @mtmanager or any file manager and write any modified settings bellow inside the optionals.prop file BEFORE INSTALLING/REINSTALLING THE MODULE:- Using android.hardware.ram.low to allow installing any Go version of Google apps at Play Store:dfe.ram.low=1INSTALL/REINSTALL THE MODULE AFTERWARDS and reboot.
Ryuki Notes
20 May 2025, 08:44edited
ANR Timeout Multiplier OptionalsYou can create /data/media/0/optionals.prop file yourself if it's not exist yet (if you are not in user 0, then change the 0 to your current user) using @mtmanager or any other else root file manager and write any modified settings bellow inside the optionals.prop file BEFORE INSTALLING/REINSTALLING THE MODULE:The default Android ANR timeout is 5 seconds and this module multiplies the timeout 12 times means 12 x 5 seconds = 60 seconds. You can change the timeout to any value you want.This is for example to use timeout 3 times that means 3 x 5 seconds = 15 seconds:anr.timeout=3INSTALL/REINSTALL THE MODULE AFTERWARDS and reboot.
Ryuki Notes
3 May 2025, 14:37edited
SKIA UI Renderer Enabler OptionalsYou can create /data/media/0/optionals.prop file yourself if it's not exist yet (if you are not in user 0, then change the 0 to your current user) using @mtmanager or any other else root file manager and write any modified settings bellow inside the optionals.prop file BEFORE INSTALLING/REINSTALLING THE MODULE:- To disable SKIA renderer instead of enable:skia.enable=0INSTALL/REINSTALL THE MODULE AFTERWARDS.
Ryuki Notes
2 May 2025, 00:37edited
Moto TroubleshootingsFor Dolby Moto, go here: https://t.me/ryukinotes/11For Moto Waves, go here: https://t.me/ryukinotes/59- If search location function doesn't work in Moto Widget, go to app info of Moto Widget and allow the network access- If you are in Miui ROM, open the Moto Widget app settings, tap recents button, lock the Moto Widget app from recents to keep the app running in backgroundMoto OptionalsYou can create /data/media/0/optionals.prop file yourself if it's not exist yet (if you are not in user 0, then change the 0 to your current user) using @mtmanager or any file manager and write any modified settings bellow inside the optionals.prop file BEFORE INSTALLING/REINSTALLING THE MODULE:- If you want to activate Moto Launcher recents provider (doesn't work in some ROMs):moto.recents=1Don't use this kind of module @QuickstepSwitcherReleases
Ryuki Notes
27 Mar 2025, 10:27edited
How to disable Android Signature Verifications?WARNING!!! Disabling Android Signature Verification may be unstable for some ROMs. You may need any permissiver if it causes auto reboot. What is permissiver? Google it.Some of my apps inside modules are using android.uid.system like Miui Security and Miui Screen Recorder. This method can be a workaround to allow installation of any android.uid.system apps. If these methods bellow doesn't work in your stock ROM, then use custom ROM instead! Choose one of these modes bellow:Riru LSPosed/EdXposed/Taichi Magisk Module/Xposed Framework mode:- Download and install Riru Magisk Module and Riru LSPosed or EdXposed or Taichi Magisk module or Xposed Framework at github or anywhere if it has it's own website.- Install Lucky Patcher app https://www.luckypatchers.com/download/ and use it as framework module or use any other else framework app
Ryuki Notes
26 Mar 2025, 08:44edited
Dirac Audio OptionalsYou can create /data/media/0/optionals.prop file yourself if it's not exist yet (if you are not in user 0, then change the 0 to your current user) using @mtmanager or any other else root file manager and write any modified settings bellow inside the optionals.prop file BEFORE INSTALLING/REINSTALLING THE MODULE:- The sound effect is applied to rerouting and patch stream by default for game apps. You can disable it if there is a problem with it:dirac.game=0INSTALL/REINSTALL THE MODULE AFTERWARDS and reboot.
Ryuki Notes
20 Mar 2025, 18:19edited
Mi Sound OptionalsYou can create /data/media/0/optionals.prop file yourself if it's not exist yet (if you are not in user 0, then change the 0 to your current user) using @mtmanager or any other else root file manager and write any modified settings bellow inside the optionals.prop file BEFORE INSTALLING/REINSTALLING THE MODULE:- If you are in Miui ROM and don't want to use the Dolby Atmos:misound.dolby=0- To disable in-built Harman Kardon:misound.harmankardon=0- If MiSound app conflicted with your Parts app, you can hide the Parts app:hide.parts=1or you can simply disable your Parts app using any root disabler/freezer and reboot. Usually Parts app not only contains Dirac/MiSound but also contains some other ROM features. Hiding/disabling it will also remove those ROM features.- You can reset the Mi Sound data:TelegramRyuki NotesDolby Optionals You can create /data/media/0/optionals.prop file yourself if it's not exist yet ⡆⠱⢢ ⡠⢌⠉ ⢰⠕⡉ ⠌⠬⡨ ⠤⠜ ⣈⠖⠬⠪ ⠦⡨ ⢌⡑⠃⡉ ⡠⢐⡊⠇⠌⠃ ⢌⠢⠃ ⠰ ⢔⢈ ⡈⢅⠨⢐ ⢐⠨⠆⣁⡆⠦⠇ ⡅⣐⢈⣀⢂ using @mtmanager or any file manager and write any modified settings bellow inside the optionals.prop…
Ryuki Notes
7 Mar 2025, 09:21
Introducing new optionals method. Newer versions are no longer using terminal emulator command but using optionals.prop file in your /data/media/0/ (if you are not in user 0, then change the 0 to your current user). For example, see the screenshots. Create the optionals.prop file by yourself if it doesn't exist using @mtmanager or any other else root file manager. PLEASE DO NOT PUT/EDIT/WRITE IT IN /sdcard NOR /storage/emulated/0 NOR INTERNAL STORAGE BECAUSE IN SOME DEVICES, /sdcard OR /storage/emulated/0 OR INTERNAL STORAGE DOES NOT MIRROR TO /data/media/0. Read Optionals in the README of module at Github (all is lower case and no upper case). INSTALL/REINSTALL MODULE TO TAKE EFFECT.



Ryuki Notes
7 Mar 2025, 07:47edited
Touch Boost Disabler OptionalsYou can create /data/media/0/optionals.prop file yourself if it's not exist yet (if you are not in user 0, then change the 0 to your current user) using @mtmanager or any other else root file manager and write any modified settings bellow inside the optionals.prop file BEFORE INSTALLING/REINSTALLING THE MODULE:- To enable touch boost instead of disabletouch.boost=1INSTALL/REINSTALL THE MODULE AFTERWARDS and reboot.
Ryuki Notes
21 Feb 2025, 19:09
The Main Requirements to Install My Magisk Modules- Using TWRP that can decrypt your /data, so you can disable modules via TWRP if bootloop/brick is occured. If you don't have TWRP for your device, then you can reflash your original boot.img via fastboot and format data if bootloop/brick is occured. Otherwise, please go out of here and don't talk to me. - A working brain 🧠 - Not a psychopath - Want to read the README - DwYOR (Do with Your Own Risk!)
Ryuki Notes
10 Feb 2025, 07:56edited
LogcatInstall this Logcat Reader app: https://github.com/darshanparajuli/LogcatReader/releases.Before you open the Logcat app, install Termux first, and run this command:sukillall logcat pm grant com.dp.logcatapp android.permission.READ_LOGSOr run adb via PC:adb shell killall logcat adb shell pm grant com.dp.logcatapp android.permission.READ_LOGSAnother method if pm grant command is failed: https://t.me/androidryukimodsdiscussions/113604Open the app, go to settings > Buffers > checklist all (ignore if there is not), trigger the bugs so logcat can record the bugs, tap top right corner, tap save, share it to the author the saved logs. About 1 MB minimum and do not more than 10 MB. Do not filter! Do not type anything in search! FULL logcat is needed. If the log is still showing nothing, then use any other else logcat app.
Ryuki Notes
10 Feb 2025, 07:13edited
Magisk Install LogDo not report if the Magisk/KernelSU install log says your ROM is unsupported nor service not found except the author is asking for it otherwise you will get warns! (unless it was supported in previous versions)Do not send screenshot only!If it's a Magisk Module, after installing the module, tap the top right corner of the Magisk app. It will be saved to your Download folder. See this: https://t.me/androidryukimods/141 Send me the file. This is MAGISK/KERNELSU INSTALL LOG. DO NOT send MAGISK/KERNELSU LOG because it's not related!Please don't put the file into zip/compressed file.Send it PM to @reiryuki
Ryuki Notes
4 Feb 2025, 19:02
AudioFX LineageOS Troubleshootings- If AudioFX doesn't work, then type:su afxat Terminal/Termux app while playing music- If AudioFX still not working, you need to play music with any music app that have external EQ option first like Xperia Music, YouTube Music, or Spotify.
Ryuki Notes
2 Feb 2025, 15:46
Oreality Audio OptionalsYou can create /data/media/0/optionals.prop file yourself if it's not exist yet (if you are not in user 0, then change the 0 to your current user) using @mtmanager or any file manager and write any modified settings bellow inside the optionals.prop file BEFORE INSTALLING/REINSTALLING THE MODULE:- The sound effect is applied to rerouting and patch stream by default for game apps. You can disable it if there is a problem with it:oreality.game=0INSTALL/REINSTALL THE MODULE AFTERWARDS and reboot.
Related Channels
Other channels in the same section of the catalogue.
