This guide provides instructions for flashing the official firmware (stock ROM) on your Motorola Moto G62 5G (XT2223-2). This process can help restore your device to its factory state, resolve software issues, or undo previous modifications.

Important Precautions

  • Backup Your Data: Flashing will erase all data on your device. Ensure you've backed up important information.
  • Battery Level: Charge your device to at least 50% to prevent interruptions during the flashing process.
  • Correct Firmware: Verify that you're using the correct firmware for your specific model (XT2223-2).

Firmware Download

Device: Motorola XT2223-2

File Name: Motorola_Moto_G62_5G_XT2223-2_S1SS32.53-22-2_12_CFC.zip

Android Version: 12

File Size: 2.74 GB

Download Firmware

Flashing Instructions

Prerequisites:

  • A Windows PC with ADB and Fastboot tools installed
  • USB drivers for your device
  • The downloaded firmware file, extracted to a known location

Steps:

  1. Enable Developer Options on your device:

    • Go to Settings > About Phone
    • Tap "Build Number" seven times
    • Enter your PIN/pattern if prompted
  2. Enable USB Debugging:

    • Go to Settings > Developer Options
    • Turn on "USB Debugging"
  3. Boot into Fastboot Mode:

    • Power off your device
    • Press and hold Volume Down + Power buttons simultaneously
  4. Connect to PC:

    • Use a USB cable to connect your phone to the computer
  5. Open Command Prompt:

    • Navigate to the folder containing the extracted firmware files
    • Shift + Right-click in the folder and select "Open command window here" or "Open PowerShell window here"
  6. Flash Firmware: Run the following commands one by one. Ensure each command completes before running the next:

fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
fastboot reboot
  1. First Boot:
  • The first boot after flashing may take several minutes. Be patient and don't interrupt the process.