installer for nitoTV4 on tvOS

Kevin Bradley 7258aab722 Merge branch 'master' of https://nito.tv:3000/NitoTV/nitoTVInstaller 6 年之前
nitoTV4Installer 878dd1df2f changed to newer version of download that doesnt mess up the checksums, updated checksums. sign with ldid to make sure itll work on 9 and 10. 6 年之前
nitoTV4Installer.xcodeproj a116afaebb fixed build issue, made target to build the on device installer automatically, also added Makefile to build it using make rather than a custom shell script 7 年之前
.gitignore 992ecc5622 Initial commit 7 年之前
LICENSE 992ecc5622 Initial commit 7 年之前
README.md 878dd1df2f changed to newer version of download that doesnt mess up the checksums, updated checksums. sign with ldid to make sure itll work on 9 and 10. 6 年之前
nitoTV4Installer.zip 7c3a46efa8 made it look nicer, made it possible for you to replace the 'downloaded' payloads with different files and it will still proceed after a stern warning if you decide to. 7 年之前

README.md

nitoTVInstaller

Targets

This project comproises of two different installation methods for our jailbreak bootstrap + nitoTV 4 for tvOS.

nitoTV4Installer is a native Mac OS X application that will download and install a bootstrap to your AppleTV depending on which one you choose from the Airplay dropdown menu.

MAC OS 10.11 SDK is required to build this target

tool is a command line utility that runs natively on the AppleTV itself, it will determine which bootstrap is appropriate and install it as necessary.

Usage

Mac OS X Installer

  1. Make sure your AppleTV on 9.0, 9.1, or 10.1 is jailbroken and awake and that Airplay is ON
  2. Open the nitoTV4Installer application
  3. Choose your AppleTV from the dropdown menu
  4. Click install payload
  5. Wait & Enjoy

Native CLI Tool

  1. SCP nitoTVInstaller over to your AppleTV with Terminal app on mac or putty on windows (after building it will be in the standalone folder)

    scp nitoTVInstaller root@apple-tv.local

  2. SSH in to your AppleTV with Terminal.app or putty

    ssh root@apple-tv.local

  3. Run this command directly on the AppleTV

    ./nitoTVInstaller

  4. Wait & Enjoy