NetworCat is simple Xposed (primarily LSPatch) module that spoofs SIM card and network data.
This is useful for bypassing regional restrictions in apps like Pixel Thermometer or TikTok.
Xposed API enables hooking of system functions. This module intercepts TelephonyManager calls and returns fake SIM/network information:
- MCC/MNC codes
- Country ISO
- Operator name
- Install LSPatch (non-root) or LSPosed (root)
- Install NetworCat APK from releases
- Configure region settings in NetworCat app (Country ISO, MCC/MNC, Operator)
- Enable NetworCat module in LSPosed/LSPatch Manager
- Select target apps (TikTok, etc.)
- Reboot device
| Country | MCC/MNC | Operator | ISO |
|---|---|---|---|
| USA | 310260 | T-Mobile | US |
| Poland | 26001 | Orange | PL |
| Germany | 26202 | Telekom | DE |
Other countries(Google Sheets)
getNetworkOperator()
getNetworkOperatorName()
getNetworkCountryIso()
getSimCountryIso()
getSimOperator()
getSimOperatorName()This project was inspired by Carrier Vanity Name, but uses XPosed for more functionality
NetworCat is under Apache License 2.0. All rights reserved.
Apps using LSPosed, LSPatch, or root access can potentially harm your device. Use at your own risk.
