What To Do: To Extract the PIT File Of A Samsung Device

Extract the PIT File Of A Samsung Device

It’s quite easy to find ROMs that you can install and use on Samsung Devices. It is also easy to flash stock ROMs which is a good thing as if you’re stuck in a boot loop, you need to flash a stock ROM to get out of it.

Sometimes we face the issue of getting a message that says “Get PIT for mapping” when you flash a ROM with Odin.  If this PIT file is missing, you will not be able to flash a stock ROM.  You can use Google to find a PIT file but you need to make sure you find the right one.

 

In this guide, we’re going to show you how you can extract a PIT file from a Samsung device.  There are two methods you can try.

Extract PIT File From A Samsung Device:

Method 1:

  1. The first thing you need to do is download and install Terminal Emulator. You can also just go to the Google Play Store and search for it there.
  2. In the Google Play Store, find and download the BusyBox app.
  3. Install the BusyBox app.
  4. Launch Terminal Emulator. You will be asked for root access, grant it.
  5. In Terminal Emulator, type the following command: su
  6. Now, type this command: dd if=/dev/block/mmcblk0 of=/sdcard/out.pit bs=8 count=580 skip=2176
  7. Open your device’s file manager. You should see the PIT file now.  Save it onto your PC.

Method 2:

  1. Install and then set up Android SDK on your computer.
  2. Enable your device’s USB debugging mode.
  3. Launch a command prompt on the PC
  4. Connect your device to the PC with a USB cable
  5. Type the following in the command prompt:
    1. Adb devices
    2. Adb shell
    3. Su
  6. When the SU pop-up appears, grant permissions.
  7. Type the following command: dd if=/dev/block/mmcblk0 of=/sdcard/out.pit bs=8 count=580 skip=2176
  8. You should now see the PIT file backed up on your devices. Save it onto your PC.

Have you gotten the PIT file of your Samsung device?

Share your experience in the comments box below.

JR

About The Author

4 Comments

  1. Davie May 31, 2018 Reply
  2. Abraão August 7, 2018 Reply
  3. Ali August 29, 2019 Reply
  4. samuel November 1, 2020 Reply

Reply

error: Content is protected !!