I had the same problem, thanks for your help!
For everyone:
I changed the scripts a little bit and packed them, together with the template
and awk scripts, in one archive.
You can unpack it to ~/bin/syncml/ and change the phone ID and paths (directory
you unpacked to & path to the config file y
Be-aware, that sometimes the phone will not accept connections via
bluetooth.
Quite often I have to connect to the PC from the phone and then they
seem to be happy to sync with each other.
--
Selecting channel for SyncMLClient
https://bugs.launchpad.net/bugs/376845
You received this bug notifica
Hi,
I can confirm this issue:
after phone restart channel changed from 7 to 4!!
I haven't tested your scripts jet.
But I don't know if multisync is the right package for this report.
I use multisync0.90, the GUI for the opensync framework.
--
Selecting channel for SyncMLClient
https://bugs.launc
00:24:7C:31:78:C8
x_x
0
PC Suite
1
1
2
1
0
0
5
0
Contacts
Calendar
Notes
--
Selecting channel for SyncMLClient
https://bugs.launchpad.net/bugs/376845
You rec
This is the XML template file I created - note Bluetooth channel is
"x_x" - awk replaces this place holder with the correct values
** Attachment added: "syncml-obex-client.conf"
http://launchpadlibrarian.net/26942483/syncml-obex-client.conf
--
Selecting channel for SyncMLClient
https://bugs.l
Update the openync XML file with the correct channel number for
syncMLClient
** Attachment added: "replace_sdl_channel.sh"
http://launchpadlibrarian.net/26942443/replace_sdl_channel.sh
--
Selecting channel for SyncMLClient
https://bugs.launchpad.net/bugs/376845
You received this bug notificat
#! /bin/bash
HOME=/home/kylea
LOGNAME=kylea
awk -f extract_syncmlclient.awk /home/kylea/Desktop/sdptool.log >
output.in
awk -f extract_channel_no.awk output.in | awk '{print $2}' > output2.in
cat output2.in | xargs ./replace_sdl_channel.sh >
/home/kylea/.opensync-0.22/group1/2/syncml-obex-client
** Attachment added: "extract_channel_no.awk"
http://launchpadlibrarian.net/26942423/extract_channel_no.awk
--
Selecting channel for SyncMLClient
https://bugs.launchpad.net/bugs/376845
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
/home/kylea/Scripts/extract_sdpserver_channel.sh
does all the awk and other stuff
** Attachment added: "extract_sdpserver_channel.sh"
http://launchpadlibrarian.net/26942403/extract_sdpserver_channel.sh
--
Selecting channel for SyncMLClient
https://bugs.launchpad.net/bugs/376845
You received
For what its worth I made up some scripts to fix this - run as a cron
job a reboot.
stored in a dir called Scripts under home dir
/home/user_id/Scripts/
The script (check_sdptool_status.sh) basically does this
sdptool browse 00:24:7C:31:78:C8 > /home/kylea/Desktop/sdptool.log
# The it Process
Service Name: SyncMLClient
Here it is on Channel 8
few hours later after a restart
Service RecHandle: 0x1001a
Service Class ID List:
UUID 128: 0002--1000-8000-0002ee02
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 8
"OBEX" (0x0008)
Language Base A
Here it is on Channel 5
Service Name: SyncMLClient
Service RecHandle: 0x10006
Service Class ID List:
UUID 128: 0002--1000-8000-0002ee02
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 5
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x454e
12 matches
Mail list logo