Qt Mobility is available as part of the Qt SDK
0
votes
1answer
37 views
qmobilityglobal.h: No such file or directory
I'm trying to compile one of QtMobility's samples - hapticsplayer, but I can't even compile it, because the compiler can't find Qt Mobility's headers.
Since this is one of the samples shipped with Qt ...
0
votes
2answers
39 views
Where can I find QtMobility package for downloading?
I cannot find package of QtMobilty, all links that I found in internet were invalid. Could you please help? I need to install it under Windows(I need QtConnectivity library).
0
votes
0answers
121 views
Qt Mobility Gallery in QML Not Working on Android Device
Have anyone written a Gallery app for Android using Necessitas and QML?
All the examples I found looks like the code attached, but when I run it on my Android device I get the following in the ...
0
votes
0answers
23 views
How to install QtMobility on Mac OS X
I am trying to install QtMobility 1.2.2 on Mac OS X 10.7. I have downloaded QtMobility source code, installed Qt 4.8.4 and Xcode 4.5.2 along with Xcode command line tools. According to the ...
0
votes
1answer
34 views
Qt Location API still available?
In Qt Location API page at Nokia website, the link to SDK's download requires login by using my existing account on their web site but keeps saying "Singing in..." and never returns. Anybody has an ...
1
vote
0answers
22 views
Turn off phone's screen with Qt
Is there a way to turn off or on the screen of the phone from a mobile app written in Qt? Any function for that in QtMobility?
0
votes
1answer
76 views
will app developed for S60 3rd edition can work on Symbian belle
I Want to Develop app for Symbian Devices, Can App Developed for S60 3rd Edition and 5th Edition Will Work On Symbian Anna and Belle.
How to Develop app For Supporting as Much as Possible and Newer ...
3
votes
1answer
210 views
Mobile operating systems which can be targeted by Qt, QtQuick, QML and QtMobility
The number of mobile operating systems or platforms supporting QT based app development keeps growing. Not for all of them QT is the standard framework for building apps, therefore it seems the Qt ...
1
vote
0answers
135 views
qt-sdk - 'configure' is not recognized as an internal or external command
I'm trying to install the qt-sdk so I could use the qt-mobility headers.(on Win xp platform)
I downloaded the exe file and installed it, and now I'm tring to follow these instructions:
...
0
votes
0answers
123 views
Error using QtMobility - defaultServiceProvider::requestService(): no service found for – “com.nokia.qt.mediaplayer”
I install QtMobility on Windows 7 for QtSDK (Qt 4.8.1), but when I try to use the QtMobility elements from qml in desktop application I get this error:
defaultServiceProvider::requestService(): no ...
0
votes
0answers
53 views
How does QMediaRecorder::supportedCodec() Work?
I'm running Linux x86, debian-based distro.
Qt 4.7.3 with QtMobility for Desktop
I would like to know the architecture behind this funtion (QMediaRecorder::supportedCodec()) of QtMultimediaKit.
...
0
votes
0answers
45 views
QContact save crashes
I am implementing a code to save contacts using QtMobility Qcontact save API's given in the link below.
http://harmattan-dev.nokia.com/docs/library/html/qtmobility/versit.html
QVersitContactImporter ...
1
vote
0answers
119 views
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 ...
0
votes
1answer
47 views
QMessageManager queryMessages does not work in Nokia N8
I am trying to read SMS messages from Symbian phone inbox. I created an app with Qt Creator and got it working in Symbian Simulator, but in Nokia N8 it cannot read any messages (SMS or email).
Here ...
0
votes
0answers
123 views
Qt audio editing
I want to create a qt application similar to Audacity that can run on mobile. Al that I want at the moment is the ability to change volume levels, pitch and tempo. I also want the ability to select, ...
3
votes
0answers
76 views
Why Symbian can't obtain user's position?
I have the Symbian/MeeGo project which uses qt-mobility to obtain user's location.
The problem is that the following code works fine on Meego (Nokia N9) and doesn't work at all on Symbian (tested on ...
0
votes
0answers
84 views
Create a gallery view in Qt for symbian device
I need to create a gallery view for symbian to display photos from the sd card.
How to:
Fetch the photos from the sd card.
Display the photos in a gallery view. I can't use QML because the project ...
0
votes
1answer
75 views
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 ...
0
votes
0answers
114 views
Does Qt Bluetooth supports Avrcp in Linux?
I am using bluez bluetooth stack in linux.Is there any apis or bindings provided by Qt Bluetooth for Avrcp profile and Hfp . I have read that QtBluetooth supports only OOPP (Obex Object Push ...
1
vote
0answers
233 views
QML Loader memory leak?
My application starts to consume large amount of memmory. First shot was MNG animation cache, but it seams that they are just not shared.
So I created a TestItem with debug print in ...
1
vote
0answers
243 views
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 ...
0
votes
1answer
187 views
Filtering with QML Document Gallery (Qt Mobility)
I want to filter albums for only one artist, but nothing is shown.
My code is:
SelectArtistPage.qml:
import QtQuick 1.1
import com.nokia.meego 1.0
import QtMobility.gallery 1.1
Page
{
id: ...
2
votes
2answers
574 views
How can I use QtMultimediaKit on Desktop?
Possibly duplicate question, but I'm not found the answer yet.
So, I'm trying to compile Qt example, called "player". This example uses QtMobility API, but on my PC it doesn't compiles. In ...
1
vote
0answers
154 views
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 ...
0
votes
0answers
53 views
Synchronizing mp3 tracks on Qt
I'm developing a simple program with Qt that plays some songs, in each song for each instrument I have a mp3 track and the user has the ability to change the sound volume of each track separably so he ...
0
votes
0answers
64 views
Qt Messaging Framework: Getting a list of messages
I'm building a project on the Qt Messaging Framework (QMF) and I've run into the issue of the documentation being, well, not great.
I've built a UI up, and I'm now attempting to connect to the ...
0
votes
1answer
131 views
Building Qt Messaging Framework On Mac
I'm trying to build the latest version of the QMF from the Git sources on OS X 10.6 but I keep running into this error:
...
0
votes
1answer
162 views
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 ...
0
votes
1answer
70 views
Getting my position in QtQuick
I need to get my location in nokia QT.
I have the following code:
Rectangle {
id: page
width: 350
height: 350
PositionSource {
id: ...
0
votes
1answer
119 views
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 ...
10
votes
3answers
518 views
Qt Haptic Feedback on android
I'm attempting to get my device to rumble but I'm having very little luck. My environment is HTC Sensation Android 2.3.3 API 10. Using Necessitas Qt Creater as my IDE.
Does nothing at all:
...
3
votes
0answers
160 views
Qt Mobility Document Gallery API : does it work on S60 5th edition?
I am trying to use Document Gallery api on Nokia 5800 and am getting a run-time error - "connection to gallery is broken". I read on Qt Mobility 1.1 reference doc that document gallery backend for S60 ...
0
votes
1answer
138 views
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
1
vote
1answer
691 views
QML dynamic component creation
I'm trying to create an instance of a QtMobility MapPolyline and several of Coordinate in QML programmaticaly from a Javascript function.
As far as I can see the only way to create new instance from ...
1
vote
1answer
586 views
Qt : audio streaming mp3 / wav embedded in a data file
In a mobile phone application, I need to play a sound file (mp3 or wav) embedded in a data file.
Currently I need to extract the file to the SDCARD and it is quite slow.
However, in Android, I can ...
0
votes
1answer
67 views
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
vote
0answers
64 views
Qt Mobility slows project build to a crawl, but only with MinGW [closed]
We've just started using Qt Mobility in our project. I've built the Qt Mobility libraries we need and am trying to come up with a solid procedure to distribute them to other developers (we'd rather ...
10
votes
2answers
1k views
Terrible performance with QMediaPlayer and QVideoWidget
I see a terrible performance while trying to play videos with QtMobility 1.2.0 and Qt 4.7.4 on Ubuntu 10.10 (Pentium 4 2.80GHz).
What's funny is that totem (which also use gstreamer as backend) and ...
1
vote
1answer
73 views
about including QcontactObserver in my Qt project?
I want to run the example found here: http://doc.qt.nokia.com/qtmobility-1.2/samplephonebook.html
But I have an error in this line:
QContactObserver* m_observer;
The error is:
ISO C++ forbids ...
1
vote
1answer
367 views
How can I add qt-mobility 1.2 to my sis file?
I have QT Quick app for Symbian that use qt mobility 1.2 for Map element representation. So I need to add qt mobility as a dependency to my sis file.
For qt mobility 1.1 it is very simple – just add ...
-1
votes
1answer
100 views
QSystemNetworkInfo not found
I want to compile a Qt project on desktop, but I get an error:
QSystemNetworkInfo: file not found.
I have added INCLUDEPATH to my .pro file, but I still get the error.
Any suggestions?
2
votes
1answer
508 views
Meego 1.2 Harmattan and QCamera application
Is there any way to work with camera with QCamera class in Nokia N9 (Meego 1.2 Harmattan) or I should use another one?
Here's my problem: simple application that works fine on Nokia C6-01 (Symbian ...
-1
votes
1answer
293 views
GPS using Qt Mobility
Am new to Qt and am a bit lost ...
I just want to include the following:
#include <QGeoPositionInfo>
this is my .pro file:
# Add files and directories to ship with the application
# by ...
1
vote
1answer
287 views
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 ...
1
vote
1answer
257 views
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 ...
0
votes
1answer
454 views
how to access variable from one class in another in QT mobility?
I have two classes: first generate position data (latitude and longitude), how I can access this data (variables latitude and longitute) in second class? becouse in second class I get crazy number(
...
0
votes
1answer
479 views
how to calculate speed by gps data in qt mobility?
How I can get my speed, and distance by using gps data in qt?
I have such class, maybe is any standart method?
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "quitdiallog.h"
#include ...
2
votes
2answers
811 views
How can I turn on camera flashlight in Symbian, using Qt Mobility
How can I turn on camera flashlight in Symbian, using Qt Mobility?
0
votes
1answer
632 views
How to implement a Bluetooth A2DP sink?
I'm interested in implementing a a2dp audio sink.
The framework of choice so far for me is the bluetooth classes of Qt's QtMobility. I also heard a2dp is using l2cap.
Where can I get any more detailed ...
0
votes
0answers
572 views
Application (C++) crashes at launch after static build with QtMobility
I am using MacOS X for C++ development with Qt + QtMobility plugin. Building and running within Qt works fine. After compiling (release or debug) then calling in terminal macdeployqt MyApp.app to ...
