Questions tagged [qt-mobility]

Qt Mobility (part of the Qt SDK) enables Qt developers to include standard mobile functionality in their applications as well as provide useful application functionality across desktop platforms

Qt Mobility is available as part of the Qt SDK. These APIs enable Qt developers to include standard mobile functionality in their applications as well as provide useful application functionality across desktop platforms.

77 questions
1
vote
1 answer

How to calculate distance in location app in qt mobility (symbian)?

How can I calculate distance in QT by geocoordinates given by Qgeopositioninfo ? How can I fetch 2 coordinates: now and previous, and calculate? My trouble is: how to fetch 2 coordinates: which is given now, and which was given previous, and after…
user707895
  • 351
  • 1
  • 4
  • 15
1
vote
1 answer

Qt Camera error "failed to set flash mode"

I've been tryin to make a prog to set flash on. I managed to run it on a Nokia C7 with out any compilation errors, but when I click the push button to set flash on I get the following error: [Qt Message] Camera error: "Failed to set flash…
alfah
  • 2,077
  • 1
  • 31
  • 55
1
vote
2 answers

How to change network mode programmatically in Qt

I'm creating an application with Qt for the Symbian platform. There is a signal in QSystemNetworkInfo that notifies when the network mode has been changed. Is there any way to programmatically change the network mode? Best regards
Gerstmann
  • 5,368
  • 6
  • 37
  • 57
1
vote
2 answers

QT Mobility - Nokia QT SDK

I want to send the email from my QTSimulator. I am using the following code for send the email. QMessage msg; msg.setType(QMessage::Email); // Set recipient for our email message QString recipient("xxxxx@gmail.com"); …
Finder
  • 8,259
  • 8
  • 39
  • 54
1
vote
2 answers

qtmessaging: no such file or directory (Qt-Mobility)

I had a problem while I'm compiling the existing example in Qt-mobility. It's a code example shows how to use messaging API in Qt for symbian. After run the program there was an error occured: Cannot open include file : 'qtmessaging.h': no such…
zibib
  • 2,035
  • 3
  • 17
  • 15
1
vote
0 answers

Is there a currently maintained way to use Qt Mobility with PyQt?

I downloaded an example from PySide QtMobility examples, and it looks like, at least some time in the past, there was support for QtMobility in PySide. When I tried to run the script, it's no surprise there is no module to import (because of course…
heltonbiker
  • 26,657
  • 28
  • 137
  • 252
1
vote
1 answer

Qt Mobility or Qt Location available for desktop use?

I have been trying to implement a mapviewer application in Qt as a desktop applicaation to work with multi-touch. I'd been having some trouble when I came across mention of Qt Mobility. Qt Mobility seems to be an old module that was used on mobile…
mdoran3844
  • 688
  • 6
  • 14
1
vote
0 answers

QtMobility-no service found for - "com.nokia.qt.mediaplayer

I have installed QtMobility successfully but when I run my programs, the UI comes up but the media (audio & video) does not play. This is the error I get through command prompt as well as QtCreator: defaultServiceProvider::requestService(): no…
1
vote
1 answer

Google APIs or Qt Mobility

I'm going to write a routing and navigation application for our company. I think I have two options . Google APIs and Nokia APIs through Qt Mobility ! I'm not sure which one I should use to reach better results. By better results I mean better…
s4eed
  • 7,173
  • 9
  • 67
  • 104
1
vote
0 answers

Create a RFCOMM Server using Qt for symbian

I´m new on Qt, Symbian devices and Bluetooth. I have to set up a RFCOMM server to receive connection from a bluetooth device (its a pinpad) that only support SPP profile. I searched on google and found some examples, like this:…
Mizu
  • 31
  • 4
1
vote
1 answer

Can't Install QtMobility [Windows 64-bit]

I've downloaded and installed the QT SDK and downloaded the QT Mobility source. Following the provided instructions, I navigated to my QtMobility directory via the Visual Studio Command Prompt (2010)... note, this is the QtMobility dir with the bin,…
JT Cho
  • 263
  • 1
  • 4
  • 11
1
vote
1 answer

it is prossible to run qtmobility on arm platform

i was compiled qtmobility modules multimedia to arm(using QtE4.8.1 arm-linux-gcc),also i put the lib files and plugin files in my arm linux file system。when i run a demo videoplayer (run well in desktop)there get a error like : no service found for…
Alex Chen
  • 11
  • 1
0
votes
1 answer

qt - network based location acquisition

I need to get geolocation for phones without gps. The only way to do is through mobile network information. I can get few required information like cellid and signal strength for google's api http://code.google.com/p/gears/wiki/GeolocationAPI…
Jeyanth Kumar
  • 1,589
  • 3
  • 23
  • 48
0
votes
1 answer

Find out IP address with Qt Mobility (on a s60 phone)

is there an easy way to find out phone's IP address with Qt Mobility? (In the context of s60 phone if that matters) br, Touko
Touko
  • 11,359
  • 16
  • 75
  • 105
0
votes
1 answer

Configuring QtMobility in Carbide.c++

I have installed Carbide.c++, it runs well both in Simulator and my device, but I don't know how to include the QtMobility libraries in Carbide. I have downloaded Symbian^3 SDK 1.0 and QtMobility 1.1.3 source from Nokia, but am unable to locate…
user703834
  • 93
  • 8