Skip to main content

IMEI & baseband 'Unknown' after installing ROM

So check this out. Try this. Go download your odin for your phone. You can download anyone. Just makensure it is newer or the same as what you have. After you add everything to Odin, click option tab and make sure Phone EFS Clear and Phone Bootloader Update are checked. Then flash the odin rom. Lmk if that works.

Comments

Popular Posts

How to Fix EFS via Bootloader Mode using Fastboot commands

Setup ADB and Fastboot on your PC . here>> Minimal adb and fastboot Enable Developer options & USB debugging on your Android device . Connect your device to the PC and open Minimal adb and fastboot tool you have installed earlier on your PC to pop out a command window. Then type the following commands one by one. adb reboot bootloader fastboot erase modemst1 fastboot erase modemst2 fastboot reboot

How to Unlock Sprint S7 and S7 Edge (G930P and G935P) WITH Z3X 100% Working...

Here is how you unlock S7 and S7 Edge from Sprint in less than 10 Minutes. No rom flashing needed, I have also included the unlock files which is the most recent boot image files from the PF2 rom for G930P and G935P. Firstly, you need to root your device But Before Root, Please Enable "OEM unlock" from "Developer Settings"  INSTRUCTIONS: 1. Put phone into download mode 2. Open odin and click on AP tab and select and flash Sprint root file. 3. When phone is back on use latest version of Z3x to unlock. 4. After unlock is done put phone into download again. 5. Open odin and click on AP tab and select and flash Boot file. That simple. No need to flash entire rom back since the last step is flashing the newest boot image back to phone. To download the root and the boot files, click>> here NOTE...... *** KNOX IS NOT TRIPPED AND SYSTEM STATUS IS OFFICIAL SO YOU CAN RECEIVE UPDATES *** *** IF AFTER YOU FLASH ROOT FILE THE PHONE DOES NOT GO PAST...

How to Fix EFS(Baseband Support) via ADB

First download and install minimal ADB and fastboot tool here>> Minimal ADB and Fastboot Setup ADB and Fastboot on your PC . Enable Developer options & USB debugging on your Android device . Connect your device to the PC and open minimal adb and fastboot that you have installed earlier on the PC to pop out a command window On the command window, type the following commands one by one: adb shell 'dd if=/dev/zero of=/dev/block/bootdevice/by-name/modemst1' adb shell 'dd if=/dev/zero of=/dev/block/bootdevice/by-name/modemst2' adb reboot