Skip to content

ElectronicsArchiver/adt_collection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ADT Collection

Various iDevice ADT dumps.



How To Dump


  • Download PongoOS

    git clone https://github.com/checkra1n/PongoOS
    cd PongoOS

  • Follow the instruction of PongoOS
    by setting it up using checkra1n.


  • Generate the dump with:

    python3 scripts/issue_cmd.py dt
    python3 scripts/fetch_stdout.py > Dump.adt

  • Censor your  IMEI  ,  MAC  ,  SERIAL  and
    NVRAM  as well as other unique identifiers.


  • Add a file with the following format into your
    local copy of this repository and copy over
    the dumped and censored information.

    adt_collection/Devices/< SocName >/< Device Name >.adt
    

  • Open a new pull request with your changes.