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

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 live in a cold climate and on the grid, incandescent light can use less energy than LED. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic