![]() |
Contact Importing
I keep all of my contacts from my Symbian devices in a folder on my desktop PC. I've copied the folder to the N900's mass memory. I'm trying to import them to the N900 Contacts app. I see how to do it, but it only lets me import one at a time, which is bad for me since I have hundreds of Vcards.
Any way to select all and import?:confused: |
Re: Contact Importing
What devices do you have?
I had problems importing to N900 using PC Suite. What I did was, import all the contacts you need to transfer to the N900 into PC Suite and sync it to an Symbian device (in my case N97) Then on the N900, choose Import in Contacts and use Retrieve Data Turn on the Bluetooth on the N97, the N900 should now be able to find it and start pulling all the contacts & calendars & notes from the N97 into N900 PC Suite does suck and Ovi Suite isn't support yet. Nokia should really get this fix. Perhaps delaying the N900 was a good idea to get the ground structures all implemented first before releasing the device that none of Nokia software can fully support it. |
Re: Contact Importing
I managed to copy my contacts from my N95 8GB to my N900. No problem using the sync function over bluetooth.
As well as calender/notes, too bad I can't transfer my bookmarks and SMS.:( |
Re: Contact Importing
No easy way to import contacts? Wow Nokia!!!
|
Re: Contact Importing
I don't think you guys understand. I'm testing the capabilities of the device. I already know about BT transfer. What I'm trying to do is transfer from PC to device. I've already copied all of the contacts to the mass memory via drag and drop. But to add them to Contacts, I have to add them one at a time. Is there a way to add all or select all? How do you select multiple items to add?
|
Re: Contact Importing
I don't have a S60 phone. All my contacts are in my Palm Treo 680 using Palm OS. I back them up to Outlook.
Is there no way to import directly from Outlook? Certainly that can't be? |
Re: Contact Importing
les_garten: You can sync N900 with Outlook using Nokia PC Suite.
Have somebody found way how to get messages from Symbian devices to N900? |
Re: Contact Importing
Quote:
|
Re: Contact Importing
Well to make your life easier it might have exported all your contacts to a single .vcf file.
I don't imagine that people importing hundreds of vCards is a normal use-case. If it's a specific problem for you, as you can't use sync or go back and export as a single .vcf, the code necessary to import them is pretty simple so you could write yourself a little app to import them all. When I moved from my 6300 I just told PC Suite to backup my contacts, attached the N900 and told it to restore them to it. |
Re: Contact Importing
Quote:
|
Re: Contact Importing
Quote:
Quote:
Quote:
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. |
Re: Contact Importing
|
Re: Contact Importing
If you've migrated from Symbian, then you probably have imported hundreds of vcf files. We could just drag and drop, then sync from the contact app. Not possible with Maemo. pretty stupid for something we call a computer. Why does a computer need a computer? I can keep stuff in my Files on Ovi account and retrieve them online, but I have to add to COntacts one by one.
|
Re: Contact Importing
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 |
Re: Contact Importing
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.
|
Re: Contact Importing
Quote:
I maintain my contacts in Evolution. I saved my entire addressbook as single vcard file. Scp'ed it the N900 and imported the vcard file in Contacts apps. All of my contacts got imported with no problem. I just had to merge IM server contacts with my imported contacts. |
Re: Contact Importing
Quote:
cat *.vcf > combined.vcf Yes. It is just that simple. |
Re: Contact Importing
I downloaded all my gcontacts in vcard format then synced them all in a oner with my n900, hope this helps.
|
Re: Contact Importing
do I type it exactly as above?
|
Re: Contact Importing
Quote:
I'll give step by step for 2 scenarios. First files named 'xxxx.vcf' dumped into MyDocs along with everything else. 1. Start up the X Terminal application 2. enter the command the following commands Quote:
3. Go into Contacts -> Menu -> Get Contacts -> Import contact file. 4. drill down into your named N900 folder and you should see the file 'combined.vcf' 5. Select 'combined.vcf' and let Contacts do it's thing. Another scenario, you copied all of you contacts to a folder under MyDocs (i.e. the 25GB mass storage partition). Let's assume the folder name is called 'contacts'. 1. Start up the X Terminal application 2. enter in the following commands Quote:
3. Go into Contacts -> Menu -> Get Contacts -> Import contact file. 4. drill down into your named N900 folder -> contacts folder and you should see the file 'combined.vcf' 5. Select 'combined.vcf' and let Contacts do it's thing. Edit: And yes, syntax for those commands is very important. But you really can't hurt anything if you get it wrong. ;) |
Re: Contact Importing
great tutorial. should be a separate thread locked to only be used as a guide. why don't we have threads like that here? instead of hunting through hundreds of posts... thanks times ten
|
Re: Contact Importing
Hmm. As I can't sync with iSync on my Mac (due to https://bugs.maemo.org/show_bug.cgi?id=2793) I thought I'd try and 'squirt' my contacts from my Z610i straight to my N900. For some bizarre reason, the N900 complains that there is "Not enough memory in target location". This is after I selected my 8GB card as the target for the transfer. Weird huh? Any ideas why this might be? There doesn't seem to be a problem writing files to /media/mmc1 and there's thousands of millions of bytes of space there ....
|
Re: Contact Importing
sounds like the N900 has a default bluetooth reception point in phone memory.
|
Re: Contact Importing
Quote:
I feel another trip to bugzilla coming on. |
Re: Contact Importing
Yes, known problem. We have modified the dialog to allow import of multiple contacts. The feature should be available with the next but one update - if our other bugfixes are good enough to pass quality control.
Well, quite too late for you, but lardman gave a good hint: You could merge all your vcf files into one single vcf file and open that new file in the import dialog. You can import up to 1000 contacts in one batch that way. If you are brave you can use the terminal to create that merged file: $ cd "MyDocs/.documents/Export Folder" $ cat * > ../merged-contacts.vcf |
Re: Contact Importing
thanks, hasselmm
|
Re: Contact Importing
Quote:
Go Back to that dir with the vcf files and you can play with your cat command as well as ls type 'ls -al | more" to see a dir of the files then type "cat john_smith.vcf" or whatever the name is of one of the individual vcf files. You'll see the begin and end tags then type "cat combined.vcf | more" to look at the concatenated file and how it was put together. Don't type in the quotes and notice the pipe before more. You can also just type "more combined.vcf" to see the file as well. Spacebar to advance. Q to quit. |
Re: Contact Importing
I've uploaded a little program to address that problem to Extras Devel:
http://maemo.org/packages/view/osso-abook-import-many/ http://gitorious.org/ebook-tools/osso-abook-import-many Hopefully becomes obsolete soon. |
Re: Contact Importing
Im trying to transfer my contacts from my blackberry via bluetooth with no luck as i keep getting a "FAILED" message, can anyone help?
|
Re: Contact Importing
I just posted a long blog article about My First 24-hours With the Nokia N900. Excerpt re: PIM Syncing:
I explored the following two PIM-sync scenarios:
More here: My First 24-hours With the Nokia N900 |
Re: Contact Importing
Well, I managed to get the Address Book app's data on my Mac into a single vCard and now the N900 has ingested it, so that's a start. Some form of sync is obviously desirable though.
|
SMS transfer from N95 to N900
Can anyone advise the method of transferring SMS from N95 to N900 without using the sim, and to maintain the "sent" and "received-date" details??
|
Re: SMS transfer from N95 to N900
Quote:
This Google search http://www.google.co.uk/search?q=sit...ient=firefox-a was how I found a set of topics, and then I looked for the highest numbered thread post--assuming that later posts will include the latest tips and techniques. |
Re: Contact Importing
Quote:
'Too many contacts' error. Guess I'll delete all and split it in two. |
All times are GMT. The time now is 03:50. |
vBulletin® Version 3.8.8