Postingan

Pixel Gapps Ryuki Mod arm64 Android 10

Gambar
Pixel Gapps Ryuki Mod for any Android 10 arm64 custom ROMs vanilla is out!!! There is an original Pixel Gapps by Nemesis Team. The Gapps has a completeness capabilities of Google apps like Google Pixel devices own. It is better than other Gapps versions. But it will removing and replacing apps from your custom ROM with the Google's own...  I don't like that because it will removes a custom ROM characteristics. Then I made a modified Pixel Gapps that will not removing or replacing any of apps from custom ROM but still have a completeness capabilities of Google apps. Here is the download  link  along with the descriptions..... Enjoy the Pixel Gapps, flashers... 😎☕ Regards Rei Ryuki the Fixer

Moto Waves Maxx Audio FX Magisk Module

Gambar
Moto Waves Maxx Audio FX is ported for all Android Pie and up arm64 devices! Rooted device with Magisk is required. Click here for installation guide!

How to Fix Offline Time/Date not Showing Right After Each Device Boot in Android Custom ROM?

Gambar
How to Fix Offline Time/Date not Showing Right After Each Device Boot in Android Custom ROM? Update: 2020 Nov 18 Sometimes we face a bug in Android custom ROM that we used in our Android smartphone like offline time/date not showing right after each device boot. I've fixed the bug... and I want to share this, maybe some others need this too.. Check this out! Lets say we have Root Explorer app, rooted device, and know how to use the app... In my device, there is a written service in /vendor/etc/init/hw/init.qcom.rc like bellow: service time_daemon /vendor/bin/time_daemon     class main     user system     group system This service missing "capabilities SYS_TIME" Then we should add it to the bottom of the service using text editor app like Root Explorer or else... then now will be like bellow: service time_daemon /vendor/bin/time_daemon     class main     user system     group system     capabilities SYS_TIME But wait we still miss someth

Tasker Privileged Magisk Module

Gambar
Tasker Privileged Magisk Module This Magisk module will allow all permissions of Tasker app with system privileged app permissions and change SE Linux to Permissive state. This will bring back the "Application Services" trigger and the "Set Light" action in Tasker app to make it work properly for Android 8 and up. Lets check this out! https://github.com/reiryuki/Tasker-Privileged-Magisk-Module

How to Configure Your Android Touchscreen Responsiveness?

Gambar
How to configure your Android touchscreen responsiveness? Some XDA threads says that adding a line in build.prop file like bellow will improve touch responsiveness: touch.pressure.scale=0.001 https://www.google.com/amp/s/forum.xda-developers.com/galaxy-s7/how-to/change-sensitivity-touch-screen-t3414659/amp/ build.prop is contains system properties that will be executed by ROM in every device boot. But is the "touch.pressure.scale" really a system property? Is the line make sense or just a placebo effect? Now lets we find the source of the claimed system property by searching these 2 key words: 1) touch.pressure.scale site:source.android.com 2) touch.pressure.scale site:android.googlesource.com The first result at number 1 is this site:   https://source.android.com/devices/input/touch-devices The site is contains about the configuration property. But where is the configuration file of the property? You can click "