These are the correct putty command for XEHi Ferret
i installed a new copy of openatv 7.1 then used putty to install the command for xe as you said - it installed xe 3.2.2 - this gave a code 7C7D16FC
when i tried to enter this code into my xteam-editor it states that this code is Invalid
Do you have a link to a working xe app to use on openatv 7.1 - or will xe not work on open atv 7.1 ????
# Python Version 2.7.x (OpenATV 6.4)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/2.7.18.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
# Python Version 3.9.x (OpenATV 7.0)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.9.5.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
# Python Version 3.10.x (OpenATV 7.1)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.10.5.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
# Python Version 3.11.x (Openvix 6.3, OpenATV 7.2)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
I would probably use Openatv 7.2 and I and I'm pretty sure that your issue with your code not authorizing is you need to set your XE plugin to use V3 to yes,if it is set to use V2 your code will not authorize. Most suppliers are now using V3. Go to XE downloader on your box and the first line where it says use V3 make sure this is set to yes. Then your code will authorize.
Last edited: