From: Robin A. <ro...@bi...> - 2008-12-16 03:52:34
|
On Monday 15 Dec 2008, Daniel Gollub wrote: > Stop. There is OBEX.... > > The SYNCML SDP record doesn't seem to be "visible" when doing regular > (broadcast) SDP query. Could you try latest syncml-ds-tool with "obex" > transport on channel 6 via Bluetooth.. Ok, I installed the SVN version and picked-up syncml-ds-tool. What test should I perform? -Robin -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain't no Ten Commandments an' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- |
From: Habib S. <hab...@ya...> - 2008-12-17 13:49:16
|
> > Could you attach a usb/bluetooth monitor/analyze tool in between. > E.g. usbsnoppy - see > http://libsyncml.opensync.org/wiki/obex-guide#USBTrafficsnifffromvendorsoftware > (most bluetooth interface connect via USB - even those in laptops...) > > If you have a USB-cable it's very the same... > Do you run Windows in a Virtual Machine? If not try usbsnoppy... > If so, and you have a recent kernel look if you have the kernel-module > "usbmon.ko" > # modprobe usbmon > > And check if your distro ships wireshark and libpcap with USB support. > If not you might have to build libpcap from CVS... > Dear Daniel, I also think that the best way of figuring out the problem of P1i is sniffing. I have a separate Windows box in my home with vendor software of P1i installed on it so I don't have to install any extra kernel module for my linux. So, I got the SonoopyPro-0.22 and ran it in Windows when my phone connected to a USB port. After running, it showed a list of USB devices but none of them was relevant to my mobile. Should I do any extra work? Is it right way for sniffing? By the way, the important stuff for me is just backing up my phone data. The way (Blutooth or USB) or Syncing two devices aren't important. If for example contacts information is stored in a file on mobile so that I can save this file in my PC and after any data losing, copying the file in the first place restores contacts information, please let me know. Cheers, Habib |
From: Daniel G. <dg...@su...> - 2008-12-16 07:21:13
|
On Tuesday 16 December 2008 04:52:23 Robin Atwood wrote: > On Monday 15 Dec 2008, Daniel Gollub wrote: > > Stop. There is OBEX.... > > > > The SYNCML SDP record doesn't seem to be "visible" when doing regular > > (broadcast) SDP query. Could you try latest syncml-ds-tool with "obex" > > transport on channel 6 via Bluetooth.. > > Ok, I installed the SVN version and picked-up syncml-ds-tool. What test > should I perform? Try a regular slow-sync of your contacts: # sycnml-ds-tool --slow-sync text/x-vcard Contacts -b $MAC 6 If follow doesn't work try: # sycnml-ds-tool --slow-sync text/x-vcard Contacts -b $MAC 6 --wbxml If above doesn't apply: # sycnml-ds-tool --slow-sync text/x-vcard Contacts -b $MAC 6 --wbxml --version "1.2" (Note: if your phone crashes during one of those, due a full power-cycle of the mobile - in doubt/to be 100% even remove battery. This could save you and us several hours of debugging when the mobile get in an inconsistent state due to one of the previous commands.) best regards, Daniel |
From: Robin A. <ro...@bi...> - 2008-12-16 08:57:17
|
On Tuesday 16 Dec 2008, Daniel Gollub wrote: > > Try a regular slow-sync of your contacts: > > # sycnml-ds-tool --slow-sync text/x-vcard Contacts -b $MAC 6 > $ syncml-ds-tool --slow-sync text/x-vcard Contacts -b 00:1C:A4:5A:73:D8 6 ** Message: ERROR: An internal I/O error occured. Forbidden (0x43) > If follow doesn't work try: > > # sycnml-ds-tool --slow-sync text/x-vcard Contacts -b $MAC 6 --wbxml $ syncml-ds-tool --slow-sync text/x-vcard Contacts -b 00:1C:A4:5A:73:D8 6 --wbxml ERROR: Command failed. The recipient encountered an unexpected condition which prevented it from fulfilling the request. Wbxml not enabled in this build > If above doesn't apply: > # sycnml-ds-tool --slow-sync text/x-vcard Contacts -b $MAC 6 --wbxml > --version "1.2" I rebooted the phone at this point. $ syncml-ds-tool --slow-sync text/x-vcard Contacts -b 00:1C:A4:5A:73:D8 6 --wbxml --version "1.2" ** Message: ERROR: An internal misconfiguration was detected. The OBEX client cannot connect to the configured device or resource (Not found - 0x44). HTH -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain't no Ten Commandments an' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- |
From: Daniel G. <dg...@su...> - 2008-12-16 09:21:43
|
On Tuesday 16 December 2008 09:57:06 Robin Atwood wrote: > On Tuesday 16 Dec 2008, Daniel Gollub wrote: > > Try a regular slow-sync of your contacts: > > > > # sycnml-ds-tool --slow-sync text/x-vcard Contacts -b $MAC 6 > > $ syncml-ds-tool --slow-sync text/x-vcard Contacts -b 00:1C:A4:5A:73:D8 6 > ** Message: ERROR: An internal I/O error occured. > Forbidden (0x43) > > > If follow doesn't work try: > > > > # sycnml-ds-tool --slow-sync text/x-vcard Contacts -b $MAC 6 --wbxml > > $ syncml-ds-tool --slow-sync text/x-vcard Contacts -b 00:1C:A4:5A:73:D8 > 6 --wbxml > ERROR: Command failed. The recipient encountered an unexpected condition > which prevented it from fulfilling the request. > Wbxml not enabled in this build Please retry this one - and rebuild libsyncml with latest released libwbxml http://libwbxml.opensync.org (i.e. 0.10.0). > > > If above doesn't apply: > > # sycnml-ds-tool --slow-sync text/x-vcard Contacts -b $MAC 6 --wbxml > > --version "1.2" > > I rebooted the phone at this point. > > $ syncml-ds-tool --slow-sync text/x-vcard Contacts -b 00:1C:A4:5A:73:D8 > 6 --wbxml --version "1.2" > ** Message: ERROR: An internal misconfiguration was detected. > The OBEX client cannot connect to the configured device or resource (Not > found - 0x44). best regards, Daniel |
From: Robin A. <ro...@bi...> - 2008-12-16 10:39:26
|
On Tuesday 16 Dec 2008, Daniel Gollub wrote: > Please retry this one - and rebuild libsyncml with latest released libwbxml > http://libwbxml.opensync.org (i.e. 0.10.0). I can only find 0.9.2 on Sourceforge, which is what I already have, -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain't no Ten Commandments an' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- |
From: Daniel G. <dg...@su...> - 2008-12-16 12:48:08
|
On Tuesday 16 December 2008 11:39:17 Robin Atwood wrote: > On Tuesday 16 Dec 2008, Daniel Gollub wrote: > > Please retry this one - and rebuild libsyncml with latest released > > libwbxml http://libwbxml.opensync.org (i.e. 0.10.0). > > I can only find 0.9.2 on Sourceforge, which is what I already have, http://libwbxml.opensync.org points to http://sourceforge.net/project/showfiles.php?group_id=245783 |
From: Daniel G. <dg...@su...> - 2008-12-16 15:10:50
|
On Tuesday 16 December 2008 16:04:10 Robin Atwood wrote: > On Tuesday 16 Dec 2008, you wrote: > > On Tuesday 16 December 2008 11:39:17 Robin Atwood wrote: > > > On Tuesday 16 Dec 2008, Daniel Gollub wrote: > > > > Please retry this one - and rebuild libsyncml with latest released > > > > libwbxml http://libwbxml.opensync.org (i.e. 0.10.0). > > > > > > I can only find 0.9.2 on Sourceforge, which is what I already have, > > > > http://libwbxml.opensync.org points to > > http://sourceforge.net/project/showfiles.php?group_id=245783 > > Ok, did that! Now... > > $ syncml-ds-tool --slow-sync text/x-vcard Contacts -b 00:1C:A4:5A:73:D8 > 6 --wbxml > ** Message: ERROR: An internal misconfiguration was detected. > The OBEX client cannot connect to the configured device or resource (Not > found - 0x44). (please, don't drop the list...) Could you run: obexftp -X -b $MAC Make sure you stripped IMEI and other sensitive stuff when sending this to the list... best regards, Daniel |
From: Robin A. <ro...@bi...> - 2008-12-16 15:33:51
|
On Tuesday 16 Dec 2008, Daniel Gollub wrote: > On Tuesday 16 December 2008 16:04:10 Robin Atwood wrote: > > Ok, did that! Now... > > > > $ syncml-ds-tool --slow-sync text/x-vcard Contacts -b 00:1C:A4:5A:73:D8 > > 6 --wbxml > > ** Message: ERROR: An internal misconfiguration was detected. > > The OBEX client cannot connect to the configured device or resource (Not > > found - 0x44). > > (please, don't drop the list...) Oops! > Could you run: obexftp -X -b $MAC > Make sure you stripped IMEI and other sensitive stuff when sending this to > the list... $ obexftp -X -b 00:1C:A4:5A:73:D8 Scanning for (null) ... Found: 00:1C:A4:5A:73:D8 Browsing 00:1C:A4:5A:73:D8 ... Connecting...done Receiving "(null)"... failed: (null) Disconnecting...done Nothing to sensitive there. FWIW, the Kdebluetooth filesystem browse and push utilities do work. -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain't no Ten Commandments an' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- |
From: Habib S. <hab...@ya...> - 2008-12-16 16:08:17
|
> > > > > Please retry this one - and rebuild libsyncml with latest released > > > > > libwbxml http://libwbxml.opensync.org (i.e. 0.10.0). > > > > > > > > I can only find 0.9.2 on Sourceforge, which is what I already have, > > > > > > http://libwbxml.opensync.org points to > > > http://sourceforge.net/project/showfiles.php?group_id=245783 > > Dear Daniel, First of all, thanks so much for your replies. Second, should we use only libwbxml 0.10.0 for syncml-ds-tool? I installed the devel package of 0.9.2 version which already is in the packages of Ubuntu. But when I use --wbxml parameter in syncml-ds-tool, it says "Wbxml not enabled in this build". Is it because of the version? > > Could you run: obexftp -X -b $MAC > Make sure you stripped IMEI and other sensitive stuff when sending this to the > list... I don't have any obexftp command By the way, if I use syncml-ds-tool without wbxml parameter, I encounter to this problem: ** Message: ERROR: Command failed. The recipient encountered an unexpected condition which prevented it from fulfilling the request. The answer was not received successfully (-1). And also, the mobile prompts a 13 error code. It's exactly the same as when I used multisync as I stated before. Cheers, Habib Seifzadeh |
From: Daniel G. <dg...@su...> - 2008-12-16 17:30:40
|
On Tuesday 16 December 2008 17:08:12 Habib Seifzadeh wrote: > > > > > > Please retry this one - and rebuild libsyncml with latest > > > > > > released libwbxml http://libwbxml.opensync.org (i.e. 0.10.0). > > > > > > > > > > I can only find 0.9.2 on Sourceforge, which is what I already have, > > > > > > > > http://libwbxml.opensync.org points to > > > > http://sourceforge.net/project/showfiles.php?group_id=245783 > > Dear Daniel, > First of all, thanks so much for your replies. > Second, should we use only libwbxml 0.10.0 for syncml-ds-tool? For latest libsyncml, yes. > I installed the devel package of 0.9.2 version which already is in the > packages of Ubuntu. But when I use --wbxml parameter in syncml-ds-tool, it > says "Wbxml not enabled in this build". Is it because of the version? > > > Could you run: obexftp -X -b $MAC > > Make sure you stripped IMEI and other sensitive stuff when sending this > > to the list... > > I don't have any obexftp command > > By the way, if I use syncml-ds-tool without wbxml parameter, I encounter to > this problem: JFYI, WBXML is very common when OBEX transport got used via Bluetooth. Not quite sure yet if this is wbxml compressed or not .. i hope to see this also with the obex/capabilities best regards, Daniel |
From: Daniel G. <dg...@su...> - 2008-12-16 17:22:16
|
On Tuesday 16 December 2008 16:33:37 Robin Atwood wrote: > On Tuesday 16 Dec 2008, Daniel Gollub wrote: > > On Tuesday 16 December 2008 16:04:10 Robin Atwood wrote: > > > Ok, did that! Now... > > > > > > $ syncml-ds-tool --slow-sync text/x-vcard Contacts -b 00:1C:A4:5A:73:D8 > > > 6 --wbxml > > > ** Message: ERROR: An internal misconfiguration was detected. > > > The OBEX client cannot connect to the configured device or resource > > > (Not found - 0x44). > > > > (please, don't drop the list...) > > Oops! > > > Could you run: obexftp -X -b $MAC > > Make sure you stripped IMEI and other sensitive stuff when sending this > > to the list... > > $ obexftp -X -b 00:1C:A4:5A:73:D8 $ obexftp -X -b 00:1C:A4:5A:73:D8 6 ^^ Could you try channel 6? |
From: Robin A. <ro...@bi...> - 2008-12-16 17:30:51
|
On Wednesday 17 Dec 2008, Daniel Gollub wrote: > On Tuesday 16 December 2008 16:33:37 Robin Atwood wrote: > > On Tuesday 16 Dec 2008, Daniel Gollub wrote: > > > On Tuesday 16 December 2008 16:04:10 Robin Atwood wrote: > > > > Ok, did that! Now... > > > > > > > > $ syncml-ds-tool --slow-sync text/x-vcard Contacts -b > > > > 00:1C:A4:5A:73:D8 6 --wbxml > > > > ** Message: ERROR: An internal misconfiguration was detected. > > > > The OBEX client cannot connect to the configured device or resource > > > > (Not found - 0x44). > > > > > > (please, don't drop the list...) > > > > Oops! > > > > > Could you run: obexftp -X -b $MAC > > > Make sure you stripped IMEI and other sensitive stuff when sending this > > > to the list... > > > > $ obexftp -X -b 00:1C:A4:5A:73:D8 > > $ obexftp -X -b 00:1C:A4:5A:73:D8 6 > ^^ > Could you try channel 6? $ obexftp -X -b 00:1C:A4:5A:73:D8 -B 6 Scanning for (null) ... Found: 00:1C:A4:5A:73:D8 Browsing 00:1C:A4:5A:73:D8 ... Connecting...done Receiving "(null)"... failed: (null) Disconnecting...done No change. -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain't no Ten Commandments an' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- |
From: Daniel G. <dg...@su...> - 2008-12-16 17:42:31
|
On Tuesday 16 December 2008 18:30:41 Robin Atwood wrote: > On Wednesday 17 Dec 2008, Daniel Gollub wrote: > > On Tuesday 16 December 2008 16:33:37 Robin Atwood wrote: > > > On Tuesday 16 Dec 2008, Daniel Gollub wrote: > > > > On Tuesday 16 December 2008 16:04:10 Robin Atwood wrote: > > > > > Ok, did that! Now... > > > > > > > > > > $ syncml-ds-tool --slow-sync text/x-vcard Contacts -b > > > > > 00:1C:A4:5A:73:D8 6 --wbxml > > > > > ** Message: ERROR: An internal misconfiguration was detected. > > > > > The OBEX client cannot connect to the configured device or resource > > > > > (Not found - 0x44). > > > > > > > > (please, don't drop the list...) > > > > > > Oops! > > > > > > > Could you run: obexftp -X -b $MAC > > > > Make sure you stripped IMEI and other sensitive stuff when sending > > > > this to the list... > > > > > > $ obexftp -X -b 00:1C:A4:5A:73:D8 > > > > $ obexftp -X -b 00:1C:A4:5A:73:D8 6 > > ^^ > > Could you try channel 6? > > $ obexftp -X -b 00:1C:A4:5A:73:D8 -B 6 > Scanning for (null) ... > Found: 00:1C:A4:5A:73:D8 > Browsing 00:1C:A4:5A:73:D8 ... > Connecting...done > Receiving "(null)"... failed: (null) > Disconnecting...done > > No change. I hoped for something like that... [...] <Service> <Name>SyncML</Name> <UUID>SYNCML-SYNC</UUID> <Version>1.1</Version> <Object> <Type>application/vnd.syncml+wbxml</Type> </Object> </Service> </Capability> ... anyway. It seems the P1i doesn't have obex/capabilities implemented. Could you add --dumpinfo to the syncml-ds-tool command line: sycnml-ds-tool --slow-sync text/x-vcard Contacts -b $MAC 6 --wbxml --dumpinfo I hope to get the SyncML capabilities dumped. Could you also store the SyncML message which got transferred for further analyze. mkdir /tmp/syncml_log/ export SYNCML_LOG=/tmp/syncml_log/ syncml-ds-tool --slow-sync And check if there are any files in /tmp/syncml_log - if there is any - check for DevInf XML tags... |
From: Robin A. <ro...@bi...> - 2008-12-16 19:56:36
|
> And check if there are any files in /tmp/syncml_log - if there is any - > check for DevInf XML tags... $ cd /tmp/syncml_log robin@opal syncml_log $ ll total 16 -rw-r--r-- 1 robin robin 137 2008-12-17 02:49 sent-0.wbxml -rw-r--r-- 1 robin robin 642 2008-12-17 02:49 sent-0.xml -rw-r--r-- 1 robin robin 137 2008-12-17 02:50 sent-1.wbxml -rw-r--r-- 1 robin robin 642 2008-12-17 02:50 sent-1.xml robin@opal syncml_log $ grep "DevInf" * robin@opal syncml_log $ -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain't no Ten Commandments an' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- |
From: Daniel G. <dg...@su...> - 2008-12-16 20:05:19
|
On Tuesday 16 December 2008 20:56:24 Robin Atwood wrote: > > And check if there are any files in /tmp/syncml_log - if there is any - > > check for DevInf XML tags... > > $ cd /tmp/syncml_log > robin@opal syncml_log $ ll > total 16 > -rw-r--r-- 1 robin robin 137 2008-12-17 02:49 sent-0.wbxml > -rw-r--r-- 1 robin robin 642 2008-12-17 02:49 sent-0.xml > -rw-r--r-- 1 robin robin 137 2008-12-17 02:50 sent-1.wbxml > -rw-r--r-- 1 robin robin 642 2008-12-17 02:50 sent-1.xml > robin@opal syncml_log $ grep "DevInf" * > robin@opal syncml_log $ Which syncml-ds-tool commaline was this? The one which returned 0x44? Do you have any chance to test if the sync work at all with the vendor software? best regards, Daniel |
From: Habib S. <hab...@ya...> - 2008-12-16 20:21:41
|
> > > And check if there are any files in /tmp/syncml_log - if there is any - > > > check for DevInf XML tags... > > > > $ cd /tmp/syncml_log > > robin@opal syncml_log $ ll > > total 16 > > -rw-r--r-- 1 robin robin 137 2008-12-17 02:49 sent-0.wbxml > > -rw-r--r-- 1 robin robin 642 2008-12-17 02:49 sent-0.xml > > -rw-r--r-- 1 robin robin 137 2008-12-17 02:50 sent-1.wbxml > > -rw-r--r-- 1 robin robin 642 2008-12-17 02:50 sent-1.xml > > robin@opal syncml_log $ grep "DevInf" * > > robin@opal syncml_log $ > > Which syncml-ds-tool commaline was this? The one which returned 0x44? For "syncml-ds-tool --slow-sync text/x-vcard Contacts -b $MAC 3" which makes my mobile to generate a 13 error code, I've got only a sent-0.xml file in /tmp/syncml_log directory which doesn't have any DevInf tag (Of course, my mobile SyncML channel is 3). > Do you have any chance to test if the sync work at all with the vendor > software? Yeah, my mobile software in Windows works perfectly in syncing. > > best regards, > Daniel |
From: Robin A. <ro...@bi...> - 2008-12-16 20:34:38
|
On Wednesday 17 Dec 2008, Daniel Gollub wrote: > On Tuesday 16 December 2008 20:56:24 Robin Atwood wrote: > > > And check if there are any files in /tmp/syncml_log - if there is any - > > > check for DevInf XML tags... > > > > $ cd /tmp/syncml_log > > robin@opal syncml_log $ ll > > total 16 > > -rw-r--r-- 1 robin robin 137 2008-12-17 02:49 sent-0.wbxml > > -rw-r--r-- 1 robin robin 642 2008-12-17 02:49 sent-0.xml > > -rw-r--r-- 1 robin robin 137 2008-12-17 02:50 sent-1.wbxml > > -rw-r--r-- 1 robin robin 642 2008-12-17 02:50 sent-1.xml > > robin@opal syncml_log $ grep "DevInf" * > > robin@opal syncml_log $ > > Which syncml-ds-tool commaline was this? The one which returned 0x44? Yes. > Do you have any chance to test if the sync work at all with the vendor > software? I only use Linux but I guess Sony Ericsson's top of the line smart phone probably works with Windows. :) -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain't no Ten Commandments an' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- |
From: Daniel G. <dg...@su...> - 2008-12-16 20:39:00
|
On Tuesday 16 December 2008 21:34:29 Robin Atwood wrote: > > Do you have any chance to test if the sync work at all with the vendor > > software? > > I only use Linux but I guess Sony Ericsson's top of the line smart phone > probably works with Windows. :) If i would have enough time i could you tell more then one story were i was debugging issues with various phones which weren't working even with the vendor software. And most of the time the phone just required a reboot, was wrong configured and even the vendor software was not working or the phone battery needs to be removed (no idea why).... or firmware upgrade. Btw. always a good idea - are you on latest greatest firmware? best regards, Daniel |
From: Robin A. <ro...@bi...> - 2008-12-17 12:48:16
|
On Wednesday 17 Dec 2008, you wrote: > Btw. always a good idea - are you on latest greatest firmware? Yes, I mentioned that in my original post to the thread. OBEX seems to work perfectly OK with the KDE ioslaves; see this image of my phone's file system being browsed. You can ftp via drag-n-drop as well. The kdebluetooth package depends on openobex and obexftp. http://www.binro.org/kde_obex.png HTH -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain't no Ten Commandments an' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- |
From: Daniel G. <dg...@su...> - 2008-12-17 13:06:47
|
On Wednesday 17 December 2008 13:48:00 Robin Atwood wrote: > On Wednesday 17 Dec 2008, you wrote: > > Btw. always a good idea - are you on latest greatest firmware? > > Yes, I mentioned that in my original post to the thread. OBEX seems to work > perfectly OK with the KDE ioslaves; see this image of my phone's file > system being browsed. You can ftp via drag-n-drop as well. The kdebluetooth > package depends on openobex and obexftp. The KIO-obex is about OBEX-ftp and/or obex-push. This is independent of your phones OBEX-SyncML implementation... |
From: Robin A. <ro...@bi...> - 2008-12-17 13:55:13
|
On Wednesday 17 Dec 2008, Daniel Gollub wrote: > On Wednesday 17 December 2008 13:48:00 Robin Atwood wrote: > > Yes, I mentioned that in my original post to the thread. OBEX seems to > > work perfectly OK with the KDE ioslaves; see this image of my phone's > > file system being browsed. You can ftp via drag-n-drop as well. The > > kdebluetooth package depends on openobex and obexftp. > > The KIO-obex is about OBEX-ftp and/or obex-push. This is independent of > your phones OBEX-SyncML implementation... Rats! -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain't no Ten Commandments an' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- |
From: Robin A. <ro...@bi...> - 2008-12-17 14:22:02
|
On Wednesday 17 Dec 2008, Robin Atwood wrote: > On Wednesday 17 Dec 2008, Daniel Gollub wrote: > > On Wednesday 17 December 2008 13:48:00 Robin Atwood wrote: > > > Yes, I mentioned that in my original post to the thread. OBEX seems to > > > work perfectly OK with the KDE ioslaves; see this image of my phone's > > > file system being browsed. You can ftp via drag-n-drop as well. The > > > kdebluetooth package depends on openobex and obexftp. > > > > The KIO-obex is about OBEX-ftp and/or obex-push. This is independent of > > your phones OBEX-SyncML implementation... > > Rats! The P1i is definitely supposed to support SYNCML (I read somewhere that it works with Funambol), so how do I go about testing the http option? -Robin -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain't no Ten Commandments an' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- |
From: Daniel G. <dg...@su...> - 2008-12-17 14:28:06
|
On Wednesday 17 December 2008 15:21:51 Robin Atwood wrote: > On Wednesday 17 Dec 2008, Robin Atwood wrote: > > On Wednesday 17 Dec 2008, Daniel Gollub wrote: > > > On Wednesday 17 December 2008 13:48:00 Robin Atwood wrote: > > > > Yes, I mentioned that in my original post to the thread. OBEX seems > > > > to work perfectly OK with the KDE ioslaves; see this image of my > > > > phone's file system being browsed. You can ftp via drag-n-drop as > > > > well. The kdebluetooth package depends on openobex and obexftp. > > > > > > The KIO-obex is about OBEX-ftp and/or obex-push. This is independent of > > > your phones OBEX-SyncML implementation... > > > > Rats! > > The P1i is definitely supposed to support SYNCML (I read somewhere that it > works with Funambol), so how do I go about testing the http option? SyncML via HTTP on the desktop has several downsides - one of them is the establishment of an IP connection. This is nothing which is easily to solve to make it work out of the box - that's the reason i was very interested getting the OBEX SyncML transport working for the P1i. Sure, go ahead give SyncML via HTTP a try... best regards, Daniel |
From: Robin A. <ro...@bi...> - 2008-12-17 17:05:07
|
On Wednesday 17 Dec 2008, you wrote: > SyncML via HTTP on the desktop has several downsides - one of them is the > establishment of an IP connection. This is nothing which is easily to solve > to make it work out of the box - that's the reason i was very interested > getting the OBEX SyncML transport working for the P1i. > > Sure, go ahead give SyncML via HTTP a try... I would like to but I am not sure how to proceed. Do I need a server? The doco on the opensync web site is not very helpful. -Robin -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain't no Ten Commandments an' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- |