Boost your charging speed on rooted Android devices with this simple Magisk module.
FastCharge Next tweaks kernel and system parameters to optimize charging current, reducing charge time while staying safe. 🚀
- ⚡ Increases charging current for faster charging
- 🔋 Works on most rooted Android devices (Magisk / KernelSU / APatch)
- 🛡️ Safe limits applied to prevent overheating or battery damage
- 🔧 Easy install & uninstall via Magisk Manager
- 📂 Open source & customizable script
- Download the latest release from Releases
- Flash the
.zipin Magisk Manager (or KernelSU/APatch) - Reboot your device
- Enjoy faster charging ⚡
- Module is automatic — just install & reboot
- Config file located at: /data/adb/modules/fastcharge-next/config.sh
- You can edit limits to suit your device (default = safe values)
- ✅ Magisk 24+
- ✅ KernelSU (Compatible with latest Releases)
- ✅ Android 8 – 14
- ❌ Non-rooted devices are not supported
- Writes safe charging values to:
/sys/class/power_supply/battery//sys/class/power_supply/usb/- Optimizes kernel fast-charge settings if available
- Ensures no permanent modification — removing module restores defaults
# Max charging current in mA
CHARGE_CURRENT=3000
# Max voltage in mV
CHARGE_VOLTAGE=4400- We welcome contributions from the community! 🚀
- Here’s how you can help:
- 🍴 Fork the repository
- 🌱 Create a new branch (git checkout -b feature-xyz)
- 🛠️ Make your changes
- ✅ Commit (git commit -m "Add feature xyz")
- 📤 Push (git push origin feature-xyz)
- 🔄 Open a Pull Request