views:

416

answers:

3

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 Ovi store ?.

If not any clue how long before it becomes a reality ?.

Ankur

Update: http://ht.ly/1PvcI says mid 2010 is when it ships. I also heard from a Qt Developer that is ships along with 4.7 release. Worse case they say is September 2010

+1  A: 

I suggest you ask in Forum Nokia since Ovi is a Nokia service.

Teknolog
this should be a comment
Janusz
+2  A: 

Today it is not possible to publish applications developed with QT in Ovi Store. The problem is, that today very few phones have QT installed. For this, Nokia created the smart installer, that would be asked to install the correct version of QT from the internet, but still not stable. Something can be done is to link the application statically, but the executable is something more than 10 mb and passed the capacity constraints Ovi Store. In the near future (after the second half of this year) is expected to SmartInstaller is stable and officially supported by Ovi, which would allow to publish the applications based in QT Framework!.

jordenysp
I'm not aware of any QT port for Symbian and I don't expect from Apple to have one done soon. But, accidentally, your answer does apply pretty well to Qt's status. ;)
Lucian
QT = Qt from Nokia, Not QuickTime!. And you know that i am talking in the response!. Qt Reference Documentation example of use Qt term in capital letter:QMAKE_INCDIR_QTQMAKE_LIBDIR_QTQMAKE_LIBS_OPENGL_QT"QTThe values stored in the QT variable control which of the Qt modules are used by your project.The table below shows the options that can be used with the QT variable and the features that are associated with each of them..."Anyway as it seems more appropriate to use "Qt" ;)
jordenysp
Is this still valid? This list looks like Qt is on much more devices now: http://doc.qt.nokia.com/qtmobility-1.0/index.html#platform-compatability
Janusz
The answer refer to the possibility to submit applications based in Qt to the OVI store!. Not the availability of Qt for the devices!. thanks anyway for your information!.
jordenysp
+1  A: 

Like Jordenysp pointed out, there are hardly any Symbian phones which have qt preinstalled. N8 is the first and it hasnt reached sales release yet. So, my wild guess is that when N8 is out, you can ship qt apps to ovi store for symbian.

rasjani
thanks for the answer. I heard from a nokia developer it's going to take 1-3 months to have the Nokia Smart Installer as non beta release.
Ankur Gupta