iPhone: Unexpected results if importing SIM contacts from a Sony Ericsson phone


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS iPhone: Unexpected results if importing SIM contacts from a Sony Ericsson phone
# 1  
Old 11-11-2008
iPhone: Unexpected results if importing SIM contacts from a Sony Ericsson phone

Symptom 1After importing your SIM contacts from a Sony Ericsson phone to an original iPhone or iPhone 3G, syncing the contacts from the iPhone to a Microsoft Exchange Server over-the-air might result in the following symptom: The contact entry/entries that were synced from the iPhone to the Exchange Server will not have the phone number displayed for that contact.Symptom 2After importing your SIM contacts from a Sony Ericsson phone to an original iPhone or iPhone 3G, syncing the contacts from the iPhone to Microsoft Outlook using iTunes with the USB cable might result in the following symptom: The phone number for the contact entry will be displayed in the "Other" category field rather than "Work", "Home", or "Mobile."

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unexpected Results

Hello, When I run this script, here's what I get: Searching ... found 1111 2222 3333 ..... 7777 ..... 8888 9999 in 95_test Search completed. I expected only to see what number was found in the file, not including the ones not found. Thanks for your help! #!/bin/sh (1 Reply)
Discussion started by: SSims
1 Replies
Login or Register to Ask a Question
sendsms(1)							      gnokii								sendsms(1)

NAME
sendsms - command line tool to send SMSes using gnokii SYNOPSIS
sendsms [OPTIONS] DESCRIPTION
sendsms allows you to send a SMS using gnokii not knowing the syntax of gnokii command. It is written using dialog and allows to send a text SMS choosing recipients from the phone address book or entering it manually. OPTIONS Available options: [--debug|-D] May bother with more debugging messages. For debugging purpose. --simul[ate], -S Simulation mode. Doesn't really send SMS by phone. Only simulates. For debugging purpose. --forceSMread, -s Forces sendsms to read phonebook from SIM card, and to parse the generated file in order to update the numbers' list (useful only if required to pickup number from the phone's memory). See NOTE. --forceMEread, -m Forces sendsms to read phonebook from phone memory, and to parse the generated file in order to update the numbers' list (useful only if required to pickup number from the phone's memory). See NOTE. --skipgnokiicheck, -K Skip the test of the presence of binary 'gnokii'. (It must be somewhere in your $PATH). It allows you to try this script program, even if you don't have 'gnokii' already. ;) --smsset, --setsms Allows you to preset a SMS message from STDIN. (pipe or input redirection). This message will be proposed on the 'SMS message' field during the program input cycle. --help, -h, /h display this help and exit --version, -V output version information and exit" NOTE: If you require to pickup number from phone's memory (or from SIM card), for the first time, it anyway reads phonebook from your mobile phone. (It may take a while... please, be patient ;-) BUGS
None reported. AUTHOR
Sendsms was written by Gabriele Zappi - Rimini <gzappi@inwind.it>. This manual page was written by Pawel Kot. COPYING
This program is distributed under the GNU Public License. SEE ALSO
gnokii Pawel Kot August 29, 2003 sendsms(1)