Re: [SailfishDevel] Bluetooth service discovery not working since 1.1.2.16

2015-03-05 Thread Aaron McCarthy
Hi, On Thu, 5 Mar 2015 16:19:01 Richard Rondu wrote: > I have fixed Qt Bluetooth like you described and it's working, a new rpm is > under way. > > It's in my fork on github for those interested : > https://github.com/lainwir3d/qtconnectivity/commit/5f42edc7ce404db1a9fe95087 > bf6c0866df40771 >

Re: [SailfishDevel] Bluetooth service discovery not working since 1.1.2.16

2015-03-05 Thread Richard Rondu
Hi Hannu, I have fixed Qt Bluetooth like you described and it's working, a new rpm is under way. It's in my fork on github for those interested : https://github.com/lainwir3d/qtconnectivity/commit/5f42edc7ce404db1a9fe95087bf6c0866df40771 Thanks again for the help ! Richard On Thu, Mar 5, 2015

Re: [SailfishDevel] Bluetooth service discovery not working since 1.1.2.16

2015-03-04 Thread Hannu Mallat
Hi Richard, we recently made certain BlueZ D-Bus methods restricted to the privileged group. This was done because some operations, like creating or removing pairings, should happen only via the OS bluetooth UI. The method you noticed, org.bluez.Adapter.CreateDevice, is also in this list. Since y

Re: [SailfishDevel] Bluetooth service discovery not working since 1.1.2.16

2015-03-04 Thread Richard Rondu
Alright. Thanks Andrey ! On Wed, Mar 4, 2015 at 4:55 PM, Andrey Kozhevnikov wrote: > it doesn't require root, it require "privileged" group. but you need > jolla answer definetly, as i know only hacks :) > > 04.03.2015 20:50, Richard Rondu пишет: > > It works. > > Now I have to find why I don'

Re: [SailfishDevel] Bluetooth service discovery not working since 1.1.2.16

2015-03-04 Thread Richard Rondu
It works. Now I have to find why I don't have the necessary rights anymore to use this dbus interface since my app is in harbour and I guess I can't ask users to run the app as root ;-). On Wed, Mar 4, 2015 at 4:46 PM, Andrey Kozhevnikov wrote: > try to test app in privileged shell: devel-su -

Re: [SailfishDevel] Bluetooth service discovery not working since 1.1.2.16

2015-03-04 Thread Andrey Kozhevnikov
it doesn't require root, it require "privileged" group. but you need jolla answer definetly, as i know only hacks :) 04.03.2015 20:50, Richard Rondu пишет: It works. Now I have to find why I don't have the necessary rights anymore to use this dbus interface since my app is in harbour and I gu

Re: [SailfishDevel] Bluetooth service discovery not working since 1.1.2.16

2015-03-04 Thread Richard Rondu
alright, after some investigation, here are the partial traces of my app and QtBluetooth (5.4.1) : [D] ParrotZikTweeker::startAutoConnection:220 - Parrot device found ( "A0:14:3D:5E:9D:B5" ). Starting service discovery [D] QBluetoothServiceDiscoveryAgentPrivate::start:96 - Discovery on: "A0:14:3D:

Re: [SailfishDevel] Bluetooth service discovery not working since 1.1.2.16

2015-03-04 Thread Andrey Kozhevnikov
try to test app in privileged shell: devel-su -p 04.03.2015 20:44, Richard Rondu пишет: alright, after some investigation, here are the partial traces of my app and QtBluetooth (5.4.1) : [D] ParrotZikTweeker::startAutoConnection:220 - Parrot device found ( "A0:14:3D:5E:9D:B5" ). Starting serv

[SailfishDevel] Bluetooth service discovery not working since 1.1.2.16

2015-03-04 Thread Richard Rondu
Hi everyone, has something changed related to bluetooth in 1.1.2.16 ? My app (Parrot ZIK 2.0 Manager) cannot discover remote device services anymore (using QBluetoothServiceDiscoveryAgent) since the last update. Any idea what might have changed ? I'm investigating on my side but I'm running out