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
1
vote
0 answers
Get error on creating MessageConnection on specific port?
I have java-j2me-midp2 application. In this app there is a part which listen to SMS-Inbox and do operation in app base on these sms.
For this section we use MessageConnection, we create it with below code:
try {
msgConnection =…

Rev
- 2,269
- 8
- 45
- 75
1
vote
1 answer
J2ME: Application is untrusted and maybe harmful to your phone
I got my R&D signed app from Java Verified submission portal.
I install it on my S40 device and it run fine.
But in my S60 device it show an warning before install: "Application is untrusted and may be harmful to your phone." And it worked like an…

PhatHV
- 8,010
- 6
- 31
- 40
0
votes
1 answer
tools for doing c++/java symbian development
I want to do some small application development for S60 3rd edition, FP2 of OS version 9.3 (target platform). What are the steps i need to do to start my development? what development OS do i need? windows or linux?
Can i install carbide/java/c++…

lurscher
- 25,930
- 29
- 122
- 185
0
votes
1 answer
How to develop applications for Symbian OS V2?
I want to develop applications for the S60V2 Platform..As I am stuck with a nokia 6630 for a few days....
I couldn't find documentation for other versions of Symbian but not v2...
Here :…

Rohan Bojja
- 655
- 1
- 16
- 35
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
2 answers
How to switch languages on Symbian S60
The code I'm using below suppose to switch system active input / writing language to French , but It doesn't ( The same thing for any of the installed languages ).
I'm testing it on Nokia E7, Symbian Anna.
I'm using Symiban SDK S^3.
I have French…

Ashraf Alshahawy
- 1,139
- 1
- 14
- 38
0
votes
1 answer
Find out IP address with Qt Mobility (on a s60 phone)
is there an easy way to find out phone's IP address with Qt Mobility? (In the context of s60 phone if that matters)
br, Touko

Touko
- 11,359
- 16
- 75
- 105
0
votes
1 answer
Is it possible to access some sort of system error log on S60 devices?
this my first shot at this awesome new (to me) programmers site, I hope someone is capable of enlightening me some :)
Does anyone know if it is is possible to access some sort of error log on s60 devices? The only thing i can find that is somewhat…

takete.dk
- 2,705
- 1
- 19
- 12
0
votes
1 answer
Symbian S60 Qt calendar application
Using Qt I want to store some calendar events on Symbian S60. However these calendar events should in no way be synchronized with a server, for example when a user synchronizes his calendar with an exchange server over bluetooth my calendar should…
0
votes
1 answer
How can I change text color in CEikRichTextEditor Symbian
Is there anyway to change parts of the text I add into CEikRichTextEditor control without selecting the text first - which shows the green selection rectangle over the text - and then apply text style?
Here is the code I use which gives an ugly and…

Ashraf Alshahawy
- 1,139
- 1
- 14
- 38
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
1 answer
What control to create sms viewer in Symbian
I need to know what control I can use in Symbian to view SMS' or any text but seems like the one in Symbian S60 devices, to seem like the image below.
I'm going to use it in Symbian S60 5th Ed, Symbian^3 and Symbian Anna.
I'm coding with Symbian…

Ashraf Alshahawy
- 1,139
- 1
- 14
- 38
0
votes
2 answers
Nokia S60 Java SDK?
I want to develop a Java app for Nokia N70 (S60 platform). Unfortunately, Nokia thinks this phone is way too old and nobody should develop for it. I once used the MIDP SDK 2.1 beta, is there something better?

michelemarcon
- 23,277
- 17
- 52
- 68
0
votes
3 answers
unable to retrieve CELL-id and LAC on nokia S60 (tried in E50)
I have been trying to get celllid,lac,mcc and mnc. While mcc and mnc can be found,cell-id and lac still are null.Here's the code (and it is known to work according to number of threads going on but I still can't get it to work)
import…

lalchetian
- 103
- 1
- 9
0
votes
1 answer
Mobile Development Newbie Setup SDKs and Development Enviroment. NOKIA
I am trying to install development enviroments of Nokia. Can someone help me setup please, and point to some good tutorials that can give me some confidence and development start. I have downloaded most of QT Creator from Nokia. But need help in…

A-Cube
- 61
- 1
- 9