|
2009-12-01
, 15:17
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#12
|
|
2009-12-01
, 15:33
|
|
Posts: 1,589 |
Thanked: 720 times |
Joined on Aug 2009
@ Arlington (DFW), Texas
|
#13
|
|
2009-12-01
, 15:38
|
Posts: 526 |
Thanked: 99 times |
Joined on Sep 2009
|
#14
|
|
2009-12-01
, 15:55
|
|
Posts: 1,589 |
Thanked: 720 times |
Joined on Aug 2009
@ Arlington (DFW), Texas
|
#15
|
|
2009-12-01
, 16:15
|
Posts: 107 |
Thanked: 94 times |
Joined on Dec 2007
|
#16
|
Chris, if you have a vcard with multiple contacts in it will the N900 split the contacts out, or will it only load the first contact in the file?
If it splits them out, then you could always write a bat file to combine multiple vcards and then import that., this is what I did with my N97 and google
|
2009-12-01
, 16:21
|
Posts: 107 |
Thanked: 94 times |
Joined on Dec 2007
|
#17
|
that's beyond my skill level. and I don't know how to combine my 300+ contact into one anyway. what phone does that? Please don't recommend a desktop app. I only use mobile platforms.
|
2009-12-01
, 16:24
|
|
Posts: 262 |
Thanked: 115 times |
Joined on Sep 2009
@ Scotland
|
#18
|
|
2009-12-01
, 16:24
|
|
Posts: 1,589 |
Thanked: 720 times |
Joined on Aug 2009
@ Arlington (DFW), Texas
|
#19
|
|
2009-12-01
, 16:56
|
Posts: 107 |
Thanked: 94 times |
Joined on Dec 2007
|
#20
|
cd MyDocs
cat *.vcf > combined.vcf
cd Mydocs/contacts
cat * > combined.vcf
The Following 6 Users Say Thank You to sljonson For This Useful Post: | ||
Could you give me a hint, so that I can write this, just a simple commandline app, no hildon UI stuff etc.. Where can I look for the code? Thanks.