(* Edited 11/20/2011 DS - Good news - this old posting from early 2009 can now easily be accomplished using Verizon tools:
To sync Outlook to Verizon phone: (1) Set up Backup Assistant on the phone; (2) Use Backup Assistant to import Outlook contacts .csv; (3) sync should happen automatically. For instructions on generating a .csv from Outlook, see instructions below.*)
Recently, I posted the code I had used to import my Verizon Backup Assistant contacts into Outlook, so I didn't have to re-enter all my contacts manually. I originally wrote it because I needed it for my Blackberry Storm, but really it's usable for any phone that uses Outlook to sync up Contacts. Also the original script required Firefox, and I've rewritten it to be browser neutral.
I'll repeat the steps, revised for IE and non-Storm specific.
You will need MS Outlook, obviously, since that's what we're targeting. (that's what the Storm and many other smartphones use to sync contacts). And of course you'll have to have your old contacts backed up using Verizon Backup Assistant, since that's our source for contacts.
Here's a step-by-step overview of how to do it:
- Make sure you are running Firefox Version 3 and above or IE Version 7 or above. (If you have earlier versions, You can still test them out for me, and I've supplied a feedback link).
- Go to http://www.verizonwireless.com/backupassistant
- Select "Print Address Book" (must allow popups)
- Select all page text (Ctrl+a)
- Copy (Ctrl+c)
- Go to the Backup Assistant to Outlook conversion script page
- Paste text into top textbox
- Click the "Convert to Outlook CSV text" button
- Select all text from bottom text box
- Create a new text file using Notepad/Wordpad, paste in text
- Save the file with .csv extension
- (you may want to examine this file in Excel before importing to Outlook)
- Also, you may want to think about adding email and other info into the spreadsheet now - it's way easier to do it here than in Outlook.
- Open Outlook, select File... Import and Export... Import from another program or file
- Select Comma separated files (Windows)
- Browse to the .csv file choose overwrite or duplicate
- For destination folder, select "Contacts", select next, finish.
Edited 6/15/09 DS - Some browsers have problems processing the headers:
"I think the problem is you shouldn't do "CRTL+A" and get *everything*. Just highlight starting at the first entry and continue to the last one. Don't include "Backup Assistant Contacts", "Print Address Book", "Name", and so on."
You should now see your newly created contacts in Outlook.
Optional Steps for Blackberry users to import from Outlook -> Blackberry:
- Now plug your Storm into your PC/Laptop
- Launch Desktop Manager
- Select the synchronize button/area
- Set up synchronization for contacts
- Synchronize
All of your Outlook Contacts should now appear under your Blackberry Contacts.