#tvos-jailbreaks
1 messages · Page 52 of 1
oh nice ok i will take a look, thanks 🙂
Is there any repo full of tweaks for tvOS just like for iOS?
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
There are several repos with tweaks on them
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
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)
would this work for an Apple TV 4K? https://www.aliexpress.com/item/4001066498152.html
Smarter Shopping, Better Living! Aliexpress.com
yes
oh good
this is new
Not really.. Just the animation
I don't remember getting this prompt on tvOS before
maybe it does when you restore
but not after an update
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
It's only a matter of time when Apple software updates prohibit the use of the GE
never understood this quite clearly - to use checkra1n in apple tv 4k, do i just need the golden eye cable? i kinda remember some other wire type being mentioned
you need either:
- both GoldenEye and DCSD
- breakout board (requires soldering)
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?
I think so yes
haven't got mine yet but afaik DCSD is required for DFU
GoldenEye, then DCSD, then a lightning cable
@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 🤣
Corrupting LLB = unplug/plug/unplug/plug/unplug/plug... Aay! Now I'm in recovery!
no actually we changed iBoot->iBrok in LLB
and havent been able to change it back 🤦♂️
@desert hawk looks like 14.5 has some newer restrictions.. Apt works fine but no apps appear
@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
Aliexpress orders always seem to come faster than they say
So does joe mama
lol dusting off an old classic there
me when UPS notifies me that my package is being delivered tomorrow but every single time they actually mean today
I wouldn't be concerned about when you get the cables.. But what condition and if you have porch pirates
@analog elk I saw your post on Reddit for the Reprovision fix. Is there a way to port this tweak to tvOS ?
https://www.reddit.com/r/jailbreak/comments/lgl0hx/free_release_reprovisionfix_fix_apps_signed_with/
should be possible
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
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 😆
There's more than meets the eye to fix repro for tvOS
Hell, you can't even sign in to it
it was working for me when I was on 13.4.5
Mine is signing, but I have a feeling if it reboots the unc0ver app will crash
I am on 13.4.5
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
@storm ridge does this install for you?
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)
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
you can just use the terminal
wget + dpkg -i
I'll put it on my repo once it's confirmed to work
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
I didn't mean literally... you need to add the link and the filename
ugh, the Debian documentation is literally self-contradictory

"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
attempt 2
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 ^
ok so after ssh in I run the above
yes
then open reprovision, revoke all certs and then sign again.
reboot and test if I can open the jb app/unc0ver... correct?
yes
k... will try this weekend
yeah I changed it to all
tried iphoneos-arm appletvos-arm first because the docs said they could be space separated but apparently not
appletvos-arm64 is actually the proper tvos one
It's not safe to mix archs in a deb
it doesn't have any binaries
literally just a .pem file and shell scripts for preinst/postinst/postrm
Yeah.. Using scripts..
It'd be better to improve repro by setting the app accordingly than having a hacky method to modify it
how exactly do you propose to modify it when it's hardcoded to look at /Applications/ReProvision.app/apple-ios.pem and simply overwriting it will cause dpkg to complain?
there are two ways to do it that I can see:
- dpkg-divert (what I do)
- recompile ReProvision completely with the new cert
Recompile
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 ¯_(ツ)_/¯
The code is 99% the same, you're just swapping out certs
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 ¯_(ツ)_/¯
@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
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 
some commie crybabies got butthurt and reported me repeatedly for insanely mild reasons. but since twitter abuse review is overrun with the same crybabies i got the axe.
Lmfao
POG kodi 19 supports tvOS
So I am getting an AppleTV 4K 5th Gen this week... is 14.4 (the latest release) jailbreakable with checkra1n without any issues? 🙂
you can check the pinned google docs
i wouldn't update
the lower the better
Ah, but on the off chance it's got 14.4, would it be cool?
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.
14.4 is fine
if you have the cables, you may jb
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?
just buy a GoldenEye and DCSD cable, then no soldering required
you can get them from JinStore but AliExpress might be a bit easier/cheaper
So if I have those two cables how exactly is it possible to do without a port?
the GoldenEye plugs into the Ethernet port
and then you plug in the DCSD and a Lightning cable
So do I need any additional stuff? I got a MacBook Air with USB-C ports
just those two cables and then a Lightning-USB cable
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
yes
I paid like $40 for the GoldenEye and $20 for the DCSD on AliExpress including shipping to Hungary (they haven't arrived yet)
Damn, that's quite a lot 😅
You got any links I could use so I am sure to get the right thing?
I think GoldenEye normally costs like $100 so compared to that...
Cables needed to jailbreak an Apple TV 4K (1st gen):
Smarter Shopping, Better Living! Aliexpress.com
Smarter Shopping, Better Living! Aliexpress.com
How come the DCSD cable is needed if I could plug a lightning cable-USB-C straight into the GoldenEye end?
DCSD is needed to enter DFU for checkra1n
Ohhh!
I get it
I need a USB-C one tho not a regular one... shitty new MacBook unfortunately
Smarter Shopping, Better Living! Aliexpress.com
probably yeah
OK, so I'm thinking maybe I should get the 4th Gen version... Is that easier to jailbreak and got its own data port?
yes, you can just use the USB-C port for that
Ok I am gonna get the 4th gen 😄
can i jailbreak an apple tv 4k with an goldeneye cable
with checkra1n
was thinking of to buy the cable from JinStore
you need both GoldenEye and DCSD
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
I think you just connect it to your computer
from the usb c on the back
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
I'm getting one tomorrow but obvs the AppleTV comes with a lightning to USB cable not USB-C
yeah, that cable is for the remote
Ah, so they clearly want you to get the cable seperate GG Apple
I might get an Anker one from Amazon
£7.99
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
What? @analog elk is this true?
I don't wanna end up buying a cable and it's pointless haha
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
A'ight, I'll do some digging and see
I don't know if that's true with Apple TV too but you can always buy a USB-A to USB-C adapter
that works for iPhones
I have a USB-C to USB-A adapter if that's still any good
You'll need to buy the cable if you don't already have one
I got a USB-C to USB-A cable from Amazon and gonna use that with my USB adapter... hopefully it works
ok no reports of anything breaking so it sounds like transition is going ok so far
good afternoon, i got this among us screensaver. is there an option to include among us characters floating in the screensaver?
thx for those links I couldn't find any
I also ordered it
progress...
Jailbroke and ready to go! This thing came on tvOS 13.4.8 🙂
Is Filza a thing for the AppleTV? Or something similar? Just curious
Why would you jailbreak TVOS?
Because why not?
like whats the point
what does it help you with xd
does it do anything @outer prawn
Same reason you jailbreak any other device
No, you can scp on to it though
Putting filza on tvOS spells trouble
I already have done with CyberDuck, but yeah, I do understand where you're coming from 🙂
Downloaded a few of your tweaks last night! 👌
nice
😎 China? Not bad... usually I'm waiting a month for anything from there 😂
Ooh? Which ones?
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
Guys i need help regarding ssh into a jailbroken (checkra1n) apple tv 4th gen
it says connection refused
Have you checked to see if OpenSSH is installed?
may i know how to do that?
after jailbreaking my apple tv 4th gen, i dont have any app called as nitoTV
i used checkra1n
you should still have the nitoTV app after jailbreaking with checkra1n
That's basically like Cydia for tvOS
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
can i DM once i try using amac?
Ye, of course
thx alot
Check your devices ip address
Also, try port 44
i just tried it
it outputs as "ssh: connect to host 192.168.xxx.xxx port 44: Connection refused
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
If that's the case, you're probably not jailbroken
And if you are, you may have to restore root fs
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
What are the best repos for Apple Tv?
What are the best tweaks for AppleTV? Is there anything that worth jailbreaking?
Check the pin
Is it possible, to block youtube ads with any tweak?
not afaik
All in due time 😉
Can the older non-Siri Apple remote place the Apple TV 4 into DFU mode?
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?
Just wanted to make sure. Need a replacement remote to unbrick the ATV.
Possibly
Putting any file manager on the Apple TV is an awful idea
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
True
I really wish Apple wasn't so Sheldon Cooper on the standard bins.. That way there'd be little-to-no risk for 4K
You ain’t kidding man
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
wouldn't matter anyways when you've got valid blobs (just sayin')
@fleet parcel not trying to tether boot, downgrading is a nonstarter for me tbh
tether boot? its untethered
can you boot without a jailbreak after downgrading newer versions
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
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
oof.. luckily 13 is still signed
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
if need be, i've got from 13.4 to latest @desert hawk
@fleet parcel ty were good, sam just doest have 14.x box so i need to help out
oof.. poor sam
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.
yeah.. don't
4k will send you to 14.4
then you'll need checkra1n
if you have HD @storm ridge go for it
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
Is uncover uthethered or semi-unthethered
?
I have TVos 13.4.8
I got the HD version.
semi-untethered, but it's not updated for 13.4.8 yet (probably will be soon)
Oh ok.
you can use checkra1n in meantime which is semi-tethered (need to use USB to rejb every reboot instead of just opening an app)
Yeah i use checkra1n
hmm i think i will get those cables from alix
https://www.aliexpress.com/item/4001293055683.html old or new? no idea what the difference is
Smarter Shopping, Better Living! Aliexpress.com
dscd are mainly all the same
yeh you should be fine either way
@analog elk did you get your order yet?
shouldn’t one of the end be the ethernet port instead of lightning if you plan to use it with apple tv?
there's 2 cables to get from what i read up above
What you're referring to is the goldeneye
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?
The dcsd cable is for dfu, that connects to the goldeneye which is usb in the Ethernet port
Those two combined work together to allow checkra1n to jailbreak
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
Nah, that'd be too much work
i might get those cables too
once in dfu a regular lightning will work in the goldeneye as well. but theres no reason to swap cuz dcsd will work too
Can the 14.3 jailbreak exploit be used in tv os?
You can also use cheap dfu dongles instead of the dcsd cable if you want to save a bit of money
What can you even do on a tvos jail broken device
read the pins
yeah i came here to fix it
@fleet parcel rip oldtube?
dunno... haven't looked into it
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.
Ok, working again after re-jb.
respring & ldrestart weren't helping 🤷♂️
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
I wonder, is it possible to get YouTube running in a browser on the ATV3? (I don't have one to test)
@analog elk no web browser
nobody made a sideloadable one for ATV3 either?
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 🤣
i might have misread the error that youtube is giving via oldtube.
seems oldtube & atv3's youtube both died at the same time
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
Flash and even Java hasn't really been used on the web in a while
does it support HTML5?
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
holy balls these fucking virtue signaling douchecanoes are after libraries that cant & shouldnt even be distributed in an app store build. https://github.com/FLEXTool/FLEX/issues/509 please fucking kill me
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
I'd try but Val would attack me
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?
its worth reconstructing. give me a moment
Hi just wondering what can you do with a tvos jb
those pathetic losers have already tried
“whats next renaming a masters degree or mastercard? petitioning metallica to rename “master of puppets”? this is embarassing”
please read the pins, if u still have questions after that, feel free to ask them 👍
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
its virtue signaling plain and simple. NOTHING he is doing helps ANYONE
@fleet parcel any fix?
i wonder what he wants whitelist changed to
YouTube stopped working on Apple TV3, does jailbreak could install YouTube?
usually allowlist
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 🤣
i forgot i did 2nd gen then first gen clients,
sorted the remaining issues with latest unc0ver for tvOS today. 👍
finally left the utterly useless odyssey / whayever servers
the number of worthless “announcements” alone
@desert hawk nikias got libimobiledevice working wirelessly on apple tv
@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 🤣
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
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
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
I'm on 14.5 so I'll just wait for checkra1n to be updated and use the cables
4K?
yes
@fleet parcel didnt u say app loading was broken on that version again?
@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
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
@fleet parcel fair assumption for sure
How do u jailbreak a apple tv
Which one
what’s the purpose of having a tvos jailbreak
What's the purpose of having an iOS jailbreak
good point 
4k 64GB 14.4
You'll need 2 cables or the breakout board
What kind of cables?
goldeneye and dscd
guess i should add that data to the FAQ i just linked
especially since i can update the wiki again
Is there a jailbreak for iOS 14.4 ?
@fleet parcel is there really a jailbreak for 14.4
Haven’t seen it
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 🥸
@rough isle checkra1n does work for iOS, but its not for A12 or higher (iPhone XS > *)
14.4 is certainly compatible for it
Hmm
anyone know any good sources for tvos
ikilledappl3, litten, diatrus
repo urls
So what Apple TV 4K with Jailbreak can do?
Unc0ver support tvOS 14.3?
not yet, but it's planned
Where are the top shelf images located on tvOS?
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
https://www.idownloadblog.com/2021/02/16/save-shsh2-blobs-online-tsssaver/
would this be what i would want? and is it the same guide for a 4?
for the 4K, you can use tsschecker CLI, although those blobs are currently useless even if you have a GoldenEye/DCSD or breakout
for a 4/HD, you can use blobsaver too
@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?
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
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
https://www.ebay.ca/itm/Foxlink-Golden-Eye-Cable-X892-GoldenEye-Dongle-Cable-for-Apple-TV-4K-Used/303822928159?hash=item46bd41f91f:g:T~UAAOSwL5xf5Aps and this? https://www.vipprogrammer.com/bacon-dcsd-alex-cable-apple-iphone-serial-port-engineering-cable-programmer-2873
Find many great new & used options and get the best deals for Foxlink Golden Eye Cable X892 GoldenEye Dongle Cable for Apple TV 4K Used at the best online prices at eBay! Free shipping for many products!
Apple DCSD Alex cable for engineering line, the DCSD Alex cable is used in factories to communicate over serial to run tests and write to the SysCfg (for serial definitions, etc) during production, WL 64Bit iPhone hdd test fixture engineering line is the specialized dcsd USB cable, connect the 64bit mijing universal programmer -
does checkra1n support the latest tvos?
@analog elk cool thanks I’ll look there and see then.
Yes
Does unc0ver tvOS support 14.2
latest stable yes (14.4.1)
not yet but support for 14.3 and lower is coming
latest is 14.4
oh no .1 for tvOS?
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
you could use a sandboxed app webkit exploit.. granted it has the right perms/entitlements

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
got it to work
So is it the dsdc cable plugs into the computer USB and then lightning to the goldeneye and goldeneye into the 4k?
@zenith inlet computer -> dcsd -> goldeneye -> appletv 4k
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
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
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
Well, I’m constantly ordering from ali
Any - rj45 to lightning will work?
Or it has to be the specific “goldeneye”
I'm pretty sure you need the special GoldenEye cable, and a DCSD to enter DFU for checkra1n
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?
Same way you installed it
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.?
are you talking about Kodi?
i would reinstall u0, then restore root fs
okay thx
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?
It'll detect it
Then you just hit start
tried it multiple times.. but it still doesn’t detect...tried flpping cables and all
tried that too lol
Also i think you need lightning too
with both restart option and yanking the power cord
Yeah, you don't need to yank anything. Rebooting is rebooting
dscd cable has lightning? or not all of them have it?
No
Ge does
It has a port for lightning
I believe you may need that cable for checkra1n to detect it
yeah sorry that’s what i meant... my dscd is connected to GE cable
@fleet parcel yeah Kodi
Use goldeneye and lightning to set into recovery mode
Then plug in dscd to dfu
I'll be updating Kodi soon to include a method to clean
For now, you'll need to ssh in to do so
so tried GE + lightning, checkra1n detected the atv but the graphics showed breakout cable with DFU button
not sure how to proceed
@fleet parcel that would be great! Tnx
Sometimes dscd is finicky
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
Try it on an iOS device
it detects the phone although it mentions that 14.4 is not supported even when i check the untested firmware option
if it's A11, you need to enable "skip A11 BPR check"
that is true .. i always do that not sure how i missed it lol
@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
What do you mean "it does not work"?
It just doesn’t ad them
Are you typing them in correctly?
Yes
What sources are you typing in?
ikilledappl3, litten, diatrus
Please tell me you're not typing in "ikilledappl3, litten, diatrus"
Im not typing it in that format
Ok, then as asked before, what are you typing in?
Ok, so can you ssh in?
Yes but never done it
What tvOS are you on?
Ok, first try this: hold click on the nitotv repo and release to delete
Then add in: https://nitosoft.com/checkra1n
Apple tv 4 repo
Ok I re added it
Okay, kill nitoTV app
Killed
Relaunch
They worked
Hi, is there any way to make the fonts larger in the jailbreak browser for Apple TV?
Is there any way I can make a single picture my screensaver on a Apple TV
Yes
@dreamy valley font sizing i believe is in the browser settings
I can’t seem to find it at all
It’s just a blank google search page
@fleet parcel
Whoa
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
Use a mac
if it's in jailbroken state but you lost the app just SSH in and snappy -o
@fleet parcel Thank you:)
after you type that reboot and it should have restored rootfs
I don't remember if snappy is supposed to output something in that case
it says command not found when it try snappy -o
well, probably because restoring rootfs deleted snappy as well
is there an easy way to get u0 into it again
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)
i have goldeneye and dcds and I use windows
I dont think it is unjailbroken, I can sill ssh into it
AltServer Patreon beta supports sideloading to Apple TV afaik, or if jailbroken you can try to use ReProvision but you'll also need ReProvisionFix
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?
@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
thanks!
got stuck checkra1n saying "booting...", restarted the process and then it worked
👍
@fleet parcel hi, any news about the new kodi? Did you add it to your repo?
Not yet, but i will
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
Tnx!
Y'all takin the easy rout instead of soldering
What’s the soldering option ?
If the price is the same, what difference does it make?..
mine is getting closer
Price to solder is a touch cheaper (based on location) but the difference is you get full usb access and more soldering experience and won't have to worry about the cables fraying
Plus, you can use any usb instead of just the specially designed ones
@fleet parcel where can I buy the cables ?
is there any jailbreaks for the
TV, the gen before the current one
You mean 4?
And yes, via checkra1n
just checked its the 3rd gen one
What version is it on and what model number?
ahhh ill have to check that later
Take your time
lasat time i remeber it could only instal like kodi but did nothing, that was like a year ago or so
Ah
Hey
hi
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.
Pretty much just kodi at the moment
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?
you're talking a device that was made over 8 years ago to install games, themes and stuff we do now? back then, you could barely change your wallpaper
your dad upgrading to a 4 was the best choice
Well yeah but hey I just want to see what I can do I’m not jailbreaking this to use as a daily driver just as something to do as a project but I still want to know what I can do when it’s jailbroken before I jailbreak it.
first off: /if/ you can jailbreak it; what version is it on?
I think it’s the newest but isn’t there a way to downgrade the OS version?
Or am I wrong about that?
there is.. but i doubt you'd be able to jailbreak it, seeing as downgrading is tethered
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?
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?
!!!!!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...
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
does anyone know if it's possible to basically "save" a testflight app for future use?
not really other than decrypting the IPA, TestFlight provisioning profiles expire in 90 days and you won't be able to install the app after that
Wait so there’s no way to jailbreak it (if I’m on the latest OS) without it being tethered? 😦 that would mean I have to connect it to a pc every time it restarts right?
ill google ity
Yes
But that shouldn't be an issue since its always plugged in
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.
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
i’m getting exploit failed -31 error code
is there anyway to fix this.. i tried multiple times
on...?
on checkra1n while jailbreak atv 4k - sorry
14.4
I'd use CLI
There a way to have plex/ infuse see local videos?
@jaunty rune someone would have to write a tweak for either one to enable this behavior
Infuse could use SFTP to localhost
if you have openssh set to some port > 1024
like 2222
is tvos 13.4.5 (17L562) the latest for my apple tv4k
14.4 is the latest stable, but if you update you will only be able to use checkra1n with a breakout or GoldenEye/DCSD
I just restored RootFS, but I can not get it to update, it says there is Apple tv is up to date
you might have to re-enable updates from unc0ver and/or nitoTV
I cant get nitotv into it
Infuse could use SFTP to localhost
@analog elk thanks!Changed openssh port. But i cant figure out the correct info for the infuse share.
localhost, port 2222, user mobile, password alpine, path something like /var/mobile/Documents
it might not have one actually, you can just add it as a bookmark later on
try 127.0.0.1 instead of localhost?
Still “an error occurred”
@jaunty rune what are you doing?
@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
Not sure why it wasnt working otherwise. Anyway should i switch openssh back to 22? Or doesnt matter
i wouldn't've touched openssh to begin with.
also, local videos could've been found in ethereal
@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
Looks like cant do it in vlc?
never tried tbh bc I always installed openssh, I just know 22 doesn't work
VLC will be limited to videos in its sandboxed folder
@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
i see, getting access to the sandbox folder is tricky without using code because tje paths are obfuscated by uuids
Ohhh
Right. I just wanted to fill some space on the atv
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
Connect to localhost or however ud say it
oh, that i dont know
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
haha ofc
Anyone look into a peacock jb bypass?
They found a way on the ios side.. but no airplay
bypasses often seem to fall in @fleet parcel court
Yah didnt want to bug.
jb bypassing is certainly possible, but airplay is a huge DMCA violation for them
@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
Elaborate
seeing as screen recording is a thing.. instead of bypassing jailbreak detection, users can airplay, but since media is recordable, this violates copyright
Uh oh
surely AirPlay supports FairPlay DRM, or else why would so many streaming services support it? 🤔 I never tried but I assume they'd be able to block screen recording there too (although it may not be something they consider specifically on tvOS since it's not a stock feature, but the DRM is supposed to take care of it anyway)
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?
you need either a breakout board which requires soldering, or GoldenEye and DCSD cables (you can get GE/DCSD from AliExpress for example)
there is?
Is there a way to update breezy it always tells me process failed
@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'
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
Oh ok so just try in a couple days or something
yep it expired
maybe he renewed the cert but forgot to reload the webserver
common mistake
that's why I have a certbot post-hook to automatically reload nginx
@analog elk he never updated the the jobs the renew it
but he said hed do it this morn and is MIA now
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
if it's using certbot then likely just sudo certbot renew
Server: OpenBSD httpd
that's an interesting one
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
fun fact: whatever Apple uses for the "Get current IP address" action in Shortcuts also had its certificate expire a few days ago
can't even see where it connects to bc it escapes FLEX's network debugging somehow
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
@zenith inlet you could update it manually fttb
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 ..?
go to "Options" and select "untested versions"
👍
Hi. I installed Checkra1n on tvOS 14.4 & Apple TV 4gen. It was successfully installed, I just have problem updating thins in Nito:
Maybe because nitosoft.com's certificate is expired?
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```
I get this issues, How can i fix it 🙂
yeah he's aware, it will be fixed soon
Cool, thank you. 🙂
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
* 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?
@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
@fleet parcel no the certs are still fucked up, if u just browse to nitosoft.com itll give the same SSL errors.
I can't find that button, but @desert hawk is right. Easiest way to fetch actual certificate is with curl command I wrote above. 🙂
server is fixed 🙂 sorry for inconvenience and i appreciate your patience
@desert hawk I can confirm, it works great now. 👌
😄
Just update, and it works 
Meh, I just realized that Widevine DRM is not available for iOS/tvOS therefore playing DRM content trough Kodi is not available. 🤷♂️
Widevine does exist for iOS, but most streaming services will use FairPlay on iOS
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
@analog elk I haven't found any info regarding iOS version?
https://www.widevine.com/news mentions it
Microsoft looking to buy Discord for $10 billion 😮
well thats dumb lol
i wouldnt even buy it for 10 cents. they cant even write a proper app
Discord would be better if they fixed the picture rendering
it'd be better if they actually wrote real native apps not this electron dumpster fire that is garbage under all circumstances
What can I do with jailbroken tvOS?
i hope this isn't going to be a repeat of skype
only beta 1
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?
nope, it only goes to sleep
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
how can I install nitoTV on my apple tv 3 gen?
You need to be jailbroken first
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
wrong channel
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
How'd you install unc0ver?
No
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
Who mentioned 10.2.2?
scroll up its not far
if you're downgrading.. 13.4.8 ftw
yeah , i think its still better install 13.4.8 than 14.4.1 (more stable i think)
14 (imo) is wonky, not with a jailbreak, but with stability. It's almost like Apples trying too hard
right
is there still no way to jb apple tv 4k
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.
really glad I bought the goldeneye and DCSD cable, such a comfy jb experience
did you get yours yet @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
oof
I mean it's a bootrom exploit so checkra1n will be fixed eventually
I'm just impatient
yeah
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
I'm just waiting for a beta to trigger a bootloop upon detecting checkra1n...
oh god pls no
i'm getting PTSD from my recent bootloop
Granted of course - unlike u0 - if you bootloop whilst checkra1n-ed, you have a 50% chance of recovering
possible to jb checkra1n with windows apple tv 4th gen?P
with a pc, yes
with odyssen1x or?
you'll need to use checkn1x
odysseyn1x should work too, it doesn't force you to install odysseyra1n
🤮 those names
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
at least it didn't bootloop
updating while jailbroken could bootloop it
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
Well if checkra1n existed for Windows...
ppl would still come up with horrendous names
yes you /should/ be able to get it replaced.
especially if u say it updated itself and then never came back
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
Think I had that issue before, had to restore rootfs first then update
yeh always make sure to do that first, and dont mix that up with “reset all settings” do NOT do that lol
Checkw1n
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
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
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
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
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
@agile prism why not connect to the tv with sftp from filza ios?
@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!
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.
If you're having issues with installing an iPA on your Apple TV, there's other options other than Xcode...
as for sideloading the iPA, you might find some useful tips here: https://joshtv.net/Guides/sideload.html
@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
speaking of which that loser from tinder is first and only person i ever blocked on github 😂
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
Checkra1n
Just Checkra1n it and that’s it?
Where’s the Checkra1n guide for this
Checkra1n shows you how to on apple tv
Bet
If failure, rinse and repeat with CLI
Either or
And do I need to install openssh or anything
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
Looks good?


