How to set new plmn in android

To set a new PLMN (Public Land Mobile Network) in Android, you'll need to access the device's settings and follow these steps:

Method 1: Using the Settings App

  1. Go to your Android device's Settings app.
  2. Scroll down and select Connections or Wireless & networks (depending on your device and Android version).
  3. Tap on Mobile networks or Cellular networks.
  4. Look for the Network operators or PLMN option and select it.
  5. Tap on Search networks or Add network.
  6. Enter the new PLMN's details, including the MCC (Mobile Country Code), MNC (Mobile Network Code), and APN (Access Point Name).
  7. Save the changes.

Method 2: Using the APN Settings App

  1. Download and install an APN settings app from the Google Play Store, such as APN Settings or APN Editor.
  2. Open the app and grant it the necessary permissions.
  3. Tap on the Add APN or New APN button.
  4. Enter the new PLMN's details, including the MCC, MNC, and APN.
  5. Save the changes.

Method 3: Using the Android Debug Bridge (ADB)

  1. Enable USB debugging on your Android device.
  2. Connect your device to a computer using a USB cable.
  3. Open a command prompt or terminal window on your computer.
  4. Navigate to the platform-tools directory of your Android SDK (e.g., cd platform-tools).
  5. Run the following command to set the new PLMN: adb shell settings put global mobile_network_operator <MCC><MNC>
  6. Replace <MCC> and <MNC> with the actual values for the new PLMN.

Note: Before setting a new PLMN, ensure that your device is compatible with the new network and that you have the necessary permissions to make changes to your device's settings.

Remember to always exercise caution when modifying your device's settings, as incorrect entries can cause connectivity issues or other problems.