5
votes
2answers
188 views

Which one is the official Qt SDK (C++)?

I found a few websites to download the Qt SDK: Nokia.com Qt-Project.org Digia.com I can't guess which one is the official SDK. The one from Nokia is even above 1GB, but the one from Qt-Project is ...
1
vote
1answer
42 views

Screenshot in landscape using Qt

I am using the following code to take screenshot in a Nokia device using Qt QDesktopWidget *w = QApplication::desktop(); if (w) { QRect r = w->screenGeometry(); originalPixmap = ...
1
vote
1answer
95 views

Is there an easy (and not too slow) way to compare two images in Qt/QML to detect motion

I would like to implement a motion detecting camera in Qt/QML for Nokia N9. I hoped that there would be some built in methods for computing image differences but I can't find any in the Qt ...
1
vote
1answer
111 views

Navigation from One form to another in Qt

I am new to Qt development and have knowledge of c++. I had created some samples in Qt but all are of single form samples. Now I want to create such app which has more than single form, so I want to ...
1
vote
0answers
67 views

How to install Nokia Pure Fonts for Qt Creator simulator?

I am develop Meego apps with Qt creator, but the simulator is not rendering with Nokia Pure font, which is the default font for Meego. I searched and could not find a way to install that font. Please ...
2
votes
1answer
133 views

Application development for meego & symbian with QT

i'm beginner for mobile application development. i have knowledge of C language. i want to develop some app for meego ( Nokia N9) & symbian devices. i already downloaded QT sdk.now what i want to ...
2
votes
2answers
268 views

QAugmentedReality on BB10

I want to create augmented reality application on BB10. But there is no 3rd party library is available for BB10. So i am thinking to implement Augmented Reality using QAugmentedReality of Nokia ...
1
vote
0answers
156 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 ...
1
vote
2answers
244 views

Sharing image on facebook and twitter from QtQuick application

I have a nokia Qt application (QtQuick QML App) that should share an image on facebook and twitter . is there is any way to do that ?
0
votes
1answer
71 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: ...
1
vote
0answers
39 views

Can I port QtMobility to IMX platform?

Any known issues/dependencies in using QtMobility on FreescaleIMX6 Platform. I am planning to run Linux on IMX6 Board.
3
votes
1answer
90 views

How can I add a button on the bar at the bottom of the screen for Qt Nokia?

I am developing an application for my Nokia N8 running Nokia Belle and would like to add buttons in between the left arrow button and the menu button on the bar at the bottom of the screen. An ...
1
vote
1answer
870 views

Qml Flickable Pages

If I wanted to create a flickable looping page menu basically like the Symbian home screen, what element would I use a possibly how would I use it? I have tried creating "page" elements in QML and ...
1
vote
1answer
313 views

OpenCV, Nokia and Qt - Will it work?

I was curious to know if someone had an experience of porting OpenCV to Nokia C5 series cell phones. Probably via Qt, is it possible to port OpenCV to Nokia, are there any know ports for OpenCV such ...
2
votes
2answers
70 views

How to place an icon at the center of the screen on Qt Symbian?

How can I place an icon at the center of screen on Qt Symbian? At the moment I'm using the following: p3->setGeometry(QRectF(236.0, 236.0, 64.0, 64.0)); But what I need is for the icon to be ...
1
vote
2answers
109 views

Do I need all the nokia qt DLLs?

If I release a program built in the QT framework: 1) How do I find which DLL's I need to include 2) Do I HAVE to include DLL's or is the code compiled into the EXE The program is very simple, just ...
1
vote
0answers
98 views

Best cross-platform framework for Nokia development? [closed]

I will port an BlackBerry application to Nokia models, to all 3 of them (Windows Phone, Qt and S40). Which cross-platform framework (Titanium, PhoneGap, etc.) would be the best choice for this? Or any ...
1
vote
2answers
259 views

How to set path to memory card of the mobile?

I am using latest qt version 4.7,where i developed an application on Audio Recording. I need to set the path to memory card(ie,mass memory),I have seen links based on carbide link->How to run C++ ...
3
votes
3answers
149 views

Qt development in windows. Do I need pay for Microsoft tools?

Considering to develop a desktop application with Qt for Windows. It will be a free download application, but for a commecial SERVICE. (need an account with our commercial service to work). I think ...
3
votes
2answers
168 views

Is C++ enough for Nokia developing?

Im really new to stackoverflow and programing to, but I really need info about Nokia developing. So can I program Nokia(symbian) devices only with C++, or I need Qt to? (I have Nokia Qt SDK). Im not ...
1
vote
1answer
102 views

Qt Mobile broadcasting (DVB-H) API

I want to create a Qt program that uses the DVB-H headset to watch and record programs. I know there is already such a program on the Nokia store but it doesn't work with latest headset. I have ...
1
vote
1answer
315 views

How to get a nokia phone (C7) to talk with a android phone (Nexus S) using NFC protocoles

I've been developping a small game on symbian and android that sends messages using NFC. I tried using many protocoles but still haven't been able to send even a small string (either via p2p or via ...
2
votes
1answer
105 views

How to find the “timing advance” network parameter on a Symbian phone?

How can I find the network parameter "timing advance" in a Symbian s60 phone.. Am developing the application with qt. i couldn't find a documentation about timing advance in it.
1
vote
1answer
195 views

How to Install Symbian in qt

I installed qt libraries from ubuntu software centr and and installed qt creator from .bin file Now it supports apps for pc only. I want to add support for symbian, how can I do it? I can't find a ...
1
vote
3answers
780 views

How to have full screen and hide toolbar/statusbar in Qt Quick app for Meego Device?

I am new to Meego development and my Qt Quick Application for Meego Device require to have full screen and not toolbar and no status bar. Also only for Portrait screen orientation. I am using ...
2
votes
1answer
158 views

Does Meego Nokia N950 support C++ QML binding?

I want to communicate between C++ and QML on Meego. It happens using C++ QML binding as described in this link. When I run an app on the Symbian platform it works, and data from C++ is available to ...
2
votes
0answers
131 views

Qt issue in playing remote audio files

I have Qt mobile app that plays remote audio files from a server, under Meego it works fine however in Symbian phones like E5 it plays only the first 2 seconds of the file and then skip to next one. ...
0
votes
0answers
207 views

How to change outgoing call number?

I can do that on Android by using BroadcastReceiver. Is there any way to change outgoing number on Symbian?
2
votes
1answer
181 views

Qt 4 - QuaZip - File size limitation and memory issue

I use Qt 4 to build a Symbian Application. The app use Quazip library to unzip a file. It's work well if the file size under 13mb. But if the file size larger than 13mb. it cannot unzip. Is there ...
1
vote
1answer
328 views

How do I launch a phone call or email in QML?

I want to be able to click on a phone number or email address text in an application I'm making in QML for Nokia phones and I can't find any documentation on how to do this? Any ideas?
2
votes
1answer
172 views

How to Debug applications on Device using QtCreator

I am new to symbian development and want to debug applications running on my Nokia N8 device. I installed CODA into my device, but I dont know how to debug applications running on it.
1
vote
1answer
135 views

QCA Crash on Symbian Device

I am using QCA and i have build the Library for Symbian 4.6.3 Debug and release mode When i implement the code in Symbian Qt Project and Launch in Nokia C7. The app will crash when it run “Cipher” ...
3
votes
0answers
145 views

Qt QSystemNetworkInfo cellIdChanged(int) not emitting in device

I'm trying to make a Qt program that calls a function whenever network CellId changes. Here is my class declaration (I've not shown some members out of the scope of the question): class Mgr:public ...
0
votes
2answers
694 views

How to make a camera flash turn ON in Nokia 5800 application

I require my application to take 3 pictures via Nokia 5800 phone during night-time. I want to ensure that the camera's flash remains ON while taking pictures. How can I ensure it?
1
vote
1answer
237 views

Nokia N 950 installing QML app

I am new to QT Quick app development. I am working on an app to run over nokia symbian touoch devices like (c700 c601) and nokia meego devices like nokia n800 and nokia n950. I was successful to ...
1
vote
1answer
72 views

Qt 4 for symbian - If the project build by Qt4 Creator in mac, can it deploy to symbian by Window?

I cannot include the QCA in my project. And people says "Build Plugin / lib on mac" in easy. So that i'm planning to build in on Mac (Qt4 Creator) and copy back to window for final deployment. Is it ...
3
votes
1answer
858 views

QT 4 - How to build QuaZip and QtCrypto to .Lib?

Latest news: I fixed QuaZip issue The QtCrypto is work on Desktop platform (with AES 256) now. But how to build the lib for Symbian? Questions: How do I Build the .lib file of QtCryptoand QuaZip ...
2
votes
1answer
309 views

How to create apps for lower versions in QtCreator?

I have QtCreator2.3.1 based on Qt4.7.4. In it I have build options for: Qt4.7.3 for Symbian^1(QtSDK)(as i understand s60 5th edition corresponds to Symbian^1), Qt4.7.3 for Symbian^3(QtSDK), Qt4.7.4 ...
1
vote
0answers
105 views

How do i install my app developed in Qt to mobile device [closed]

I ran the *.sis file after connecting the device but the app wouldnt run on my device. Please help me.
-1
votes
1answer
31 views

how to generate executable when i have all the files in QT

http://doc.qt.nokia.com/stable/network-broadcastsender.html ths example give me all the files but how to make an executable from this? please tell assuming a know nothing at all
2
votes
2answers
887 views

RSS Parsing in QML

I wanna parse RSS feed with QML. the feed structure looks like <channel> <item> <title> </title> <description> </description> <media:content ...
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 ...
3
votes
3answers
2k views

What kind of QT license do I need?

I have a simple question. We are an application development company and we want to develop an application for one of our customers. The customer doesn't want to sell or redistribute the product, only ...
1
vote
1answer
329 views

Get clients telephone number

How can I get phone number of client's cell phone in QML? Not a phone number of someone in users contact list. Thanks
0
votes
1answer
146 views

Cannot declare Signal in baseclass

I am having a class A, parent of class B and class C. I have signals: declared and used in class B and class C. But when i try to write other signals: in class A, its giving me vtable reference ...
-1
votes
2answers
301 views

What is the best way to learn qt creator? [closed]

Am basically a web developer who wants to learn a bit of desktop programming. I read quite few articles in which most of them recommended "qt" for cross platform apps. I tried my best to find a ...
0
votes
2answers
412 views

Qt not working with Symbian

I cannot set up my Qt SDK so that it communicates with my Nokia C6-00. First af all, I cannot make sure what my Symbian version is. On the official web site they say I must have Symbian^3, but nothing ...
0
votes
1answer
1k views

How can i check network connection on qml?

I want to check if there is network connection when my app start under splash screen.Splash doesnt important, important point is how can i check network connection in qml? Solution can be with qml, ...
1
vote
1answer
669 views

How to Develop Applications for Nokia X3-02? [closed]

I want to know about the development procedures of Applications for Nokia X3-02. I wish to develop a twitter feed apps for my mobile. Is it possible ?
1
vote
1answer
152 views

is Nokia 's MeeGo 1.2 “Harmattan” having JVM?

is Nokia 's MeeGo 1.2 "Harmattan" having JVM? if it has, what is the difference between application developed by SDK and tha Applications developed by J2me for JVM?

1 2 3 4