Hi all,
I'm using Linux+QT for my OS system and using fsl_image_qt5 for my root file system.
I'm trying to transfer file via BT to my iPhone.
So far, I had connected my phone by using bluetoothctl and paired it.
After some googling I decide to using obexctl to transfer my file.
But when I running this command "./usr/lib/bluez5/bluetooth/obexd &" and will give this error for me.
Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
Is that mean I can't using it without X11?
How can I solve this problem?
Besides, when I running "obexctl" for connecting my iPhone by using this command "connect xx:xx:xx:xx:xx:xx".
P.S. xx:xx:xx:xx:xx:xx is my iPhone BT address.
Then it will give me the error like below.
Client proxy not available
What does this mean?
And how to in solving this?
Thanks in advanced!