Everything iPhone iPhone Accessory Store iPhone news iPhone accessory reviews iPhone forums


Go Back   iPhone 3G | iPod touch Forums > Wireless Carriers > AT&T

Notices

iPhone versions available: Enhanced | Light



Reply
 
Thread Tools Display Modes
Old 07-03-2007, 07:48 PM   #11 (permalink)
 
Join Date: Jul 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default I got my PhoneBook onto the IPhone from a Razr. Here's How.

I had purchased the Motorola software that allowed the ability to upload Ringtones to the RAZR two years ago. Well it also allows archiving the RAZR Phonebook to the PC and merge it to an existing Windows Outlook Express "WAB" file.

I merged my RAZR Phonebook with my Outlook Express in what took a half an hour for the PC to do. But when it was done. I then did a selectively Sync through ITunes for a "Windows Address Book".

Bingo ! It worked.

I had already written down two hundred numbers on a Big Chief Tablet in prep of spending July 4th on the couch with finger cramps. Not so. I think I spent $20 two years ago for the Motorola software.

Hope this helps someone. I spent all day yesterday working through it. And my local ATT was worthless, as well. They even gave me the UME software that errored out when I tried to port the phonebook over to the PC.

Last edited by alpinerose; 07-03-2007 at 08:27 PM.
alpinerose is offline   Reply With Quote
Old 07-04-2007, 12:25 AM   #12 (permalink)
 
Join Date: Jul 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default The answer...

The .PBB is Microsoft Mail (NT4.0)...

I finally got this info off of another forum, and it works so thought I would share it here...

1. Download a Content Manager, I downloaded one from Cellebriteusa.net: http://cellebriteusa.net/contentmanager/
2. Extract and open the program
3. select Contacts > Open Phonebook
4. select the .pbb file
5. select Contacts > Export and select either Outlook or Outlook Express

Then go to Itunes, connect your Iphone, click the info tab, select the Contacts and Calendar buttons and choose Sync...

Hope this helps, for those who haven't manually entered their phone numbers yet.
kristiefix is offline   Reply With Quote
Old 07-04-2007, 03:43 AM   #13 (permalink)
 
Join Date: Jul 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default tranferring contacts

easy. do you have bluetooth on your computer? i have a macbook, and i just synched it with my old razor, very easy and self-explanatory. then i synched my iphone with my itunes, duh, like you do every night i suppose, and now i have my 500 contacts or however many they are, in my iphone.

if no bluetooth, sorry i can't help.

good luck!

m
freundmeister is offline   Reply With Quote
Old 07-05-2007, 02:29 PM   #14 (permalink)
 
Join Date: Jul 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by kristiefix View Post
The .PBB is Microsoft Mail (NT4.0)...

I finally got this info off of another forum, and it works so thought I would share it here...

1. Download a Content Manager, I downloaded one from Cellebriteusa.net: http://cellebriteusa.net/contentmanager/
2. Extract and open the program
3. select Contacts > Open Phonebook
4. select the .pbb file
5. select Contacts > Export and select either Outlook or Outlook Express

Then go to Itunes, connect your Iphone, click the info tab, select the Contacts and Calendar buttons and choose Sync...

Hope this helps, for those who haven't manually entered their phone numbers yet.
I gave up trying and spent my 4th of July holiday manually entering all of the contact info from the old razr phone.
aidanjax is offline   Reply With Quote
Old 07-11-2007, 02:19 AM   #15 (permalink)
M P
 
Join Date: Jul 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Success.......

Thanks kristiefix. The answer worked like a charm.........

Quote:
Originally Posted by kristiefix View Post
The .PBB is Microsoft Mail (NT4.0)...

I finally got this info off of another forum, and it works so thought I would share it here...

1. Download a Content Manager, I downloaded one from Cellebriteusa.net: http://cellebriteusa.net/contentmanager/
2. Extract and open the program
3. select Contacts > Open Phonebook
4. select the .pbb file
5. select Contacts > Export and select either Outlook or Outlook Express

Then go to Itunes, connect your Iphone, click the info tab, select the Contacts and Calendar buttons and choose Sync...

Hope this helps, for those who haven't manually entered their phone numbers yet.
M P is offline   Reply With Quote
Old 08-08-2007, 11:00 PM   #16 (permalink)
 
Join Date: Aug 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default UME contacts transfer solution

Unfortunately, this solution doesn't work on a Mac. I haven't been able to find a solution that does, so I'm putting one together. At a minimum, if you're familiar with grep (or have Text Wrangler, which allows grep-style replace and search), here's how you can convert your .pbb file to a text file that can be imported by Address Book:

delete header ('CELLPBKb100' in my case)
[^a-z^A-Z^0-9] -> null
([a-z])([A-Z]) -> \1 \2
([a-zA-Z])([0-9]) -> \1\t\2
([0-9])([a-zA-Z])-> \1\r\2
Import to Address Book. Define 1st field as 'first name', 2nd field as 'Phone(mobile)'. Uncheck 'Ignore first card'.


Note -- I used this piece of software to find the file format: http://www.versiontracker.com/php/dl...rter-2.1.2.dmg

I'd love for a few people to send me .pbb files so I can make sure that my solution is universal. You can reach me at egg at pumpkinhollow dot net.
eggsyntax is offline   Reply With Quote
Old 08-09-2007, 12:53 AM   #17 (permalink)
 
Join Date: Aug 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default UME contacts transfer solution

Update: I've taken this information and incorporated it into a perl script. You can download the script here or copy & paste the following. Make the file executable and run it as: 'pbbfix inputfilename outputfilename' where inputfilename is the .pbb file you received from AT&T and outputfilename is an arbitrarily named file which should be importable to Address Book as a text file. In case it's not obvious, I make no warranty of any kind that this software will do anything at all. It's a quick fix; you may have to hack about in it; alternately, it may destroy your Mac forever; not my problem.

#!/usr/bin/env perl


# (cc) 2007 Egg Syntax: Noncommercial-Attribution-ShareAlike
# egg@pumpkinhollow.net http://www.novonon.com


# This code is intended for Mac users who have purchased an iPhone
# and gotten their old contacts on a flash drive from AT&T in .pbb
# format, which is pretty much readable on mswindows systems only.
# make the file executable and run it with your .pbb file as the
# inputfilename and the output file (named by outputfilename) will
# be a text file importable by Address Book.
# Good luck! At the moment, this is based entirely on the .pbb file
# I received, so it may not be universal. If it doesn't work on
# your system, feel free to send a copy of you .pbb file to my
# email address (see above) and maybe I'll try to change the code
# so that it works on yours as well. Alternately, feel free to
# muck with it yourself. For commercial uses, please contact me...
# although if you're in this for a living, you certainly ought
# to be able to recreate my code ;P


if ($#ARGV != 1) {
print "usage: pbbfix inputfilename outputfilename\n";
exit;
}
$filein = $ARGV[0];
$fileout = $ARGV[1];
open(OF, $filein);
open(NF, ">$fileout");
$firstlines = 0;
while ($line = <OF>) {
if ($firstlines < 2) { $line = "\n" }
$line =~ s/[^a-zA-Z0-9]//g;
$line =~ s/([a-z])([A-Z])/\1 \2/g;
$line =~ s/([a-zA-Z])([0-9])/\1\t\2/g;
$line =~ s/([0-9])([a-zA-Z])/\1\n\2/g;
print NF $line;
$firstlines++;

}
close(OF);
close(NF);
eggsyntax is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
iPhone Sync deletes Address Book Contacts wow533 Mac and iPhone 4 10-11-2007 09:03 PM
How to transfer contacts from Nokia phone to iPHone? jreif iPhone 7 09-09-2007 05:33 PM
has anyone been able to transfer palm 680 contacts & calender to iphone on mac novfilms iPhone 8 08-04-2007 06:58 PM
Iphone syncs contacts outside selected address book group. jonnydestination iPhone 0 07-28-2007 02:15 AM
How do I transer my contacts (ATT UME solution) cfarag iPhone 0 07-02-2007 12:07 AM


All times are GMT. The time now is 06:56 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Integrated by BBpixel ©2004-2008, jvbPlugin
Android forums

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53