You are on page 1of 1

Pixel 3A XL Imei Repair Solution

1:Unlock Bootloader with given commands

adb reboot bootloader


fastboot flashing unlock

2:Flash Phone With Given Link Firmware

3:Root Phone with given magisk patched boot image

4: Make Imei 00000 With Given Commands

adb shell

su

rm /dev/block/by-name/fsg,modemst2,modemst1

ls -l /dev/block/platform/msm_sdcc.1/by-name/

ls -la /dev/block/by-name/

dd if=/dev/zero of=/dev/block/bootdevice/by-name/modemst1

dd if=/dev/zero of=/dev/block/bootdevice/by-name/modemst2

dd if=/dev/zero of=/dev/block/bootdevice/by-name/fsg

(After These Commands Reset Phone From Setting)

4: After Reset when phone starts completely install magisk and enable diag port
using following commands

adb shell
su

resetprop ro.bootmode usbradio


resetprop ro.build.type userdebug
setprop sys.usb.config diag,diag_mdm,adb
diag_mdlog

(after typing commands select file transfer on phone Diag Port Will Be enable)

7:Write Imei

Write Imei With Qualcomm imei tool

write QCN With QFIL

Reboot Phone

All Done

You might also like