1

What is PIT file that is generated by heimdall? Is the PIT format a general format which is used by other software as well? or is a format dedicated to Heimdall?

If it is general format that could be used by other software, there should be manual or standard description of it, is there any such description?

PHP Learner
  • 549
  • 4
  • 10
  • 19

1 Answers1

1

Heimdall is a open source tool, used to flash firmwares for Samsung devices. Heimdall works some kind of different from Odin.Heimdall flashes individual files where as Odin flashes a package files. PIT file in Heimdall is used to tell your device how to boot.

It is general format and are considered one of the original formats for Macintosh file for compression. (.PIT) are MAC OS files. To open file this on Windows OS use 'Smith Micro StuffIt Deluxe 2010'.

Aditya
  • 148
  • 4
  • 2
    I thought the PIT file was the Partition Information Table? Relating to the phone's partitions. I could WELL be wrong, but I've seen similar mentioned. http://forum.xda-developers.com/showthread.php?t=771426 – RossC Jan 30 '15 at 15:27
  • Yea It is related to phone's partition!! – Aditya Jan 30 '15 at 15:35
  • This answer is totally incorrect. Odin has PIT options too. – Evan Carroll May 25 '18 at 21:32