How to view RMS file in J2ME?

2.6k Views Asked by At

I have J2ME app in which RMS is used as a database. I just wanted to know:

  1. where is the Location of rms file in j2ME
  2. How can we read it manually using any software and modify it?

I am asking this question since we can view SQLite database in Android in DDMS and we view and modify it in SQLite browser.

2

There are 2 best solutions below

1
On

For the S40 Series Nokia Phone, like model Nokia 3500 Classic, you can see RMS at same place where is your .Jar file available.

  • for Windows base computer it will be in Documents & settings/j2mewtk/2.5.2/appdb appropriate type of emulator

  • for linux base computer RMS resides in the following folder, /root/j2mewtk/2.5.2/appdb/ appropriate type of emulator

2
On

Please Check following link they may help you :

http://www.roseindia.net/j2me/rms-midlet.shtml

http://www.java2s.com/Code/Java/J2ME/Readandwritetotherecordstore.htm

In android as we can see our applications database using sqlite browser ,In J2ME ther is nothing equivalent to sqlite browser.

The data contained in RMS can only be fetched programatically as shown in above links.