Posted by chripopper
Hi i just got curious today how easy it would be to edit a gamefile or a savegame so i could get all levels unlocked without playing trough them all?
First of all, where does the phone store savegames (in k800)? Apperantly it does it somewhere as you dont have to start from the beginning of the game every time.
I'm trying to edit the jar-file of the game now. I've unpacked it and decompiled the files, but there are so many a.class, b.class and so on all hte way to z.class.
In another map there is a.class to e.class. Theres also a couple of images and files without fileextenstion and i dont se any code when i open them...
Does anybody know where the information of the levels is stored? I want to edit the starting level to the last...
Any help will be really appriceated!
Posted by tranced
hi mate
this cannot be done. if you mod a files(ie a .class file) you will get your game/app corrupted.
Posted by chripopper
OK =(
Is the savegame editing method possible then?
Posted by tranced
i dont have a clue as i havent tried it. let's wait for another members
Posted by chripopper
I found this tut: http://www.noeman.org/gsm/son[....]ing-recompiling-jar-files.html
So it may be possible? But i don't think its worth all that job..,,,
Posted by chripopper
None who has a clue where the savegames might be stored?
Posted by tranced
i think they are stored in the ams folder in the File System(FS). not sure though.
Posted by chripopper
Someone has to know? Hasnt anybode here programmed a mobilegame?
Posted by whatsucka
i would like to know too... mayb there will b some cellfone game hacking program like cheatmaster for psp
Posted by Raiderski
memory -> system (hidden directory) -> ams -> java -> db
you can examine files to know which one is for your application but if you don't know file structure of savegame (every app has own file format) then you cannot do anything