Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Fix iSync support for Motorola V220' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Fix iSync support for Motorola V220
Authored by: richfbrown on Jun 20, '05 06:25:56PM
The following worked (10.4.1) for my V180 phone from Cingular:

<key>com.motorola.V180</key>
	<dict>
		<key>Identification</key>
		<dict>
			<key>com.apple.cgmi+cgmm</key>
			<array>
				<string>"Motorola CE, Copyright 2000"+"GSM900","GSM1800","GSM1900","MODEL=V180"</string>
				<string>"Motorola CE, Copyright 2000"+"GSM900","GSM1800","GSM1900","GSM850","MODEL=V180"</string>
				<string>"Motorola CE, Copyright 2000"+"GSM900","GSM1900","GSM850","MODEL=V180"</string>
			</array>
			<key>com.apple.gmi+gmm</key>
			<array>
				<string>"Motorola CE, Copyright 2000"+"GSM900","GSM1800","GSM1900","MODEL=V180"</string>
				<string>"Motorola CE, Copyright 2000"+"GSM900","GSM1800","GSM1900","GSM850","MODEL=V180"</string>
				<string>"Motorola CE, Copyright 2000"+"GSM900","GSM1900","GSM850","MODEL=V180"</string>
			</array>
		</dict>


[ Reply to This | # ]