On 11/15/05, Johan Meyer <[EMAIL PROTECTED]> wrote: > > Hello > You can save data in a flat / simple text file using J2ME. Take a look at > the jsr75 api for J2ME. Otherwise using the RMS will be a good place to > start. > > Synchronizing the data with you desktop can be done using Bluetooth but this > will mean more coding.
though, if you are persisting to text files you could include them in the phones synch'ing mechanism. If you are persisting using RMS, only the midlets within the midlet suite have access to the data - you would have to write a seperate application to transfer the data. > > Hope this helps > > Johan > > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of mx1 > Sent: Tuesday, November 15, 2005 12:39 PM > To: CTJUG Forum > Subject: [CTJUG Forum] J2ME reading phone data and syncing with a desktop > > > I'm trying to build a j2me app which needs to locally read persistent > data. I'm new to j2me. > > Is it possible to read data stored on the mobile phone with j2me? > > How would you store the data? I've read about the "record sets" I think > they were called, this is one option. Are the any other ways? Could you > use a simple file? > > The data consists of about 300 key value pairs. Would it not be too big > to use the record sets. > > The other requirement I've got is that the data needs to synced with a > desktop. > > What ways could you dot his synchronisation? could you use something > like syncml? I think an option would be to do it manually as well. > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.362 / Virus Database: 267.13.0/168 - Release Date: 11/14/2005 > > > > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.362 / Virus Database: 267.13.0/168 - Release Date: 11/14/2005 > > -- Brian Silberbauer Consultant +27 (0)83 566 2705 skype: brian.silberbauer
