06-17-2010 05:42 AM
06-18-2010 09:37 AM
Mark, please save me by prviding some information ![]()
06-21-2010 02:33 AM
Any information regarding this is appreciated pls pls pls ![]()
06-21-2010 04:54 AM
I'm not clear on what you are asking for. Can you review the following and clarify please? What do want to know and how are you planning on using this information?
If you are asking if RIM will give you access to their internal 'databases' that they use to retain information for the various apps on the device, I suspect you are wasting your time. Most of this sort of information is available on the device anyway through the various APIs. These databases are not directly accessible via any other methods that I am aware of.
Regarding actual databases, remember that there are these methods of storing data on a BlackBerry device:
a) Persistentstore
b) RMS
c) FileConnection API (i.e. SD Card and the like)
I understand that the RIM "databases" are all stored in Persistentstore.
06-21-2010 05:31 AM
Actually, i am doing an R&D where in i am looking to back up device information just like desktop manager does, so just whated to know if at all my module has to snc with device then which databases can we refer to take back up of all contacts, clender entreis etc of the device. Is there any specific RMS or any other record sore that we need to access to get these information, other than those normal API's
Thanks & Regards,
Siva Charan Guduru
06-21-2010 06:49 AM
Can you please confirm that you are writing code that will run on a Desktop?
06-21-2010 06:55 AM
Exactly Yes, i am.
06-21-2010 08:59 AM
Can anyone help me reagrding this info
06-21-2010 10:49 AM
While you can expose your own data on a BlackBerry Smartphone to be backed up and restored using Desktop Manager, there are no PC side APIs that allow direct access to this information from a PC.
As Peter has mentioned, there are various APIs on the BlackBerry Smartphone itself that allows a device side application to access this information (email, contacts, etc...).
We have published information on the IPD file format that Desktop Manager uses to save this information on the PC side. You can view it here:
http://na.blackberry.com/eng/devjournals/resources
05-10-2012 04:25 AM
I have a similar requirement except for the fact that I need everything to be done only using the blackberry client and not desktop..
My actual requirement is to back up the E-Mail , contacts and password keeper database into SD card and then after formatting the device I need to restore these back up data from the SD card..
Please share some ideas on accessing the internal database data and storing as IPD file and retrieving it back..