PDA

View Full Version : cannot save in SNES.. :(




darkmeton
Apr 22, 2008, 12:32 PM
Just installed snes emulator and copied some roms through SSH (great guide boys!! thanks!) , but whenever I try to save or overwrite and save there seems to be no save game in saves..
I'm thinking I should create a saves folder in my touch but I'm not sure if it's gonna solve the problem..
Any help?



nomar383
Apr 22, 2008, 12:37 PM
log into your iphone via ssh in terminal

like so:

open terminal

type: ssh root@<youriPhoneIP>
enter your password

type:
chown -hR mobile /var/mobile

That's it, just a little permission changing to get it to work. This should let all of the emulators save now

darkmeton
Apr 22, 2008, 12:47 PM
wow that was a fast reply! :P

thanks! just found another way..

Go to WinSCP and select all the games. -> properties and set it to 0755
then se the folder SNES to 0777

CHEERS!

nomar383
Apr 22, 2008, 12:56 PM
wow that was a fast reply! :P

thanks! just found another way..

Go to WinSCP and select all the games. -> properties and set it to 0755
then se the folder SNES to 0777

CHEERS!

Almost the same approach as I mentioned, but for windows :)