NSSpiral / Blackb0x

Apple TV 2/3 Jailbreak
511 stars 57 forks source link

Kodi won't install and manual installation does not work either #97

Open leon47331 opened 2 years ago

leon47331 commented 2 years ago

I have an ATV 3 A1469 and the jailbreak worked without any problems. Well... just the jailbreak but not the installation of Kodi worked. I also tried manual installation from manuals that I found on Google but all of that does not work at all... Either the server returns 404, dependencies can not be installed or the package candidate is not installable...

Manual install by downloading the packages, put in on the ATV through SFTP and dpkg -i was also not working...

Is there any way to install Kodi on it?

Thank you advance :)

NSSpiral commented 2 years ago

What is the output from installing with dpkg -i ?

On Thu, Feb 17, 2022 at 8:22 PM leon47331 @.***> wrote:

I have an ATV 3 A1469 and the jailbreak worked without any problems. Well... just the jailbreak but not the installation of Kodi worked. I also tried manual installation from manuals that I found on Google but all of that does not work at all... Either the server returns 404, dependencies can not be installed or the package candidate is not installable...

Manual install by downloading the packages, put in on the ATV through SFTP and dpkg -i was also not working...

Is there any way to install Kodi on it?

Thank you advance :)

— Reply to this email directly, view it on GitHub https://github.com/NSSpiral/Blackb0x/issues/97, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHWXORZAQP3EVYL4XGPCJU3U3S44HANCNFSM5OUCPSLQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

leon47331 commented 2 years ago
Bildschirmfoto 2022-02-17 um 13 36 32

When I try to install it with apt-get:

Bildschirmfoto 2022-02-17 um 13 42 06
dotnixx commented 2 years ago
Bildschirmfoto 2022-02-17 um 13 36 32

When I try to install it with apt-get: Bildschirmfoto 2022-02-17 um 13 42 06

Got the same situation, was able to got it running with

apt-get update apt-get upgrade

Hope it helps!

burbulence commented 2 years ago

running apt-get update for me gives the following error:

Apple-TV:~ root# apt-get update                                                                                                                    
Ign http://mirrors.kodi.tv ./ Release.gpg
Ign http://mirrors.kodi.tv ./ Release
Ign http://mirrors.kodi.tv ./ Packages
Ign http://mirrors.kodi.tv ./ Packages
Err http://mirrors.kodi.tv ./ Packages
  HTTP/1.1 404 Not Found
W: Failed to fetch http://mirrors.kodi.tv/apt/atv2/./Packages.gz  HTTP/1.1 404 Not Found

E: Some index files failed to download, they have been ignored, or old ones used instead.

and if i edit the list file to remove the /./ from the web address to correct it i still get

Apple-TV:~ root# apt-get update                                    
Ign http://mirrors.kodi.tv  Release.gpg
Ign http://mirrors.kodi.tv  Release
Ign http://mirrors.kodi.tv  Packages
Ign http://mirrors.kodi.tv  Packages
Err http://mirrors.kodi.tv  Packages
  HTTP/1.1 404 Not Found
W: Failed to fetch http://mirrors.kodi.tv/apt/atv2/Packages.gz  HTTP/1.1 404 Not Found

If anyone has any ideas id really appreciate it

wsedits01 commented 1 year ago

Did you manage to solve? I'm in the same situation, Kodi doesn't appear and I can't find Kodi 14.2 to download

NSSpiral commented 1 year ago

Download a deb from here: http://mirrors.kodi.tv/apt/atv2/deb/ Copy it to your apple tv like this: scp filename.deb @. :/tmp/filename.deb SSH into apple tv: ssh @. Install deb: dpkg -i /tmp/filename.deb Wait for respring

On Sun, Apr 23, 2023 at 12:22 PM wsedits01 @.***> wrote:

Did you manage to solve? I'm in the same situation, Kodi doesn't appear and I can't find Kodi 14.2 to download

— Reply to this email directly, view it on GitHub https://github.com/NSSpiral/Blackb0x/issues/97#issuecomment-1518922066, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHWXOR7QM74L3INVECCPCKLXCSG6RANCNFSM5OUCPSLQ . You are receiving this because you commented.Message ID: @.***>