MobileIconChanger
Change your mobile data icons! For example you can change the 3G/4G icons into 5G!
This module enables you to replace any of the mobile data icons with any other mobile data icon.
Compatibility
Any AOSP near ROM should be compatible. Just try it out and see if it works.
Read more about compatiblity here.
Installation
- Install the module on a system with a running XPosed framework with API version
>=93
. - Activate the resource hooks within your XPosed framework manager.
- Activate the module. The package
SystemUI
should automatically be selected. - Restart your phone.
- You are now ready to use the module. You will need to open the Configuration screen to set it all up, as the module won't do anything yet.
Configuration
I don't like it when every XPosed module adds yet another app icon to the launcher. This is why this modules settings are hidden within the App-Info screen.
Here is how to open the settings:
- Route 1:
- Go to the module list within your XPosed manager
- Long press on
CameraControl
and select App Info - On the bottom, click on
Advanced
- Click on
Additional settings in the app
- Route 2:
- Go into device settings
- Click on apps
- Somehow tell the device to show all apps
- Select
CameraControl
- On the bottom, click on
Advanced
- Click on
Additional settings in the app
- Route 3:
- Open up an ADB shell
- Run command
am start-activity com.programminghoch10.mobileiconchanger/.SettingsActivity
More resources
I don't want to keep 4 different places up to date.
If you want to read more about why this module exists or additional info about the configuration interface or you just want to see some screenshots first head over to the GitHub Repo.