1. Enter the IMEI you want to Edit
2. Enter the product code correctly (Example: Lake if it is Lake, Pond if it is Pond, otherwise you may damage your device)
3. Write your CPUID. How to get it is explained below
4. You can get your CPUID via Minimal ADB and FastBoot. See the explanation below
NOTE: On Qualcomm devices, if DIAG opens, you can write Critical Data via DIAG. If DIAG does not open, you need to flash ENG. On Mediatek devices, if the Preloader gives a port, you can operate with the ETS port from DFT PRO TOOL. If the Preloader does not give PORT, you have to flash ENG.
To get CPUID via ADB Mode, use the following code:
adb shell getprop ro.boot.cpuid
To get CPUID via FastBoot Mode, use this code:
fastboot getvar cpuid
If fastboot getvar cpuid gives error, find CPUID with this command:
fastboot getvar all
NOTE1: No responsibility will be taken in case of incorrect information or action. There is no refund. All risk belongs to you.
NOTE2: CPUID input For example: CPUID: Enter directly as 0x222 and not as CPUID: 0x222
NOTE3: Make a Critical Data Backup of your device in case of any situation.