View Single Post
jflatt's Avatar
Posts: 534 | Thanked: 723 times | Joined on Oct 2009
#2246
Originally Posted by AgogData View Post
well, in UFlip and UConnect there is only two folders (images which contain pics and sounds which contains .wav files) and 4 files in the main game folder (.pulse cookie, appinfo.json, icon.png and UFlip/UConnect) no save game files around
UConnect creates a file /.db which is an sqlite database. / is normally not writable by user, you can work around it with
Code:
sudo gainroot
chmod 777 /
I've tried symlinking and copying the file to the local directory and setting permissions on just the file, but nothing seems to save except for the above hack. Also keep in mind sqlite creates a .db-journal file also. I'm sure there's a better way, and I'm really curious to see how a real Pre has its root permissions. I haven't tried UFlip, but my guess is that it uses the same /.db file.

Edit - UFlip writes the same /.db which blows out any UConnect settings. There must be something wrong here

Last edited by jflatt; 2011-05-12 at 03:36.
 

The Following User Says Thank You to jflatt For This Useful Post: