Hi everybody,
I developped a MIDlet that stores contacts using the following code to open the recordstore:
RecordStore ContactoRecord = RecordStore.openRecordStore("AmigosDeConfianza", true,RecordStore.AUTHMODE_ANY,true);
(I set AUTHMODE_ANY because I need another MIDLET can access data too).
Well, if I test the project using Java wireless toolkit 2_5_2_01 platform persistent storage works well and data are saved, whilst if I use S60 3rd Edition, Feature Pack 1 platform, data are lost when I close the emulator (inserted data are available only during the runtime).
I use netbeans IDE 6.9.1 and jdk 1.6.0_22 .
Any suggestions?
Thanks a lot for any help.
Greetings from Italy.

Reply With Quote

