Android application to enable IMS features (VoLTE, VoWiFi, VoNR) by modifying carrier configuration.
- Enable VoLTE (Voice over LTE)
- Enable VoWiFi (Voice over WiFi)
- Enable VoNR (Voice over 5G)
- Enable 5G NR support
- Enable cross-SIM IMS calling
- Android 13+ (API 33+)
- Shizuku framework installed and authorized
- Root access or ADB authorization for Shizuku
- Go to the "Actions" tab in this repository
- Select "Build APK" workflow
- Click "Run workflow" button
- Select branch:
main - Click "Run workflow" to start the build
- Wait for the build to complete
- Download the APK from the Artifacts section
./gradlew assembleReleaseThe APK will be located at: app/build/outputs/apk/release/app-release.apk
- Install Shizuku framework
- Authorize Shizuku (via root or ADB)
- Install this APK
- Grant Shizuku permission when prompted
- The app will automatically configure IMS settings
This app uses Shizuku to gain system-level permissions and modifies the carrier configuration (CarrierConfig) to enable IMS features that may be disabled by your carrier.
This tool modifies system carrier configuration. Use at your own risk. Some features may not work depending on your carrier's network infrastructure.
Based on the original work by vvb2060/Ims.