Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to keep RMS after installing a new version?

Tags:

java-me

midp

rms

I have an j2me application installed on a Nokia S40. Some configuration data is stored in the RMS. Is it possible to overwrite the installed app with a new version? How to keep RMS in the new version?

If it is possible can it be set as a default operation when upgrading to avoid the user accidentally delete the data?

like image 631
Daniel Moura Avatar asked Jun 05 '09 19:06

Daniel Moura


1 Answers

If your phone automatically deletes the RMS database without asking the user, it's a huge bug that goes against the MIDP specifications.

I assume you are using a retail phone, not a prototype.

It's always worth checking if the firmware can be upgraded with nokia PC tool.

If the upgrade process asks the user whether to delete old RMS data, there is probably little you can do to prevent the question being asked.

It's usually good practice to synchronize configuration data on a remote server and re-download it when it becomes unavailable.

like image 188
michael aubert Avatar answered Sep 26 '22 02:09

michael aubert