TheAirBlow
TheAirBlow
> @TheAirBlow Thanks, please let me know if you come in contact with any devices where the last bytes of the header is something other than 0000, 0003, 0004 or...
Also, I think we need to look into the Odin mode PIT flashing (located in `aboot.mbn`) and check how it read the PIT P.S. Let me reboot into Windows real...
> "Let me reboot into Windows real quick." - that looks like "famous last words" :'( By using the ~~completely legal sources~~ I updated the docs (a lot of time...
But, ~~Thor~~ and the ~~Bootloader leak~~ said different things, so idk which one to actually reference. A lot of confusion. btw Thor is a successor of Odin, looking for people...
Also, no people have "sacrificed their phone for science", and my phone is unflasheable, I cannot even test anything. P.S. btw I now hate myself for downloading the ~~[CONFIDENTIAL DATA]~~...
# A new discovery! It is new (v2) PIT version if all of the partitions have the same block size, old (v1) otherwise. \ Gotta update my docs to match...
 Lemme check :thinking:
```cpp enum Type { TYPE_UNKNOWN, TYPE_LOKE, // Galaxy S+ TYPE_ODIN, // Galaxy SII TYPE_PROTO_MJOLNIR, TYPE_MJOLNIR2, TYPE_PLATFORM, TYPE_ENUM_SIZE }; ``` Mjolnir is not available on usual devices. It seems to be...
@Grimler91 https://github.com/Benjamin-Dobell/Heimdall/issues/494#issuecomment-1139421640 P.S. It is understandable, by using the fact that block size may be start block, we may use that information to detect PIT's version. If anyone is unsure...
> About the PIT format, some devices don't have COM_TAR2. > > For instance here's a GT-I9100 PIT: https://git.replicant.us/replicant/vendor_replicant-data/tree/devices/PIT/GT-I9100G/stock/16G.pit > > Denis. @GNUtoo, it is a very old PIT from...