https://www.dropbox.com/sh/cghw1w6khwqq8rg/8ejDwZ7Rpe
This would be best suited if you are traveling with a AppleTV on iOS 6.x+.
You need to install git prior to installing plexconnect. Open mobileterminal or ssh into you IOS device (openssh required for ssh from cydia) then type these commands:
login
root <------your username
alpine <-------if you didn’t change it from default
apt-get install git
Here is a demo video of installing plexconnect on a iphone4s jailbroken on iOS 7.0.6 using only Dropbox and ifile. I updated plexconnect using mobileterminal:
http://www.youtube.com/watch?v=uhNCLKD9SJg
Updated instructions for iOS devices (tested on iPhone 4S iOS 8.3) on OP.
hi mate i cant seem to figure out what im doing wrong been at this for ever can you help me out by chance? installed plex on ios as per your institutions here --> https://forums.plex.tv/discussion/88975/plexconnect-running-on-any-jailbroken-ios-device/p1
it completes and gives me this output at the end --> http://d.pr/i/bPWA
when I attempt to do what it says and point my Atv DNS to my ios device i get this error?
http://d.pr/i/124Xq <–> http://d.pr/i/1cwNm
what am i missing?
this is on an ipod 6th Gen ios8.3
any helo would be very much appreciated
thanks again
Type this after you login as root:
restart.bash
If that doesn’t allow you to upload your cert then try this and let me know the output:
cd /Applications/iosjailbreak; git pull; cp stop.bash /usr/bin; cp start.bash /usr/bin; stop.bash; cd /Applications/PlexConnect; ./PlexConnect.py
I just tested this on my mini 2 running iOS 8.3 and its working fine, not sure what the issue may be outside of the device difference.
@wahlman.j said:
Type this after you login as root:I just tested this on my mini 2 running iOS 8.3 and its working fine, not sure what the issue may be outside of the device difference.
this is what i get when I run those cmds Screen Shot on 2015-11-04 at 23:56:30.png - Droplr <—> Screen Shot on 2015-11-04 at 23:59:39.png - Droplr
something is not right? no file or directory errors everywhere no pyth etc? what am i doing wrong?
Looks like you are having a error I was having awhile ago, in PlexConnect.py you need to remove the env part. Gimme a minute I will update the git and you can try something else. Be right back…
@wahlman.j said:
Looks like you are having a error I was having awhile ago, in PlexConnect.py you need to remove the env part. Gimme a minute I will update the git and you can try something else. Be right back…
Ok no problem I’m here, Your awesome mate thank you!
try this:
cd /Applications/iosjailbreak; git pull; cp fix.bash /usr/bin; fix.bash; restart.bash
Im not sure why some iOS devices have this issue, I did prior but then it started to work for me using the default PlexConnect.py. Good luck ![]()
Pillow (Fanart) doesn’t work, I tried to get it to work using this link with no luck. But if it works for you you can at least use your iOS devices and aTV3 as a portable device.
@wahlman.j said:
try this:Im not sure why some iOS devices have this issue, I did prior but then it started to work for me using the default PlexConnect.py. Good luck
this is what i get when i run that CMD Screen Shot on 2015-11-05 at 00:20:06.png - Droplr ← is this good?
hmmmm. Doesn’t seem so, try to run PlexConnect again like this:
cd /Applications/PlexConnect; ./PlexConnect.py
@wahlman.j said:
hmmmm. Doesn’t seem so, try to run PlexConnect again like this:cd /Applications/PlexConnect; ./PlexConnect.py
no dice
Screen Shot on 2015-11-05 at 00:26:27.png - Droplr <— getting this output now??
Weird. what happens when you type this:
which python
or this:
python
if you get in python type this to exit:
exit()
Also what happens when you type this:
apt-get install
@wahlman.j said:
Weird. what happens when you type this:exit()
Screen Shot on 2015-11-05 at 00:37:55.png - Droplr ← nothing at all ?
python didn’t install it looks like. Use this to install it:
wget --no-check-certificate https://yangapp.googlecode.com/files/python_2.7.3-3_iphoneos-arm.deb; dpkg -i python_2.7.3-3_iphoneos-arm.deb; rm -R python_2.7.3-3_iphoneos-arm.deb
Once you are done rerun this to install:
apt-get -y update; apt-get -y upgrade; apt-get -y install git; rm -R /Applications/iosjailbreak; cd /Applications; git clone git://github.com/wahlmanj/iosjailbreak.git; cd /Applications/iosjailbreak; ./installios.bash
@wahlman.j said:
python didn’t install it looks like. Use this to install it:apt-get -y update; apt-get -y upgrade; apt-get -y install git; rm -R /Applications/iosjailbreak; cd /Applications; git clone git://github.com/wahlmanj/iosjailbreak.git; cd /Applications/iosjailbreak; ./installios.bash
Screen Shot on 2015-11-05 at 00:45:07.png - Droplr <— this is the output i get when installing python
again seriously thank you for all of this help i wouldent even know what to do with out you right now lol ![]()
run this it will install wget:
apt-get -y update; apt-get -y upgrade; apt-get -y install git; rm -R /Applications/iosjailbreak; cd /Applications; git clone git://github.com/wahlmanj/iosjailbreak.git; cd /Applications/iosjailbreak; ./installios.bash
I wonder if you have broken packages preventing your install. Post the whole install log when its done.
@wahlman.j said:
run this it will install wget:I wonder if you have broken packages preventing your install. Post the whole install log when its done.
ok running it but btw i see that error about pyton while running setup Screen Shot on 2015-11-05 at 00:50:59.png - Droplr ← “error processing python”
what happen when you type this:
apt-get install
I bet you didn’t install from cydia APT 0.7 Strict. Says to on the first post in this topic
Search for it and install it.
http://d.pr/i/1lLvq <-- this is what i get when i run aptget install
try this:
apt-get install wget