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


Click here to return to the '10.4: Add Motorola V710 Bluetooth support to iSync' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Add Motorola V710 Bluetooth support to iSync
Authored by: mihansb on Mar 26, '06 09:35:22AM

Have a really strange error now. Set up both Isync and RTT correct and worked for a couple of days. Now receiving this error when synching v710:
Cannot connect to the device. Requested channel with properties (UUID <<1103>>) not found
Device "Motorola Phone" synchronization failed

Only thing modded to Tiger was addition of Maxtor One Touch 2 external drive. Now no sync or modem capability. Tried to remove and re-pair phone with Tiger. Still no synching. Anybody run into this issue?
Thanks.



[ Reply to This | # ]
10.4: Add Motorola V710 Bluetooth support to iSync
Authored by: seetobylive on Mar 30, '06 06:40:45PM

I have the exact same problem with my razr!! I got it all set up and was syncing my calendar with ease and then it suddenly stopped!! I got that same error message, and I too have just set up an external harddrive! I am very curious to hear if there is a solution to this.



[ Reply to This | # ]
10.4: Add Motorola V710 Bluetooth support to iSync
Authored by: canoeberry on Apr 04, '06 12:45:07AM

This has stopped working as of the 10.4.6 update to Mac OS X. I think we're screwed.



[ Reply to This | # ]
10.4: Add Motorola V710 Bluetooth support to iSync
Authored by: justgregit on Apr 04, '06 08:03:21AM

yeah this isn't working anymore for me either... if someone else figures it out please let me know!



[ Reply to This | # ]
10.4: Add Motorola V710 Bluetooth support to iSync
Authored by: cfcek2 on Apr 04, '06 01:02:07PM

Sorry - I meant to add that when I tried to sync after the update, it wouldn't work for me either, but when I removed the device in iSync and then reapplied the information in the .plis file and then readded the device, it worked for me.



[ Reply to This | # ]
10.4: Add Motorola V710 Bluetooth support to iSync
Authored by: cfcek2 on Apr 04, '06 12:50:12PM

Did you reapply the V710 hack or just try to sync after the update?



[ Reply to This | # ]
10.4: Add Motorola V710 Bluetooth support to iSync
Authored by: MacGeekDave on Apr 04, '06 03:16:28PM

All's well for me after reapplying the patch.
I went in this time using Property List Editor (I've learned to love it for editing these things).
There was an interesting bit, though. I encountered an entry entitled Services. (Beneath the InheritsFrom array) One of the entries (the number zero) was the setting for the icon. The other was a setting for com.apple.bluetooth. The Service Properties was entitled "DisableBluetooth" and its boolean value apparently defaulted to "Yes." Before trying to sync up, I changed this value to "No."
I'll never know if it made a difference or whether it was a dynamic setting, but... for the text-only kids... make sure your Metaclasses.plist entry resembles this:

<key>com.motorola.V710</key>
<dict>
<key>Identification</key>
<dict>
<key>com.apple.gmi+gmm</key>
<string>Motorola CE, Copyright 2000+Motorola CDMA v710 Phone</string>
</dict>
<key>InheritsFrom</key>
<array>
<string>com.motorola.usb-bt.0x22B8/0x4902</string>
</array>
<key>Services</key>
<array>
<dict>
<key>ServiceName</key>
<string>com.apple.model</string>
<key>ServiceProperties</key>
<dict>
<key>ModelIcon</key>
<string>MOTV710.tiff</string>
<key>ModelName</key>
<string>V710</string>
</dict>
</dict>
<dict>
<key>ServiceName</key>
<string>com.apple.bluetooth</string>
<key>ServiceProperties</key>
<dict>
<key>DisableBluetooth</key>
<false/>
</dict>
</dict>
</array>
</dict>

paying particular attention to the ServiceProperties key.



[ Reply to This | # ]
10.4: Add Motorola V710 Bluetooth support to iSync
Authored by: TheCrunge on Apr 14, '06 09:51:46AM

This did indeed fix the problem, thanks.



[ Reply to This | # ]
10.4: Add Motorola V710 Bluetooth support to iSync
Authored by: mha on May 20, '06 07:27:33PM

this worked for me also just today. i saw a similar reference to not disabling bluetooth in
http://forums.macrumors.com/showthread.php?t=193555



[ Reply to This | # ]