diff --git a/Readme.md b/Readme.md index 55454ba..8f79f49 100644 --- a/Readme.md +++ b/Readme.md @@ -51,6 +51,22 @@ Instructions for strong integrity on custom rom: - Install Pif  - enjoy + +# Broken volume button? + +## Run on Termux (as root) + +### To run the FP downloader when the action button is triggered: +1. rm /data/adb/modules/playcurlNEXT/action.sh +2. cp /data/adb/modules/playcurlNEXT/system/bin/fp /data/adb/modules/playcurlNEXT/action.sh +3. Enjoy! + +### To run the troubleshooting script when the action button is triggered: +1. rm /data/adb/modules/playcurlNEXT/action.sh +2. cp /data/adb/modules/playcurlNEXT/system/bin/fpd /data/adb/modules/playcurlNEXT/action.sh +3. Enjoy! + + # Credits The backend of this module (autojson repo), was created using **Shell Scripts** that have been carefully adapted and customized from the original work of the **PlayIntegrityFork** module.