Getting the "
package download failed" error after using ZiPhone to jailbreak? Use the method below to fix:
Open Terminal (WinSCP)
Type SSH root@IPHONE’S IP ADDRESS
Hit Enter
Enter password (
will appear invisible, but it’s there)
Hit Enter
Then start… do each line separately, followed by hitting enter.
cd /
cd Applications/
wget
http://repository.apptapp.com/packag.../Installer.zip
rm -rf Installer.app
unzip Installer.zip
chmod +s Installer.app/Installer
chown -R root:wheel Installer.app
rm Installer.zip
That should fix the "package download failed" issue!