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??

link|improve this question

1  
Why you use RMS for storing 150 MB size? At what purpose do you want to use of this? – bharath Apr 4 '11 at 7: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 Apr 4 '11 at 7: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 4 '11 at 7: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 Apr 4 '11 at 8:57
feedback

2 Answers

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.

link|improve this answer
thanks bhakki i got it but is there any connection with removing from device??? because if we install app then it must be removed from device... large RMS size may create problem in running application but not in removing.. – Mihir Apr 8 '11 at 9:05
do you want to create the RMS? – bharath Apr 8 '11 at 9:18
no, i just want to remove application which i have installed and which is having bulk data.... – Mihir Apr 8 '11 at 9:54
Do you want to uninstall programmatically? – bharath Apr 8 '11 at 9:58
no i even cant uninstall manually.. and same problem i am facing in 5-6 E-72 – Mihir Apr 8 '11 at 10:17
feedback
up vote 0 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.