|
Post by Daniel on Jul 6, 2011 9:53:29 GMT -5
Hi, I was wondering if there is a way to access the saved game file so i can migrate to a different phone? It would be nice not to have to start at the beginning! cheers, Dan
|
|
|
Post by Cory Trese on Jul 7, 2011 2:49:09 GMT -5
Developer fail. I'm working on a way for this with ST RPG
|
|
|
Post by Daniel on Jul 13, 2011 19:32:33 GMT -5
Hi, thanks for the fast response. As a quick fix for now how about making the app not overwrite files when installed to sd?Hi, thanks for the fast response. As a quick fix for now how about making the app not overwrite files when installed to sd?
|
|
|
Post by Cory Trese on Jul 15, 2011 13:12:36 GMT -5
I have not been able to find any examples or code that would let me do this. I have been looking, do you know of any other applications that have that feature? I will write the developers / study the APK to see if I can figure it out
|
|
|
Post by Daniel on Jul 18, 2011 14:08:42 GMT -5
Actually, i thinking that the easiest way to manage it is to have an export and import buttons and do the following: 1. check the state of the external storage. 2. use getExternalStoragePublicDirectory() to get access to an appropriate directory on the external storage. 3. open the saved game file using the java io and then write it to the directory.
|
|
|
Post by rhardy on Jul 20, 2011 16:20:29 GMT -5
I've moved my applications (including CyberKnights RPG) to my SD card and I need to upgrade the firmware on my Samsung Galaxy S II phone. From what I can see, I'm guessing CyberKnights is saving to a database now. Will I lose my save games after the firmware upgrade?
|
|
|
Post by dilz669 on Jul 20, 2011 16:39:31 GMT -5
rhardy I would suggest getting and app called Titanium Back-Up. It will let you back up all your apps and the data that goes with them and then restore them later. There is a free version which should be all you need. The pay version has some nice additional features but for simple back up and restore the free will do.
|
|
|
Post by Cory Trese on Jul 21, 2011 19:29:47 GMT -5
Once we reach a stable version of the game (and Elite) we will release a utility that has side-car ability to do in-game backup and restore of characters.
Just takes work and testing to get it all right!
|
|
|
Post by captain nemo on Jul 22, 2011 14:51:28 GMT -5
That sounds fantastic Cory, Thanks !!
Titanium Back-Up needs to be ROOT, does anyone know of a good back-up that doesn't need to be ROOT'ed
|
|