This guide is for those who have upgraded to 1.1.3 or 1.1.4 and used the fantastic jailbreaking program ZiPhone on their device. It also assumes you already have a compatible version of ScummVM downloaded through Installer, as outlined in Vinterstum's 1.1.3 guide.
- Go to a private wireless network, such as the one you probably have in your home.
- Open Installer and install the following two packages: BSD Subsystem and OpenSSH. I also recommend BossPrefs, which has the ability to turn SSH on and off, as well as some other fantastic features.
- On your computer, open an SFTP client. If you don't have one, I recommend WinSCP for Windows, Transmit for Mac, or gFTP for Linux. There are others; those are my favorites.
- Now find the WiFi IP address for your phone. If you have BossPrefs, just tap that icon and you'll see it right beside "WiFi". If you don't, tap Settings --> WiFi, then tap the ">" arrow to the right of the WiFi network you're connected to, then look in the IP address field.
- Set up a new connection in your computer's SFTP client. The hostname (or server, or whatever it calls the address to connect to) is the IP address you just found. The username is 'root', and the password is 'alpine'. If you've properly selected the "SFTP" protocol, it should already be set to connect to port 22.
- Make sure your home screen is active on your phone, and press connect on the SFTP program. It will take up to a minute to make the first connection, but this is the only time you'll experience this delay. During this time, and during any time your computer is communicating with your phone, do not let your screen go blank or the connection may be broken.
- Once the SFTP client connects, navigate it to /var/mobile/Media. Here, create a folder for your games. Mine is simply "ScummVM".
- Navigate into that folder and drag your game folders there. Don't throw all the loose files in there -- that would be a mess. Make sure each individual game has a folder of its own. Remember not to let the screen blank during transfers!
- Enjoy!
Extra special pro tip:
Software is slowly moving over to be 1.1.3 & 1.1.4 compatible, but there are still programs out there that are completely unaware that they need to use /var/mobile instead of /var/root. This tip will not only allow this software to work transparently, but is also hugely convenient for when you want to upload Scumm games again.
Open a command-line SSH connection to your phone. Linux and Mac users can do this by opening Terminal and typing "ssh root@phone_ip_address_here", pressing enter, then typing 'alpine' for the password. Windows users will need an SSH client such as PuTTY,entering in the phone IP address and same login information that we used above.
Once you have a successful connection, execute the following commands:
Code: Select all
cd /var/root
ln -s /var/mobile/Media Media
exit
Hopefully this works out for everyone. I'll be checking back in, so please ask questions here rather than via PM or e-mail