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
New Developer
matmaas
Posts: 6
Registered: ‎08-07-2009
My Carrier: Vodafone
Accepted Solution

Backup Flash memory

I have made a application that stores information in flash-memory. Is it possible to backup the BB flash-memory. Because if I install an update of the device software the flash-memory is wiped-out and I lose my information.
Please use plain text.
Hall of Famer II
sdgardne
Posts: 39,246
Registered: ‎11-28-2008
My Carrier: TMobile

Re: Backup Flash memory

Hi there!

 

While I'm not a developer (they all hang out in another section of these forums -- http://supportforums.blackberry.com/rim/?category.id=BlackBerryDevelopment), I would think that your application would need to perform the backup of it's volitile data to either Device Memory or to the Media Card. I am pretty sure it is possible -- BBMessenger allows the backup of the BBM contacts to the Media Card -- I've simply no idea how to accomplish it, but I am pretty sure that it's a function of the application to perform the backup of it's own data from this memory area.

 

Cheers!


Occam's Razor nearly always applies when troubleshooting technology issues!
If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please note that I am NOT a BlackBerry employee...these forums are a user-to-user community, not a formal support channel. Please treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
Follow our BBM Channel (Beta) - Coming Soon!
Please use plain text.
Guru I
Xandrex
Posts: 17,542
Registered: ‎07-29-2008
My Carrier: Vodafone France (SFR)

Re: Backup Flash memory

when you create a complete backup of your device using Desktop Manager, you can backup the content of the device memory (including your application data).

but the best way is to allow the user to choose the storage location, for example on the media card as sdgardne was advising you.



The search box on top-right of this page is your true friend, and the public Knowledge Base too:
Please use plain text.
New Developer
matmaas
Posts: 6
Registered: ‎08-07-2009
My Carrier: Vodafone

Re: Backup Flash memory

I have tried this (full backup) but the data of my application were gone. Even so I had to enter again the initial unlock-code of the application.

Is there a way to see (like in a windows explorer) what data/files ar in flash-memory?

Please use plain text.
Administrator
MSohm
Posts: 12,957
Registered: ‎07-09-2008
My Carrier: Bell

Re: Backup Flash memory

Your application needs to implement the synchronization APIs in order for its data to be backed up and restored through Desktop Manager or a BlackBerry Enterprise Server.  Have a look at the link below and the otabackuprestoredemo sample included with the BlackBerry JDE.  The developer knowledge base article is suitable for a small amount of data (such as configuration information).  The sample within the BlackBerry JDE can be used for larger data sets.

 

How To - Backup and restore small amounts of data using SyncItem
Article Number: DB-00092

http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800625/How_To_...

Mark Sohm
BlackBerry Development Advisor

Please refrain from posting new questions in solved threads.
Found a bug? Report it using the Issue Tracker
Please use plain text.