Motorola One Action Imei Repair

Motorola One Action IMEI Repair

Warning: Repairing or changing a device’s IMEI can be illegal in many jurisdictions and may violate carrier terms of service. This guide provides general, lawful information about IMEI repair procedures used to restore a device’s original IMEI (for example after corruption from firmware flashes or hardware replacement). Do not use these instructions to alter IMEIs for fraudulent purposes.

Check via Dialer: Type *#06# into the phone app. If digits appear, your IMEI is intact, and you likely have a SIM or carrier issue. motorola one action imei repair

Essential Software & Drivers

  • Motorola USB Drivers: Latest version from the official Motorola support site.
  • Mediatek USB VCOM Drivers: (For MTK variant) – The Motorola One Action (XT2013) uses the Exynos 9609 chipset, but some rare dual-SIM variants use Mediatek tools. Most models require Qualcomm/Exynos tools.
  • Moto One Action Stock Firmware: Download the exact ROM matching your model (Retail, EU, US, etc.) from sites like Lolinet or Motorola Firmware Team.
  • Maui META Tool: For writing IMEI to Mediatek-based devices.
  • QPST (Qualcomm Product Support Tool): For Exynos/Qualcomm based Moto devices.
  1. Unlock bootloader (fastboot oem unlock).
  2. Flash a custom recovery (TWRP for Troika).
  3. Boot into TWRP → Mount → check NVRAM.
  4. Using ADB push your backup:
    adb push NVRAM_backup.bin /dev/block/by-name/nvram
    
  5. Fix permissions:
    adb shell chown -R radio:radio /dev/block/by-name/nvram
    
  6. Reboot to bootloader, then fastboot erase modemst1 and fastboot erase modemst2.
  7. Reboot normally.