Convert OnePlus 10 Pro from Chinese ColorOS to International OxygenOS
[ne2213
10pro
ne2215
fastboot-enhance
oneplus
adb
ne2210
fastboot
ne2211
usb
oxygenos
coloros
]
This my note on how to convert a OnePlus 10 Pro Chinese version (NE2210) to EU version (NE2213). This version doesn’t need root and bootloader is locked, thus all software will work perfectly. This conversion will require good knowledge of Android (adb, fastboot), a Windows machine and some software. IT HAS RISKS OF BRICKING DEVICE.
Version of OnePlus 10 Pro
According to this xda-developers post, OnePlus 10 Pro has the following version
- NE2210: Chinese version, comes with ColorOS, a lot of Chinese specialized bloatware. It DOES have Google service;
- NE2211: India (IN) version, comes with OxygenOS
- NE2213: European (EU) version, comes with OxygenOS
- NE2215: North America (NA) version or glbobal version, comes with OxygenOS
NE2210 is less than $600 now in China but NE2215 still asks for $800. However, it was told all those versions have the exact the same hardware specs (including 5G band) and the other difference is software. Thus you could save $200 dollars by buying NE2210 and convert to other versions.
If you are interested in specs, please check out gsmarena. Just be caveat, OnePlus 10 Pro is based on Qualcomm 8 Gen 1, which is known to be not good in battery.
How To Convert
It is based on tutorials from DrodWin
- Convert OnePlus 10 Pro from Chinese ColorOS to International OxygenOS
- MSM Download Tool for OnePlus 10 Pro: The Final Nail in the Coffin
- Bypass Login MSM Download Tool OnePlus 10 Pro
Tools
You will need the following tools:
- Windows machine;
- adb and fastboot from Android SDK Platform tools to control your phones. Check this tutorial for how to install and use. Make sure you are using latested version of the tools, otherwise you may brick your phone.
- firmware. Try to avoid NA version and will explain below.
- fastboot enhace to flash the firmware
- oneplus usb driver for fastboot mode
Steps
- download all the necessary tools above;
- install oneplus usb driver.
- Please also disable window’s driver signiature verification according to How to Disable Driver Signature Enforcement on Windows 11, otherwise fastboot enhance may stuck at switching to fastbootd mode;
- unblock the bootloader of the phone according to How to Unlock Bootloader on OnePlus 10 Pro. Your phone will be wiped out;
- perform device flashing according to Convert OnePlus 10 Pro from Chinese ColorOS to International OxygenOS using fastboot enhance
- make sure the firmware payload.bin is complete by using payload dumper tab of fastboot enhance. One of my old Windows machine report error on that tab;
- after flashing and reboot, go to developer options and untoggle unlock bootloader;
- use
adb reboot bootloader
to lock the boot loader as reverse operation of How to Unlock Bootloader on OnePlus 10 Pro - it will wipe your device again; if not, please manually swipe/factory reset your device;
- boot your headset and use it normally.
Problem with NE2215
I first tried to use NA firmware i.e., NE2215. However after flashing, my USB doesn’t work anymore (no power charging, no USB connection). Factory reset doesn’t help. To fix this I need to go to NE2213 (EU version).
- install Oxygen Updater from play store;
- select EU or NE2213 as region and select full update;
- download the firmware update according to the suggestion in the app. It would be 4~5GB and takes some time to download;
- download and install OPLocalUpdate_For_Android13.apk;
- open the OPLocalUpdate_For_Android13.apk and install local update. It should show the firmware downloaded by Oxygen Updater.
- install the update. It may take few minutes and please patient;
- after update, it should reboot;
- [optional] swipe or factory reset your phone.