bq. 1) I has study wireshark recently. But the software seems not support android and iOS.
true.. you might be able to listen in promiscuous mode on your mac using wireshark ? i'm not sure if that will get around the wifi encryption though and i think promiscuous also needs a different wifi driver on your mac..
you might be out of luck then, try to contact the manufacturer though.. they might be interested..
Hi,
I have nearly the same problem with QT5.4.1. But it does not work for me.
Here is my code: https://git.hoffmann-projects.de/?p=ds-qrpigpiocontrol.git;a=summary
Can you help me?
Thanks!
(I use: Linux (64bit), QT5.4.1, qtcreator3)
Right now I have in the .pro file:
@
LIBS += -L/home/toad/libusb-1.0.19/android/libs/armeabi-v7a
-lusb1.0
INCLUDEPATH += /home/toad/libusb-1.0.19/android/libs/armeabi-v7a\
INCLUDEPATH += /home/toad/libusb-1.0.19/libusb\
@
If I am not wrong this looks pretty much like your final .pro file but adding the final line, this final line is the one we agreed I should write in order to be able to do in de .h file:
@
#include <libusb.h>
@
And with this (I am pretty much 100% the paths are correct, QT even autocompletes for me the include) it keeps on giving me the error:
libusb.h: No such file or directory
on the other hand I don't understand either why I should include it I already made the ndk-make to build it in the libusb1.0.so that I am including in the .pro file
I have reported it as a bug already and it is marked as P2.
[QTBUG-44645] Flickable and PinchArea are not working well together - Qt Bug Tracker
https://bugreports.qt.io/browse/QTBUG-44645