NSSpiral / Blackb0x

Apple TV 2/3 Jailbreak
532 stars 61 forks source link

A1469 and tvOS8.4.4, Jailbreak Completes but no new applications #51

Closed lestat1977uk closed 2 years ago

lestat1977uk commented 3 years ago

A1469 tvOS8.4.4 Blackb0x 0.5

Hi All,

First of all thanks for making this software would be great to make use of my old ATV3 box, unfortunately, although the jailbreak completes and then asks me to unplug the USB, connect the TV and wait for it to restart, it never restarts, i have left it for several hours.

I always need to resort to triggering a manual restart (i have done this jb 3 times, restoring to factory between each attempt)

Below is my log I hope you can help.

Starting post-install Adding replacement default repository Installing JoshTV Repo Updating apt Update failed Stashing directories Installing debs Installing substrate Upgrade failed Installing nitoTV Installing Kodi Install AFC2 Finished installation

Thanks

Wes

DavidBanuta commented 3 years ago

I face the same issue. Is there any way to solve it?

HoSpeLL commented 3 years ago

Just leave the AppleTV on for 5-10 minutes after jailbreaking it and the apps will appear

NSSpiral commented 3 years ago

The domain for joshtv.net repo is expired. I'm trying to get in contact with him to renew it. It's needed to set up the Apple TV.

dannyboyswe commented 3 years ago

I had to borrow a Mac to do this jailbreak, and noticed the exact same thing, no Kodi shows up. Will I need to redo the jailbreak when the repo is back online, or can I just power it on (with ethernet connected) and let it do its thing installing Kodi, even if that's three weeks from now (I'm just speculating on the time frame)?

lestat1977uk commented 3 years ago

Any update on this, did he respond?

Any workaround to get Kodi installed?

Thanks for your help

NSSpiral commented 3 years ago

Haven't been able to contact him yet, might have to get an alternative hosted.

On Thu, Aug 12, 2021 at 1:20 PM lestat1977uk @.***> wrote:

Any update on this, did he respond?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/NSSpiral/Blackb0x/issues/51#issuecomment-897316960, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHWXOR52O3BF5QQ7PE5IFM3T4M4WRANCNFSM5BXALVDQ .

lestat1977uk commented 3 years ago

Any news on an alternative, or an alternative way to install Kodi now we have jailbroken our devices?

jrgadgets commented 3 years ago

A1469 tvOS8.4.4 Blackb0x 0.5

Hi All,

First of all thanks for making this software would be great to make use of my old ATV3 box, unfortunately, although the jailbreak completes and then asks me to unplug the USB, connect the TV and wait for it to restart, it never restarts, i have left it for several hours.

I always need to resort to triggering a manual restart (i have done this jb 3 times, restoring to factory between each attempt)

Below is my log I hope you can help.

Starting post-install Adding replacement default repository Installing JoshTV Repo Updating apt Update failed Stashing directories Installing debs Installing substrate Upgrade failed Installing nitoTV Installing Kodi Install AFC2 Finished installation

Thanks

Wes

Hi having the same issues

2an2an2 commented 3 years ago

same issue here

dannyboyswe commented 3 years ago

There is a recent snapshot of JoshTV over at Wayback Machine, but I'm guessing it's not as easy as just redirecting the trafic over there instead? http://web.archive.org/web/20210616033408/https://joshtv.net/

Punteillos commented 3 years ago

Hi, same here, i try to jailbreak and all works well but no reboot, when i reboot manually and wait even 30min to see the new kodi icon it dont appear...

BUT!: I have ssh connection, and i spend 3 days to try to install all mannually but i can not do it becaouse dependencies. If i list the / directory i can see things like kodi.png and things from the jailbreak, but i cannot install kodi (I think i try almoust all versiones, for atv2, ios, etc... and allways the same: Failed because Dependencies.)

I Think the problem is just with: josh.tv site, its actually down.

Please Fix it, or if someone can tell me how to install kodi across ssh... i try almoust everything.

Resume: The Jailbreak its completly ok, i can access with ssh and alpine password, but impossible to install kodi manually.

opengrads commented 3 years ago

Same here. Any way to install Kodi, Nito by hand via ssh?

raghu-mp commented 3 years ago

Try the following steps.

  1. Connect via SSH
  2. apt-get dist-upgrade -V -- Make sure apt7-ssl package is removed as it causes problems with apt-get update after adding the repo for Nito and Kodi. Run dpkg -l to view the install package list.
  3. wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -
  4. echo "deb http://apt.awkwardtv.org/ stable main" > /etc/apt/sources.list.d/awkwardtv.list
  5. apt-get update
  6. apt-get -y install com.nito.nitoTV
  7. apt-get -y install org.xbmc.kodi-atv2
  8. uicache

The latest version Kodi is 14.2 which is pretty useless now as most addons don't work.

dannyboyswe commented 3 years ago

I couldn't get this to work.

EDIT: I got it to work! Use @raghu-mp instructions above, but for 6. apt-get -y install com.nito.nitoTV and 7. apt-get -y install org.xbmc.kodi-atv2 I had to REMOVE -y from those lines and agree manually with yes twice, and then it worked!

Vipizz commented 3 years ago

This is actually working! thanks raghu-mp

Can confirm this working 2021-08-24 21:00 on 2 ATV 3.1

Do this after jailbreak and logon into ssh to the ATV run:

apt-get -y dist-upgrade -V -- rm /etc/apt/sources.list.d/joshtv.list wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add - echo "deb http://apt.awkwardtv.org/ stable main" > /etc/apt/sources.list.d/awkwardtv.list apt-get update apt-get -y install com.nito.nitoTV --force-yes apt-get -y install org.xbmc.kodi-atv2 --force-yes uicache

I got no icon on kodi, fix this by running: /bin/mv /kodi.png /private/var/stash/Applications/AppleTV.app/com.apple.frontrow.appliance.kodi\@1080.png killall -9 backboardd

;)

raghu-mp commented 3 years ago

Glad it worked! If anyone figures out how to get a better version of Kodi, please share. I have been searching and trying different methods to no avail. Installation of iphoneos-arm.deb works, but it shows up as Kodi.app along with the atv2 version which is already installed as Kodi.frappliance.

When atv2 is installed it creates the following symlink.

lrwxr-xr-x 1 root wheel 30 Aug 24 15:54 Kodi.frappliance -> /Applications/Kodi.frappliance

Tried re-pointing this symlink to /Applications/Kodi.app. But that does not work. I have concluded that newer version of Kodi must be compiled for Apple TV 3.

fe-franco commented 3 years ago

@raghu-mp I'm getting an error when doing the 3rd step, something to do with SSL but not sure what, pasted bellow is what I got:

Apple-TV:~ root# wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add - --2021-08-24 22:57:55-- http://apt.awkwardtv.org/awkwardtv.pub Resolving apt.awkwardtv.org... 155.138.254.229 Connecting to apt.awkwardtv.org|155.138.254.229|:80... connected. HTTP request sent, awaiting response... 302 Found Location: https://apt.awkwardtv.org/awkwardtv.pub [following] --2021-08-24 22:57:55-- https://apt.awkwardtv.org/awkwardtv.pub Connecting to apt.awkwardtv.org|155.138.254.229|:443... connected. OpenSSL: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number Unable to establish SSL connection. gpg: no valid OpenPGP data found. Apple-TV:~ root#

Again I don't really know why this is happening or what the error actually is

raghu-mp commented 3 years ago

@felipefrancc
This happens if step 2 did not work correctly. Check that step once again and make sure apt7-ssl package has been removed after the dist-upgrade.

2an2an2 commented 3 years ago

it worked but no addons are working on this version of Kodi :(

Dirgible commented 3 years ago

I have the a1469, and used the Blackb0x jailbreak and holding down and menu, then down and play / pause immediately afterward to enter DFU mode. joshtv.net is confirmed busted, but the steps raghu-mp laid out worked excellently, except adding the public key (step 3), which it seems to be fine without. ssh is done by root as user, and ip address as given out by your router (ssh root@192.168.x.x) with the password being alpine

Anyways, thanks for the help raghu-mp and all the rest, just wanted to summarize what I did that was successful.

Byte2020 commented 3 years ago

How do I logon into ssh ? Getting this port 22: Connection refused Thanks for help

PrincipeAzzurro commented 3 years ago

Thank you raghu-mp and Vipizz for guiding us through the installation of the new sources. It worked well on my A1469, and the installed Kodi version is 14.2.

Now the only question I have is this: how can I update Kodi to a more recent version? I mean, how can I UPDATE Kodi?

Thank you!!!

raghu-mp commented 3 years ago

@PrincipeAzzurro - The highest Kodi version that is available for this version of AppleTV is 14.2. Unless someone can compile the more recent version (18.9 or 19.1), we are out of luck at the moment.

kaanndagci commented 3 years ago

@raghu-mp Apple TV 3rd generation (2013) firmware: 8.4.6

i have problem; Apple-TV:~ root# wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -
--2021-10-03 13:25:44-- http://apt.awkwardtv.org/awkwardtv.pub Resolving apt.awkwardtv.org... 155.138.254.229 Connecting to apt.awkwardtv.org|155.138.254.229|:80... connected. HTTP request sent, awaiting response... 302 Found Location: https://apt.awkwardtv.org/awkwardtv.pub [following] --2021-10-03 13:25:48-- https://apt.awkwardtv.org/awkwardtv.pub Connecting to apt.awkwardtv.org|155.138.254.229|:443... connected. OpenSSL: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number Unable to establish SSL connection. gpg: no valid OpenPGP data found.

I deleted apt 7-ssl, but I have such a problem, how can I solve it?

fantas21 commented 3 years ago

@raghu-mp Apple TV 3rd generation (2013) firmware: 8.4.6

i have problem; Apple-TV:~ root# wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add - --2021-10-03 13:25:44-- http://apt.awkwardtv.org/awkwardtv.pub Resolving apt.awkwardtv.org... 155.138.254.229 Connecting to apt.awkwardtv.org|155.138.254.229|:80... connected. HTTP request sent, awaiting response... 302 Found Location: https://apt.awkwardtv.org/awkwardtv.pub [following] --2021-10-03 13:25:48-- https://apt.awkwardtv.org/awkwardtv.pub Connecting to apt.awkwardtv.org|155.138.254.229|:443... connected. OpenSSL: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number Unable to establish SSL connection. gpg: no valid OpenPGP data found.

I deleted apt 7-ssl, but I have such a problem, how can I solve it?

This procedure is for appletv 2nd generation. The ATV2 only works on 2nd generation.

kaanndagci commented 3 years ago

@fantas21 hmm...

How can i download kodi tv on my atv3,2 ?

syntext commented 2 years ago

@raghu-mp Apple TV 3rd generation (2013) firmware: 8.4.6

i have problem; Apple-TV:~ root# wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add - --2021-10-03 13:25:44-- http://apt.awkwardtv.org/awkwardtv.pub Resolving apt.awkwardtv.org... 155.138.254.229 Connecting to apt.awkwardtv.org|155.138.254.229|:80... connected. HTTP request sent, awaiting response... 302 Found Location: https://apt.awkwardtv.org/awkwardtv.pub [following] --2021-10-03 13:25:48-- https://apt.awkwardtv.org/awkwardtv.pub Connecting to apt.awkwardtv.org|155.138.254.229|:443... connected. OpenSSL: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number Unable to establish SSL connection. gpg: no valid OpenPGP data found.

I deleted apt 7-ssl, but I have such a problem, how can I solve it?

Had the same issue and a reboot resolved it for me.

maxdenisov commented 2 years ago

how to solve? i can not install kobi - gpg: no valid OpenPGP data found.

<ttp://apt.awkwardtv.org/awkwardtv.pub | apt-key add - /usr/bin/apt-key: line 161: run-parts: command not found --2021-10-24 04:44:47-- http://apt.awkwardtv.org/awkwardtv.pub Resolving apt.awkwardtv.org... 155.138.254.229 Connecting to apt.awkwardtv.org|155.138.254.229|:80... connected. HTTP request sent, awaiting response... 302 Found Location: https://apt.awkwardtv.org/awkwardtv.pub [following] --2021-10-24 04:44:48-- https://apt.awkwardtv.org/awkwardtv.pub Connecting to apt.awkwardtv.org|155.138.254.229|:443... connected. OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version Unable to establish SSL connection. gpg: no valid OpenPGP data found.

reboot not helped

NSSpiral commented 2 years ago

Newest build should install Kodi automatically again

Carnarts commented 2 years ago

I can't seem to install kodi, I can SSH into root of Apple tv but when I try: wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -

it gives me:

Connecting to apt.awkwardtv.org|155.138.254.229|:80... connected. HTTP request sent, awaiting response... No data received. Retrying.

until it gives up...any ideas?

Carnarts commented 2 years ago

Ok I got it working finally after several attempts with a fresh jailbreak and Kodi loaded by itself. Transferring videos onto the ATV with Filezilla works pretty well so far, but not sure of the best codecs to use. I am planning on using it for a video art media player.