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
1
vote
0 answers

How to produce the loudest sound possible on a J2ME phone?

I have a midlet that upon discovering something displays some information, vibrates, flashes the screen, and makes a sound - all to get the user's attention. The problem is that the sound is not loud enough. how do i make the phone produce the…
inor
  • 2,781
  • 2
  • 32
  • 42
1
vote
1 answer

is there is any analytical tools for Nokia S40?

I have a question , is there is any analytical tools for Nokia S40 devices such as Flurry analytics For android and iphone ??
Bayan
  • 283
  • 4
  • 14
1
vote
3 answers

What are the requirements to develop for Nokia Lumia?

In the development of application in Nokia Lumia, what is the platform that can be used? since Nokia was partnered by Microsoft, is it okay to develop an application in Visual Studio? using Smart Device Application?
monkeydluffy
  • 229
  • 1
  • 7
  • 22
1
vote
0 answers

Malayalam font in Nokia E63

I need to install Malayalam font(which is foreign language) on my E63. The OS is Symbian OS 9.2, Series 60 v3.1 UI
Mo.
  • 26,306
  • 36
  • 159
  • 225
1
vote
1 answer

Is there a way in j2me, or at least on nokia phones, to light up the screen after screen saver kicks in?

I have a midlet which checks some conditions and at some point, when some condition becomes true, I display a pop-up dialog to the user. If nothing happens for a while, the screen saver kicks in and after that the pop-up is not shown to the user -…
inor
  • 2,781
  • 2
  • 32
  • 42
1
vote
0 answers

Nokia E71 Jquery not redirecting to facebook login using facebook API

i m writing codes for mobile web using Facebook API for facebook login , when i am running the code on iPhone and BlackBerry its working fine redirecting to Facebook Login page and giving me the Json data related to profile in alert Box, but this…
1
vote
2 answers

Is there a way to display web component in the j2me program? I am programming for a s40 series Nokia phone

I am trying to display a small web content in my application. Is there any way to display a web content? Currently I am displaying a link, and upon clicking that link my application will close and web browser will open to display the web page? I…
Ramesh
  • 406
  • 3
  • 9
1
vote
0 answers

How to use Mobile Phone as USB especially Nokia S-60 series

I am working on a project in Java Netbeans where I am using mobile phone Nokia E-72 (that is connected to computer via data cable) and I am sending and receiving messages from/to computer through the mobile phone. But the problem is that mostly…
1
vote
1 answer

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 as we have for Android and Apple iPhones. Thanks…
user349026
0
votes
2 answers

Nokia N95 and PyS60 with the sensor and xprofile modules

I've made a python script which should modify the profile of the phone based on the phone position. Runned under ScriptShell it works great. The problem is that it hangs, both with the "sis" script runned upon "boot up", as well as without it. So my…
Flavius
  • 13,566
  • 13
  • 80
  • 126
0
votes
1 answer

activate MCC, MNC API in Nokia Pys60

I can not get location info from pyS60. It seems the featured API is not activated. How can I activate this API? Is there any free licensing system? Or anything so that I can use restricted (or non-free for general developers) APIs at least in my…
fireball003
  • 1,909
  • 5
  • 20
  • 24
0
votes
0 answers

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?
Onuray Sahin
  • 4,093
  • 4
  • 33
  • 34
0
votes
2 answers

How does Google Maps and Nokia Maps generate routes from point to point

I will like to know if anyone has an idea on the concept behind point to point route generation on google maps and nokia maps. What logic was used to determine the route and generate directions from any point on the map to another? I wouldn't mind…
dubyzu
  • 49
  • 1
  • 4
0
votes
2 answers

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?
Muhammad Maqsoodur Rehman
  • 33,681
  • 34
  • 84
  • 124
0
votes
1 answer

J2ME - MIDP. Get error (40-Error in HTTP operation) with POST request to server

i try run code copied from this tutorial http://www.developer.nokia.com/Community/Wiki/How_to_use_Http_POST_request_in_Java_ME But when i run it i get Exception in source code line dis = new…
Dmitry Nelepov
  • 7,246
  • 8
  • 53
  • 74