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
0
votes
1 answer

Drawing multiple holes into a polygon - nokia maps api v2

I donnot know how to draw multiple wholes into a polygon with Nokia Maps API v2. Here is an example in Google Maps API v3 Nokia Maps API v2#Polygon Any help would be much appreciated,Thanks!
huanhuanw
  • 43
  • 4
0
votes
1 answer

Catch events from a TextField

I'm building my app using the Nokia SDK 1.0 for the Asha 501 What I want to know, is how to capture events by pressing a TextArea. I'm porting an app from the S40 and using the code below, the TextArea doesn't capture the events TextArea itemText =…
Mun0n
  • 4,438
  • 4
  • 28
  • 46
0
votes
1 answer

Documentation for Nokia E52 home screen plugin programming

I don't seem to find any documentation on how to implement an home screen plugin for Nokia E52 devices. Does someone know how to do this or where this documentation is?
Eduard Wirch
  • 9,785
  • 9
  • 61
  • 73
0
votes
1 answer

Nokia Asha LWUIT UIID and source code

I have to develop an application for Nokia Asha 501. I am using Nokia SDK 1.1 and the library S40-asha2013 from the ${SDK_HOME}/plugins/lwuit/lib. I am trying to figure it out the UIID stuff from all the examples I am studying, but I couldn't find a…
0
votes
2 answers

Use C# to send SMS via old Nokia phone

I'm a beginner in developing an application to interact with a Nokia phone. My final goal is to use my old Nokia phone and send a SMS. I've read a lot of documentation online to see how this is done but I'm very confused as where to start. So far, I…
Charlie Ou Yang
  • 631
  • 7
  • 16
0
votes
1 answer

DirectShow analog for Symbian OS?

So Windows Mobile has its DirectShow for media editing capturing and so what is its analog for Symbian OS (s60 v5)?
Rella
  • 65,003
  • 109
  • 363
  • 636
0
votes
1 answer

Nokia 2330c how to get log file

I'm trying to create simple app and one of my phones for testing is Nokia 2330c. My question is - is there any way to get connected to this particular model(preferably using cable), get inside and read the log file (similar to android logcat)? And…
Dims
  • 163
  • 1
  • 12
0
votes
1 answer

how to make textArea scrollable in nokia asha sdk1.0

i am working on nokia asha sdk1.0 .i am using TextArea in my app but my textarea not scrollable.i used following code so how to make it scrollable. Display.init(this); Display.getInstance().setForceFullScreen(true); Form form=new…
Rajput V.K
  • 63
  • 1
  • 6
0
votes
1 answer

Modify theme component asha 1.0

Is there a way of modifying the default asha 1.0 theme for a lwuit app, I have tried altering title area for a form in my app using the following code: getTitleArea().getStyle().setPadding(0, 0, 0,…
0
votes
1 answer

Nokia: Error preverifying class java/langnoclassdeffounderror : java/lang/comparable for java me platform

Getting error preverifying class java/langnoclassdeffounderror : java/lang/comparable for java me platform. I have migrated my J2SE code to J2ME code. I am aware that some functions J2SE functions don't work on J2ME platform. Therefore, i have…
Amit Mutreja
  • 168
  • 1
  • 7
0
votes
1 answer

LWUIT in J2ME: setting the style of a list cell when pressed

I have a LWUIT J2ME app with a List. I would like for the background of a cell to change when it is clicked. The first thing I had to do was set the background transparency and color of the whole list when it is selected. Otherwise, the background…
James Harpe
  • 4,315
  • 8
  • 47
  • 74
0
votes
1 answer

RenderToJpegAsync() giving System.Runtime.InteropServices.SEHException

I am trying to use Nokia Imaging SDK to filter a live camera stream and saving the stream data to an Image file. I am using Camera Stream example from Nokia Imaging. Filter is working properly, but when I try to use EditingSession to save image,…
0
votes
1 answer

Switch OFF Mobile Phone through J2ME Midlet

I want to Switch OFF my Phone through code via a button click. any idea how to do it in J2ME .? thanks in advance.
Ihsan chahi
  • 307
  • 2
  • 9
  • 23
0
votes
2 answers

Is there any solution to convert Android app to Nokia symbian or java?

I have to run my Android app on another platform, such as Nokia Symbian or Java. Is there any solution for such a conversion?
Amintabar
  • 2,198
  • 1
  • 29
  • 29
0
votes
1 answer

How to create screenshot of web browser without chrome in Qt 5.1

It is possible to create screenshot of a Window content in Qt 5? E.g we have web browser and I want to create screen only of the page without chrome (menus window ...). Here is an example: http://s7.postimg.org/5ekkmpdbd/question.png Image above…
QtBTD
  • 1
  • 1