OK, we did look into depth at the 1.1.3 and 1.1.4 firmware installations for all the iPhone applications. It seems the even though the applications are compatible, the problem is with the installer used on the iPhone.

We will work hard to bring the applications to the extend possible through the free Apple channel so you can use the official and secure Apple installer. Meantime, we will give out some solutions to get the applications running.

The installer installs the folder for the owner ‘root’. The user ‘mobile’ that the application is running under is not allowed to save files in this folder. To fix the saving problem for the Go game just issue the following line after you login your iPhone using ssh:

chown -R mobile /var/mobile/Media/iGoSGF

Replace iGoSGF with another name for the Chess application or even remove it. The -R option makes it perform recursively on all underlaying files and directories.

You can also use a tool like WinSCP if you are on windows and scare to type a line in a dark command line environment.