Quantcast
Channel: xda-developers - Android Software and Hacking General [Developers Only]
Viewing all articles
Browse latest Browse all 3614

Restore your Baseband in MT65XX Devices

$
0
0
HOW TO RESTORE YOUR BASEBAND IF YOU LOST IT DURING A FORMAT - MT65XX DEVICES

Thanks go to abdullahi_ for this solution. His original post from another forum can be found below:
https://forum.hovatek.com/thread-116...76.html#pid376

Prequisites
Phone Rooted
Smart Phone Flash Tool Backup - Specifically protect_f file (for a Dual SIM phone, maybe different for a single SIM phone)
Linux OS - I used Ubuntu in a virtual machine
Android SDK platform tools for ADB access

From a terminal (CTRL + ALT + T)
Code:

mkdir -p ~/protect_f/f
cd ~/protect_f

At this point copy the file "protect_f" in the ~/protect_f
then continue:
Code:

sudo mount -t ext4 -o loop protect_f f/
Enter your password
then continue:
Code:

cd f
sudo chown -R $USER:$USER *

Copy the files in the f/md folder to a folder on your phone and using a file manager with root access copy the two files into the /protect_f folder or any toher means
NOTE: You will probably get back your cell access immediately. However, please continue to make the permissions and ownership are the same as the original.
Also if you have a dual SIM, one of the files from the protect_f folder will automatically be created in the protect_s folder

To clean up the files on the Linux OS:
Code:

cd ~/protect_f
sudo umount f/
cd ~
rm -rf protect_f

To change permissions and ownership on the files
From an adb shell for your phone:
Code:

su
cd /protect_f
ls -l

Take note of the ownership of the md folder, on the phone I used they were ccci & nvram, in Linux the ownership was 9996 & 9997.
At this point I put the phone in airplane mode, just as a precaution to make sure the rest went smoothly
Code:

cd md
chown ccci:nvram *
chmod 660 *

If you have a DUAL SIM phone, for the second folder....
Code:

cd /protect_s/md
chown ccci:nvram *
chmod 660 *

You can now take the phone off of airplane mode and reboot your phone to be sure it is working,
ALL DONE!

Viewing all articles
Browse latest Browse all 3614

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>