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

  1. Install the module on a system with a running XPosed framework with API version >=93.
  2. Activate the resource hooks within your XPosed framework manager.
  3. Activate the module. The package SystemUI should automatically be selected.
  4. Restart your phone.
  5. 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.

Package

com.programminghoch10.mobileiconchanger

Releases

2.2.1

Release type: Stable

7/5/2021, 10:04:40 AM

Added more debug logging
Added better compatibility detection

2.2.0

Release type: Stable

6/26/2021, 4:38:50 PM

  • Added a lot of new icons including AT&T's 5G icons
  • Added a color selector
  • Some stability enhancements

2.1.0

Release type: Stable

6/24/2021, 12:29:31 PM

  • Added tons of icons from older Android versions
  • Added 3 custom icons
  • Made the UI a lot better
  • Allow use of the systems icons as replacements
  • Fixed some bugs with the icon selector

2.0.0

Release type: Stable

6/23/2021, 11:37:05 PM

Version 2 is here and it comes with huge improvements!
Fake5GIcon has been renamed to MobileDataChanger!

  • You can now replace any mobile data icon with any mobile data icon. So many possibilities!
  • You can now use the app on any Android >=8.1.

I recommend you reading the README for installation and usage instructions.
Also the package name changed, so please uninstall the old module beforehand.

1.0.0

Release type: Stable

6/12/2021, 8:42:53 AM

This is the first version of Fake5GIcon.
It will replace the 4G icon with the 5G icon.
For this it uses the system icons.
As they added the 5G icon in android 10, this only works on android 10 and higher.
If you only want to replace the 4G icon with the 5G icon and have android 10 or higher, this module will do nicely, as it's only 170KB in size.