Ok, so I've actually gotten a bit farther with this, but need some help or some input, preferably from an Apple person, but anyone who thinks he knows what he's talking about might help.
I found the gmi and gmm by connecting to the /dev/cu.usbmodem3B11 terminal and running at+gmi and at+gmm, and I got:
 |
Quote: |
 |
|
|
|
|
|
|
|
|
|
at
OK
at+gmi
+GMI: "Motorola"
at+gmm
+GMM: "L Series" |
|
 |
|
 |
|
USB Prober and the System Profiler list the Vendor Product ID as 0x22B8/0x3802. Which, if you look at the MetaClasses.plist file, shares the same ID as the C330. Weird. So, I edited the C330 entry because I didn't want to have duplicate ID's in that file to avoid problems. Here's what I have:
 |
Quote: |
 |
|
|
|
|
|
|
|
|
|
<key>com.motorola.A768i</key>
<dict>
<key>Identification</key>
<dict>
<key>com.apple.gmi+gmm</key>
<string>"Motorola"+L Series</string>
</dict>
<key>InheritsFrom</key>
<array>
<string>com.motorola.usb.0x22B8/0x3802</string>
</array>
<key>Services</key>
<array>
<dict>
<key>ServiceName</key>
<string>com.apple.model</string>
<key>ServiceProperties</key>
<dict>
<key>ModelName</key>
<string>A768i</string>
<key>PhoneIcon</key>
<string>MOTC330.tiff</string>
</dict>
</dict>
</array>
</dict> |
|
 |
|
 |
|
However, when running iSync from the command line so I can see errors, I get this:
 |
Quote: |
 |
|
|
|
|
|
|
|
|
|
$ ./iSync
2005-08-09 23:53:57.332 iSync[6826] AYLogger: Logging WARNINGs
2005-08-09 23:53:57.335 iSync[6826] AYLogger: Logging IMPORTANTs
2005-08-09 23:53:57.336 iSync[6826] AYLogger: Logging INFOs
23:53:59.272 [iSync:6826] ERROR (.usb): Error in identification operation of <IPHUSBConnection 0x5bb7d0 [com.motorola.usb.0x22B8/0x3802/(null)]>:
: NSError "Unknown Error (Error sent by device)" Domain=IPHATErrorDomain Code=500 UserInfo={NSLocalizedDescription = "Unknown Error (Error sent by device)"; } |
|
 |
|
 |
|
This device does sync fine with the included software on a PC. But, I just cannot get it to work with iSync. Any ideas at all? I gotta get this thing syncing or I'm gonna sell it.