Questions tagged [ovi]
21 questions
3
votes
1 answer
Qt create Meego deb for nokia store
I have managed to compile a symbian executable for my device that I have uploaded to the nokia store. Now I want to know how I can create a deb to upload for the N9 and N900 but nothing in the documentation or anything else I can find helps. Please…

Gerharddc
- 3,921
- 8
- 45
- 83
3
votes
1 answer
How To Deploy PyS60 Apps To The Ovi Store?
I'm developing some PyS60 applications and today I've seen that it's possible to deploy them to the Ovi Store according to the Release Notes(Discussion Thread too):
All the Pyds that have zero UID will be assigned with the applications UID at the…

Nathan Campos
- 28,769
- 59
- 194
- 300
3
votes
1 answer
New OVI SDK for Symbian
Has anyone tried the new OVI SDK for Symbian development?
What are your experiences?
Do you believe that it can help Nokia get more programmers building applications for Symbian based devices, or do you consider Flash Lite, Java or Python to be best…

Nelson Reis
- 4,780
- 9
- 43
- 61
2
votes
1 answer
Qt Symbian Fonts
I have created a Qt app for the Nokia Ovi store but I know want to update the font int the QML file, but just changing it in the designer doesn't change it on the symbian device. I have checked google but nothing I can find looks right. If it helps…

Gerharddc
- 3,921
- 8
- 45
- 83
2
votes
2 answers
C++/Qt Apps on Ovi Store?
Can one develop C++/Qt based application for Symbian and N series phone and upload the same to Ovi store ?.
I hear conflicting stories. I understand the existence of Smart Installer etc.
But my question is as of today can I code and ship apps to…

Ankur Gupta
- 2,284
- 4
- 27
- 40
1
vote
1 answer
can i integrate ovi map in my iphone application?
I want to use the Nokia Ovi map in my iPhone application. Is it possible? If so, please help me to find a link to some API documentation and steps for integration.

Victor
- 127
- 1
- 8
1
vote
2 answers
OVI Map Route API Over HTTP
I'm doing some research on route distance calculation APIs, and I came across this API from Ovi/Nokia: http://api.maps.ovi.com/devguide/getting_started.html#Services
Does anyone know if they have an equivalent REST API that can be used outside of a…

Dave Morris
- 856
- 9
- 25
1
vote
0 answers
Publish Qt app to Nokia Ovi Store
I have developed a symbian app for S60 mobile phones. I have signed the app from Nokia. But when I attempt to upload the app to Ovi Store, The following error occurs.
Errors
105 - The package UID is not valid: 0xe0071385.
106 - The exe/dll UID3 is…

Mahmud Al-Noor
- 83
- 5
1
vote
1 answer
Offline maps with QtMobility location on meego/N9?
I would like to use ovi maps in offline mode in one application for meego-harmattan.
According to the qml Map element documentation, there is a Map.OfflineMode option for the connectivityMode, but this option doesnt work in practice.
Searching…

Pa_
- 641
- 1
- 5
- 17
0
votes
2 answers
offline ovi map in desktop application
I want to embed Ovi Maps in a desktop application in offline(but interactive) mode. GIven that these maps and their related map APIs are mainly targeted for mobile platforms, is this possible ? If so, can anyone point to any existing documentation…

user572964
- 600
- 5
- 12
0
votes
1 answer
Qt link to Ovi(Nokia) Store shop
Is there any way I can let a qml image take users to the pro version if my app in the ovi store client once its clicked?

Gerharddc
- 3,921
- 8
- 45
- 83
0
votes
2 answers
Javascript Closure/Event Handling Nightmare
I am using the ovi maps API and I have a polyline with an event handler. The event handler looks like the following
SomeClass = Base.extend({
_clickFunction: function(evt) {
alert(this.someBaseClassMethod() + 'x: ' + evt.targetX+…

nsfyn55
- 14,875
- 8
- 50
- 77
0
votes
1 answer
Problem displaying QGraphicsGeoMap
I'm new to Qt, and I'm trying to display the Ovi map.
Unfortunately, my program just crashes. Here is my code:
MapView::MapView(QWidget *parent, const char *name) {
mappingManager = 0;
QGeoServiceProvider *serviceProvider = new…

James
- 1
- 2
0
votes
2 answers
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 from what Qt installs at Symbian^3 systems…

Pavlo Dyban
- 1,297
- 2
- 15
- 28
0
votes
1 answer
j2me+uploading application in ovi store
I had made one application in j2me but not signed and not done any certified process.Now i want to upload it in ovi store.But unfortunately the application is rejected and had below issues:-
ISSUE #1: SUMMARY: The application has
not been…

ios developer
- 3,363
- 3
- 51
- 111