S60 is a smartphone UI and middleware layer on top of Symbian OS. It is developed by Nokia. Formerly it was known as Series 60. Currently S60 has been merged to the Symbian platform itself.
Questions tagged [s60]
137 questions
0
votes
1 answer
Symbian S60 Email View Component
Does anyone know what component is used to view HTML emails in the default symbian mail app. Specifically those using the Symbian3 S60 - J2ME Midlet?
Thanks all for any help

Abs
- 56,052
- 101
- 275
- 409
0
votes
1 answer
Reading RMS Data of other Midlet
I want to Read RMS Data created by one midlet from second midlet
Target devise are S60 is it possible??

Mihir Palkhiwala
- 2,586
- 3
- 37
- 47
0
votes
1 answer
Playing a sound in Symbian S60
I am very much a newbie with Symbian, I am having trouble getting a sound to play on. I've looked at numerous examples and I cannot find my error. Has anyone else had experience with this? Any sort of direction would be helpful. I call Play on with…

micheal blunning
- 275
- 1
- 2
- 10
0
votes
1 answer
j2me problem with using network objects
I am trying to use j2me's IO package but whenever I try to create an object for example
DataInputStream is = null;
It shows me error stating
DataInputStream cannot be resolved into a type
I even tried using InputStream as object but same error…

wenn32
- 1,256
- 2
- 17
- 26
0
votes
2 answers
Can a higher edition S60 Platform SDK build for lower?
After installing the S60 3rd Edition FP1 Platform SDK, with the Carbide C++ IDE,
you can build programs for phones that support:
3rdE-FP1
but can you also target phones that support the following?
3rdE
2ndE-FP3
2ndE-FP2
2ndE-FP1
2ndE
1stE

Robin Rodricks
- 110,798
- 141
- 398
- 607
0
votes
1 answer
Extra Python libraries on phone
I have Python installed on my S60 phone...but I require some addtional libraries like pyaudio and lightblue to be installed on my phone...is there a way I can do this?
Also where are the Python libraries installed on my phone?

Pawan
- 314
- 1
- 5
- 13
0
votes
1 answer
How to get group of key events in OfferKeyEventL function of Container class in Symbian S60
I am using Carbide.C++ 2.3 and S60 3rd FP2 SDK
In Container's OfferKeyEventL function I am receiving all the key events but how can I identify key map/key group?
I mean to ask how to identify is it Alpha key event or Numeric Key event or special key…

Darshan Prajapati
- 843
- 2
- 11
- 33
0
votes
1 answer
How do I get phone info in QT? (carrier, device model, device manufacturer)
I've found something like below on the net
//Get S60 version and display it on label
switch (QSysInfo::s60Version ())
{
case QSysInfo::SV_S60_3_1: return "S60 version: S60 3.1";
case QSysInfo::SV_S60_3_2: return "S60 version: S60 3.2";
…

argh
- 933
- 13
- 37
0
votes
1 answer
Font Size and Font Family in Nokia QT
Which font is supported by the Nokia phones(s60)? I used the Arial,Arial Narrow but I could not see clearly.( I'm developing apps based on the nokia qt sdk in mac 10.6)

Finder
- 8,259
- 8
- 39
- 54
0
votes
1 answer
Wifi tethering on symbian (s60v3)
Which platform should i choose ?
QT or Symbian C++ ?
Does QT have methods for implementing this ?
How do i make the phone to behave as a hotspot ?
I'd be grateful if someone point me the right way to get going.
Thank You

farhu
- 3
- 1
- 2
0
votes
1 answer
Nokia s60 5th edition Connect to Agent fails - Failed to initialize session
I am able to install the S60 5th edition. The emulator also comes up. My issue is that I am not able to see the apps on the emulator.I am getting error in Connect to Agent fails.Failed to initialize session.Any solutions for this?

Achsah
- 543
- 4
- 16
0
votes
4 answers
can i use java library for java se in java me
can i use java library for java se in java me. i use smack java library to create a chat client. can i use the same libary to create a chat client for javame.

Vishnu Pradeep
- 2,087
- 2
- 29
- 56
0
votes
1 answer
Execution of Symbian DLLs with no entry point
My goal is creating an emulator for the pre-Symbian OS 9 based mobile gaming device called N-Gage. Sadly the execution of the device's (Symbian's) executables seems to be more complicated than I thought.
First, some background information. The…

tambre
- 4,625
- 4
- 42
- 55
0
votes
2 answers
Symbian C++ - S60 application launches through TRK and Carbide, but not afterwards or when downloaded
My application has just started exhibiting strange behaviour.
I can boot it through the Carbide Debugger (using TRK) and it works fine with no visible errors and is left installed on the device.
Any further attempts to launch the application fail,…

adam
- 22,404
- 20
- 87
- 119
0
votes
1 answer
Display simple calendar on screen in python S60 (pyS60)
I am trying to develop a simple calendar based application using pyS60. I need to display a calendar as part of the form. I have searched but I couldn't find anything useful in the e32calendar documentation. I can get a calendar on the canvas but…

chiragnarula
- 1
- 1