This guide will show you the steps to convert the Chinese Motorola Edge X30 to the Global version. The OEM has picked up the pace in recent years and is now churning out one impressive device after another. As of now, its latest flagship offering did manage to grab quite a few eyeballs. With 68W fast charging, 144Hz refresh rate, the latest Snapdragon 8 Gen 1 chipset, and Android 12 out of the box, the reason for its rise to fame is there for everyone to see.
However, the users who live in China or have imported the device from that region have raised a few queries. According to them, the Chinese variant of this device brings up a bloated usage experience with tons of unnecessary pre-installed apps. if you are also in trhe same boat, then this guide shall help you out. In this tutorial, we will show you the detailed steps to convert your Chinese Motorola Edge X30 device to the Global version. Follow along,
Table of Contents
How to Convert Chinese Motorola Edge X30 to Global
The below instructions are listed under separate sections for ease of understanding. Make sure to follow the same sequence as mentioned below. Droidwin and its members wouldn’t be held responsible in case of a thermonuclear war, your alarm doesn’t wake you up, or if anything happens to your device and data by performing the below steps.
BUGS: NFC will not work once you convert your Motorola Edge X30 to Global.
STEP 1: Install Android SDK
To begin with, install the Android SDK Platform Tools on your PC. This is the official ADB and Fastboot binary provided by Google and is the only recommended one. So download it and then extract it to any convenient location on your PC. Doing so will give you the platform-tools folder, which will be used throughout this guide.
STEP 2: Enable USB Debugging and OEM Unlocking
Next up, you will have to enable USB Debugging and OEM Unlocking on your device. The former will make your device recognizable by the PC in ADB mode. This will then allow you to boot your device to Fastboot Mode. On the other hand, OEM Unlocking is required to carry out the bootloader unlocking process.
So head over to Settings > About Phone > Software Information > Tap on Build Number Number 7 times > Go back to Settings > System > Developer Options > Enable USB Debugging and OEM Unlocking.
STEP 3: Unlock Bootloader on Motorola Edge X30
You will also have to unlock the bootloader on your device as well. Do keep in mind that doing so will wipe off all the data and might make the device’s warranty null and void as well. So if that’s well and good, then refer to our guide on How to Unlock the Bootloader on any Motorola Device.
STEP 4: Download Motorola Edge X30 Stock Firmware
Now, get hold of the stock firmware for your device from a trusted site [such as Lolinet]. Make sure to download the same firmware version that is currently installed on your device. Once downloaded, extract it to the platform-tools folder on your PC.
STEP 5: Boot Motorola Edge X30 to Fastboot Mode
- Connect your device to the PC via USB cable. Make sure USB Debugging is enabled.
- Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter. This will launch the Command Prompt.
- After that, type in the following command in the CMD window to boot your device to Fastboot Mode
adb reboot bootloader
- To verify the Fastboot connection, type in the below command and you should get back the device ID.
fastboot devices
STEP 6: Flash Global ROM on Motorola Edge X30
- Now type in the following commands in the CMD window that is opened in the platform-tools folder. Make sure to execute one command at a time.
- Moreover, if you get an error while executing that command, just skip that command and move over to the next one, don’t leave the process mid-way.
- NOTE– We cannot flash the Radio [radio.img] and Bluetooth [BTFM.bin] files as it will result in network and connectivity issues. This is the reason why we haven’t included the flashing commands for both those partitions.
fastboot flash partition gpt.bin fastboot flash bootloader bootloader.img fastboot flash vbmeta vbmeta.img fastboot flash vbmeta_system vbmeta_system.img fastboot flash radio radio.img fastboot flash bluetooth BTFM.bin fastboot flash dsp dspso.bin fastboot flash logo logo.bin fastboot flash boot boot.img fastboot flash vendor_boot vendor_boot.img fastboot flash dtbo dtbo.img fastboot flash recovery recovery.img fastboot flash super super.img_sparsechunk.0 fastboot flash super super.img_sparsechunk.1 fastboot flash super super.img_sparsechunk.2 fastboot flash super super.img_sparsechunk.3 fastboot flash super super.img_sparsechunk.4 fastboot flash super super.img_sparsechunk.5 fastboot flash super super.img_sparsechunk.6 fastboot flash super super.img_sparsechunk.7 fastboot flash super super.img_sparsechunk.8 fastboot flash super super.img_sparsechunk.9 fastboot flash super super.img_sparsechunk.10 fastboot flash super super.img_sparsechunk.11 fastboot flash super super.img_sparsechunk.12 fastboot flash super super.img_sparsechunk.13 fastboot flash super super.img_sparsechunk.14 fastboot erase apdp fastboot erase apdpb fastboot erase carrier fastboot erase userdata fastboot erase metadata fastboot erase ddr fastboot reboot
The last command should automatically boot your device to the global firmware. And so with that, we round off the guide on how you could convert your Chinese Motorola Edge X30 to Global firmware Fastboot Commands. If you have any queries concerning the aforementioned steps, do let us know in the comments. We will get back to you with a solution at the earliest.