• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

updating the j2me appln

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator



Hi All,

I have a j2me appln which stores the data in the rms files in my mobile
I have updateed the appln with some new changes.
Now I want that the rms data should be migrated to the new updated jar file.

Is this possible?


thanks
Suraj
 
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No I don't think so, each jar file has its own dedicated RMS memory storage area, the spec has this store isolated for security reasons.

I can imagine, the only possibility that an RMS store might be transfered to another jar would be if the cell phone implementation was specifically programmed to move the RMS over to a new jar if it recognized an update to an existing, installed MIDlet, but I don't know whether such a thing actually exists or not.
reply
    Bookmark Topic Watch Topic
  • New Topic