Hello everyone!
I know this topic is quite old but I hope it will help some people out there who needs a fully functional Sabnzbd on their iDevice.
I've managed to finally install pyOpenSSL thanks to Jypy. I've also made 2 installer scripts : 1 for the latest Sabnzbd(currently 6.14 as of writing date) with par2 and pyopenssl installed and also the ability to relaunch Sabnzbd automatically after reboot. The other script is for installing pyopenssl only.
The file needed is found here :
http://dl.dropbox.com/u/46510782/sabnzbd/sabnzbd.rarThe steps for the installation of Sabnzbd(pyopenssl & par2 included) are as follows:
1. Install OpenSSH from Cydia and SSH(using WinScp for example) into your iDevice as ROOT(very important)
Note: To avoid any interruption/problems, please make sure you have enough battery and turn off auto lock.
2. Extract all files from sabnzbd.rar and copy all of them to /private/var/root
3. Open a terminal window(or using Mobile Terminal) enter the following commands:
chmod +x installSab.sh
./installSab.sh
4. Run the " ./installSab.sh " command twice to make sure everything was correctly installed.
5. Reboot your iDevice and go to
http://localhost:8080 via Safari to test.
The steps for installing only pyOpenSSL:
1. Install OpenSSH from Cydia and SSH(using WinScp for example) into your iDevice as ROOT(very important)
2. Install APT 0.7 Strict from Cydia (Set Cydia settings to Developer if you cannot see it)
3. Extract all files from sabnzbd.rar and copy all of them to /private/var/root
4. Open a terminal window(or using Mobile Terminal) enter the following commands:
chmod +x installpyopenssl.sh
./installpyopenssl.sh
5. Reboot your iDevice and go to
http://localhost:8080 via Safari to test. (A restart/relaunch of Sabnzbd might also be required)