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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.