Skip to content

Instantly share code, notes, and snippets.

@joswr1ght
Last active June 23, 2016 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joswr1ght/f1dc6fa8a3e6078e55f8f63d752c0b1e to your computer and use it in GitHub Desktop.
Save joswr1ght/f1dc6fa8a3e6078e55f8f63d752c0b1e to your computer and use it in GitHub Desktop.
Get iOS 10 Beta 1 File System (iPhone 6s device)
# Get iOS 10 Beta 1 File System (iPhone 6s device)
wget -q http://apple.co/28R9rhS -O ios10beta1-iphone6s.zip
mkdir ios10beta1
unzip -q ios10beta1-iphone6s.zip -d ios10beta1
cd ios10beta1
# wget this file for OSX systems
wget -q http://newosxbook.com/files/OTApack.tar
# or wget this file for Linux systems
wget -q http://www.willhackforsushi.com/code/OTApack.tar
tar xf OTApack.tar
./pbzx AssetData/payloadv2/payload >payload.xz 2>/dev/null
mkdir rootfs
mv payload.xz rootfs/
cd rootfs/
unxz payload.xz
../otaa -e '*' ./payload
ls
ls Applications/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment