Data SIM Tile is a quick settings toggle that cycles your default mobile data connection across active SIM cards directly from the notification shade. Powered by Shizuku, it bypasses standard system menus, offering an immediate hardware network switch for dual-SIM users.
Technical Overview
This tool routes privileged telephony commands through Shizuku to access restricted internal Binder interfaces like ISub and ITelephony. Once it executes setDefaultDataSubId to reassign the active subscription, the tile actively mirrors AOSP logic by explicitly enabling user mobile data on the target network via setDataEnabledForReason.
Core Features of Data SIM Tile
- Instant Switching: Cycle your active mobile data connection through available hardware slots directly from the quick settings panel.
- Dynamic Labeling: The tile text automatically updates to display the currently active data network name.
- AOSP Matching: Replicates native system behavior by forcibly turning on data for the newly selected subscription.
- Fallback UI: Long-pressing the tile, or tapping it during a Shizuku authorization failure, immediately opens the native Android SIM settings.
Compatibility & Quick Setup
Requires Android 7.0 or newer — install the APK, and grant ADB permissions via Shizuku and add the custom quick setting tile.
Disclaimer: Reliance on private internal APIs means heavy manufacturer Android customizations might impact core switching functionality.