Questions tagged [nokia]

Nokia Corporation is a Finnish multinational communications corporation. Use this tag only for programming problems specifically related to Nokia-branded devices.

721 questions
3
votes
2 answers

How to install the Qt mobility?

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
Naruto
  • 9,476
  • 37
  • 118
  • 201
3
votes
2 answers

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?
tiboo
  • 8,213
  • 6
  • 33
  • 43
3
votes
0 answers

Nokia Treasure Tag Bluetooth Low Energy Protocol

I'm trying to develop an app using Nokia Treasure Tag but since there's very little documentation on this device, I'm having a really hard time with the development. The app works on Bluetooth low energy, So where a in traditional BLE device you…
3
votes
2 answers

How to get the application font color in Qt

I want to put some text on my UI. I am drawing the text in a paint event of a widget using painter. Here is the sample code, which shows how I am drawing the text: QWidget::paintEvent(painter); QPainter…
Naruto
  • 9,476
  • 37
  • 118
  • 201
3
votes
3 answers

Where to get streaming (live) video and audio from camera example app for Nokia?

Where to get streaming (live) video and audio from camera example for Nokia (5800 for ex)? Suppose I want to create some live video streaming service app so I'll have some cool server at the back end. And I know how to do that part. Suppose I have…
Rella
  • 65,003
  • 109
  • 363
  • 636
3
votes
0 answers

Nokia Asha / J2me SSL Certification Error for Http request

While we are trying to access API's through HTTP/HTTPS we are getting exception with the below message. But we are trying the same URL's in other platforms (LUMIA) we are getting proper response and not getting any errors. While we are searching we…
Joseph
  • 131
  • 10
3
votes
1 answer

Tools to operate a mobile using a desktop PC

I have used software named my mobiler which displays the screen of any Windows Mobile connected to a desktop PC and allows the user to control the mobile from the desktop. Are there other similar software available in the market for S60 or Series 40…
thndrkiss
  • 4,515
  • 8
  • 57
  • 96
3
votes
1 answer

Detecting Nokia E61 Keyboard Layout in J2ME

Nokia E61,E71 etc has different variations of keyboard layouts like QWERTY, QWERTZ , AZERTY etc. Is there a way I could detect the current keyboard layout through J2ME? And there is also some funny thing happening, some E61 we tested has QWERTY…
Azlam
  • 2,052
  • 3
  • 24
  • 28
3
votes
3 answers

Why is the Phonegap sample app for accelerometer not able to show phone accelerometer data on Nokia 5800?

I have this code from PhoneGap documentation at http://docs.phonegap.com/en/2.9.0/cordova_accelerometer_accelerometer.md.html#Accelerometer Acceleration Example