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

The J2ME record management system concept

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

is the data which saved by a midlet using rms persists only on the mobile device not on the emulator??

because when i have written some code which writes some data in a record and then retrieve it and run it on the netbeans emulator

when i shut down the emulator and run the program again..i can't retrieve the data from previous run

thanks in advance:)
 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The storage thing works for the emulator also in netbeans.
It runs the application same as on your mobile device.
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

him jain wrote:The storage thing works for the emulator also in netbeans.
It runs the application same as on your mobile device.



1. Go to the appdb folder in your system (for latest version in documents and settings/j2mewtk/appdb ).
2. Go to the folder that has the name of the device you were using.
3. See if you find the in.use file. If such a file is present delete it.
4. Now onwards your data will persist. just like on the device.

Above steps will work for WTK 2.5.2. Please search for the appdb folder if it isn't present at the location mentioned above.

Thanks
Pradeep
 
If you believe you can tell me what to think, I believe I can tell you where to go. Go read this tiny ad!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic