WARNING: Do NOT use TWRP to restore EFS!
Several people have used TWRP to do a backup and restore of EFS, and rendered their phone's mobile settings invalid. This is typically indicated by cellular data not working and/or invalid IMEI.
This thread will attempt to find out how to restore these devices to a functional state. We will need help from the community to make this successful! Please read through the thread and try to help with any requests.
WARNING: Do NOT use TWRP to restore EFS!
To backup your EFS data for safe keeping or sending to someone, do the following:
1. Boot into TWRP (any version).
2. Backup:
3. Pull the files:
Now you should have the backup files on your PC. They should each be exactly 2097152 bytes long. DO NOT share these files with anyone that you don't trust.
Several people have used TWRP to do a backup and restore of EFS, and rendered their phone's mobile settings invalid. This is typically indicated by cellular data not working and/or invalid IMEI.
This thread will attempt to find out how to restore these devices to a functional state. We will need help from the community to make this successful! Please read through the thread and try to help with any requests.
WARNING: Do NOT use TWRP to restore EFS!
To backup your EFS data for safe keeping or sending to someone, do the following:
1. Boot into TWRP (any version).
2. Backup:
Code:
adb shell dd if=/dev/block/bootdevice/by-name/modemst1 of=/tmp/modemst1.img
adb shell dd if=/dev/block/bootdevice/by-name/modemst2 of=/tmp/modemst2.img
Code:
adb pull /tmp/modemst1.img
adb pull /tmp/modemst2.img
Last edited: