Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 18814  / 3 Years ago, tue, july 27, 2021, 4:28:44

I have a copy of addressbook from Nokia N900 and it's a Berkeley DB file. How can I view it's contents?



$ file addressbook.db 
addressbook.db: Berkeley DB (Hash, version 8, native byte-order)

More From » database

 Answers
7

Install db-util. There are several in Ubuntu Software Center (for example db5.3-util). The latest version via command line:



sudo apt-get install db-util


After installing all you need to do is:



db_dump addressbook.db 


Description of an old version from USC:



enter image description here


[#25825] Tuesday, July 27, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
admin

Total Points: 459
Total Questions: 112
Total Answers: 109

Location: Equatorial Guinea
Member since Sun, Feb 14, 2021
3 Years ago
admin questions
Wed, Aug 24, 22, 07:25, 2 Years ago
Wed, Mar 2, 22, 07:09, 2 Years ago
Thu, May 13, 21, 00:32, 3 Years ago
Mon, Jan 17, 22, 14:49, 2 Years ago
;