![]() |
2012-03-24
, 05:41
|
Posts: 153 |
Thanked: 81 times |
Joined on Oct 2011
@ New Zealand
|
#12
|
![]() |
2012-03-26
, 04:53
|
Posts: 40 |
Thanked: 12 times |
Joined on Dec 2011
|
#13
|
![]() |
2012-03-26
, 06:24
|
Posts: 435 |
Thanked: 769 times |
Joined on Apr 2010
|
#14
|
hi, tks again. I checked and the allcontact file does contain multiple contacfs.
is there a command line i can use via terminal to import the contacts?
![]() |
2012-03-26
, 06:57
|
Posts: 153 |
Thanked: 81 times |
Joined on Oct 2011
@ New Zealand
|
#15
|
![]() |
2012-03-26
, 14:50
|
Posts: 40 |
Thanked: 12 times |
Joined on Dec 2011
|
#16
|
Aw guts that it's not importing like it should for ya, it may be worth removing filebox then reinstalling it on the off chance it had some kinda bug there,.
BTW just out of interest, what PR version are you on? and if say you're on PR1.1 or PR1.2, did you do OTA update or was it a clean install via flash? It's purely out of interest mind you, in case I try to implement something further.
![]() |
2012-03-28
, 23:23
|
Posts: 40 |
Thanked: 12 times |
Joined on Dec 2011
|
#17
|
![]() |
2012-03-29
, 05:55
|
Posts: 153 |
Thanked: 81 times |
Joined on Oct 2011
@ New Zealand
|
#18
|
![]() |
2013-07-31
, 12:41
|
Posts: 259 |
Thanked: 161 times |
Joined on Aug 2012
@ Athens, GR
|
#19
|
The only settings I've changed in filebox are:
Show root file system = enabled
Show hidden files = enabled
Setting show thumbnails to enabled makes filebox crash frequently for me so I'd avoid that one for now.
I don't think those settings should affect it but any thing’s possible I suppose.
Can you confirm that all your exported .vcf files are still in the /home/user/MyDocs/Contacts/ directory?
if so, delete your allcontacts.vcf file.
Then do the following terminal command from the first post:
cd /home/user/MyDocs/Contacts
cat *.vcf > allcontacts.vcf
If you want it all in one line this should do the same thing also:
cat /home/user/MyDocs/Contacts/*.vcf > allcontacts.vcf
These commands should be entered exactly as shown, for example; *.vcf represents all .vcf files in that directory.