Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 67 additions & 32 deletions jailbreakFiles/checkra1n.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,28 @@ module.exports = {
external: true
},
guide: [
{
name: "Installing checkra1n (Apple TV)",
url: "/installing-checkra1n-tv",
devices: [
"AppleTV5,3",
"AppleTV6,2"
],
sidebarChildren: [
{
text: 'macOS',
link: '/installing-checkra1n-tv/macos',
},
{
text: 'Linux',
link: '/installing-checkra1n-tv/linux',
},
{
text: 'ChromeOS',
link: '/installing-checkra1n-tv/chromeos',
},
]
},
{
name: "Installing Odysseyra1n",
url: "/installing-odysseyra1n/",
Expand All @@ -27,14 +49,16 @@ module.exports = {
text: 'Linux',
link: '/installing-odysseyra1n/linux/',
},
{
text: 'ChromeOS',
link: '/installing-odysseyra1n-chromeos/',
},
],
},
{
devices: [
"AudioAccessory1,1",
"AudioAccessory1,2",
"AppleTV5,3",
"AppleTV6,2"
"AudioAccessory1,2"
]
},
{
Expand Down Expand Up @@ -84,11 +108,15 @@ module.exports = {
sidebarChildren: [
{
text: 'macOS',
link: '/installing-odysseyra1n-a9x/macos/',
link: '/installing-odysseyra1n-a8x-a9x/macos',
},
{
text: 'Linux',
link: '/installing-odysseyra1n-a9x/linux/',
link: '/installing-odysseyra1n-a8x-a9x/linux',
},
{
text: 'ChromeOS',
link: '/installing-odysseyra1n-chromeos-a8x-a9x',
},
],
},
Expand Down Expand Up @@ -386,33 +414,6 @@ module.exports = {
"18G82", // 14.7.1
"18H17", // 14.8
"18H107", // 14.8.1
"16J364", // 12.0, AppleTV
"16J380", // 12.0.1, AppleTV
"16J602", // 12.1, AppleTV
"16K45", // 12.1.1, AppleTV
"16K534", // 12.1.2, AppleTV
"16L226", // 12.2, AppleTV
"16L250", // 12.2.1, AppleTV
"16M153", // 12.3, AppleTV
"16M568", // 12.4, AppleTV
"16M600", // 12.4.1, AppleTV
"17J586", // 13.0, AppleTV
"17K82", // 13.2, AppleTV
"17K449", // 13.3, AppleTV
"17K795", // 13.3.1, AppleTV
"17L256", // 13.4, AppleTV
"17L562", // 13.4.5, AppleTV
"17L570", // 13.4.6, AppleTV
"17M61", // 13.4.8, AppleTV
"18J386", // 14.0, AppleTV
"18J400", // 14.0.1, AppleTV
"18J411", // 14.0.2, AppleTV
"18K57", // 14.2, AppleTV
"18K561", // 14.3, AppleTV
"18K802", // 14.4, AppleTV
"18L204", // 14.5, AppleTV
"18L569", // 14.6, AppleTV
"18M60", // 14.7, AppleTV
],
devices: [
"iPhone6,1", // iPhone 5s (GSM), A7
Expand Down Expand Up @@ -454,6 +455,40 @@ module.exports = {
"iPad7,11", // iPad (7th generation) Wi-Fi, A10
"iPad7,12", // iPad (7th generation) Wi-Fi + Cellular, A10
"iPod9,1", // iPod touch (7th generation), A10
]
},
{
priority: 1,
firmwares: [
"16J364", // 12.0, AppleTV
"16J380", // 12.0.1, AppleTV
"16J602", // 12.1, AppleTV
"16K45", // 12.1.1, AppleTV
"16K534", // 12.1.2, AppleTV
"16L226", // 12.2, AppleTV
"16L250", // 12.2.1, AppleTV
"16M153", // 12.3, AppleTV
"16M568", // 12.4, AppleTV
"16M600", // 12.4.1, AppleTV
"17J586", // 13.0, AppleTV
"17K82", // 13.2, AppleTV
"17K449", // 13.3, AppleTV
"17K795", // 13.3.1, AppleTV
"17L256", // 13.4, AppleTV
"17L562", // 13.4.5, AppleTV
"17L570", // 13.4.6, AppleTV
"17M61", // 13.4.8, AppleTV
"18J386", // 14.0, AppleTV
"18J400", // 14.0.1, AppleTV
"18J411", // 14.0.2, AppleTV
"18K57", // 14.2, AppleTV
"18K561", // 14.3, AppleTV
"18K802", // 14.4, AppleTV
"18L204", // 14.5, AppleTV
"18L569", // 14.6, AppleTV
"18M60", // 14.7, AppleTV
],
devices: [
"AppleTV5,3", // Apple TV HD (4th generation), A8
"AppleTV6,2", // Apple TV 4K (1st generation), A10X
]
Expand Down
8 changes: 8 additions & 0 deletions jailbreakFiles/chimeratv.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
name: "ChimeraTV",
priority: 0,
info: {
website: {
name: "chimera.coolstar.org",
Expand All @@ -11,6 +12,13 @@ module.exports = {
url: "https://www.theapplewiki.com/wiki/Chimera#tvOS",
external: true
},
guide: [
{
name: "Installing ChimeraTV",
url: "/installing-chimeratv/",
pkgman: "nito.tv",
}
],
latestVer: "1.3.9",
color: "#deeded",
icon: "/assets/images/jb-icons/chimera.png",
Expand Down
8 changes: 8 additions & 0 deletions jailbreakFiles/electratv.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
name: "ElectraTV",
priority: 0,
info: {
website: {
name: "coolstar.org/electra",
Expand All @@ -11,6 +12,13 @@ module.exports = {
url: "https://www.theapplewiki.com/wiki/Electra",
external: true
},
guide: [
{
name: "Installing ElectraTV",
url: "/installing-electratv/",
pkgman: "nito.tv",
}
],
type: "Semi-untethered",
latestVer: "1.3.2",
color: "#deeded",
Expand Down
7 changes: 7 additions & 0 deletions jailbreakFiles/legacy/backr00m.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ module.exports = {
url: "https://www.theapplewiki.com/wiki/Backr00m",
external: true
},
guide: [
{
name: "Installing backr00m",
url: "/installing-backr00m/",
pkgman: "nito.tv",
}
],
type: "Semi-untethered",
latestVer: "1.1",
firmwares: ["10.2.2","11.1"]
Expand Down
8 changes: 7 additions & 1 deletion jailbreakFiles/legacy/blackb0x.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
name: "Blackb0x",
alias: "blackbox",
priority: 3,
priority: 0,
info: {
website: {
name: "github.com/NSSpiral/Blackb0x",
Expand All @@ -13,6 +13,12 @@ module.exports = {
url: "https://www.theapplewiki.com/wiki/Blackb0x",
external: true
},
guide: [
{
name: "Installing Blackb0x",
url: "/installing-blackb0x/"
}
],
type: "Mixed",
latestVer: "0.6.2",
color: "#800080",
Expand Down
5 changes: 5 additions & 0 deletions jailbreakFiles/legacy/evasi0n.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ module.exports = {
external: true
},
guide: [
{
devices: [
'AppleTV2,1'
]
},
{
name: "Installing Evasi0n6",
url: "/installing-evasi0n6/",
Expand Down
5 changes: 5 additions & 0 deletions jailbreakFiles/legacy/greenpois0n.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ module.exports = {
external: true
},
guide: [
{
devices: [
'AppleTV2,1'
]
},
{
name: "Installing greenpois0n",
url: "/installing-greenpois0n/",
Expand Down
5 changes: 5 additions & 0 deletions jailbreakFiles/legacy/p0sixspwn.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ module.exports = {
external: true
},
guide: [
{
devices: [
'AppleTV2,1'
]
},
{
name: "Installing P0sixspwn",
url: "/installing-p0sixspwn/",
Expand Down
7 changes: 6 additions & 1 deletion jailbreakFiles/legacy/pangu9.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ module.exports = {
external: true
},
guide: [
{
devices: [
'AppleTV5,3'
]
},
{
name: "Installing Pangu9",
url: "/installing-pangu9/",
pkgman: "cydia",
}
},
],
type: "Untethered",
firmwares: ["9.0","9.1"],
Expand Down
8 changes: 8 additions & 0 deletions jailbreakFiles/libertv.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
name: "LiberTV",
priority: 0,
info: {
website: {
name: "newosxbook.com/libertv",
Expand All @@ -11,6 +12,13 @@ module.exports = {
url: "https://www.theapplewiki.com/wiki/LiberTV",
external: true
},
guide: [
{
name: "Installing LiberTV",
url: "/installing-libertv/",
pkgman: "nito.tv",
}
],
latestVer: "1.1",
type: "Semi-untethered",
firmwares: ["11.0","11.1"],
Expand Down