[Qt] Need help in transferring a file using Email/Bluetooth/Social Network ...
Hey guys, I need some general information on how can I use Qt to send a file using email or bluetooth or a social network already defined in the N900 (e.g. facebook) ..
Regarding bluetooth, I read that Qt doesn't provide any libraries, and you would have to use Qt Extended, or use the default Maemo libraries ...
I also know that for general phone functions, a DBus can be used to perform the necessary functions .. I need help in fully understanding this DBus concept and how to use it to transfer files ... And regarding uploading a file to a social network already defined in the N900, I have no idea ...
Any general help on these three points would be really appreciated .. !
Re: [Qt] Need help in transferring a file using Email/Bluetooth/Social Network ...
Hi, ahmadka
[QUOTE]I need some general information on how can I use Qt to send a file using email or bluetooth or a social network already defined in the N900[/QUOTE]
HI you can use one protocol [B]Wireless Information Sharing Engine WISE[/B] in maemo .
See this featured article in the FN wiki : [url]http://wiki.forum.nokia.com/index.php/Wireless_Information_Sharing_Engine[/url]
Best regards,
RaHuL
Re: [Qt] Need help in transferring a file using Email/Bluetooth/Social Network ...
You should be using Qt Mobility Messaging for Email/SMS
[url]http://doc.qt.nokia.com/qtmobility-1.0/messaging.html[/url]
Qt Extended was dropped and it's legacy software, you should be using bluez library instead, which will make your Qt application not portable.
There is some libraries for facebook access, but I'm not sure their API is publicly open.
Re: [Qt] Need help in transferring a file using Email/Bluetooth/Social Network ...
You can use the built in QtMobility functions. A good example is Digia's Remote Camera project. the binary can be installed from the Ovi Store and the source is available from [url]https://gitorious.org/remote-camera[/url]. Just remember that when running in the debugger that the developer account has no email accounts so make sure to launch your app from the UI. See also [url]https://qt-project.org/forums/viewthread/23626/[/url].
Edit: i know I'm replying to a very old post but the question is a perennial one.