Can I edit the stored values of a RecordStore manually? If so, which programs do i need, or JVM stores those data in a file without any encryption?
Any help or advice will be appreciated.
Can I edit the stored values of a RecordStore manually? If so, which programs do i need, or JVM stores those data in a file without any encryption?
Any help or advice will be appreciated.
The file format for RMS stores is not standardised. Every phone manufacturer can implement it however they see fit. The implementation is not supposed to let anything read the data outside the MIDlet Suite, though.
In order to do this, you would need to find the data first, then decrypt and/or reverse-engineer it. Not only is it difficult, it can also be illegal, depending on where you live.
Depending on your target handset platform, you may be able to access the data from native code if the handset manufacturer trusts you.