Pit file is needed to be flashed when the partition table of your device is corrupted due to some reason such as a wrong flash of your...
Pit file is needed to be flashed when the partition table of your device is corrupted due to some reason such as a wrong flash of your variant.
When partition table is corrupted or missed from your device, odin will tell you when flashing firmware that there is "no pit partition" or "Re-Partition operation failed", in this case pit file must be flashed along with the stock firmware (or alone) with "re-partition" ticked in odin.
--DO NOT flash pit file if there is no need for it--
There is some ways to extract pit file from your device such as using "heimdall" or some tools.
Here i will show you how to extract the pit file manually with a simple way using terminal emulator or adb shell command.
your phone must have a proper root access, with busybox installed (preferred).
how to do it
Please attach the extracted pit file in a zip in this thread and mention your S5 variant name and storage (16/32GB) that other users can benefit from itWith terminal emulator:
Download and install terminal emulator from play store.
Open it and type:Grant permissionCode:suSee the pit file in your internal sdcard, move it to pcCode:dd if=/dev/block/mmcblk0 of=/sdcard/out.pit bs=8 count=580 skip=2176
With adb shell:
You must have android sdk installed in your pc.
Enable "usb debugging" in "developer options", connect your phone to pc, open a cmd window (shift+right mouse click) and type:Grant permissionCode:adb devices adb shell suSee your pit file in your internal sdcard and move it to pc.Code:dd if=/dev/block/mmcblk0 of=/sdcard/out.pit bs=8 count=580 skip=2176
COMMENTS