Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Regular Contributor
harsha973
Posts: 89
Registered: ‎05-31-2010
My Carrier: vodqafone

Storing data to internal memory partiton

Hi EveryOne,

 

    I would like to save the file into the device.My first preference to file:///SDCard,secondly file:///store and in worst case file:///system.

 

 The problem is,When i'm not having SDCard inserted in my BB Bold with OS 7.0 , I'm only getting a partition of file:///system.From documentation, i came to know system partition is read only from OS 5.0 and above.

My device has 6 Gb of free space.Is there any way to save my data on to the internal memory.

 

 

Desperately need help.

 

Thanks in advance.

 

Regards,

Sree Harsha.P

Please use plain text.
Visitor
hardikkmr
Posts: 1
Registered: ‎07-03-2012
My Carrier: Airtel

Re: Storing data to internal memory partiton

Hello,

 

You can use persistent storage to store data.

Please use plain text.
Developer
peter_strange
Posts: 17,719
Registered: ‎07-14-2008

Re: Storing data to internal memory partiton

Don't know many models of device that have 6GB of perisstent store.

 

If you need that quantity of data, then the SD Card is the logical place. Why have you not got one?

Please use plain text.