I got the family new phones for Christmas and the new ones are a lot more capable than the old ones. My new ones are the Motorola RIZR Z3. I've been tinkering with different ways of connecting them to Linux. I was hoping to find a phonebook application in Linux much like the Motorola Phone Tools but didn't find anything that suited my needs. I am able to connect to the file system on the phone and copy music files, pictures, and movies to and from the phone and I am able to connect to the modem in data mode without any trouble.
I noticed the phonebook and messages do not show up on the file system. I found out I can access them through the modem but not quite in the detail that the Phone Tools accesses them (but almost). I have been able to pull most of the phonebook and call data but I can't figure out how to get the categories. Also, if you use a nickname along with the real name only the nickname seems to get read.
Anyway, I pretty much just wrote it today and it's just a start. Maybe if other people are interested in it they can help pretty it up. It's functional but not pretty. Basically you just plug your phone into the USB port, click the "Import Phonebook" link and it will pull your phone information and the phonebook data into a MySQL database and you can then browse it in the web interface. It can keep data from multiple phones.
I guess next I need to make it so I can edit a record and add new records and push them back to the phone. I am pretty sure I can add records to the phonebook on the phone in a similar way but again I don't know if I can put the new or modified entry into a specific category or differentiate between the real name and a nickname.
I just put it up in *.tar.gz and *.rpm format here:
http://voidmain.is-a-geek.net/files/RPMS/phonebooktool/
It can be yum installed if you add the repo file to your /etc/yum.repos.d:
http://voidmain.is-a-geek.net/fedora/voidmain.repo
Here's a demo of the interface:
http://voidmain.is-a-geek.net/phone/
Again, it's not pretty, just a start. Click on the phone's number to pull up the list in the database that was retrieved from the phone. If you hover your mouse over the picture or ringtone icons it should pop up the name of the song or picture you have assigned to that contact.

