0

i have created an application which stores lots of data around 100 mb in rms and application process on this data

now when i am un-installing application from Nokia e-72 some times it remove application many time it cant remove application

when it cant remove at that time i have to go in control panel --> installed application --> uninstall application.

even i can't able to un-install from there.

some times it hang phone at time of un-installing application.

if i have less data in RMS then that app can removed easily.

what could be problem and how i can solve this problem??

Mihir Palkhiwala
  • 2,586
  • 3
  • 37
  • 47
  • 1
    Why you use RMS for storing 150 MB size? At what purpose do you want to use of this? – bharath Apr 04 '11 at 07:10
  • i have created application in which i am managing lots of customers data around 5000-6000 customer data in xml formate. is there any other way to manage RMS data??? – Mihir Palkhiwala Apr 04 '11 at 07:17
  • 1
    Yeah man you're not meant to save that amount of data in RMS! Use the file system or something else, not RMS for 150MB!! – funkybro Apr 04 '11 at 07:44
  • i am not storing all data in one file i have created rms files at runtime means if there is 1000 customer data i separate them in 100 rms files like cust_1,cust_2,cust_3...... – Mihir Palkhiwala Apr 04 '11 at 08:57

2 Answers2

1

Basically RMS designed for small amount of data. If you want to store huge amount of data means you can store into card or store into database through GPRS. See this existing discussion same in this forum.

Better option is choose file system(JSR-75). But signing required for accessing the file system. It will be cost.

Community
  • 1
  • 1
bharath
  • 14,283
  • 16
  • 57
  • 95
1

As a temporary solution i am un-installing application in following way

first removing all RMS Data from application it self now when application is without any rms data i can remove it like option--> remove

Mihir Palkhiwala
  • 2,586
  • 3
  • 37
  • 47