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
5 answers
RBuf8 to char* in Symbian C++
I am downloading a text string from a web service into an RBuf8 using this kind of code (it works..)
void CMyApp::BodyReceivedL( const TDesC8& data ) {
int newLength = iTextBuffer.Length() + data.Length();
if (iTextBuffer.MaxLength() <…

adam
- 22,404
- 20
- 87
- 119
0
votes
2 answers
KERN-EXEC 3 when navigating within a text box (Symbian OS Browser Control)
I've had nothing but grief using Symbian's browser control on S60 3rd edition FP1. We currently display pages and many things are working smoothly. However, when inputting text into an HTML text field, the user will get a KERN-EXEC 3 if they move…

Andrew Flanagan
- 4,267
- 3
- 25
- 37
0
votes
1 answer
Capture global touch events (Symbian)
Basically I wanted what the pys60 module keycapture does (global capture of keystrokes) but I wanted to do this with the touchscreen. So if the program is running, all touch events can be intercepted and logged by the program. How is this possible?

Leonth
- 711
- 1
- 9
- 19
0
votes
1 answer
Not able to get response back on java code while http get with S60
I am using Net Beans for developing an application on S60. I made one page for user authentication and using .net wcf service to authenticate user. i am able to send data on .net service by HttpGet method but not able to get response back on java…

Rishabh
- 175
- 3
- 14
0
votes
1 answer
glib on Symbian S60
I am interested in porting a C library that depends on glib to Symbian.
After some research, I found that there is a Symbian port of glib. However I can't seem to find much documentation about it. Can anyone point me to the right direction as to…

user225312
- 126,773
- 69
- 172
- 181
0
votes
1 answer
How to display remote email message?
I have been using this code to display IMAP4 messages:
void DisplayMessageL( const TMsvId &aId )
{
// 1. construct the client MTM
TMsvEntry indexEntry;
TMsvId serviceId;
User::LeaveIfError(…

Bojan Milankovic
- 847
- 3
- 11
- 23
0
votes
1 answer
S60 camera focusing
In my project I have to use mobile camera from my own program.
I use python with S60 platform under NOKIA 6220 Classic. It has 5mp-camera.
The problem is that photos quality are very-very low. Seems that auto-focusing doesn't work.
I'd like to know…

Max Frai
- 61,946
- 78
- 197
- 306
0
votes
1 answer
akntextutils and LFDM PyS60 Installation Help
I came across a project LFDM and akntextutils at http://www.lfdm.net/thesis/index.php on the internet. However, i've failed
to install it on both my emulator and phone.
Could anyone help me with how I can install them on both the phone and my PC…

Matrich
- 183
- 2
- 16
0
votes
2 answers
Download Qt SDK 1.1.2 for Symbian
I need to make some changes in application for Symbian s60 (Nokia X6). Unfortunatelly I can't find any working link where I can download Qt SDK 1.1.2 for Symbian.
Where can I find a working download link for Qt SDK 1.1.2 for Symbian?

user404781
- 67
- 1
- 5
0
votes
1 answer
:-1: error: Automatic patching failed at C:\QtSDK\Symbian\SDKs\Symbian1Qt473\bin\createpackage.pl line 357
I've installed Qt SDK 1.2.1, and when I'm building one of the example applications - Haptics Player, for Symbian S60, using Qt 4.7.3.
The example compiles successfully, but it fails on the Deploy step. This is the compiler output:
ERROR: Automatic…

sashoalm
- 75,001
- 122
- 434
- 781
0
votes
2 answers
CDirScan function NextL raises KERN-EXEC 0
CDirScan function NextL raises "Main Panic KERN-EXEC 0" if it is not called right away SetScanDataL() (i.e. if it is called later within the same active object after another event)
f1() - called within active object
iDirScan =…

Bojan Milankovic
- 847
- 3
- 11
- 23
0
votes
1 answer
Start playing streaming audio on symbian
The tiny question is:
How to start (realplayer ?) playing given online resourse (e.g. http://example.com/file.mp3)
PyS60, C++ or C# via RedFiveLabs would do.
EDIT1: Title changed from "Start RealPlayer on symbian" to the more appropriate.

bohdan_trotsenko
- 5,167
- 3
- 43
- 70
0
votes
1 answer
How can i get call log in JavaME by ApiBridge?
I'm trying to read SMS inbox with JavaME. I tried ApiBridge, reserached the developer.nokia and I found some examples. I tried examples but i think code doesn't get the call log, just looping.
Thanks for your helps.
Here is my sample code.
…

mertaydin
- 2,184
- 5
- 19
- 26
0
votes
1 answer
How to stop sound/music in J2ME for S60
I am trying to stop sound when user exits the application by pressing Hang up key in Series 60. But the application goes to background and the sound still plays.
I want to stop the sound when user clicks the Hang up key of the device. I called the…

jayesh
- 11
- 6
0
votes
1 answer
Getting Aptana setup with Nokia WRT plugin
I've just installed Aptana and gone through the process of creating the default RSS Reader following the wizard. I changed the name and the url but nothing else.
It works fine in the preview in Aptana.
Two problems:
i). When I try to setup the…

Klelky
- 404
- 1
- 7
- 15