⚑ FastCharge Next

April 23, 2026 Β· View on GitHub

GitHub release GitHub stars License Magisk

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. πŸš€


✨ Features

  • ⚑ 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

πŸ“₯ Installation

  1. Download the latest release from Releases
  2. Flash the .zip in Magisk Manager (or KernelSU/APatch)
  3. Reboot your device
  4. Enjoy faster charging ⚑

πŸ§‘β€πŸ’» Usage

  • 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)

πŸ› οΈ Compatibility

  • βœ… Magisk 24+
  • βœ… KernelSU (Compatible with latest Releases)
  • βœ… Android 9 – 16
  • ❌ Non-rooted devices are not supported

πŸ“œ How It Works

  • 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

πŸš€ Example Config (optional)

# Max charging current in mA
CHARGE_CURRENT=3000

# Max voltage in mV
CHARGE_VOLTAGE=4400

🀝 Contributing

  • We welcome contributions from the community! πŸš€
  • Here’s how you can help:
  1. 🍴 Fork the repository
  2. 🌱 Create a new branch (git checkout -b feature-xyz)
  3. πŸ› οΈ Make your changes
  4. βœ… Commit (git commit -m "Add feature xyz")
  5. πŸ“€ Push (git push origin feature-xyz)
  6. πŸ”„ Open a Pull Request