NSSpiral / Blackb0x

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

for those who wants to know if kodi is installing #96

Open windr00 opened 2 years ago

windr00 commented 2 years ago

Jailbreak first

Of course.

ssh in to your Apple TV

check if apt-get is installing kodi

install by dpkg

notes

citystrawman commented 1 year ago

Hi, I download the installation file manually and put it at private/var/cache/apt/archives/partial, then I use dpkg -i to install it, the command execution is as follows:

Apple-TV:/private/var/cache/apt/archives/partial root# dpkg -I org.xbmc.kodi-atv2_14.2-0_iphoneos-arm.deb
 new debian package, version 2.0.
 size 36821218 bytes: control archive=1208 bytes.
     355 bytes,    12 lines      control
    1901 bytes,    49 lines   *  postinst             #!/bin/sh
     237 bytes,     7 lines   *  prerm                #!/bin/sh
 Package: org.xbmc.kodi-atv2
 Priority: Extra
 Name: Kodi-ATV2
 Depends: curl, org.awkwardtv.whitelist, com.nito.updatebegone, org.xbmc.kodi-seatbeltunlock
 Version: 14.2-0
 Architecture: iphoneos-arm
 Installed-Size: 142940
 Description: Kodi Entertainment Center for AppleTV 2
 Homepage: http://kodi.tv/
 Maintainer: Memphiz
 Author: Team-Kodi
 Section: Multimedia

It looks like it is installed but I could not find kodi in Apple TV. Do you know what is the problem?