Active Topics

 



Notices


Reply
Thread Tools
Posts: 561 | Thanked: 75 times | Joined on Jan 2010 @ Spain
#1
Could anyone tell me how to get data from the contacts on the N900 from command? Or link to explain.

Thank you.
 
Captwheeto's Avatar
Posts: 302 | Thanked: 193 times | Joined on Oct 2008 @ England
#2
Are you talking about physical, metal contacts on the PCB board or getting Contacts using a Terminal Emulator like xterm?
 
Posts: 561 | Thanked: 75 times | Joined on Jan 2010 @ Spain
#3
He spoke of the Contacts using a Terminal Emulator like xterm. Data such as phone number, etc.

Sorry for the confusion, I'm not speaking English.
 
Captwheeto's Avatar
Posts: 302 | Thanked: 193 times | Joined on Oct 2008 @ England
#4
Ok, well they're stored in sql databases, so really you need to do queries to get them.

The databases are found in

/home/user/.osso-abook/db/

I'd like to help but I don't know too much about SQL Queries (much to my chagrin).
 
Posts: 237 | Thanked: 274 times | Joined on Jul 2010
#5
the databases are located in /home/user/.osso-abook/db/
I think the one containing actual data is called addressbook.db, the rest contain the index.

to copy this database to MyDocs

cp /home/user/.osso-abook/db/addressbook.db /home/user/MyDocs/

you may prefer to copy the whole folder though..

cp -ap /home/user/.osso-abook/db/ /home/user/MyDocs/

[Edit] my post was beaten by a couple of seconds..

Last edited by ivyking; 2011-07-20 at 11:52.
 
Captwheeto's Avatar
Posts: 302 | Thanked: 193 times | Joined on Oct 2008 @ England
#6
Ninja'd
 
Posts: 561 | Thanked: 75 times | Joined on Jan 2010 @ Spain
#7
Yeah!

Thanks.
 
Reply


 
Forum Jump


All times are GMT. The time now is 19:36.