Donate any amount via Amazon.com Honor System - fully refundable for 7 days.
Google
 
www smithii.com
 

Motorola Phone Tools 4.0.4 doesn't transfer home phone numbers

I was importing a vCard file, and found that the Motorola Phone Tools software didn't transfer any of the home phone numbers.

To fix this, I loaded the .vcf into my text editor, and changed all occurances of

TEL;HOME:

to

TEL;HOME;VOICE:

and saved the file. I then imported the data as usual.



Then when attempting to voice dial, the phone was choosing to dial email addresses and fax numbers, so I wrote the perl script palm2pebl.pl:

s/^TEL;HOME.*:/TEL;HOME;VOICE:/;
s/^X-Palm-Custom1.*:/NICKNAME:/;
/^EMAIL/ && next;
/FAX/ && next;
print;

which I run via:

perl -ni.bak palm2pebl.pl $1

This script is available here.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

hello

You are absolutely right !!!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
 
Donate any amount via Amazon.com Honor System - fully refundable for 7 days.
Google
 
www smithii.com
 
Special thanks to Riester Rente Online for a generous donation!