A modern Android system app for controlling charging speeds for Xiaomi Redmi Note 13 4G (Sapphire) with Material Expressive design.
FastCharge provides a user-friendly interface to control your device's charging speed through three distinct modes. Built with Material Design 3 expressive theme, it seamlessly integrates into Android Settings and Quick Settings tiles.
- 🎨 Material Expressive Design - Modern UI following Material Design 3 guidelines
- ⚡ Three Charging Modes - Slow, Fast, and Super Fast charging
- 🎯 Quick Settings Tile - Easy access from notification shade
git clone -b 16-qpr2 https://github.com/Liekoo/packages_apps_FastCharge packages/apps/FastChargeAdd the following line to your device's device.mk:
# FastCharge
$(call inherit-product, packages/apps/FastCharge/fastcharge.mk)# Build the entire ROM
m bacon| Mode | charge_control_limit |
|---|---|
| 0 - Slow | 12 |
| 1 - Fast | 9 |
| 2 - Super Fast | 0 |
Overview: The following Implementation utilized charge_control_limit for choosing a fastcharge modes unlike other device that has the full control over kernel in our case we just utilized what's kernel node is exposed in regards with charging this project already has fastcharge implementation embedded as based so it only needs to be limit for some cases.
- Open Settings → Battery
- Tap Fast Charge
- Select your preferred charging mode
- The illustration updates to reflect your choice
- Pull down notification shade
- Edit tiles and add Fast Charge
- Tap the tile to cycle through modes:
- Slow → Fast → Super Fast → Slow
- Developer: Liekoo
- Adapted to Saphire: Redmi note 13 4G (sapphire)
- Original Concept: Peridot FastCharge
- All thanks to @kenway214 for Original Concept
- Inspiration: Xiaomi TurboCharging implementation
- Design: Material Design 3 Expressive theme
Contributions are welcome! Please feel free to submit pull requests or open issues for bugs and feature requests.
Made specifically ⚡ for Redmi Note 14 4G GLOBAL/NFC (sapphire/sapphiren)



