View previous topic :: View next topic |
Author |
Message |
mxcantor Newbie
Joined: 15 Jan 2005 Posts: 3
|
Posted: Sat Jan 15, 2005 6:31 am Post subject: |
|
|
Was able to get my 802SE to show up in iSync using jonas' trick, BUT:
if the iSync can connect to the phone when it starts, it will crash. Solution is to turn off bluetooth when launching isync.
And then, when I sync, iSync connects for about 20 seconds, but then comes up with the usual erorr pane, bu thte text field is empty. I think this may be a brick wall I'm running into. I can't think of a solution unless apple open sources isync tomorrow (unlikely). By the way, can mobilesync use the apple address book or just entourage?
Max |
|
Back to top |
|
 |
mikael_hegardt Newbie
Joined: 07 Feb 2005 Posts: 2 Location: Lund, Sweden
|
Posted: Mon Feb 07, 2005 2:08 am Post subject: |
|
|
[quote="mxcantor"]Was able to get my 802SE to show up in iSync using jonas' trick, BUT:
if the iSync can connect to the phone when it starts, it will crash. Solution is to turn off bluetooth when launching isync.
And then, when I sync, iSync connects for about 20 seconds, but then comes up with the usual erorr pane, bu the text field is empty. I think this may be a brick wall I'm running into. I can't think of a solution unless apple open sources isync tomorrow (unlikely). By the way, can mobilesync use the apple address book or just entourage?
Max[/quote]
Maybee I can shed some light on this problem - I've been working as a consultant with the V800 camera, so I have access to the developers inside SonyEricsson. I talked to the software guys about the iSync problem and from what they can see the protocol/syntax is OK from their side, but iSync doesn't agree on it and crashes. Apple has been notified of this, but the only reaction from Apple was that they dont support the V800 (yet).
So until Apple decides to patch iSync the V800 won't be supported using iSync...
/Mikael |
|
Back to top |
|
 |
gadget007 Newbie
Joined: 11 Feb 2005 Posts: 14 Location: London, UK
|
Posted: Fri Feb 11, 2005 8:01 pm Post subject: |
|
|
from the above, some ppl seem to be having success w/ V800 & isync. I tried the tips above, deleting the pairing, adding to the BT file, then re-pair from the V800. this gets the V800 into isync. but isync crashes when u try to open, as the above poster said - switch off bluetooth, open isync, then start bluetooth on the apple again. then press sync, and it all seems to go ok until a failed error comes up from isync. :cry:
as other ppl have managed to get it working ok, there must be a work around - no? :idea: |
|
Back to top |
|
 |
sacapo Newbie
Joined: 12 Feb 2005 Posts: 9
|
Posted: Sat Feb 12, 2005 7:09 pm Post subject: |
|
|
[quote="mxcantor"]Was able to get my 802SE to show up in iSync using jonas' trick, BUT:
if the iSync can connect to the phone when it starts, it will crash. Solution is to turn off bluetooth when launching isync.
And then, when I sync, iSync connects for about 20 seconds, but then comes up with the usual erorr pane, bu thte text field is empty. I think this may be a brick wall I'm running into. I can't think of a solution unless apple open sources isync tomorrow (unlikely). By the way, can mobilesync use the apple address book or just entourage?
Max[/quote]
I have the same problem, when i turn off the bluetooth the phone appears in isync but doesn´t work.....
regards |
|
Back to top |
|
 |
whokilledkaji Newbie
Joined: 16 Feb 2005 Posts: 9 Location: Japan
|
Posted: Wed Feb 16, 2005 3:33 am Post subject: |
|
|
Ouch! I was all ready to go out and buy the 802SE today... Why wouldn't this Japanese phone be the same as the V800? The Nokia 702nk seems to work fine, right?
Hmm... Anybody have any luck? |
|
Back to top |
|
 |
igareth Newbie
Joined: 22 Feb 2005 Posts: 1
|
Posted: Tue Feb 22, 2005 11:55 am Post subject: isync Crash - Possible Fix |
|
|
Hello,
I have followed through all of the notes in this forum with no luck. - After a little while playing and a few stabs in the dark I have it working.
If you can turn off Bluetooth, then open isync and see the V800, this should get it to sync.
Firstly, all files that we edit you should BACKUP just to be safe.
Secondly, I assume you have followed the previous instructions a
Close isync, open the following file in text edit /Library/Application Support/SyncService/[b]501[/b]/BTConduitDefaults.plist
NOTE : I have a folder called 501 this may not be the case on you machine, look in the folders that you have until you find the file.
Towards the bottom of this file I had the following :
<dict>
<key>kBTConduitIRMCChannelIDKey</key>
<integer>8</integer>
<key>kNSSyncDeviceID</key>
<string>00-0f-de-93-34-d5</string>
<key>kNSSyncDeviceShouldSlowSyncCalendars</key>
<true/>
<key>kNSSyncDeviceShouldSlowSyncContacts</key>
<true/>
<key>kNSSyncDeviceUseCalendars</key>
<true/>
<key>kNSSyncDeviceUseContacts</key>
<true/>
</dict>
What I did was to copy this section in to another text edit document, then replace it with the following, [b]the bits in bold are what I have edited, with the kNSSyncDeviceID string being taken from the text we copied into the new text edit documents[/b]
<dict>
<key>kBTConduitIRMCChannelIDKey</key>
<integer>8</integer>
<key>kBTConduitModelKey</key>
<string>[b]V800[/b]</string>
<key>kBTEmptyFolderIsOkayReally</key>
<true/>
<key>kBTFilteringDestinationFolderName</key>
<string>Untitled</string>
<key>kNSSyncConduitFilteringContactGroupMap</key>
<dict>
<key>A928BEA8-F9A9-11D8-92ED-000A95D87870:ABGroup</key>
<dict>
<key>kNSSyncConduitFilteringContactGroupName</key>
<string>Group Name</string>
</dict>
</dict>
<key>kNSSyncDeviceID</key>
<string>[b]00-0f-de-93-34-d5<[/b]/string>
<key>kNSSyncDeviceName</key>
<string>[b]V800[/b]</string>
<key>kNSSyncDeviceShouldSlowSyncCalendars</key>
<true/>
<key>kNSSyncDeviceShouldSlowSyncContacts</key>
<true/>
<key>kNSSyncDeviceUseCalendars</key>
<false/>
<key>kNSSyncDeviceUseContacts</key>
<true/>
</dict>
So just to recap, edit the file in /Library/Application Support/SyncService/501/BTConduitDefaults.plist
Copy off the last part as shown above. Then add the second part above using the device id from the old part of the file. Save document, open up isync and cross your fingers.
Hope this is of help, sorry if it doesn't make sense.
[b]G.[/b] |
|
Back to top |
|
 |
sacapo Newbie
Joined: 12 Feb 2005 Posts: 9
|
Posted: Tue Feb 22, 2005 1:20 pm Post subject: |
|
|
oh it works perfectly!! you are a genius!! :lol: :lol:
Thanks a lot for giving us the solution
regards |
|
Back to top |
|
 |
tmhayes Newbie
Joined: 22 Feb 2005 Posts: 3
|
Posted: Tue Feb 22, 2005 9:30 pm Post subject: V800 syncing with Mac |
|
|
This tip works, thanks a million igareth and jonas. I couldn't get the v800 to sync without igareths additional information.
You must follow the procedure Jonas posted at the begining of the thread.
Then open the plist located in the 501 folder as described by igareth.
Your plist may look radically different to that shown by igareth. Mine was. It didn't contain a huge amount of extra data.
But in my case I just modifed the position of the first 'V800' shown in igareths modified plist above, my file had 'unknown' in the location I needed to modify. The start of my plist file looked like this:
<key>kBTConduitIRMCChannelIDKey</key>
<integer>8</integer>
<key>kBTConduitModelKey</key>
<string>unknown</string>
<key>kBTEmptyFolderIsOkayReally</key>
<true/>
I just changed 'unknown' to V800, saved the file (after making sure I had a backup!) and it worked. See the following,
<integer>8</integer>
<key>kBTConduitModelKey</key>
<string>V800</string>
My V800 now syncs perfectly. Thanks again to Jonas and igareth.
Last edited by tmhayes on Thu Feb 24, 2005 2:43 pm; edited 1 time in total |
|
Back to top |
|
 |
gadget007 Newbie
Joined: 11 Feb 2005 Posts: 14 Location: London, UK
|
Posted: Thu Feb 24, 2005 2:29 pm Post subject: |
|
|
Right, have followed all the above, but in bit of a pickle now. i can get past Johan's step 7, in that isync finds my V800. BUT if i try open isync with bluetooth on, it crashes. so i turn off bluetooth, open isync, turn BT back on, then it finds the V800, press sync, it gets thru bookmarks, etc ok, but hangs once it gets to contacts. and then isync crashes. here's by BTconduit file, any one spot the error, or help? thanks.
UW PICO(tm) 2.5 File: /System/Library/SyncServices/BTConduit.bundle/Contents/Resources/BTConduit_phones.plist Modified
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>+CGMI
SIEMENS--separator--+CGMM
S55</key>
<string>bttool</string>
<key>+CGMI
SIEMENS--separator--+CGMM
S56</key>
<string>bttool</string><key>ERICSSON --separator--1130102-BVT39m</key>
<string>bttool</string>
<key>ERICSSON --separator--1130101-BVR520m</key>
<string>bttool</string>
<key>ERICSSON --separator--1130201-BVT68</key>
<string>bttool</string>
<key>ERICSSON --separator--1130202-BVT68</key>
<string>bttool</string>
<key>SONY ERICSSON--separator--1250101-BVT608</key>
<string>bttool</string>
<key>SONY ERICSSON--separator--AAB-1021011-BV</key>
<string>bttool</string>
<key>SONY ERICSSON--separator--AAB-1021011-CN</key>
<string>bttool</string>
<key>SONY ERICSSON--separator--AAB-1031011-BV</key>
<string>bttool</string>
<key>SONY ERICSSON--separator--AAB-1021031-BV</key>
<string>bttool</string>
<key>SONY ERICSSON--separator--AAB-1021031-CN</key>
<string>bttool</string>
<key>SONY ERICSSON--separator--AAB-1021012-BV</key>
<string>bttool</string>
<key>SONY ERICSSON--separator--AAB-1021012-CN</key>
<string>bttool</string>
<key>Sony Ericsson--separator--AAD-3011011-BV</key>
<string>bttool</string>
<key>Sony Ericsson--separator--AAB-1021041-BV</key>
<string>bttool</string>
<key>Sony Ericsson--separator--AAB-1021041-CN</key>
<string>bttool</string>
<key>Sony Ericsson--separator--AAD-3021011-BV</key>
<string>bttool</string>
<dict>
<key>kBTConduitIRMCChannelIDKey</key>
<integer>8</integer>
<key>kBTConduitModelKey</key>
<string>V800</string>
<key>kBTEmptyFolderIsOkayReally</key>
<true/>
<key>kBTFilteringDestinationFolderName</key> |
|
Back to top |
|
 |
tmhayes Newbie
Joined: 22 Feb 2005 Posts: 3
|
Posted: Thu Feb 24, 2005 2:41 pm Post subject: problem with V800 |
|
|
Hi, after follwoing the instructions given by Jonas you need to stop and follow the instructions issued by igareth above. It is the combination of the 2 that allow the v800 to work with 10.3.8 (my system, and it may apply to eartlier versions of 10.3 as well). I had the same problem you had until I also followed igareths instructions.
remember there are 2 verions of teh BTConduit things that have to be modified, one mentioned by Jonas and the other by igareth, and it looks as if you are only modifying one of them.
Above I posted the things I had to change in the second BTConduit.plist and it looked slightly different to the one posted by igareth. I found I only had to change one item in the second plist to get isync working with the file.
Hope that helps,
Tom. |
|
Back to top |
|
 |
niji Newbie
Joined: 04 Jan 2005 Posts: 2
|
Posted: Sun Feb 27, 2005 7:33 pm Post subject: |
|
|
sacapo: did you say that you got the above 2 step solution to work with an 802se from japan?
if so, i wonder if you or someone else could post a copy of both of the two files that you modify in order to get it to iSync. i have modified my copies of both files so much that it still does not work with my 802se.
thanks in advance. |
|
Back to top |
|
 |
sacapo Newbie
Joined: 12 Feb 2005 Posts: 9
|
Posted: Sun Feb 27, 2005 9:33 pm Post subject: |
|
|
hi, my phone version is:
prgCXC 1250046_EU_1_V
software version: CXC 125834 R1F
Personalitation: CDA 102286/8 R2A
cxc 1250055 R1J002 R1J002
1EQW
EU_4
Now , i have got this:
<key>kBTConduitIRMCChannelIDKey</key>
<integer>8</integer>
<key>kBTConduitModelKey</key>
<string>V800</string>
<key>kBTEmptyFolderIsOkayReally</key>
<true/>
<key>kBTFilteringDestinationFolderName</key>
<string>Personal</string>
<key>kNSSyncConduitFilteringContactGroupMap</key>
<dict/>
<key>kNSSyncDeviceID</key>
<string>00-0f-de-90-55-e2</string>
<key>kNSSyncDeviceName</key>
<string>V800 Cuco</string>
<key>kNSSyncDeviceShouldSlowSyncCalendars</key>
<true/>
<key>kNSSyncDeviceShouldSlowSyncContacts</key>
<false/>
<key>kNSSyncDeviceUseCalendars</key>
<false/>
<key>kNSSyncDeviceUseContacts</key>
<true/>
regards, and i´m sorry mi english |
|
Back to top |
|
 |
whokilledkaji Newbie
Joined: 16 Feb 2005 Posts: 9 Location: Japan
|
Posted: Mon Feb 28, 2005 7:42 am Post subject: |
|
|
Anybody get the 802se to work yet? |
|
Back to top |
|
 |
sacapo Newbie
Joined: 12 Feb 2005 Posts: 9
|
Posted: Tue Mar 01, 2005 12:46 am Post subject: |
|
|
well, i have got a problem, when i try to sync it seems work but when search any contact y me phone does not appear... ??'
regards |
|
Back to top |
|
 |
tmhayes Newbie
Joined: 22 Feb 2005 Posts: 3
|
Posted: Tue Mar 01, 2005 3:03 pm Post subject: V800 btconduitdefault.plist file |
|
|
Hi Sacapo,
here is my btconduitdefault.plist file located in the 501 folder which is working for me:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>kBTConduitIRMCChannelIDKey</key>
<integer>8</integer>
<key>kBTConduitModelKey</key>
<string>V800</string>
<key>kBTEmptyFolderIsOkayReally</key>
<false/>
<key>kBTFilteringDestinationFolderID</key>
<string>F 130787694.90</string>
<key>kBTFilteringDestinationFolderName</key>
<string>Home</string>
<key>kNSSyncConduitFilteringContactGroupMap</key>
<dict/>
<key>kNSSyncDeviceID</key>
<string>00-0f-de-92-15-f3</string>
<key>kNSSyncDeviceName</key>
<string>V800</string>
<key>kNSSyncDeviceShouldSlowSyncCalendars</key>
<false/>
<key>kNSSyncDeviceShouldSlowSyncContacts</key>
<false/>
<key>kNSSyncDeviceUseCalendars</key>
<true/>
<key>kNSSyncDeviceUseContacts</key>
<true/>
</dict>
</array>
</plist>
The two <string> items will be unique for your phone (F 130787694.90 and 00-0f-de-92-15-f3). If you don't have a line with something like F 130787694.90 in it, do not worry, it was not there in my file when I first opened it, I think it is added after the first sync.
I think your problem is as follows:
where YOUR btconduit files says
<string>V800 Cuco</string> ,
you need to CHANGE it to
<string>V800</string>
I hope that helps,
Tom. |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|