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


Click here to return to the 'Some Verizon V710s have a different ID' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Some Verizon V710s have a different ID
Authored by: aardvarko on May 29, '06 11:45:11PM
My V710 is com.motorola.usb-bt.0x22B8/0x2A22 rather than /0x4902. If iSync still won't touch your V710 after the parent hack - try adding this to MetaClasses.plist at the same level as the existing com.motorola.usb.0x22B8/0x4902 key, preferably with something like PlistEditPro:

	<key>com.motorola.usb-bt.0x22B8/0x2A22</key>
	<dict>
		<key>InheritsFrom</key>
		<array>
			<string>com.motorola.usb.0x22B8/0x4902</string>
			<string>family.com.motorola.p2k.usb-bt</string>
		</array>
		<key>Services</key>
		<array/>
	</dict>
how'd I figure this out? Check console.log for something similar to the following:

00:46:44.446 [iSync:445] ERROR (.plugin.metaclass): No plugin for 
meta class with name com.motorola.usb-bt.0x22B8/0x2A22
00:46:44.446 [iSync:445] ERROR (.plugin): Can't find description for 
metaclass with name com.motorola.usb-bt.0x22B8/0x2A22
00:46:44.455 [iSync:445] ERROR (.plugin.metaclass): Can't find 
metaclass (null). Will use fallback metaclass com.apple.unsupported-
model


[ Reply to This | # ]