Skip to content

Extract modem.bin Images From Standard Android system.img

Alexander Pick edited this page Oct 28, 2024 · 2 revisions

Howto Extract modem.bin

Getting a modem.bin from a standard system.img is straight forward:

  1. If using debian, install sim2img to convert sparse images to images
sudo apt install simg2img
  1. Convert the sparse image to image
simg2img system.img system.raw
  1. Mount the image
mkdir image
sudo mount -o loop $(pwd)/system.raw $(pwd)/image/
  1. Find modem.bin
cd image/vendor/firmware