Extract modem.bin Images From Standard Android system.img - alexander-pick/shannon_modem_loader GitHub Wiki
Howto Extract modem.bin
Getting a modem.bin
from a standard system.img
is straight forward:
- If using debian, install sim2img to convert sparse images to images
sudo apt install simg2img
- Convert the sparse image to image
simg2img system.img system.raw
- Mount the image
mkdir image
sudo mount -o loop $(pwd)/system.raw $(pwd)/image/
- Find modem.bin
cd image/vendor/firmware