nokia

iPhone: Ovi maps

hi all, I want to use Ovi map in my iPhone application. I searched for Ovi map on google but presently it is not open.Basically I want to know following things OVi map service is from Nokia. So can i use Ovi Map in my iPhone application. If answer of 1 point is Yes, then where I found support info(code sample/classes/framework) for iP...

Capture global touch events (Symbian)

Basically I wanted what the pys60 module keycapture does (global capture of keystrokes) but I wanted to do this with the touchscreen. So if the program is running, all touch events can be intercepted and logged by the program. How is this possible? ...

How to trigger a Symbian C++ application within a J2ME application for Nokia phones using J2ME API?

Hi all, Anyone knows how to trigger a Symbian C++ application using any J2ME API call? I have a J2ME application that needs a customized photo taking application in Symbian C++. The reason for separating into two applications is because J2ME has a limit in heap size and the J2ME needs to know the path of photo after taking it. Thanks a...

how to add menu dynamically in Qt

Hi, I want to add, submenu to a menu item dynamically. How can I achive this? I tried like this, I have created an Action and submenu. Then I have added the submenu to action. But, I have connected the “triggered” signal of action. its getting crash if I click on the action.. I have also handled the “aboutToShow” signal of menu, sam...

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 Ovi store ?. If not any clue how long before it becomes a reality ?. Ankur Update: htt...

Nokia QT SDK on archlinux

Nokia realised qt sdk beta. http://www.forum.nokia.com/info/sw.nokia.com/id/e920da1a-5b18-42df-82c3-907413e525fb/Nokia_Qt_SDK.html Is it possible to run it on archlinux? Hm, it is able to run, but unfortunately there is too new libpng version in archlinux. ...

Problems with LWUIT in J2ME on Nokia E72

Well, I'm developing a app in my cellphone that is going to connect to my PC, the problem is that everytime that I return a URLRequest to the cellphone, it shows the previous Form on the screen and not de actual one, for example this is what goes in my actionListener: public void actionPerformed(ActionEvent ae) { if (ae.getCommand(...

What is the mistake in this code

Hey, can you geeks can tell me the solution for this, i have a listview, when i tap on any item,a pop-up list should appear, after that based on the selected item from pop-up list i will update my UI. i have written a code to get the popup list after tapping on any item from my view. my problem is once i tap on any item, will get a p...

Undefined return value

what's wrong to my code..where my return value found undefind... var so; var imgid_callback1; const DIV_ID = 'locationsample'; function setup() { try { so = device.getServiceObject("Service.Location", "ILocation"); } catch (e) { alert('<setup> ' + e); } } function getLocation(imgId) { var updateopt...

Nokia N95: External JS and Ajax?

Hey all! Developing a mobile site on the side. Our target audiences include Android operating systems, iPhone OS (now iOS), WebOS, Windows Mobile, Blackberry (Curve, Tour, Bold), and the Nokia N95. Pretty much all of these devices save for the Blackberry Curve have Ajax support. The Nokia N95, however, has Ajax support, but I'm having ...

what property should i set to Fit the text in label

Hi, i want to display a big string in Qlablel for this simply i have created a label in Qt GUI editor, then i put the string, with the Wordwrap property ON. here text is not coming to the next line itself, instead its crossing the view region. but if i give "\n" it works well. how to put up big string in label, to display in visible r...

Does it cost anything to build an application on Symbian phone of Nokia?

IDE, build tools, emulator... things that i must pay for them without any choice to replace? ...

How to tell cell phone to install midlet in applications folder?

I'd like to suggest where the phone should install the j2me app. For instance, on Nokia phones, it always install them in games folder. Is there a way to suggest a destination folder? Either in .jad file or in MANIFEST file? ...

How to determine the number of charecter will fit to screen in Qt

Hi, how to determine the number of character of particular font will fit to screen. how to implement it. Thanks ...

Where are the thumbnails stored on Nokia phones for captured images?

The following link shows the list of directories where the thumbnails are stored in the respective phones: http://wiki.forum.nokia.com/index.php/Thumbnail_path_for_3rd_edition_devices but the phones given on the link are limited. Does it mean that, for other phones (such as N86, Expressmusic etc), I do not have access to thumbnails? I t...

How to install the Qt mobility ?

Hi, i have installed Qt 4.6.2 and developing the application for symbian. Now i want use Qt mobility API for accessing the contacts.. how can i install the Qt mobility and acces the API.. my build environment is windows XP :) Thanks ...

Port android / android tv on nokia booklet 3G

is it possible to port android (android tv) on Nokia booklet 3G , i like the booklet hardware (built in 3g modem and hdmi port and overall build) but windows 7 is horrible. it would be great to have android with android tv port on nokia booklet 3G any idea how to do? ...

Is it possible to integrate Nokia connectivity API with asp.net?

Is it possible to integrate Nokia connectivity API with asp.net? If so, How to get started? Any good reference... ...

What's wrong with this piece of code for saving contacts?

Hi, I am using the latest Nokia Qt SDK. I have tried to add the contacts, it's not getting added.. what is missing here? // Construct contact manager for default contact backend QContactManager* cm = new QContactManager("simulator"); // QContactManager* cm = new QContactManager("memory"); // i tried this, its also not working ...

QMake platform scope values

http://doc.trolltech.com/4.6/qmake-advanced-usage.html#platform-scope-values On Nokia's QMake documentation it notes that there are at least 3 platform scope values: win32, macx and unix. The documentation states: In addition to the win32, macx, and unix values used in many scope conditions, various other built-in platform and compi...