#tvos-jailbreaks

1 messages · Page 52 of 1

analog elk
#

but I think they got bfdecrypt working on tvOS since then

#

so that will probably be easier now

wind junco
#

oh nice ok i will take a look, thanks 🙂

eager sundial
#

Is there any repo full of tweaks for tvOS just like for iOS?

odd stone
#

how do i install frida on apple tv 4k ?

#

on iphone you can just use cydia to install it but I don't know how it's done on atv4k

umbral ingot
#

Default ones and 3rd party like mine

#

If you’re looking for a one size fits all repo solution to tweaks there isn’t one

gilded sluice
#

Just wanted to let y’all know that the reaction for the role for tvOS jailbreak news on this message #roles message and the reaction for the role for general tvOS news on this message #roles message both control the same role of “tvOS” and neither of them control the role “tvOSJailbreak” (which I have and was trying to remove)

analog elk
analog elk
#

oh good

analog elk
fleet parcel
#

Not really.. Just the animation

analog elk
#

maybe it does when you restore

#

but not after an update

analog elk
#

gonna buy this once the bank transfer is credited to my PayPal balance since my debit card isn't working rn https://femto.pw/b4kt

fleet parcel
#

It's only a matter of time when Apple software updates prohibit the use of the GE

analog elk
#

they can do that?

#

also, would it work with Linux checkra1n?

toxic rose
analog elk
toxic rose
#

ah thanks!

#

and i’m guessing dcsd puts atv in dfu mode and golden eye cable works as a usb port in this case?

#

or vice versa?

analog elk
#

I think so yes

#

haven't got mine yet but afaik DCSD is required for DFU

#

GoldenEye, then DCSD, then a lightning cable

desert hawk
#

@fleet parcel i dont think they can or will prohibit its use. they need it internally

#

@toxic rose @analog elk that is correct dcsd is required for DFU

#

either that or breakout are only safe way to get in DFU

#

i say safe cuz corrupting LLB or sanding nands works too but i dont recommend either 🤣

fleet parcel
#

Corrupting LLB = unplug/plug/unplug/plug/unplug/plug... Aay! Now I'm in recovery!

desert hawk
#

no actually we changed iBoot->iBrok in LLB

#

and havent been able to change it back 🤦‍♂️

fleet parcel
#

@desert hawk looks like 14.5 has some newer restrictions.. Apt works fine but no apps appear

desert hawk
#

@fleet parcel fun! they mustve missed our cat & mouse

#

do they really think they’ll outlast me at this point? 🤣

#

thanks for the heads up, ill have to dive into that mess later

#

14.5 is beta still i see. ill wait out a gm on that one

analog elk
#

alright bought the GoldenEye and DCSD

#

Estimated Delivery Time: 19-27 Days

cyan veldt
#

Aliexpress orders always seem to come faster than they say

fleet parcel
desert hawk
#

lol dusting off an old classic there

analog elk
analog elk
#

so which one is it then

#

bc there's a huge difference between GMT+8 and GMT-7

fleet parcel
#

I wouldn't be concerned about when you get the cables.. But what condition and if you have porch pirates

storm ridge
analog elk
#

it actually doesn't even contain any binary code

#

but I have no idea how to tell apt/dpkg that it supports tvOS too

#

probably the Architecture field

storm ridge
#

Maybe @fleet parcel or @desert hawk can help. Reprovision has always had some auto signing issues but now I think it suffers the same fate on reboots as iOS. Your fix could really come in handy to keep the tweak going. A day without having to use Xcode to resign is a good one 😆

fleet parcel
#

There's more than meets the eye to fix repro for tvOS

#

Hell, you can't even sign in to it

analog elk
#

it was working for me when I was on 13.4.5

storm ridge
#

Mine is signing, but I have a feeling if it reboots the unc0ver app will crash

#

I am on 13.4.5

desert hawk
#

yeh im def not putting any major effort into fixing anything aside from bundling that new cert. but thats still at the bottom of update list when my migration finally gets finished 🤣 dont feel like talking bout that tho. gonna go drink

analog elk
#

haven't got my goldeneye/dcsd yet so I can't test rn (not like it would work on tvOS 14 anyway but I could at least test the package installation)

storm ridge
#

I could test it on the weekend, what is the install process? I have used Filza on iOS when a pkg is copied over outside of Cydia but I haven't tried an install tvOS before outside of the Nito app

analog elk
#

you can just use the terminal

#

wget + dpkg -i

#

I'll put it on my repo once it's confirmed to work

storm ridge
#

so wget + dpkg -i will install that tweak. I'm not a terminal wiz, don't I need something more to add?

#

Once i ssh in don't I have to point to the directory where the file is

analog elk
#

I didn't mean literally... you need to add the link and the filename

#

ugh, the Debian documentation is literally self-contradictory

#

blank
"Whitespace must not appear inside names (of packages, architectures, files or anything else) or version numbers, or between the characters of multi-character version relationships."

"this field may contain the special value all, the special architecture wildcard any, or a list of specific and wildcard architectures separated by spaces."

#
dpkg: warning: parsing file '/var/lib/dpkg/tmp.ci/control' near line 4 package 'net.cadoth.reprovisionfix:iphoneos-arm appletvos-arm':
 'iphoneos-arm appletvos-arm' is not a valid architecture name in 'Architecture' field: character ' ' not allowed (only letters, digits and characters '-')
#

yeah this is no good

#
su
wget https://cdn.discordapp.com/attachments/688125177820610598/812457110919053372/net.cadoth.reprovisionfix_0.1.2-2debug_all.deb
dpkg -i net.cadoth.reprovisionfix_0.1.2-2debug_all.deb
#

@storm ridge ^

storm ridge
#

ok so after ssh in I run the above

analog elk
#

yes

storm ridge
#

then open reprovision, revoke all certs and then sign again.
reboot and test if I can open the jb app/unc0ver... correct?

analog elk
#

yes

storm ridge
#

k... will try this weekend

desert hawk
#

iphoneos packages will not install

#

i can just tell you that now

analog elk
#

yeah I changed it to all

#

tried iphoneos-arm appletvos-arm first because the docs said they could be space separated but apparently not

desert hawk
#

appletvos-arm64 is actually the proper tvos one

fleet parcel
#

It's not safe to mix archs in a deb

analog elk
#

literally just a .pem file and shell scripts for preinst/postinst/postrm

fleet parcel
#

Yeah.. Using scripts..

#

It'd be better to improve repro by setting the app accordingly than having a hacky method to modify it

analog elk
#

there are two ways to do it that I can see:

  • dpkg-divert (what I do)
  • recompile ReProvision completely with the new cert
fleet parcel
#

Recompile

analog elk
#

someone else is free to do the second one, it seems far more complicated to compile than an usual tweak and I don't have a Mca ¯_(ツ)_/¯

fleet parcel
#

The code is 99% the same, you're just swapping out certs

analog elk
#

dpkg-divert moves the file out of the way in a safe way, it will keep track of it properly even in the extremely unlikely case that ReProvision gets updated

#

lost me at xcworkspace

#

no Mac, and my macOS VM doesn't want to finish the never ending installation ¯_(ツ)_/¯

desert hawk
#

@analog elk its best to short circuit all of the gatekeeper and quarintine shit on VMS before extracting and installing apps like Xcode

#

xattr is your friend

desert hawk
#

damn this is first time im making my pretzels without live tweeting it today 🤣

idle igloo
# desert hawk

Looks fucking bomb, also what the shit why did you get suspended from Twitter I was trying to figure out where my nitoTV tweets went PepeLaughW

desert hawk
idle igloo
#

PepeLaughW Lmfao

desert hawk
#

yepppp

#

what kind of a loser accuses me of having a meltdown then reports me? 🤣🤣

brisk star
#

are tethered jbs not a thing anymore

#

like no longer updated

#

wrong channel

fleet parcel
trim wagon
#

POG kodi 19 supports tvOS

outer prawn
#

So I am getting an AppleTV 4K 5th Gen this week... is 14.4 (the latest release) jailbreakable with checkra1n without any issues? 🙂

trim wagon
#

you can check the pinned google docs

fleet parcel
#

the lower the better

outer prawn
#

Ah, but on the off chance it's got 14.4, would it be cool?

outer prawn
#

I guess not since it needs to be opened and soldered... 😂 Unless I am lucky enough to get it running 13.4.6 and below I can use u0 I guess.

fleet parcel
#

if you have the cables, you may jb

jaunty rune
#

Me going to play some retroarch realizing im on checkra1n and didnt bring a pc

outer prawn
#

I haven't got the knowledge or guts to open up the casing and mess around soldering stuff... so I guess this will be a no?

analog elk
#

you can get them from JinStore but AliExpress might be a bit easier/cheaper

outer prawn
#

So if I have those two cables how exactly is it possible to do without a port?

analog elk
#

and then you plug in the DCSD and a Lightning cable

outer prawn
#

So do I need any additional stuff? I got a MacBook Air with USB-C ports

analog elk
outer prawn
#

The data cable I'd use to connect my iPhone to my laptop?

#

I'm from the UK so don't want to buy something that will be too expensive to ship over either tbh

analog elk
#

I paid like $40 for the GoldenEye and $20 for the DCSD on AliExpress including shipping to Hungary (they haven't arrived yet)

outer prawn
#

Damn, that's quite a lot 😅

#

You got any links I could use so I am sure to get the right thing?

outer prawn
#

How come the DCSD cable is needed if I could plug a lightning cable-USB-C straight into the GoldenEye end?

analog elk
analog elk
#

probably yeah

outer prawn
#

OK, so I'm thinking maybe I should get the 4th Gen version... Is that easier to jailbreak and got its own data port?

analog elk
outer prawn
#

Ok I am gonna get the 4th gen 😄

merry spade
#

can i jailbreak an apple tv 4k with an goldeneye cable

#

with checkra1n

#

was thinking of to buy the cable from JinStore

analog elk
merry spade
#

oh ok

#

ill buy it then..

#

waiting for my apple tv to arrive

outer prawn
#

Sorry for sounding like a complete nub... does the ATV 4th gen come with a USB-C cable I can plug straight into my Mac? Or do I need to buy one seperate? @analog elk

merry spade
#

it should

#

have a usb-c port

analog elk
#

not sure, I only have a 4K

#

it has a port, idk about cable

merry spade
#

from the usb c on the back

outer prawn
#

To jailbreak and use iTunes on my Mac wouldn't I need a USB-C to USB-C cable? I have a MacBook Air with USB-C ports

merry spade
#

ah idk that

#

if you have the cable, go try it

outer prawn
#

I'm getting one tomorrow but obvs the AppleTV comes with a lightning to USB cable not USB-C

merry spade
#

yeah, that cable is for the remote

outer prawn
#

Ah, so they clearly want you to get the cable seperate GG Apple

#

I might get an Anker one from Amazon

#

£7.99

merry spade
#

idk if it would work, in the past checkra1n didnt work with usbc-usbc cables but that was like in march 2020 they probably fixed it

outer prawn
#

What? @analog elk is this true?

#

I don't wanna end up buying a cable and it's pointless haha

merry spade
#

correcting it, the usbc-usbc cables are unable to put the device into dfu which means that you cant jailbreak but checkra1n team tweeted that in november 2019

#

there is a big chance they fixed it

outer prawn
#

A'ight, I'll do some digging and see

analog elk
#

that works for iPhones

outer prawn
#

I have a USB-C to USB-A adapter if that's still any good

fleet parcel
outer prawn
#

I got a USB-C to USB-A cable from Amazon and gonna use that with my USB adapter... hopefully it works

desert hawk
#

ok no reports of anything breaking so it sounds like transition is going ok so far

urban arch
#

good afternoon, i got this among us screensaver. is there an option to include among us characters floating in the screensaver?

trim wagon
#

I also ordered it

analog elk
#

progress...

outer prawn
#

Jailbroke and ready to go! This thing came on tvOS 13.4.8 🙂

outer prawn
#

Is Filza a thing for the AppleTV? Or something similar? Just curious

fleet thorn
#

Why would you jailbreak TVOS?

outer prawn
#

Because why not?

fleet thorn
#

what does it help you with xd

#

does it do anything @outer prawn

fleet parcel
fleet parcel
#

Putting filza on tvOS spells trouble

outer prawn
#

I already have done with CyberDuck, but yeah, I do understand where you're coming from 🙂

#

Downloaded a few of your tweaks last night! 👌

analog elk
outer prawn
#

😎 China? Not bad... usually I'm waiting a month for anything from there 😂

fleet parcel
outer prawn
#

Loads! I will have to get back to ya on that, since it was pretty late at night... totally out of it

#

I love the 1984 theme

eager oasis
#

Guys i need help regarding ssh into a jailbroken (checkra1n) apple tv 4th gen

#

it says connection refused

outer prawn
#

Have you checked to see if OpenSSH is installed?

eager oasis
#

may i know how to do that?

outer prawn
#

Open up nitoTV and go over to Installed

#

Scroll down and see if it's installed

eager oasis
#

after jailbreaking my apple tv 4th gen, i dont have any app called as nitoTV

#

i used checkra1n

outer prawn
#

you should still have the nitoTV app after jailbreaking with checkra1n

#

That's basically like Cydia for tvOS

eager oasis
#

but i dont have that app. i only have the default apps that came with appletv

#

but on my linux pc it said jailbreak was successful

#

and also when my apple tv booted, i could see checkra1n logo

#

yet i dont have any extra app installed after JB

outer prawn
#

That's strange

#

I've jailbroken mine with a Mac so maybe it's to do with Linux?

eager oasis
#

can i DM once i try using amac?

outer prawn
#

Ye, of course

eager oasis
#

thx alot

fleet parcel
#

Also, try port 44

eager oasis
outer prawn
#

It's probably not jailbreaking properly on Linux so I would try Mac then come back to us! Kinda strange how it's not installing the package manager after a successful jailbreak

fleet parcel
#

If that's the case, you're probably not jailbroken

#

And if you are, you may have to restore root fs

humble cloak
#

hello

#

im stuck at the part where the trailer icon wont show up even after changing the dns and putting the profile on

#

idk what to do lmao

#

ah i think my atvsoftware is too recent

#

goddamit

ashen python
#

What are the best repos for Apple Tv?

nocturne bramble
#

What are the best tweaks for AppleTV? Is there anything that worth jailbreaking?

nocturne bramble
#

Is it possible, to block youtube ads with any tweak?

desert hawk
#

not afaik

fleet parcel
wooden acorn
#

Can the older non-Siri Apple remote place the Apple TV 4 into DFU mode?

desert hawk
#

@wooden acorn yes the silver one can

#

not the super old white one tho

storm ridge
#

unc0ver 6.0 just released for support up to 14.3 on iOS. Anything in the grapevine about a possible unc0ver JB update for tvOS 14?

wooden acorn
#

Just wanted to make sure. Need a replacement remote to unbrick the ATV.

umbral ingot
fleet parcel
#

Well, there's one way.. But people don't really fully understand how it works

#

I'd say CyberDuck/scp are a type of filza

umbral ingot
fleet parcel
#

I really wish Apple wasn't so Sheldon Cooper on the standard bins.. That way there'd be little-to-no risk for 4K

desert hawk
#

were still testing it for tvOS

#

(unc0ver)

#

/cc @storm ridge

#

a bunch of weird shit is happening so trying to help them iron that out

#

everyones lucky i never updated my 14.x box passed 14.3 so i can help test & debug 🤣

#

their goal was to release at the same time, but weird issues with nitoTV, related dependencies, his repo, my repo and their unique install process its kind of a minefield lol.

#

thats what happens when i dont directly work on the jailbreak, which im fine with. i was spreading myself too thin last year

fleet parcel
desert hawk
#

@fleet parcel not trying to tether boot, downgrading is a nonstarter for me tbh

fleet parcel
#

tether boot? its untethered

desert hawk
#

nothing post 9.0 is untethered

#

technically speaking

fleet parcel
#

I'm lost

#

jailbreak wise?

#

I'm talking firmware.. you can downgrade untethered

desert hawk
#

can you boot without a jailbreak after downgrading newer versions

fleet parcel
#

yes

#

granted you have said valid blobs

#

the sep is compatible

desert hawk
#

i might not tssagent isnt installed by default anymore

#

i regret that decision

fleet parcel
#

I would've saved them for you (if i had your ecid) but i do believe you had someone else save them a while back on 11 iirc

desert hawk
#

this is what happens when i let anyone else make decisions for me 🤣

#

i did for a bit as a backup but that doesnt happen anymore

fleet parcel
#

oof.. luckily 13 is still signed

desert hawk
#

but sooner or later i had to loosen the reigns

#

getting too old for this shit 🤣

fleet parcel
#

i'd check tss1conan just to make sure

#

I've got faith you have 14

desert hawk
#

i do have some 14 versipns

#

oh that was other thing. tasagent on tvOS relies on 1conan and he changed the API at one point

#

so even if u had installed

#

it wouldnt work briefly

#

not sure for how long

fleet parcel
#

if need be, i've got from 13.4 to latest @desert hawk

desert hawk
#

@fleet parcel ty were good, sam just doest have 14.x box so i need to help out

fleet parcel
#

oof.. poor sam

storm ridge
# fleet parcel Possibly

I have my ATV4k's on 13.4.5 unc0ver, not sure I want to risk it. 14.3 signing window already closed... oh well.

fleet parcel
#

yeah.. don't

#

4k will send you to 14.4

#

then you'll need checkra1n

#

if you have HD @storm ridge go for it

storm ridge
# fleet parcel yeah.. don't

Yes, I have a couple of HD's too and I have blobs so can do the upgrade at will. But, the 4k needs the special cable which I don't have. I'm ok on 13 for now, working like a charm

fleet parcel
#

good

#

as i said: you don't need to update to use the jailbreak

ashen python
#

Is uncover uthethered or semi-unthethered

#

?

#

I have TVos 13.4.8

#

I got the HD version.

analog elk
analog elk
#

you can use checkra1n in meantime which is semi-tethered (need to use USB to rejb every reboot instead of just opening an app)

lapis heath
#

hmm i think i will get those cables from alix

lapis heath
fleet parcel
#

dscd are mainly all the same

desert hawk
#

yeh you should be fine either way

trim wagon
#

@analog elk did you get your order yet?

analog elk
toxic rose
lapis heath
#

there's 2 cables to get from what i read up above

fleet parcel
toxic rose
#

ok - but even for that cable, how’d you connect it to apple tv?

#

isn’t that cable used for putting atv in dfu mode?

fleet parcel
#

Those two combined work together to allow checkra1n to jailbreak

toxic rose
#

oh ok - so you use them together.. i was guessing you use one to put it in DFU and then use another after that to jailbreak

fleet parcel
#

Nah, that'd be too much work

toxic rose
#

i might get those cables too

desert hawk
#

once in dfu a regular lightning will work in the goldeneye as well. but theres no reason to swap cuz dcsd will work too

dim ether
#

Can the 14.3 jailbreak exploit be used in tv os?

cyan veldt
#

You can also use cheap dfu dongles instead of the dcsd cable if you want to save a bit of money

chrome wren
#

What can you even do on a tvos jail broken device

desert hawk
#

read the pins

steep galleon
#

Lol YouTube app is dead on appletv 3 now. Niece and nephew are pissed

#

Lol

analog elk
#

yeah i came here to fix it

frigid moat
#

@fleet parcel rip oldtube?

fleet parcel
#

dunno... haven't looked into it

frigid moat
#

ah

#

i think it's from sunsetting atv3

#

i thought it used an older atv4 build

#

Any idea why the atv4 app store download button just spins and doesn't download the app?
Purchased tab doesn't load up either.

frigid moat
#

Ok, working again after re-jb.
respring & ldrestart weren't helping 🤷‍♂️

desert hawk
#

ldrestart isnt much advisable anymore. it breaks more than it fixes

#

appletv 3 cant run appletv 4 apps. theres zero overlap for their infrastructure. tvOS was a total rewrite/revamp

#

the 1-3 appletv had one app that just loaded plugins, whereas the 4th and 5th gen run actual apps

#

i wrote a stripped down youtube app for the first gen appletv last time the losers at google pulled nonsense like this, no idea if it still works. unfortunately it wouldnt even be applicable for 2nd and 3rd gen, and im long done coding for those. they are lucky if they survived my server migration.

#

i genuinely miss when youtube was owned and operated by competent ppl (its founders) not worthless censor happy ad loving parasites at google

analog elk
#

I wonder, is it possible to get YouTube running in a browser on the ATV3? (I don't have one to test)

desert hawk
#

@analog elk no web browser

analog elk
#

nobody made a sideloadable one for ATV3 either?

desert hawk
#

atv has never officially had one

#

firecore did when they bought couchsurfer from brandon holland

#

not sure how well it works still

#

web browsing on appletv has never been a great experience, although couch surfer was actually better than the tvos 4 web browsers tbh

#

and they never officially released anything for third gen cuz its jailbreak took forever, and as soon as the 4th gen had an appstore they stopped caring about the other models

#

which funnily enough made me initially shun the 4th gen cuz it made me lose my biggest client when contracting was my bread and butter 🤣

frigid moat
#

i might have misread the error that youtube is giving via oldtube.
seems oldtube & atv3's youtube both died at the same time

fleet parcel
#

CouchSurfer still works, although it does lack the plugins required to play videos (flash, java etc) but the app is paid afaik

#

I could strip the API from the latest and implement it on OldTube, but that task in on itself is worse than open-heart surgery

analog elk
#

does it support HTML5?

frigid moat
#

it'd be nice if it was just checking the version number & you could spoof it

#

i'm guessing it's probably not that simple though

desert hawk
#

if he actually gives in to this bullshit im done updating my fork

#

lucky for those that care that there isnt much further i can take it anyway

fleet parcel
cyan veldt
#

I wonder when they're going to try change the terms white hat and black hat

#

all the companies the guy listed still use those terms

#

@desert hawk what did your deleted comment say?

desert hawk
#

its worth reconstructing. give me a moment

frigid moat
#

🍿

#

doesn't seem very inclusive of the bdsm community tbh

marsh ferry
#

Hi just wondering what can you do with a tvos jb

desert hawk
desert hawk
desert hawk
analog elk
#

I agree with you on that, I very much support equality and basic human rights but a lot of those changes seem incredibly unnecessary and performative

#

I have yet to see anyone say "oh yes, this helped me very much, now I have equal rights because you changed a word in your code"

#

but I'll leave it at that, don't want to get too political

desert hawk
#

its virtue signaling plain and simple. NOTHING he is doing helps ANYONE

spring anchor
frigid moat
#

i wonder what he wants whitelist changed to

icy wolf
#

YouTube stopped working on Apple TV3, does jailbreak could install YouTube?

analog elk
desert hawk
#

im curious if the yt client i wrote for 2nd gen for firecore still works

#

i dont even know where my 2nd gen appletvs are anymore 🤣

desert hawk
#

i forgot i did 2nd gen then first gen clients,

desert hawk
#

sorted the remaining issues with latest unc0ver for tvOS today. 👍

desert hawk
#

finally left the utterly useless odyssey / whayever servers

#

the number of worthless “announcements” alone

fleet parcel
#

@desert hawk nikias got libimobiledevice working wirelessly on apple tv

desert hawk
#

@fleet parcel that was at least already partially working a bit ago

#

i got myself into recovery mode on a 4k with it at that point

#

and thanlfully back out cuz i had one of my GEs 🤣

desert hawk
#

either way i was never fully aware of the extent of how much it worked passed that, so if it works completely now that is still very cool and news to me haha. @fleet parcel

desert hawk
#

finally did first package update test on new servers, juzt did it on staging but it worked.

#

not an easy process for me yet but at least it worked

#

after im done updating nControl stuff ill get to updating some other overdue packages

fleet parcel
#

dont'cha just love making a product so simple to use that it takes only one interation from its user to use it.. then they ask for a tutorial on how to use it

#

it's like buying cutlery with instructions

analog elk
#

I'm on 14.5 so I'll just wait for checkra1n to be updated and use the cables

fleet parcel
#

4K?

analog elk
#

yes

fleet parcel
#

bruh

desert hawk
#

@fleet parcel didnt u say app loading was broken on that version again?

fleet parcel
#

indeed

#

substrate dies

desert hawk
#

@fleet parcel how do u know substrate is the issue?

#

and im not sayin u are wrong, just curious how you pinpointed it as the issue

fleet parcel
#

Well, not 100% certain, but when something kicks you into safe mode immediately, it usually means either substrate couldn't load something or it died.

#

I believe it's much more than that, but substrate is the glue of the jb

desert hawk
#

@fleet parcel fair assumption for sure

knotty jasper
#

How do u jailbreak a apple tv

fleet parcel
pseudo thorn
#

what’s the purpose of having a tvos jailbreak

fleet parcel
pseudo thorn
desert hawk
knotty jasper
fleet parcel
#

You'll need 2 cables or the breakout board

knotty jasper
fleet parcel
#

goldeneye and dscd

desert hawk
#

guess i should add that data to the FAQ i just linked

#

especially since i can update the wiki again

modest gorge
#

Is there a jailbreak for iOS 14.4 ?

fleet parcel
#

yes

#

also, wrong channel @modest gorge

rough isle
#

@fleet parcel is there really a jailbreak for 14.4

fleet parcel
#

yes

#

@rough isle

rough isle
#

Haven’t seen it

fleet parcel
#

checkra1n

#

and assuming you meant tvOS.. not iOS @rough isle

rough isle
#

No I meant iOS so there’s probably not one out yet huh

#

@fleet parcel I’ve been trying to look for 14.4 haven’t seen it anywhere at least any real ones 🥸

fleet parcel
#

@rough isle checkra1n does work for iOS, but its not for A12 or higher (iPhone XS > *)

#

14.4 is certainly compatible for it

rough isle
#

Hmm

analog elk
#

anyone know any good sources for tvos

fleet parcel
analog elk
#

repo urls

fallen spruce
#

So what Apple TV 4K with Jailbreak can do?

fleet parcel
fallen spruce
#

Unc0ver support tvOS 14.3?

analog elk
nocturne bramble
#

Where are the top shelf images located on tvOS?

zenith inlet
#

what guide should i be following to save blobs for my 4k? i ment to do this long long long ago and now have missed 14 jailbreak and need to start saving them going forward just dont want to read wrong information

analog elk
#

for a 4/HD, you can use blobsaver too

zenith inlet
#

@analog elk thanks so there is no useful way to save 4k blobs? So would it be worth it to get the goldeneye and dscd or whatever cables and use checkra1n?

analog elk
#

yeah you can save OTA blobs for the 4K with tsschecker manually but they're currently useless and I don't know if they'll ever be useful

#

if you're on tvOS 14.3 or below then unc0verTV will work (currently only up to 13.4.5 but update coming soon hopefully), otherwise you should probably get those cables to use checkra1n

zenith inlet
#

I’m on 13.4.5 I’m just worried about down the road my homepods not working with it, or apps like Disney and Netflix saying I have to update tvOS

#
analog elk
#

looks right

#

I ordered from aliexpress though

toxic rose
#

does checkra1n support the latest tvos?

zenith inlet
#

@analog elk cool thanks I’ll look there and see then.

fleet parcel
analog elk
#

Does unc0ver tvOS support 14.2

analog elk
analog elk
fleet parcel
analog elk
#

oh no .1 for tvOS?

fleet parcel
#

nah

analog elk
#

true, how are you gonna exploit a webkit vuln with no browser

#

though in-app browsers could maybe be exploited?

#

if there's anything like that using webkit

fleet parcel
#

you could use a sandboxed app webkit exploit.. granted it has the right perms/entitlements

analog elk
toxic rose
#

if i were to restore rootfs uncover from atv 4k, do i need to uninstall any tweaks before hand?

#

i followed the method mentioned in the pin but it still says can’t download the latest update

toxic rose
#

got it to work

zenith inlet
#

So is it the dsdc cable plugs into the computer USB and then lightning to the goldeneye and goldeneye into the 4k?

desert hawk
#

@zenith inlet computer -> dcsd -> goldeneye -> appletv 4k

analog elk
#

how do i install repos on nito tv on tvos as it wont add the sources on my apple tv non 4k

#

32gb btw

#

can i have some help

tacit egret
#

Hey guys, anyway updating to 14.3?

#

Atv 4K

analog elk
#

it's not signed anymore so no, maybe if you had OTA blobs (since the 4K has no IPSWs) but I don't know of anyone successfully using those

#

either stay where you are, or update to 14.4 and use GoldenEye/DCSD or a breakout to JB with checkra1n

tacit egret
#

Well then, stuck on 13.4.5

#

Goldeneye?

#

Requires soldering?

analog elk
#

it's a special type of cable used internally by Apple

#

no GE doesn't require soldering

#

it plugs into the ethernet port

#

just be prepared to wait like a month to get it if you order from aliexpress

tacit egret
#

Well, I’m constantly ordering from ali

#

Any - rj45 to lightning will work?

#

Or it has to be the specific “goldeneye”

analog elk
#

I'm pretty sure you need the special GoldenEye cable, and a DCSD to enter DFU for checkra1n

tacit egret
#

Costs 40$

#

I’ll go ahead and buy it.. should be better then nothing I guess

#

Also, how do I uninstall (fully delete) an app that installed from nito?

fleet parcel
finite leaf
#

hello I have an atv 4k that has been jailbroken with unc0ver, but it has been restarted and unc0ver no longer works, I can jailbreak with checkra1n now, with my goldeneye and dcsd.?

tacit egret
#

@fleet parcel it only deletes the app but not the whole folders and contant

#

Content

fleet parcel
#

are you talking about Kodi?

fleet parcel
finite leaf
#

okay thx

toxic rose
#

for checkra1n, once i connect everything (goldeneye and dcsd cable) - does checkra1n app automatically detect the device or are there certain steps that I need to take for the app to recognize the apple tv?

fleet parcel
#

Then you just hit start

toxic rose
#

tried it multiple times.. but it still doesn’t detect...tried flpping cables and all

fleet parcel
#

If you reboot the device

#

Dfu should be triggered

toxic rose
#

tried that too lol

fleet parcel
#

Also i think you need lightning too

toxic rose
#

with both restart option and yanking the power cord

fleet parcel
#

Yeah, you don't need to yank anything. Rebooting is rebooting

toxic rose
#

dscd cable has lightning? or not all of them have it?

fleet parcel
#

No

#

Ge does

#

It has a port for lightning

#

I believe you may need that cable for checkra1n to detect it

toxic rose
#

yeah sorry that’s what i meant... my dscd is connected to GE cable

fleet parcel
#

What mac is it?

#

Or pc

tacit egret
#

@fleet parcel yeah Kodi

fleet parcel
#

Then plug in dscd to dfu

toxic rose
#

ok

#

let me try that

#

thank you JTV as always - you are the best

fleet parcel
#

For now, you'll need to ssh in to do so

toxic rose
#

so tried GE + lightning, checkra1n detected the atv but the graphics showed breakout cable with DFU button

#

not sure how to proceed

fleet parcel
#

So click start

#

And let checkra1n set to recovery mode

toxic rose
#

this is wht i get

fleet parcel
#

Okay, so now connect dscd

#

And reboot

tacit egret
#

@fleet parcel that would be great! Tnx

fleet parcel
#

Sometimes dscd is finicky

toxic rose
#

i’m still stuck on it.. maybe it is my dscd cable that is the issue

#

like i restarted but nothing happens.. the checkrain app says failed to restart the device

fleet parcel
#

Try it on an iOS device

toxic rose
#

it detects the phone although it mentions that 14.4 is not supported even when i check the untested firmware option

analog elk
#

if it's A11, you need to enable "skip A11 BPR check"

toxic rose
#

that is true .. i always do that not sure how i missed it lol

analog elk
#

@fleet parcel how am I able to install sources on app tv as it does not work for me. Checkra1n jailbroken 32 gb Apple TV 4th gen non 4K

fleet parcel
#

What do you mean "it does not work"?

analog elk
#

It just doesn’t ad them

fleet parcel
#

Are you typing them in correctly?

analog elk
#

Yes

fleet parcel
#

What sources are you typing in?

analog elk
#

ikilledappl3, litten, diatrus

fleet parcel
#

Please tell me you're not typing in "ikilledappl3, litten, diatrus"

analog elk
#

Im not typing it in that format

fleet parcel
#

Ok, then as asked before, what are you typing in?

analog elk
#

Those are the repos

fleet parcel
#

Ok, so can you ssh in?

analog elk
#

Yes but never done it

fleet parcel
#

What tvOS are you on?

analog elk
#

14.2

#

Checkrain jailbreak

fleet parcel
#

Ok, first try this: hold click on the nitotv repo and release to delete

analog elk
#

Nito tv store or nitosoft Apple TV 4 repo which do I delete

#

?..

fleet parcel
#

Apple tv 4 repo

analog elk
#

Ok I re added it

fleet parcel
#

Okay, kill nitoTV app

analog elk
#

Killed

fleet parcel
#

Relaunch

analog elk
#

Done

#

I’ve relaunched it

fleet parcel
#

Are there any updates?

#

And also, how did you kill the nitotv app?

analog elk
#

Hold down tv logo on the remote then swipe up

#

No updates

fleet parcel
#

Okay, try adding a source

#

If not, we'll do this the hard way

analog elk
#

They worked

dreamy valley
#

Hi, is there any way to make the fonts larger in the jailbreak browser for Apple TV?

dreamy valley
#

This is how small the search page is:

#

I’m hoping to have it closer to this:

analog elk
#

Is there any way I can make a single picture my screensaver on a Apple TV

fleet parcel
#

@dreamy valley font sizing i believe is in the browser settings

dreamy valley
#

I can’t seem to find it at all

#

It’s just a blank google search page

#

@fleet parcel

fleet parcel
#

I'll have to look for it.. I think i did it once..

#

@dreamy valley

#

Very bottom

dreamy valley
#

Whoa

finite leaf
#

is there an easy way to install/sideload u0 on my atv 4k or should I use a mac and xcode, I need to restore root fs

analog elk
finite leaf
#

it is jailbroken, I just tryed snappy -o, nothing happens

#

I can ssh into it

dreamy valley
#

@fleet parcel Thank you:)

analog elk
#

I don't remember if snappy is supposed to output something in that case

finite leaf
#

it says command not found when it try snappy -o

analog elk
finite leaf
#

is there an easy way to get u0 into it again

analog elk
#

well if it's unjailbroken now then you have to use a Mac (if you have a breakout or GoldenEye it might be possible with Windows/Linux)

finite leaf
#

i have goldeneye and dcds and I use windows

#

I dont think it is unjailbroken, I can sill ssh into it

analog elk
trim wagon
#

yay my dcsd and goldeneye cable arrived!

#

is checkra1n 0.12.2 the latest on linux?

#

do I just allow untested tvOS versions in the menu?

#

is there anything I need to take care of?

desert hawk
#

@trim wagon sounds right re: latest version. and yes allow untested versions when it says it doesnt support that v to get it to work

trim wagon
#

thanks!

desert hawk
#

np!

#

have fun!

trim wagon
#

got stuck checkra1n saying "booting...", restarted the process and then it worked

desert hawk
#

👍

tacit egret
#

@fleet parcel hi, any news about the new kodi? Did you add it to your repo?

fleet parcel
#

Not yet, but i will

tacit egret
#

Thanx

#

Also, by any chance can you explain how to add VPN support?

#

@trim wagon could you link me? Can’t find on Ali anything

tacit egret
#

Tnx!

fleet parcel
#

Y'all takin the easy rout instead of soldering

tacit egret
#

What’s the soldering option ?

#

If the price is the same, what difference does it make?..

analog elk
#

mine is getting closer

fleet parcel
#

Plus, you can use any usb instead of just the specially designed ones

tacit egret
#

@fleet parcel where can I buy the cables ?

fleet parcel
#

Ebay, aliexpress

#

They're all over

trim wagon
#

i got them today

quiet crater
#

is there any jailbreaks for the Apple TV, the gen before the current one

fleet parcel
#

And yes, via checkra1n

quiet crater
fleet parcel
#

What version is it on and what model number?

quiet crater
#

ahhh ill have to check that later

fleet parcel
#

Take your time

quiet crater
#

lasat time i remeber it could only instal like kodi but did nothing, that was like a year ago or so

fleet parcel
#

Ah

analog elk
#

GE/DCSD arrived

#

now to wait for checkra1n 14.5 update

rancid forum
#

Hey

fleet parcel
#

hi

olive aurora
#

What can you do on an Apple TV third gen?

#

Ping me send me a message or reply to my message if you have an answer.

cyan veldt
olive aurora
#

There’s no way to install themes games or other applications on the third gen Apple TV’s? (Dad upgraded to a 4th gen so I got his 3rd gen). I want to know what I can do with it and if it’s worth my time to jailbreak.

#

If there’s nothing else really is there any chance I can do/install something in the future?

fleet parcel
#

your dad upgrading to a 4 was the best choice

olive aurora
fleet parcel
#

first off: /if/ you can jailbreak it; what version is it on?

olive aurora
#

I think it’s the newest but isn’t there a way to downgrade the OS version?

olive aurora
fleet parcel
#

there is.. but i doubt you'd be able to jailbreak it, seeing as downgrading is tethered

olive aurora
#

What do you mean downgrading it is tethers I saw a video on YouTube on how to jailbreak one and they downgraded the OS didn’t look tethered to me. Give me a second to link the video but after that I’m going to bed can we talk in the morning?

olive aurora
# fleet parcel there is.. but i doubt you'd be able to jailbreak it, seeing as downgrading is t...

Does he do an untethered restore to his Apple TV in this video or am I confused? Looks like I can easily downgrade the IS but let me know if I’m wrong. Also if I am wrong why?

https://youtu.be/SVtF9kVu0iA

!!!!!PLEASE READ THIS BEFORE YOU TRY IT!!!!!
If you are on version 8.4.3_12H876(iOS 7.4) this jailbreak will work on both 2013 and 2012 Apple TV 3 Models

8.4.3 12H885 (iOS 7.5) can be found as a signed IPSW below but will only work on Apple TV 3 2013 model (A1469)

If you do get the jailbreak installed correctly please try a new script right a...

▶ Play video
fleet parcel
#

No, they're demonstrating an untethered jailbreak

#

the untethered restore isn't possible without shsh blobs

#

so it would be a tethered downgrade, but since the jailbreak is untethered, you could tether boot back to a jailbroken state

trim wagon
#

does anyone know if it's possible to basically "save" a testflight app for future use?

analog elk
olive aurora
fleet parcel
#

But that shouldn't be an issue since its always plugged in

olive aurora
# fleet parcel Yes

But why because won’t it just turn off after a while or at least do that after I turn of the TV or monitor.

fleet parcel
#

No, Apple tv goes to sleep. Just like iOS after some time..

#

And turning off the tv itself doesn't affect the Apple TV device.. Just your eyesight on what you're clicking

toxic rose
#

i’m getting exploit failed -31 error code

#

is there anyway to fix this.. i tried multiple times

fleet parcel
toxic rose
#

on checkra1n while jailbreak atv 4k - sorry

fleet parcel
#

what tvOS?

#

@toxic rose

toxic rose
#

14.4

fleet parcel
#

I'd use CLI

jaunty rune
#

There a way to have plex/ infuse see local videos?

trim wagon
#

wut

#

infuse can't do it?

#

just use kodi or vlc

desert hawk
#

@jaunty rune someone would have to write a tweak for either one to enable this behavior

analog elk
#

if you have openssh set to some port > 1024

#

like 2222

finite leaf
#

is tvos 13.4.5 (17L562) the latest for my apple tv4k

analog elk
finite leaf
#

I just restored RootFS, but I can not get it to update, it says there is Apple tv is up to date

analog elk
finite leaf
#

I cant get nitotv into it

jaunty rune
#

Infuse could use SFTP to localhost
@analog elk thanks!Changed openssh port. But i cant figure out the correct info for the infuse share.

analog elk
jaunty rune
#

@analog elk where do you enter the path?

#

Lol sorry im sure something is wrong there

analog elk
#

it might not have one actually, you can just add it as a bookmark later on

jaunty rune
#

Right

#

Still getting error

analog elk
#

try 127.0.0.1 instead of localhost?

jaunty rune
#

Still “an error occurred”

fleet parcel
#

@jaunty rune what are you doing?

jaunty rune
#

@fleet parcel wanted to see if it was possible for plex or infuse on atv to find local videos

#

Ah @analog elk got it! Port needed to be 44

analog elk
#

oh that's checkra1n's local dropbear

#

didn't know that works from sandboxed apps

jaunty rune
#

Not sure why it wasnt working otherwise. Anyway should i switch openssh back to 22? Or doesnt matter

fleet parcel
#

🙄

fleet parcel
#

also, local videos could've been found in ethereal

jaunty rune
#

@fleet parcel yah thats how i figured it out, had the same thing for ios in termius. Yah i was just following nyu’s suggestion for openssh. I mean everything still works, but i see your point. Lastly, i know just wanted the artwork and whatnot comes with infuse

jaunty rune
#

Looks like cant do it in vlc?

analog elk
desert hawk
#

VLC will be limited to videos in its sandboxed folder

jaunty rune
#

@desert hawk is it because there is no sftp option? Only smb and ftp. Also, ok, i tried adding videos to different directories, which one is the sandboxed folder?

#

Only ask cause vlc will probably play the vids infuse wants me to pay to play

#

Tried ethereal but sound no picture at least with one

desert hawk
#

i see, getting access to the sandbox folder is tricky without using code because tje paths are obfuscated by uuids

jaunty rune
#

Ohhh

desert hawk
#

you can choose vlc as the target when airdropping

#

thats really your best bet

jaunty rune
#

Right. I just wanted to fill some space on the atv

desert hawk
#

yeh

#

airdrop, choose VLC bobs your uncle

jaunty rune
#

Yah no space on phone lol. So just out of curiosity and ignorance, do you know why vlc cant but infuse can?

#

Also i found the vlc folder on the atv. But youre saying that wont help?

#

Nvm

#

Airdropping created uploads folder

desert hawk
#

vlc cant and infuse can what?

#

dont understand the ?

jaunty rune
#

Connect to localhost or however ud say it

desert hawk
#

oh, that i dont know

jaunty rune
#

Yah cuz it seems it should work because the process to connect to a server is similar. Thought maybe i was doing something wrong

#

Anyway. I found the correct folder. I airdropped to vlc and it created an “upload” directory.

#

Ill just put my vids there and use that folder in infuse

#

Lol i just clicked through every uuid. Of course vlc was at the bottom

desert hawk
#

haha ofc

jaunty rune
#

Anyone look into a peacock jb bypass?

#

They found a way on the ios side.. but no airplay

desert hawk
#

bypasses often seem to fall in @fleet parcel court

jaunty rune
#

Yah didnt want to bug.

fleet parcel
#

jb bypassing is certainly possible, but airplay is a huge DMCA violation for them

jaunty rune
#

@fleet parcel oh yah i get that, thats why i was hoping for a bypass

#

I was just saying that the bypass for ios is kind of useless since there is no airplay, unless you want to watch strictly on the phone

fleet parcel
#

seeing as screen recording is a thing.. instead of bypassing jailbreak detection, users can airplay, but since media is recordable, this violates copyright

stone owl
#

Uh oh

analog elk
restive lintel
#

How does one jb apple TV? I have 4K on 14.4. Was looking for guides or docs but it seems like I will have to solder usb port to it

#

Is thaz right or are there any new ways of doing it?

analog elk
fleet parcel
#

@analog elk there's a tag for that

#

Save your fingers

analog elk
#

there is?

zenith inlet
#

Is there a way to update breezy it always tells me process failed

desert hawk
#

@zenith inlet more detail please.

#

what exactly is saying it failed

#

because breezy has error messages for the fact the no apps support the file dropped, but "process failed" isnt really a 'thing'

zenith inlet
#

@desert hawk

desert hawk
#

oh yeh installing stuff is failing right now because i need my SSL certs fixed and my server guy who said he'd fix it this morning has not lol

zenith inlet
#

Oh ok so just try in a couple days or something

analog elk
#

yep it expired

analog elk
#

common mistake

#

that's why I have a certbot post-hook to automatically reload nginx

desert hawk
#

@analog elk he never updated the the jobs the renew it

#

but he said hed do it this morn and is MIA now

analog elk
#

hmm yeah no renewals yet according to crt.sh

desert hawk
#

and he is my server admin, i honestly dont even now how to fix it

#

i know he didnt do it, its still broken

#

lol

#

when he offered to do that work i jumped at it cuz its not my bag

analog elk
#

if it's using certbot then likely just sudo certbot renew

#
Server: OpenBSD httpd

that's an interesting one

desert hawk
#

no its not

#

yeh

#

hes an interesting dude

#

but i dare not fuck with it

#

he just jumped over moons to migrate me off dustin howetts servers i was freeloading on since appletv 2 days

#

so between that and managing it at all, at his mercy 😂

#

and my appletv 1-3 repos still work

analog elk
#

fun fact: whatever Apple uses for the "Get current IP address" action in Shortcuts also had its certificate expire a few days ago

desert hawk
#

i honestly didnt even care if they didnt anymore

#

lol

analog elk
#

can't even see where it connects to bc it escapes FLEX's network debugging somehow

desert hawk
#

cuz hes expecting you

#

or anyone

#

thats precisely why he runs this shit

#

this is the kind of person the federal reserve hires to audit them

#

anyhow, in the zone. laying all the ground work for 2 joycons to be one. all the hardest work is done, its all just UI/UX stuff at this point, with minimal backend work left.

#

bbl

fleet parcel
#

@zenith inlet you could update it manually fttb

finite leaf
#

I have finally updated my atv 4k to iOS 14.4, when I try to jailbreak (checkra1n 0.12.2) with GoldenEye and DCSD, checkra1n says it not supports 14.4, is that right ..?

fleet parcel
finite leaf
#

👍

amber garden
#

Hi. I installed Checkra1n on tvOS 14.4 & Apple TV 4gen. It was successfully installed, I just have problem updating thins in Nito:

#
0% [Working]2021-03-21 16:26:39.098 https[1938:8706] CFNetwork SSLHandshake failed (-9807)
Err:1 https://nitosoft.com/checkra1n ./ InRelease
  SSL: -9807```
finite leaf
#

I get this issues, How can i fix it 🙂

analog elk
amber garden
#

Cool, thank you. 🙂

desert hawk
#

yeh im still waiting for it to get fixed, he said he updated the cert and things appear ok on his side but clealry thers still some kind of issue

amber garden
#
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* ALPN, server did not agree to a protocol
* Server certificate:
*  subject: CN=nitosoft.com
*  start date: Dec 19 16:51:59 2020 GMT
*  expire date: Mar 19 16:51:59 2021 GMT
*  issuer: C=US; O=Let's Encrypt; CN=R3
*  SSL certificate verify result: certificate has expired (10), continuing anyway.
* Connection #0 to host www.nitosoft.com left intact
* Closing connection 0```
#

The certificate is not updated yet.

#

Maybe he just forgot to restart the server?

fleet parcel
#

@amber garden inside nitoTVs settings, there's a button you can press for certificates. See if that works, if not, we'll need to update double facepalm @desert hawk

desert hawk
#

@fleet parcel no the certs are still fucked up, if u just browse to nitosoft.com itll give the same SSL errors.

amber garden
#

I can't find that button, but @desert hawk is right. Easiest way to fetch actual certificate is with curl command I wrote above. 🙂

desert hawk
#

server is fixed 🙂 sorry for inconvenience and i appreciate your patience

amber garden
#

@desert hawk I can confirm, it works great now. 👌

desert hawk
#

😄

finite leaf
#

Just update, and it works woeis

amber garden
#

Meh, I just realized that Widevine DRM is not available for iOS/tvOS therefore playing DRM content trough Kodi is not available. 🤷‍♂️

analog elk
desert hawk
#

if something works on iOS it should work on tvOS if its backend stuff like DRM

#

but i know nothing about widevine so i cant comment further

amber garden
#

@analog elk I haven't found any info regarding iOS version?

analog elk
storm ridge
#

Microsoft looking to buy Discord for $10 billion 😮

desert hawk
#

well thats dumb lol

#

i wouldnt even buy it for 10 cents. they cant even write a proper app

fleet parcel
#

Discord would be better if they fixed the picture rendering

desert hawk
#

it'd be better if they actually wrote real native apps not this electron dumpster fire that is garbage under all circumstances

analog elk
#

What can I do with jailbroken tvOS?

frigid moat
#

i hope this isn't going to be a repeat of skype

analog elk
#

hi, i have a question

#

does uncover works on tvos 13.4.8

analog elk
#

oh...

#

because i dont wanna always rejailbreak with checkra1n

#

eventually it will be updated for up to 14.3 since the iOS version got updated

#

ty for info

#

why do you unplug your Apple TV so much anyway that rejbing with checkra1n is an issue

#

I thought I would have to rejailbreak after each turn off

#

sorry i dont have apple tv yet LOL

#

should i downgrade to 10.2.2 for goblin or go with checkra1n 13.4.8 when i get apple tv?

analog elk
#

only time you have to rejailbreak with either unc0ver or checkra1n is if:

  • you physically unplug the Apple TV / there's a power cut / etc.
  • you reboot from settings
  • you get a random kernel panic for some reason (never had one on my Apple TV except during jailbreaking when the exploit failed)
#

what you're saying would be like having to rejailbreak an iPhone every time you turn off the screen

#

ty so much

#

sorry i'm stupid but i couldn't find it anywhere on the internet

#

I'm not familiar with 10.2.2, but if you want to be able to downgade to either that or 13.4.8 make sure to get an Apple TV HD since the 4K can't be downgraded (but you can still use checkra1n even on 14.4 with either special cables or soldering, see !t 4kjb)

#

i know im going to downgrade from ipsw and it will be apple tv 4 (2015)

#

i just dont know whats better

void sleet
#

how can I install nitoTV on my apple tv 3 gen?

fleet parcel
magic vector
#

hey can somone halp me rejailbreak my phone?

#

it wont open uncover and says when i press on it says..... uncover is no longer available

cyan veldt
#

wrong channel

jade fable
#

Yo, recently got to use my apple tv 3 again and realised they killed the yt app

#

wondering if its possible to restore it with jailbreak

#

if anyones knows smth

fleet parcel
desert hawk
#

id stay away from 10.2.2, i dropped supporting that a while ago.

#

im actually pretty close to dropping support below 13 since i still dont have a box on 12.4

fleet parcel
#

Who mentioned 10.2.2?

desert hawk
#

scroll up its not far

fleet parcel
analog elk
#

yeah , i think its still better install 13.4.8 than 14.4.1 (more stable i think)

fleet parcel
#

14 (imo) is wonky, not with a jailbreak, but with stability. It's almost like Apples trying too hard

analog elk
#

right

analog elk
#

is there still no way to jb apple tv 4k

analog elk
#

!t 4kjb

boreal monolithBOT
# analog elk !t 4kjb
4kjb

How to jailbreak the Apple TV 4K:

Depending what tvOS the 4K device is on, you can use unc0verTV found at https://unc0ver.dev/tvos/

This is a semi-untethered jailbreak which supports tvOS 11 - 13.4.5

You may also use checkra1n for tvOS 12.3 - latest.

In order to jailbreak the 4K via checkra1n, you must either use the GoldenEye and the DCSD cables or Steve's Breakout Cable. The breakout cable can be found here: https://www.indiegogo.com/projects/apple-tv-breakout-cable#/

GoldenEye and DCSD are found on various online markets.

trim wagon
#

really glad I bought the goldeneye and DCSD cable, such a comfy jb experience

#

did you get yours yet @analog elk ?

analog elk
#

yes

#

but my 4K is on 14.5 beta

#

so I can't JB yet

#

it just panics if I try

trim wagon
#

oh rip

#

can you downgrade from beta?

analog elk
#

nope

#

no way to downgrade the 4K

#

there are no (public) IPSWs

#

even unenrolling from beta and resetting just reinstalls the beta

#

also entered recovery mode by unplugging and replugging 5 times but that only resets user data too

trim wagon
#

oof

analog elk
#

I mean it's a bootrom exploit so checkra1n will be fixed eventually

#

I'm just impatient

trim wagon
#

yeah

desert hawk
#

yeh and my box count is depleted so i cant even sacrifice one to a beta OS. im honestly a little baffled on what motivated that decision

#

apples non beta spftware is already a shitshow

#

their betas are practically alphas

fleet parcel
#

I'm just waiting for a beta to trigger a bootloop upon detecting checkra1n...

desert hawk
#

nah

#

secretly they love us

trim wagon
#

i'm getting PTSD from my recent bootloop

fleet parcel
#

Granted of course - unlike u0 - if you bootloop whilst checkra1n-ed, you have a 50% chance of recovering

royal pond
#

possible to jb checkra1n with windows apple tv 4th gen?P

fleet parcel
royal pond
#

with odyssen1x or?

fleet parcel
analog elk
#

odysseyn1x should work too, it doesn't force you to install odysseyra1n

desert hawk
#

🤮 those names

lapis heath
#

G’ddamnit

#

One of my atv4k got updated

#

Good thing the goldeneye cable came I guess

#

No idea how since I had the it’s update server blocked

analog elk
#

updating while jailbroken could bootloop it

lapis heath
#

it wasn't jailbroken

#

been meaning to just so much else to do

#

what happens if you get a boot loop, take it to apple and get another

fleet parcel
desert hawk
#

ppl would still come up with horrendous names

desert hawk
#

especially if u say it updated itself and then never came back

tacit egret
#

Hi guys

#

I want to update my atv 4K, when trying to do so I get a massage that my version is steady updated

#

I’m on 13.4

urban arch
desert hawk
#

yeh always make sure to do that first, and dont mix that up with “reset all settings” do NOT do that lol

hard grove
agile prism
#

Where can I get the new fixed version of Reprovision for tvOS?? & you’re telling me there are zero mterminal ports, zero Filza ports, zero any kind of useful jailbreak apps ported over from the iOS jailbreak scene? I hate browsing files through ssh it’s so tedious

#

I realize you could probably care less, but I just don’t understand why there aren’t more tvOS ports of iOS jailbreak tweaks & tools. It’s pretty much the same, right? Apps written in swift & objC & use storyboards etc. what am I missing here? Because I’m about (this) close to busting out my hackintosh HDD, & attempting to port Filza to tvOS because I would absolutely love to be able to browse my filesystem through a GUI & be able to copy without typing cp blah blah blah
Somebody with some knowledge point me in the right direction please, I’ll be here, just cutting donuts in frustration trying to figure out how to sign my unc0verTV ipa on-device.
Could I just apply the patch that inevitably led to reprovision being updated, the GitHub fix that got the old one back working on iOS? Could I download the deb from iOS repo updates & install it via apt thru ssh? I don’t imagine it would be that simple.. I’m never that lucky

#

The only reason I’m asking before doing is because I really don’t feel like having to restore this thing & losing my 13.3.1

analog elk
#

I don't understand why you'd want MTerminal on tvOS unless you have a keyboard you can use with it or something, SSH is a lot easier... as for GUI file browsing you can use something like FileZilla

agile prism
#

I just used that as an example, I couldn’t imagine trying to type with this excuse for a remote. It just seems like it would be among the simplest to accomplish a port of

analog elk
#

I don't know if ReProvision Reborn would work on tvOS without modifications, but I do have a build of ReProvisionFix that should install on tvOS (only works on 13.x and lower), haven't been able to test yet because my ATV4K is on 14.5 and checkra1n doesn't work on that version yet

agile prism
#

I’ll be ya guineapig I got a 4 or 4K on 13.3.1

#

Just dm me a link if you would be so kind, I’d appreciate it. That way I could feel like I actually did something today 🥴🥱😴

#

Mine is a 4 it definitely has a usb-c port

jaunty rune
#

@agile prism why not connect to the tv with sftp from filza ios?

fleet parcel
#

@agile prism let me clear this up for you:

Porting Mterminal has been a PITA. There is a tvOS app for it, however keyboards won't register for typing. This also seems redundant when one can simply SSH in. Much easier imo.

Filza... yeah, no. Reason being; it's too risky. Despite the 4K being the /only/ Apple product without any IPSW firmwares makes it literally impossible to restore. So, having a file manager GUI on-device spells trouble when anyone could accidentally modify/change/move a simple file around and Boom ... bootlooped. Back to Apple it goes and getting a replacement? say goodbye to your semi-untethered.

Some tweaks are possible to port over. Not all. This is because iOS has different headers/methods/functions compared to its tvOS counterpart and investigating how/what things work is more tedious leaving us to spend more time diving into the filesystem and investigating new updates just for the sake of curiosity and/or understanding how it is.

As for "zero useful jailbreak apps" you must be missing Breezy, Ethereal, AirPhoto, nControl, SnowBoardTV and so much more. I love how you think so narrow-minded about it...

Carelessness? no. We're just simply tired of being mistreated because somethings not 'up to par' or 'doesn't work'... and demanding such doesn't help neither when we all do this free of charge on our spare time. If you'd like to write a tweak or two, I highly encourage it, one of us may even host it too, who knows?

If you have a hackintosh, you can resign unc0ver using Xcode and iOS App Signer. You don't need Reprovision, however the patches and the Reborn version /may/ work with a little love (can't guarantee it though).

As for losing anything, you're still able to checkra1n - granted of course you need the right hardware to do so (thanks Apple) but it's worth it for a lifetime of jailbreakability and to check out our stuff in the future too!

agile prism
#

Thanks for that, I promise I wasn’t trying to come off as a demanding child or something, I had just been pondering it for quite a while, tvos’ lack of some commonplace jailbreak tools on the mobile side of the ecosystem. I pay for tweaks, I respect the fact that I don’t really know jack diddly, & that’s really why I asked was just for the sake of knowing, & you gave me the rundown, so I appreciate it. I know my way around the filesystem & can use ssh just fine, it just gets annoying when I can’t do something like open an ipa in reprovision that I have copied to ATV from my laptop. I actually had issues with all of my Apple id’s saying that my team didn’t have any devices or something so I put it away for a while, I will have to figure that out for myself whenever I feel like doing it. But I got frustrated trying to just get the ipa to the reprovision app on-device, when it’s literally a long touch & 2 taps away on my phone, from anywhere on the device really. Things like that just bum me out, mannn. But yeah, I get what you are saying though, there are so many users that will install all kinds of old, old, old crap off modmyi or big boss & then not delete it when it doesn’t work, & I actually used to jailbreak my friends devices for them because they are that dumb, until they started harassing me because they looped their phone by installing ifile twice on accident or something dumb like that, but they always acted like It was my fault, so I get what you are trying to express as well. I don’t know quite all the technical details of everything yet but I’m always willing to ask a question if someone is willing to answer it & again, for that I thank you.

fleet parcel
#

If you're having issues with installing an iPA on your Apple TV, there's other options other than Xcode...

desert hawk
#

@fleet parcel i appreciate you taking that question on 🙂

#

regarding reprovision, when i get to updating the repo ill add that one cert fix and hope for the best

#

not doing anything further than that with it though. that project is dead to me, especially since matt is done working on it

#

and since nsexceptional gave in to that virtue signaling crybully from tinder guess im done working on FLEX as well. not that i had much left to do there

desert hawk
#

speaking of which that loser from tinder is first and only person i ever blocked on github 😂

ionic oar
#

Probably can’t downgrade huh? @fleet parcel

#

It’s on 14.2

#

Or would I need to?

fleet parcel
#

You can go as low as 13.4.8

#

But jailbreak it

#

Save blobs

#

Then you can return to 14.2 whenever

#

Use aputility to save @ionic oar

ionic oar
#

So for someone who never jailbreaked an Apple TV where would I start?

#

On downgrading

fleet parcel
#

Checkra1n

ionic oar
#

Just Checkra1n it and that’s it?

fleet parcel
#

Checkra1n it for now

#

Install aputility in nito

#

Run it in ssh, save your dump

ionic oar
#

Where’s the Checkra1n guide for this

fleet parcel
#

It's the same as iOS

#

Just use CLI

ionic oar
#

No dfu?

#

Oh never mind I get what you saying

fleet parcel
#

Checkra1n shows you how to on apple tv

ionic oar
#

Bet

fleet parcel
#

If failure, rinse and repeat with CLI

ionic oar
#

Will do

#

Looks good?

#

This is exciting

fleet parcel
#

Yup

#

Rick Shakespeare over here with that skull

ionic oar
#

Lmaooo I love it

#

Do I have to be on WiFi or can I use Ethernet?

#

For the ssh part

fleet parcel
#

Either or

ionic oar
#

And do I need to install openssh or anything

fleet parcel
#

As long as you're on the same network

#

Update nitoTV and it'll be included

#

Updates are in the app

#

Works the same way as Cydia

ionic oar
#

Looks good?