Question

I am running a j2me app in pc using kemulator, after closing app some rms and idx files are generated in rms folder of kemulator, now I want to know that how I can read these files to get some important data of this midlet.

Was it helpful?

Solution

You can not read those files directly in any text editor like Notepad. The reason is these datas are written in binary format. To read such values you must use it's appropriate class like RecordStore.

In case of opening such file in Notepad it will show you some junk values which is not in 100% proper readability form.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top