Re: [SailfishDevel] SyncML profile Nokia Services what is the difference

2019-07-11 Thread deloptes
forgot to paste this

https://wiki.merproject.org/wiki/Buteo/SyncML


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SyncML profile Nokia Services what is the difference

2019-07-11 Thread deloptes
Tone Kastlunger wrote:

> and me again;
> it appears the PC Suite plugin is marked as EXPERIMENTAL on the make
> files; needless to say, this EXPERIMENTAL option is not enabled by the
> configure of the bluez5 project.
> 
> 
> 

Cool! thank you for researching and in the sense sharing some work.
Unfortunately it got too late. I am looking forward to investigate all
options. From what you write it seems that a closer look at the obex code
needs to be taken.

Regarding your comment on OBEX File Transfer. I am not sure if this is
really needed. Fact is that it is missing :) and I can not copy files via
BT/Obex.

I now looked at https://syncevolution.org/wiki/sync-your-phone-bluetooth and
it says sdptool search --bdaddr ${BtAddress} SYNCML should find a client.

If interested have a look at "Usage Models"
https://syncevolution.org/development/direct-synchronization-aka-syncml-server

"With OBEX (Bluetooth, USB, IrDA), the roles are reversed. The user controls
the SyncML server on the "smart" device (PC, netbook) and asks it to
contact the "dumb" device (phone)." 

So perhaps it is doing the right thing trying to connect the client on the
phone. I may need to have a closer look at the client then.

and here: https://en.wikipedia.org/wiki/OBject_EXchange
SyncML
SyncML can synchronize phonebooks, calendars, notes, and other data. In
its OBEX binding, the target of the CONNECT object is
{'S', 'Y', 'N', 'C', 'M', 'L', '-', 'S', 'Y', 'N', 'C'}; a session then
consists in a sequence of PUT-GET pairs where nameless XML or WBXML files
are sent and received, in turn.

very interesting 

regards

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SyncML profile Nokia Services what is the difference

2019-07-11 Thread Tone Kastlunger
and me again;
it appears the PC Suite plugin is marked as EXPERIMENTAL on the make files;
needless to say, this EXPERIMENTAL option is not enabled by the configure
of the bluez5 project.



On Fri, Jul 12, 2019 at 12:00 AM Tone Kastlunger 
wrote:

> ..and more stuff can be found from the obexd/plugins folder:
>
> https://git.sailfishos.org/mer-core/bluez5/tree/master/obexd/plugins
>
>
> On Thu, Jul 11, 2019 at 11:42 PM Tone Kastlunger <
> users.giulie...@gmail.com> wrote:
>
>> PS from here:
>>
>>
>> https://git.sailfishos.org/mer-core/bluez5/blob/master/test/get-obex-capabilities
>> it seems you can get some obex capabilities (although I have yet to be
>> able to do so);
>>
>> also, have a look at  /usr/libexec/obexd-wrapper (shell script); it
>> allows for tracing of obexd activity apparently.
>>
>>
>>
>> On Thu, Jul 11, 2019 at 11:29 PM Tone Kastlunger <
>> users.giulie...@gmail.com> wrote:
>>
>>> > IMO it is missing OBEX File Transfer Profile.
>>> Is this profile supposed to be used for non-file data (i.e. contacts)
>>> as well?
>>> There seems to be some file-related test cases in the repo of bluez5
>>>
>>> https://git.sailfishos.org/mer-core/bluez5/blob/master/test/list-folders
>>>
>>> On Thu, Jul 11, 2019 at 9:45 PM deloptes  wrote:
>>>
 Tone Kastlunger wrote:

 > It seems obexd might have some issues with bluez5 yes (as it's
 labeled as
 > conflicting):
 >
 >

 https://git.sailfishos.org/mer-core/obexd/commit/6e9de8842715dec6e3b4348d6a076dbf247fa43b
 >
 > Now Im in no way an expert on obex / obexd. So if someone has more
 intel,
 > please share!

 Please distinguish obex for bluez4 from obex for bluez5. At the moment
 on a
 test device I have installed:

 # pkcon --filter installed get-packages  | grep bluez
 Installedbluez5-5.47+git11-1.7.2.jolla.armv7hl (installed)
 Installedbluez5-libs-5.47+git11-1.7.2.jolla.armv7hl (installed)
 Installedbluez5-obexd-5.47+git11-1.7.2.jolla.armv7hl (installed)
 Installedbluez5-obexd-tools-5.47+git11-1.7.2.jolla.armv7hl
 (installed)
 Installedbluez5-obexd-tracing-5.47+git11-1.7.2.jolla.armv7hl
 (installed)
 Installedbluez5-tools-5.47+git11-1.7.2.jolla.armv7hl (installed)
 Installedbluez5-tracing-5.47+git11-1.7.2.jolla.armv7hl (installed)
 Installeddroid-config-f5121-bluez5-1.2.6-1.12.5.jolla.armv7hl
 (installed)
 Installedkf5bluezqt-bluez5-5.24.0+git15-1.3.1.jolla.armv7hl
 (installed)
 Installedkf5bluezqt-bluez5-debuginfo-5.25.0+git17-1.armv7hl
 (installed)
 Installed
 kf5bluezqt-bluez5-declarative-5.24.0+git15-1.3.1.jolla.armv7hl
 (installed)
 Installedstatefs-provider-bluez-0.3.17-1.3.1.jolla.armv7hl
 (installed)

 # pkcon --filter installed get-packages  | grep obex
 Installedbluez5-obexd-5.47+git11-1.7.2.jolla.armv7hl (installed)
 Installedbluez5-obexd-tools-5.47+git11-1.7.2.jolla.armv7hl
 (installed)
 Installedbluez5-obexd-tracing-5.47+git11-1.7.2.jolla.armv7hl
 (installed)
 Installedobex-capability-0.0.2-1.3.2.jolla.armv7hl (installed)
 Installedobexd-calldata-provider-0.1.1-1.3.1.jolla.armv7hl
 (installed)
 Installedobexd-contentfilter-helper-0.0.2-1.2.1.jolla.noarch
 (installed)
 Installedopenobex-0.1.4-1.2.1.jolla.armv7hl (installed)
 Installedopenobex-debuginfo-0.1.4-1.2.1.jolla.armv7hl (installed)
 Installedopenobex-debugsource-0.1.4-1.2.1.jolla.armv7hl (installed)


 IMO it is missing OBEX File Transfer Profile. I see it is supported in
 kf5bluezqt, but I do not see anything providing this or similar. Same
 for
 the misterious Nokia SyncML Server (NSYNCML) in sdptool.

 OBEX is used to provide session management for the transfer of files.
 But it is not likely that I will be able to look into this by Monday.

 BTW: The patch I shared makes buteo-syncfw talk to bluez5.

 regards

 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to
 devel-unsubscr...@lists.sailfishos.org
>>>
>>>
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SyncML profile Nokia Services what is the difference

2019-07-11 Thread Tone Kastlunger
..and more stuff can be found from the obexd/plugins folder:

https://git.sailfishos.org/mer-core/bluez5/tree/master/obexd/plugins


On Thu, Jul 11, 2019 at 11:42 PM Tone Kastlunger 
wrote:

> PS from here:
>
>
> https://git.sailfishos.org/mer-core/bluez5/blob/master/test/get-obex-capabilities
> it seems you can get some obex capabilities (although I have yet to be
> able to do so);
>
> also, have a look at  /usr/libexec/obexd-wrapper (shell script); it allows
> for tracing of obexd activity apparently.
>
>
>
> On Thu, Jul 11, 2019 at 11:29 PM Tone Kastlunger <
> users.giulie...@gmail.com> wrote:
>
>> > IMO it is missing OBEX File Transfer Profile.
>> Is this profile supposed to be used for non-file data (i.e. contacts)  as
>> well?
>> There seems to be some file-related test cases in the repo of bluez5
>>
>> https://git.sailfishos.org/mer-core/bluez5/blob/master/test/list-folders
>>
>> On Thu, Jul 11, 2019 at 9:45 PM deloptes  wrote:
>>
>>> Tone Kastlunger wrote:
>>>
>>> > It seems obexd might have some issues with bluez5 yes (as it's labeled
>>> as
>>> > conflicting):
>>> >
>>> >
>>>
>>> https://git.sailfishos.org/mer-core/obexd/commit/6e9de8842715dec6e3b4348d6a076dbf247fa43b
>>> >
>>> > Now Im in no way an expert on obex / obexd. So if someone has more
>>> intel,
>>> > please share!
>>>
>>> Please distinguish obex for bluez4 from obex for bluez5. At the moment
>>> on a
>>> test device I have installed:
>>>
>>> # pkcon --filter installed get-packages  | grep bluez
>>> Installedbluez5-5.47+git11-1.7.2.jolla.armv7hl (installed)
>>> Installedbluez5-libs-5.47+git11-1.7.2.jolla.armv7hl (installed)
>>> Installedbluez5-obexd-5.47+git11-1.7.2.jolla.armv7hl (installed)
>>> Installedbluez5-obexd-tools-5.47+git11-1.7.2.jolla.armv7hl
>>> (installed)
>>> Installedbluez5-obexd-tracing-5.47+git11-1.7.2.jolla.armv7hl
>>> (installed)
>>> Installedbluez5-tools-5.47+git11-1.7.2.jolla.armv7hl (installed)
>>> Installedbluez5-tracing-5.47+git11-1.7.2.jolla.armv7hl (installed)
>>> Installeddroid-config-f5121-bluez5-1.2.6-1.12.5.jolla.armv7hl
>>> (installed)
>>> Installedkf5bluezqt-bluez5-5.24.0+git15-1.3.1.jolla.armv7hl
>>> (installed)
>>> Installedkf5bluezqt-bluez5-debuginfo-5.25.0+git17-1.armv7hl
>>> (installed)
>>> Installed
>>> kf5bluezqt-bluez5-declarative-5.24.0+git15-1.3.1.jolla.armv7hl
>>> (installed)
>>> Installedstatefs-provider-bluez-0.3.17-1.3.1.jolla.armv7hl
>>> (installed)
>>>
>>> # pkcon --filter installed get-packages  | grep obex
>>> Installedbluez5-obexd-5.47+git11-1.7.2.jolla.armv7hl (installed)
>>> Installedbluez5-obexd-tools-5.47+git11-1.7.2.jolla.armv7hl
>>> (installed)
>>> Installedbluez5-obexd-tracing-5.47+git11-1.7.2.jolla.armv7hl
>>> (installed)
>>> Installedobex-capability-0.0.2-1.3.2.jolla.armv7hl (installed)
>>> Installedobexd-calldata-provider-0.1.1-1.3.1.jolla.armv7hl
>>> (installed)
>>> Installedobexd-contentfilter-helper-0.0.2-1.2.1.jolla.noarch
>>> (installed)
>>> Installedopenobex-0.1.4-1.2.1.jolla.armv7hl (installed)
>>> Installedopenobex-debuginfo-0.1.4-1.2.1.jolla.armv7hl (installed)
>>> Installedopenobex-debugsource-0.1.4-1.2.1.jolla.armv7hl (installed)
>>>
>>>
>>> IMO it is missing OBEX File Transfer Profile. I see it is supported in
>>> kf5bluezqt, but I do not see anything providing this or similar. Same for
>>> the misterious Nokia SyncML Server (NSYNCML) in sdptool.
>>>
>>> OBEX is used to provide session management for the transfer of files.
>>> But it is not likely that I will be able to look into this by Monday.
>>>
>>> BTW: The patch I shared makes buteo-syncfw talk to bluez5.
>>>
>>> regards
>>>
>>> ___
>>> SailfishOS.org Devel mailing list
>>> To unsubscribe, please send a mail to
>>> devel-unsubscr...@lists.sailfishos.org
>>
>>
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SyncML profile Nokia Services what is the difference

2019-07-11 Thread Tone Kastlunger
PS from here:

https://git.sailfishos.org/mer-core/bluez5/blob/master/test/get-obex-capabilities
it seems you can get some obex capabilities (although I have yet to be able
to do so);

also, have a look at  /usr/libexec/obexd-wrapper (shell script); it allows
for tracing of obexd activity apparently.



On Thu, Jul 11, 2019 at 11:29 PM Tone Kastlunger 
wrote:

> > IMO it is missing OBEX File Transfer Profile.
> Is this profile supposed to be used for non-file data (i.e. contacts)  as
> well?
> There seems to be some file-related test cases in the repo of bluez5
>
> https://git.sailfishos.org/mer-core/bluez5/blob/master/test/list-folders
>
> On Thu, Jul 11, 2019 at 9:45 PM deloptes  wrote:
>
>> Tone Kastlunger wrote:
>>
>> > It seems obexd might have some issues with bluez5 yes (as it's labeled
>> as
>> > conflicting):
>> >
>> >
>>
>> https://git.sailfishos.org/mer-core/obexd/commit/6e9de8842715dec6e3b4348d6a076dbf247fa43b
>> >
>> > Now Im in no way an expert on obex / obexd. So if someone has more
>> intel,
>> > please share!
>>
>> Please distinguish obex for bluez4 from obex for bluez5. At the moment on
>> a
>> test device I have installed:
>>
>> # pkcon --filter installed get-packages  | grep bluez
>> Installedbluez5-5.47+git11-1.7.2.jolla.armv7hl (installed)
>> Installedbluez5-libs-5.47+git11-1.7.2.jolla.armv7hl (installed)
>> Installedbluez5-obexd-5.47+git11-1.7.2.jolla.armv7hl (installed)
>> Installedbluez5-obexd-tools-5.47+git11-1.7.2.jolla.armv7hl (installed)
>> Installedbluez5-obexd-tracing-5.47+git11-1.7.2.jolla.armv7hl
>> (installed)
>> Installedbluez5-tools-5.47+git11-1.7.2.jolla.armv7hl (installed)
>> Installedbluez5-tracing-5.47+git11-1.7.2.jolla.armv7hl (installed)
>> Installeddroid-config-f5121-bluez5-1.2.6-1.12.5.jolla.armv7hl
>> (installed)
>> Installedkf5bluezqt-bluez5-5.24.0+git15-1.3.1.jolla.armv7hl
>> (installed)
>> Installedkf5bluezqt-bluez5-debuginfo-5.25.0+git17-1.armv7hl
>> (installed)
>> Installed
>> kf5bluezqt-bluez5-declarative-5.24.0+git15-1.3.1.jolla.armv7hl
>> (installed)
>> Installedstatefs-provider-bluez-0.3.17-1.3.1.jolla.armv7hl (installed)
>>
>> # pkcon --filter installed get-packages  | grep obex
>> Installedbluez5-obexd-5.47+git11-1.7.2.jolla.armv7hl (installed)
>> Installedbluez5-obexd-tools-5.47+git11-1.7.2.jolla.armv7hl (installed)
>> Installedbluez5-obexd-tracing-5.47+git11-1.7.2.jolla.armv7hl
>> (installed)
>> Installedobex-capability-0.0.2-1.3.2.jolla.armv7hl (installed)
>> Installedobexd-calldata-provider-0.1.1-1.3.1.jolla.armv7hl (installed)
>> Installedobexd-contentfilter-helper-0.0.2-1.2.1.jolla.noarch
>> (installed)
>> Installedopenobex-0.1.4-1.2.1.jolla.armv7hl (installed)
>> Installedopenobex-debuginfo-0.1.4-1.2.1.jolla.armv7hl (installed)
>> Installedopenobex-debugsource-0.1.4-1.2.1.jolla.armv7hl (installed)
>>
>>
>> IMO it is missing OBEX File Transfer Profile. I see it is supported in
>> kf5bluezqt, but I do not see anything providing this or similar. Same for
>> the misterious Nokia SyncML Server (NSYNCML) in sdptool.
>>
>> OBEX is used to provide session management for the transfer of files.
>> But it is not likely that I will be able to look into this by Monday.
>>
>> BTW: The patch I shared makes buteo-syncfw talk to bluez5.
>>
>> regards
>>
>> ___
>> SailfishOS.org Devel mailing list
>> To unsubscribe, please send a mail to
>> devel-unsubscr...@lists.sailfishos.org
>
>
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SyncML profile Nokia Services what is the difference

2019-07-11 Thread Tone Kastlunger
> IMO it is missing OBEX File Transfer Profile.
Is this profile supposed to be used for non-file data (i.e. contacts)  as
well?
There seems to be some file-related test cases in the repo of bluez5

https://git.sailfishos.org/mer-core/bluez5/blob/master/test/list-folders

On Thu, Jul 11, 2019 at 9:45 PM deloptes  wrote:

> Tone Kastlunger wrote:
>
> > It seems obexd might have some issues with bluez5 yes (as it's labeled as
> > conflicting):
> >
> >
>
> https://git.sailfishos.org/mer-core/obexd/commit/6e9de8842715dec6e3b4348d6a076dbf247fa43b
> >
> > Now Im in no way an expert on obex / obexd. So if someone has more intel,
> > please share!
>
> Please distinguish obex for bluez4 from obex for bluez5. At the moment on a
> test device I have installed:
>
> # pkcon --filter installed get-packages  | grep bluez
> Installedbluez5-5.47+git11-1.7.2.jolla.armv7hl (installed)
> Installedbluez5-libs-5.47+git11-1.7.2.jolla.armv7hl (installed)
> Installedbluez5-obexd-5.47+git11-1.7.2.jolla.armv7hl (installed)
> Installedbluez5-obexd-tools-5.47+git11-1.7.2.jolla.armv7hl (installed)
> Installedbluez5-obexd-tracing-5.47+git11-1.7.2.jolla.armv7hl
> (installed)
> Installedbluez5-tools-5.47+git11-1.7.2.jolla.armv7hl (installed)
> Installedbluez5-tracing-5.47+git11-1.7.2.jolla.armv7hl (installed)
> Installeddroid-config-f5121-bluez5-1.2.6-1.12.5.jolla.armv7hl
> (installed)
> Installedkf5bluezqt-bluez5-5.24.0+git15-1.3.1.jolla.armv7hl (installed)
> Installedkf5bluezqt-bluez5-debuginfo-5.25.0+git17-1.armv7hl (installed)
> Installedkf5bluezqt-bluez5-declarative-5.24.0+git15-1.3.1.jolla.armv7hl
> (installed)
> Installedstatefs-provider-bluez-0.3.17-1.3.1.jolla.armv7hl (installed)
>
> # pkcon --filter installed get-packages  | grep obex
> Installedbluez5-obexd-5.47+git11-1.7.2.jolla.armv7hl (installed)
> Installedbluez5-obexd-tools-5.47+git11-1.7.2.jolla.armv7hl (installed)
> Installedbluez5-obexd-tracing-5.47+git11-1.7.2.jolla.armv7hl
> (installed)
> Installedobex-capability-0.0.2-1.3.2.jolla.armv7hl (installed)
> Installedobexd-calldata-provider-0.1.1-1.3.1.jolla.armv7hl (installed)
> Installedobexd-contentfilter-helper-0.0.2-1.2.1.jolla.noarch
> (installed)
> Installedopenobex-0.1.4-1.2.1.jolla.armv7hl (installed)
> Installedopenobex-debuginfo-0.1.4-1.2.1.jolla.armv7hl (installed)
> Installedopenobex-debugsource-0.1.4-1.2.1.jolla.armv7hl (installed)
>
>
> IMO it is missing OBEX File Transfer Profile. I see it is supported in
> kf5bluezqt, but I do not see anything providing this or similar. Same for
> the misterious Nokia SyncML Server (NSYNCML) in sdptool.
>
> OBEX is used to provide session management for the transfer of files.
> But it is not likely that I will be able to look into this by Monday.
>
> BTW: The patch I shared makes buteo-syncfw talk to bluez5.
>
> regards
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Fwd: [python/qml] packaging issues

2019-07-11 Thread Oskar Roesler via Devel

Am 11.07.19 um 20:59 schrieb E.S. Rosenberg:
>
>
> Op do 11 jul. 2019 om 21:51 schreef Oskar Roesler via Devel
> mailto:devel@lists.sailfishos.org>>:
>
> Am 11.07.19 um 20:43 schrieb E.S. Rosenberg:
>> Hi all,
>> I'm trying to build the gpodder package with the SDK and am
>> experiencing 2 issues that I haven't managed to solve yet.
>> 1. The package that gets built includes python bytecode files
>> (*.pyc and *.pyo)
>> 2. The package is architecture specific instead of "noarch"
>>
> As said in IRC, you have to specify this in the .spec file.
>
> Thanks, IRC was running on my aptop so I missed that :)
> I'll continue to monitor there for now.
>
>> I took the original gpodder and I added a .pro file so that the
>> SDK can work with it and removed the rpm spec file which the SDK
>> wants to autogenerate based on the .pro and the .yaml files as
>> far as I understand.
> If gpodder is a cmake-based project, you should can/should use
> .spec directly.
>
> I'm trying to make gpodder-sailfish build from the SDK, until now it
> was being built by SSH'ing into the buildenv and manually building,
> though that of course works I feel that it is a significant barrier to
> convenient and quick development.
Many projects work like that, cause not everyone likes QtCreator. And of
course, if you don't want qmake, you're forced to do that. In the end,
it's up to you.
> Strictly speaking it doesn't need any form of make, just a bunch of cp
> commands to copy the right files to the right locations.
>
>>
>> Any help on how to fix the two above issues would be welcome.
>>
>> Also does harbour accept mpris now or does the fact that the SDK
>> screams about that mean I have no chance of updating?
> Harbour still doesn't allow mpris.
>
> :/ Oh well openrepos it is then.
>
>>
>> Thanks,
>> Eli
>>
>> ___
>> SailfishOS.org Devel mailing list
>> To unsubscribe, please send a mail to 
>> devel-unsubscr...@lists.sailfishos.org 
>> 
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org
> 
>


signature.asc
Description: OpenPGP digital signature
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Fwd: [python/qml] packaging issues

2019-07-11 Thread E.S. Rosenberg
Op do 11 jul. 2019 om 21:51 schreef Oskar Roesler via Devel <
devel@lists.sailfishos.org>:

> Am 11.07.19 um 20:43 schrieb E.S. Rosenberg:
>
> Hi all,
> I'm trying to build the gpodder package with the SDK and am experiencing 2
> issues that I haven't managed to solve yet.
> 1. The package that gets built includes python bytecode files (*.pyc and
> *.pyo)
> 2. The package is architecture specific instead of "noarch"
>
> As said in IRC, you have to specify this in the .spec file.
>
Thanks, IRC was running on my aptop so I missed that :)
I'll continue to monitor there for now.

> I took the original gpodder and I added a .pro file so that the SDK can
> work with it and removed the rpm spec file which the SDK wants to
> autogenerate based on the .pro and the .yaml files as far as I understand.
>
> If gpodder is a cmake-based project, you should can/should use .spec
> directly.
>
I'm trying to make gpodder-sailfish build from the SDK, until now it was
being built by SSH'ing into the buildenv and manually building, though that
of course works I feel that it is a significant barrier to convenient and
quick development.
Strictly speaking it doesn't need any form of make, just a bunch of cp
commands to copy the right files to the right locations.

>
> Any help on how to fix the two above issues would be welcome.
>
> Also does harbour accept mpris now or does the fact that the SDK screams
> about that mean I have no chance of updating?
>
> Harbour still doesn't allow mpris.
>
:/ Oh well openrepos it is then.

>
> Thanks,
> Eli
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] Fwd: [python/qml] packaging issues

2019-07-11 Thread Oskar Roesler via Devel
Am 11.07.19 um 20:43 schrieb E.S. Rosenberg:
> Hi all,
> I'm trying to build the gpodder package with the SDK and am
> experiencing 2 issues that I haven't managed to solve yet.
> 1. The package that gets built includes python bytecode files (*.pyc
> and *.pyo)
> 2. The package is architecture specific instead of "noarch"
>
As said in IRC, you have to specify this in the .spec file.
> I took the original gpodder and I added a .pro file so that the SDK
> can work with it and removed the rpm spec file which the SDK wants to
> autogenerate based on the .pro and the .yaml files as far as I understand.
If gpodder is a cmake-based project, you should can/should use .spec
directly.
>
> Any help on how to fix the two above issues would be welcome.
>
> Also does harbour accept mpris now or does the fact that the SDK
> screams about that mean I have no chance of updating?
Harbour still doesn't allow mpris.
>
> Thanks,
> Eli
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


signature.asc
Description: OpenPGP digital signature
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SyncML profile Nokia Services what is the difference

2019-07-11 Thread deloptes
Tone Kastlunger wrote:

> It seems obexd might have some issues with bluez5 yes (as it's labeled as
> conflicting):
> 
>
https://git.sailfishos.org/mer-core/obexd/commit/6e9de8842715dec6e3b4348d6a076dbf247fa43b
> 
> Now Im in no way an expert on obex / obexd. So if someone has more intel,
> please share!

Please distinguish obex for bluez4 from obex for bluez5. At the moment on a
test device I have installed:

# pkcon --filter installed get-packages  | grep bluez
Installedbluez5-5.47+git11-1.7.2.jolla.armv7hl (installed)
Installedbluez5-libs-5.47+git11-1.7.2.jolla.armv7hl (installed)
Installedbluez5-obexd-5.47+git11-1.7.2.jolla.armv7hl (installed)
Installedbluez5-obexd-tools-5.47+git11-1.7.2.jolla.armv7hl (installed)
Installedbluez5-obexd-tracing-5.47+git11-1.7.2.jolla.armv7hl (installed)
Installedbluez5-tools-5.47+git11-1.7.2.jolla.armv7hl (installed)
Installedbluez5-tracing-5.47+git11-1.7.2.jolla.armv7hl (installed)
Installeddroid-config-f5121-bluez5-1.2.6-1.12.5.jolla.armv7hl
(installed)
Installedkf5bluezqt-bluez5-5.24.0+git15-1.3.1.jolla.armv7hl (installed)
Installedkf5bluezqt-bluez5-debuginfo-5.25.0+git17-1.armv7hl (installed)
Installedkf5bluezqt-bluez5-declarative-5.24.0+git15-1.3.1.jolla.armv7hl
(installed)
Installedstatefs-provider-bluez-0.3.17-1.3.1.jolla.armv7hl (installed)

# pkcon --filter installed get-packages  | grep obex
Installedbluez5-obexd-5.47+git11-1.7.2.jolla.armv7hl (installed)
Installedbluez5-obexd-tools-5.47+git11-1.7.2.jolla.armv7hl (installed)
Installedbluez5-obexd-tracing-5.47+git11-1.7.2.jolla.armv7hl (installed)
Installedobex-capability-0.0.2-1.3.2.jolla.armv7hl (installed)
Installedobexd-calldata-provider-0.1.1-1.3.1.jolla.armv7hl (installed)
Installedobexd-contentfilter-helper-0.0.2-1.2.1.jolla.noarch (installed)
Installedopenobex-0.1.4-1.2.1.jolla.armv7hl (installed)
Installedopenobex-debuginfo-0.1.4-1.2.1.jolla.armv7hl (installed)
Installedopenobex-debugsource-0.1.4-1.2.1.jolla.armv7hl (installed)


IMO it is missing OBEX File Transfer Profile. I see it is supported in
kf5bluezqt, but I do not see anything providing this or similar. Same for
the misterious Nokia SyncML Server (NSYNCML) in sdptool. 

OBEX is used to provide session management for the transfer of files.
But it is not likely that I will be able to look into this by Monday.

BTW: The patch I shared makes buteo-syncfw talk to bluez5. 

regards

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SyncML profile Nokia Services what is the difference

2019-07-11 Thread Tone Kastlunger
It seems obexd might have some issues with bluez5 yes (as it's labeled as
conflicting):

https://git.sailfishos.org/mer-core/obexd/commit/6e9de8842715dec6e3b4348d6a076dbf247fa43b

Now Im in no way an expert on obex / obexd. So if someone has more intel,
please share!

Best,
tk

On Thu, Jul 11, 2019 at 12:29 AM deloptes  wrote:

> Tone Kastlunger wrote:
>
> > I have always been suspecting Jolla using the missing BT export as
> > a lock-in technique; but even switching between sfos phones (jolla 1 ->
> > jolla c -> xperia x for me,
> > probably a xa2 coming up soon) is impossible as it is now, so that
> > (luckily) kills the theory.
> >
> > I'd be glad to be able to help, a (somewhat) working sync mechanism for
> > contacts & notes would
> > be extremely helpful already!
>
> I do not know about the background. I heard syncml is dead as no one of the
> companies involved in establishing the protocol are interested in this
> anymore. This, however, leaves us with one option less to express our
> freedom of choice and even worse there is no possible way to synchronize
> locally. I heard somehow that Windows/Android supposed to offer something
> for local synchronization, but I have no way to test this.
> My drama is that I was using N9 for 7y and it worked perfectly well ... now
> I am constantly out of sync :|
>
> From what I see is that a lot of stuff is missing in Sailfish X that was
> present in N9. From the services this is PC Suite, Obex File Transfer,
> SyncML Server/Client etc.
> I do not know if this is limitation by the kernel. I do not recall what was
> the status of bluez5 and obex in 3.9. I do not know how obexd was compiled.
>
> I see in the syncevolution logs following and I think something in the
> background is missing - perhaps outside of buteo
>
> >>> N9 <<<
>
> [2019-07-10 21:41:17.880] ready to sync
> [2019-07-10 21:41:17.880] starting SAN 12 auth 1B2M2Y8AsgTpgAmY7PhCfg==
> nonce SyncEvolution session 1 server PC Suite
> [2019-07-10 21:41:17.881] SAN datastore addressbook uri Contacts type 7
> mode
> 206
> [2019-07-10 21:41:17.881] ObexTransportAgent::wait(no reply)
> [2019-07-10 21:41:17.881] ObexTransportAgent::wait(): iteration
> [2019-07-10 21:41:17.881] ObexTransportAgent::wait(): iteration
> ...
> [2019-07-10 21:41:20.777] ObexTransportAgent::wait(): iteration
> [2019-07-10 21:41:20.777] Connecting Bluetooth device with address
> 40:98:4E:90:56:E3 and channel 25
> [2019-07-10 21:41:20.936] OBEX_EV_PROGRESS
> [2019-07-10 21:41:20.936] ObexTransportAgent::wait(): iteration
> [2019-07-10 21:41:21.432] OBEX_EV_REQDONE
> [2019-07-10 21:41:21.432] OBEX Transport: get header who from connect
> response with value SYNCML-SYNC
> [2019-07-10 21:41:21.432] ObexTransportAgent::wait(): is ready
> [2019-07-10 21:41:21.432] Server sending SAN
> ...
> [2019-07-10 21:41:20.777] ObexTransportAgent::wait(): iteration
> [2019-07-10 21:41:20.777] Connecting Bluetooth device with address
> 66:55:44:33:22:11 and channel 25
> [2019-07-10 21:41:20.936] OBEX_EV_PROGRESS
> [2019-07-10 21:41:20.936] ObexTransportAgent::wait(): iteration
> [2019-07-10 21:41:21.432] OBEX_EV_REQDONE
> [2019-07-10 21:41:21.432] OBEX Transport: get header who from connect
> response with value SYNCML-SYNC
> [2019-07-10 21:41:21.432] ObexTransportAgent::wait(): is ready
> [2019-07-10 21:41:21.432] Server sending SAN
>
> >>> Xperia X <<<
>
> [2019-07-09 23:25:31.041] ready to sync
> [2019-07-09 23:25:31.041] starting SAN 12 auth 1B2M2Y8AsgTpgAmY7PhCfg==
> nonce SyncEvolution session 1 server PC Suite
> [2019-07-09 23:25:31.041] SAN datastore addressbook uri Contacts type 7
> mode
> 206
> [2019-07-09 23:25:31.041] ObexTransportAgent::wait(no reply)
> [2019-07-09 23:25:31.041] ObexTransportAgent::wait(): iteration
> ...
> [2019-07-09 23:25:35.497] ObexTransportAgent::wait(): iteration
> [2019-07-09 23:25:35.497] Connecting Bluetooth device with address
> 11:22:33:44:55:66 and channel 25
> [2019-07-09 23:25:35.655] OBEX_EV_PROGRESS
> [2019-07-09 23:25:35.655] ObexTransportAgent::wait(): iteration
> [2019-07-09 23:25:35.660] OBEX_EV_LINKERR
> [2019-07-09 23:25:35.660] ObexTransportAgent::shutdown()
> [2019-07-09 23:25:35.660] ObexTransportAgent::wait(no reply)
> [2019-07-09 23:25:35.660] ObexTransportAgent::wait(): iteration
> [2019-07-09 23:25:53.765] ObexTransport: exception thrown in
> obex_fd_source_cb_impl
>
> You can try the attached patch against buteo-syncfw (master before commit
> 081a511) and tell me what you think.
> I will look forward to clean up the buteo-sync-plugins changes and
> hopefully
> source out the access to git soon. I am afraid I got the wrong access to
> bugzilla instead of git :|
>
> Also bear with me as I am not a pro-developer.
>
> regards
>
>
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org
___
SailfishOS.org Devel mailing list
To unsubscribe, 

[SailfishDevel] Sailfish OS, open source community collaboration meeting on 11th July at 08:00 UTC

2019-07-11 Thread Simonas Leleiva

Hi all,

Welcome to today's IRC meeting! This week's meeting will contain the
topics below, with the following agenda:

Date: 11/07/2019
Time: 08:00 UTC
Duration: Approximately 85 minutes
Chair: sledges
Location: #mer-meeting on freenode IRC
http://webchat.freenode.net/Topics:

- Intro (5 min)
- Status of allowing more APIs/apps/whatever to the official store (10 min)
- Feature für phonenumber blocking (5 min)
- End of BETA-Status for Xperia devices (15 min)
- Mechanism for teams to maintain apps in the store (10min)
- General discussion (10 min)
- Next meeting time & date (5 min)
--

More details on the topics can be found here:
https://together.jolla.com/question/54157/sailfishos-open-source-collaboration-meeting-planning/ 



Please familiarise yourself with them before the meeting, as well
as the common Meetbot commands https://wiki.debian.org/MeetBot (it's
used for meeting management and logging)

Cheers,
Sim
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SyncML topic revived

2019-07-11 Thread Damien Caliste
Hello,

Le Jeudi 11 juillet 2019, deloptes a écrit :
> > able to use the same credentials for all these services.
> 
> Thank you Slava, but it does not work
Is it working logging in bugs.merproject.org ? If so, what is not working, to 
log in git.sailfishos.org webpage or something else ? To push there, you need 
to log on the website and add your public SSH key, I guess you know. 

Have a nice day, 

Damien. 



> 
> Who can investigate?
> 
> regards
> 
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.or
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SyncML topic revived

2019-07-11 Thread deloptes
Slava Monich wrote:

> AFAIK it's the same LDAP behind bugs.merproject.org and
> git.merproject.org (or git.sailfishos.org these days), you should be
> able to use the same credentials for all these services.

Thank you Slava, but it does not work!

Who can investigate?

regards

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org