Blogger Jateng

Rewrite IMEI null / 00049 Zenfone 5

No need to download any stock firmware
Baseband NULL ? look at here http://forum.xda-developers.com/zenf…600cg-t3354645

  1. Install Minimal ADB and Fastboot
  2. Download Repair INTEL IMEI.zip and extract to Minimal ADB and Fastboot folder :
  3. Downoad and install USB driver.rar 
  4. Your phone must be rooted
  5. If you have NULL IMEI, execute this command first from bootloader :
    Code:
    fastboot erase config

    ,and then

    Code:
    fastboot erase factory
  6. Enable USB debugging on your phone, open device manager in side of your cmd.exe,  expand Port (COM & LPT), there you’r find com port for number 9
  7. Open ADB folder and SHIFT + Right Click , Open command prompt, execute this code
    Code:
    adb shell "su -c setprop persist.system.at-proxy.mode 2"
    Code:
    sec_provision_v1.1.0.2.exe -c%COM% -i2 %IMEI1% %IMEI2% -u3 28943447 -u1 28943447
  8. Replace %IMEI1% and %IMEI2% with your first and second IMEI
    Find IMEI? Open your phone case it writte there
  9. %COM% = Look at Device Manager to find the port
  10. Grant root access
  11. Code:
    adb reboot
  12. After rebot type this command
    Code:
    adb shell "su -c rm /data/property/persist.system.at-proxy.mode"
  13. Code:
    adb reboot

source