Advertisement
v1ral_ITS

noters

Mar 30th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.69 KB | None | 0 0
  1. Quote:
  2. Originally Posted by mkh.mourad
  3. odin accept all this extention PDA files:
  4. *.tar, *.md5, *.smd, *.gz and *.tgz
  5. but only *.md5 file has a hash to check data integrity.
  6. a formatted MD5 checksum line is add at the end of the tar file to produce a file tar.md5
  7. for exemple at the end of a tar file named "recovery.tar" we will find a line like this:
  8. "53a1ee899d6f7b4b39c189739eee6294 recovery.tar"
  9.  
  10. when md5 checksum is does not match tar odin refuses to flash, but if there is no md5 at all it should work? i havent tried that  lol
  11.  
  12.  
  13. https://github.com/Zackptg5
  14.  
  15.  
  16.  
  17. i will test it shortly... brb
  18.  
  19. i think it works, odin accepted kernel tar  i used: "tar -H ustar -c boot.img > kernel.tar"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement