Questions tagged [s60-5th-edition]

About Symbian S60 5th Edition.

S60 5th Edition runs on Symbian OS version 9.4.[5] The major feature of 5th Edition is support for high-resolution 640×360 touchscreens.

9 questions
3
votes
0 answers

Qt Mobility Document Gallery API : does it work on S60 5th edition?

I am trying to use Document Gallery api on Nokia 5800 and am getting a run-time error - "connection to gallery is broken". I read on Qt Mobility 1.1 reference doc that document gallery backend for S60 3.1, 3.2, and 5.0 is not enabled in pre-built…
1
vote
1 answer

Running and debugging Qt App on Symbian^1 (5800XM)

I have a problem with running Qt app on my 5800. I've installed Qt SDK 1.1.2(As I found it's only SDK version which support Symbian ^1) and compiled sample project using Symbian Toolchain. I use Qt 4.7.3 for Symbian. I've installe AppTRK and CODA on…
Edward
  • 304
  • 2
  • 16
1
vote
2 answers

Shows "NoClassDefinationFound for java/util/Comparator" though added jre to build path

I am using j2me + S60 symbian SDK on win7, initially i've installed with jdk6 and IDE(Eclipse) then i install SDK S60. But as you know that j2me supports only 1.3 compliance level for projects so, i downloaded jdk1.3.1_28 and install it added it to…
MobileEvangelist
  • 2,583
  • 1
  • 25
  • 36
0
votes
2 answers

garbage text drawn on screen on tilting

Hi I have a nokia 5800 phone on which I was doing some pys60 ui programming. I used the below code to create the arrow. In short the draw() will draw the arrow onto the canvas surface. The canvas has redraw_callback and resize_callback hooked up to…
deostroll
  • 11,661
  • 21
  • 90
  • 161
0
votes
1 answer

Can´t open a socket connection from J2ME to a C# server

I´m trying to open a tcp socket from a j2me midlet on a symbian device to a windows (C#) socket server. The server is working and was tested for months. Now when I try to open a socket from the midlet clientSocketConnection = (SocketConnection)…
0
votes
1 answer

Developer tool for network monitoring for S60 devices?

is there a developer tool or some developer application for Symbian S60 devices which would enable me sniff network packages and see what application uses GPRS and sends data? Anything integrated in Carbide? Thank you all for your answers.
Bojan Milankovic
  • 847
  • 3
  • 11
  • 23
0
votes
2 answers

Add a new input language on symbian s60v5 nokia phone

Has anybody any ideas about how to add a new input language on a symbian s60v5 nokia phone. E.g.: I have nokia 5230. I'm thinking about the following options but I'm not sure they'll work: Adding specific files to the phone's file system Writing a…
Ted
  • 333
  • 2
  • 15
0
votes
1 answer

How to start the Application in Symbian OS using J2ME?

I'm new to mobile development. I want to know the developing sites for Symbian OS Nokia development? I'm working in eclipse pulsar,In J2ME language. Then how to develop the Application on S605th edition?
0
votes
1 answer

Audio recording in Nokia symbian OS

I am trying to record voice in symbian S60 5th edition OS. I Am trying to use following code to record the voice as specified in the NOKIA developer's site. //Create an instance of CMdaAudioRecorderUtility class CMdaAudioRecorderUtility…
Myanju
  • 1,135
  • 1
  • 11
  • 23