How store data permanent in phone memory?
With RecordStore class records are removed when Midlet is remove.
When install new version os same Midlet RecordStore lost data.
I want use same data with new version of same Midlet.
How store data permanent in phone memory?
With RecordStore class records are removed when Midlet is remove.
When install new version os same Midlet RecordStore lost data.
I want use same data with new version of same Midlet.
Hello,
You have got only one solution for this problem, you have to upload your data to a free web server with a http connection, and in the program of new version you have to download this data. Sorry, but in Nokia 7650 the connection to internet doesn't work, just now.
Regards, Attila
WAP: http://java.moricznet.hu
Hi,
unfortunately it is not possible to store any MIDlet data in the permanent memory of the phone due to the sandbox nature of MIDP. Each MIDlet Suite can consist of multiple MIDlets and Record Stores and once this MIDlet Suite is deleted, the Record Stores will vanish as well. Sorry.
- Tinke / Forum Nokia
DRINK COFFEE - Do stupid things faster with more energy
hi,
Of course if you erase a MIDlet, data are lost. But if you just download (via OTA) a new version (when the old version is still installed in the phone), then it will replace the old version and use its records stores. That doesn't work when you install via serial (at least with the 6310i).
regards,
Frdric