The Secret of Monkey Island SE for iPhone

If you have a jailbroken iPhone, you may have some issues with playing The Secret of Monkey Island Special Edition. It seems that the installation does not set-up the necessary directory permissions needed to support the save game functions.

Simply changing the permissions of /var/mobile/Applications/<id>/Documents, and /var/mobile/Applications/<id>/tmp to 775, and then re-booting your iPhone should be enough to fix the issue. In order to do that, you’ll first need SSH access to your iPhone.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • LinkedIn
  • email
  • Technorati
  • Reddit
  • StumbleUpon
  • TwitThis

Related posts:

  1. Going home today… Yippee!
  2. links for 2007-07-10
  3. Blog Overhaul
  4. Mobile Webcasting… Mobcasting?
  5. More Gadgetations

Tags: , , , , , , , , , , , , , ,

  1. alexanderbagpipe’s avatar

    My tmp folder in that I found in /var/mobile/Applications/monkey1/tmp there is nothing…
    does it mean that I have to change the name of the folder from “tmp” to “775″?
    Thanks if you answer.

  2. yibble’s avatar

    Hi,

    No, you can change the permissions using the chmod command. Something like ‘chmod 775 /var/mobile/Applications//Documents /var/mobile/Applications//tmp’ should do the trick. Remembering to substitute with an actual directory :)

    Cheers.