• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Storing Data on phone

 
Ranch Hand
Posts: 341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi !
I have a very basic question.
From what i know all GSM phones are SIM-based. Suppose i make a j2me app which stores data in rms. Now will this data be stored on SIM or actually on the persistent storage of device ?
Regards
Danish
 
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Danish,
In all Nokia MIDP phones, the data is stored in the device's persistent memory (the same place as the MIDlet JAD & JAR are stored), not in the SIM. I'd expect it to be the same with other manufacturers' phones.
In phones which also support a removable memory card (i.e. not the SIM, but e.g. an MMC memory card like in Nokia 3650), the RMS data maybe could be stored there instead of the device's fixed built-in memory. You'd have to check the device specifications or ask on the manufacturer's developer web site like Forum Nokia.
David
 
The only cure for that is hours of television radiation. And this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic