Tagged Questions

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.

learn more… | top users | synonyms

15
votes
6answers
1k views

How to get started with Symbian (S60 plattorm)

So at my new job one of the platforms we use is S60 (Nokia phones, Symbian OS) and I am getting curious about it, as well feeling the need to help the team a bit from time to time (I actually work on ...
9
votes
2answers
818 views

Does PyS60 produce sis files that are native?

I am currently looking at developing a mobile apps for the S60 platform and is specifically looking at PyS60. It seems to suggest that the it can be compiled into native .sis files without the need ...
8
votes
2answers
2k views

how to get a console shell on my symbian phone?

How do I get a bash or a similar shell for my new Symbian s60 rev 5 phone (Nokia 5800) ? I already installed putty for s60, but it does not have telnet and it seems that there is no local ssh server ...
7
votes
6answers
745 views

How to solve Python memory leak when using urrlib2?

I'm trying to write a simple Python script for my mobile phone to periodically load a web page using urrlib2. In fact I don't really care about the server response, I'd only like to pass some values ...
5
votes
1answer
374 views

How to receive power off events in a Symbian console application?

I am looking for a working code example for Symbian S60 5th edition in which a console application can receive power off events (i.e. detect phone switch off). I know how to do this from UI ...
4
votes
2answers
600 views

Reading SIM contacts on Symbian S60

I am looking for a working code snippet for Symbian S60 5th edition in which you can read SIM contact details. If possible, I would skip using RPhoneBookSession, but if that is the only way, please ...
4
votes
3answers
5k views

Nokia s60 emulator for linux

I am using EclipseMe on Ubuntu. I want an emulator that can emulate mouse movements on screen. Is there an s60 emulator for linux? Edit: Does net beans has an in built emulator that can emulate ...
4
votes
5answers
4k views

Carbide / Symbian C++ - Change Application Icon

I am using Carbide (just upgraded to 2.0) to develop an S60 3rd Edition application. I would like to know the easiest way to change the icon (both the application icon on the device menu and the icon ...
3
votes
1answer
152 views

Nokia S60 oma dm/client provisioning

I am looking for a very basic provisioning example. I have a wap provisioning file that I just want to use to configure my device. I am looking for API with example that can do this?
3
votes
1answer
191 views

New OVI SDK for Symbian

Has anyone tried the new OVI SDK for Symbian development? What are your experiences? Do you believe that it can help Nokia get more programmers building applications for Symbian based devices, or do ...
3
votes
7answers
1k views

Quickest way to build a simple Symbian app?

I have a Symbian 9.1 handset, Nokia E65, based on Nokia S60 series UI. I'd like to build a simple, full screen, graphic application. It should be able to display some text and pictures and have a ...
3
votes
1answer
452 views

Developing custom list control in 5th edition

If a custom list control is to be developed for S60 5th edition phones, what is the best approach to do that? The control should enable rich presentation of data in custom layouts. It should be ...
3
votes
1answer
1k views

Is there a HOSTS file on Symbian Series 60 5th Edition devices?

There used to be a HOSTS file on S60 3rd edition devices (see here). It was a great feature for QA. Anyone knows if there's such a file on S60 5th edition devices? Is there another way to tell the ...
3
votes
3answers
794 views

Saving a file with Javascript in S60v3 mobile browser

I'm busy experimenting with TiddlyWiki and trying to get it to run on my Nokia E51, which uses S60v3. The browser is based on webkit, which should mean that I'd be able to get it to work, but no luck ...
3
votes
2answers
253 views

Does PyS60 has a reliable garbage collection?

I have heard it many times that garbage collection in PyS60 is not up to to the mark. This imposes a lot of limits on writing cleaner code. Can I at least rely that the non cyclic references are ...
3
votes
3answers
2k views

Decoding a WBXML SyncML message from an S60 device

I'm trying to decode a WBXML encoded SyncML message from a Nokia N95. My first attempt was to use the python pywbxml module which wraps calls to libwbxml. Decoding the message with this gave a lot of ...
2
votes
0answers
38 views

Can Qt Creator with the S60 toolchain be used under Wine in Linux?

The Symbian S60 Toolchain isn't available for Linux, it's Windows only. I downloaded the Windows installer for Qt Creator and just ran it under Wine. The install went mostly fine, except ...
2
votes
1answer
189 views

Qt4 on Symbian: QSymbianLeaveException(KErrAlreadyExists) in (all) applications with text rendering

Hello and good day to you. Recently I decided to try building C++/Qt4 applications for symbian platform (S60 r3), however I got a few problems I'm not sure how to fix. Problems: Any application ...
2
votes
1answer
124 views

How To Deploy PyS60 Apps To The Ovi Store?

I'm developing some PyS60 applications and today I've seen that it's possible to deploy them to the Ovi Store according to the Release Notes(Discussion Thread too): All the Pyds that have zero ...
2
votes
2answers
282 views

Different editions of Symbian

I have to built a project in symbian. I am having and confusion and had some question related to symbian version. Please help me. What is the difference between Symbian^3, S60 3rd edition and S60 ...
2
votes
3answers
421 views

Will app developed for Symbian s60 3rd edition work on s60 5th edition phones?

I don't know which SDK should i download from this page: http://www.forum.nokia.com/info/sw.nokia.com/id/ec866fab-4b76-49f6-b5a5-af0631419e9c/S60_All_in_One_SDKs.html I want my simple app to work on ...
2
votes
5answers
361 views

Power Management in Symbian

Are there any "best practices" for writing a power-efficient background application in Symbian? Specifically, is there any way (i.e. API) for a Symbian app to hint the OS regarding its current ...
2
votes
5answers
941 views

Make phone browser open a URL on Symbian S60 3rd Ed programmatically

On clicking a URL displayed in my application running on a Symbian S60 3rd Edition device should make the phone browser ( which is already open ) open the specified URL. Here is the code: _LIT( ...
2
votes
1answer
221 views

How to launch a browser with a given URL within the same tab

Here is some code to launch S60 browser with a given url. // use the StartDocument api param->Des().Format( _L( "4 %S" ),&aUrl ); TUid id( TUid::Uid( browserUid ) ); TApaTaskList ...
2
votes
1answer
165 views

Not receiving clear list notifications from Call log

I have been using CLogViewRecent and MLogViewChangeObserver to monitor call log on S60 5th edition phones. MLogViewChangeObserver has three functions: virtual void ...
2
votes
2answers
396 views

How to detect the current input language?

I am looking for a working code snippet for Symbian S60 5th edition in which: a) an application can detect the current input language (not the UI language); b) an application can receive ...
2
votes
3answers
368 views

Unique id of files and monitoring file system changes

Do files or folders on S60 have some unique id value that can identify them? I would like to have an id that can be later used to extract full path of a file or folder. Is this achievable? If not, ...
2
votes
1answer
403 views

How can i open C++ or Java project S60 5th Edition SDK 1.0 with Netbeans

i installed S60 5th Edition SDK 1.0 but i cant open project on netbeans? what can i do? maybe install some netbeans plugin.
2
votes
3answers
824 views

What Information can a Nokia WRT Widget have access to on the Device?

I intend to store a unique ID on every device that accesses a web service through a Nokia Web Runtime Widget. Now I know that these Widgets cannot Read/Write files on the devices so its not possible ...
2
votes
2answers
1k views

Standard notifications or alert styles in Symbian (Qt/S60)?

I'm building a an application using Qt on the Symbian/S60 platform and I was wondering if there was a standard notification window that I could use to pass messages to users. Using other platforms as ...
2
votes
6answers
241 views

What's the best strategy for large amounts of audio files in mobile application?

I have an S60 app which I am writing in Qt and which has a large number (several thousand) small audio files attached to it, each containing a clip of a spoken word. My app doesn't demand high ...
2
votes
2answers
457 views

Symbian OS S60 Platform

From here I read S60 is currently amongst the leading smartphone platforms in the world. However I can't understand: What the S60 does, what is the need for a platform when there already exists an ...
2
votes
1answer
883 views

Symbian Series 40/60

I am new about Symbian Series 40/60. Which SDK is used to develop applications in Symbian Series 40/60? Can we use a web Service from our application or call a web service from a Symbian Series ...
2
votes
3answers
881 views

How do i create an S60 app that writes to idle/Active screen?

I would like to write a replacement for the S60 Active Screen (app that runs in the idle screen). But I can't find any documentation covering how to write/draw to the idle/active screen API's for S60 ...
2
votes
3answers
569 views

Symbian C++ - Persistent storage of a single variable

I wish to store a single variable in my application that will be saved between runs. This will be a version number that will be used to trigger an update option and so will change only rarely. Does ...
2
votes
5answers
1k views

S60 application - Symbian C++ - Exit button doesn't work

In my Symbian S60 application, my Options menu works as expected. But the Exit button does nothing. I am developing with Carbide and have used the UI Designer to add items to the options menu. Does ...
2
votes
2answers
3k views

Start a SIP call on a Symbian S60 mobile device

I looking for a way to programmatically start a VOIP call using the SIP stack on a S60 Symbian mobile phone. Some of the later S60 devices have a built-in SIP client. Is it also possible to access ...
2
votes
3answers
1k views

Memory management practices and tools for Symbian C++

I have pretty much finished my first working Symbian application, but in my hastened learning have paid little attention to memory management and pushing to and cleaning up the stack? Could somebody ...
2
votes
3answers
2k views

Symbian C++ - Substring operations on descriptors

What is the preferred/easiest way to manipulate TDesC strings, for example to obtain a substring. I will give you an example of my scenario. RBuf16 buf; ... CEikLabel label; ... ...
1
vote
1answer
187 views

Make a .sis file (Symbian S60 3rd edition) from python(v2.6) script.

I'm new to mobile programming and I would like to make a mobile app for symbian in python. I read that for S60 3rd edition I should use ensymble but the thing is that I'm using Python v2.6 and it ...
1
vote
1answer
380 views

J2ME Nokia 5800 emulator

I'm looking for Nokia 5800 emulator for Netbeans. Where can i find one? Thanks.
1
vote
0answers
180 views

Is there any IP-Scanner (for NOKIA S60v5) to Scan IPs inside a Hotspot? [closed]

I want to scan inside a connected WiFi Hotspot with my NOKIA S60v5 (5530 Xpress Music). So is there any compatible application for that?
1
vote
1answer
207 views

J2ME for Nokia S60 5th: bluetooth serial API

I think about writing a J2ME application for the Nokia 5230 which can communicate with other devices using a serial bluetooth connection. Is this supported on the Nokia SDK at all? Thanks in advance.
1
vote
1answer
159 views

Problem with creating options menu on S60 device using Qt

I want to create standard native options menu which shows after pushing Options soft key on Nokia E52. It something similar to this one: My code look like that: this->changefile = ...
1
vote
0answers
62 views

Program which will edit all items in my contact list using Python on s60

I want to write a program on Python, which will edit my contact list on NOKIA 5730 XM, for example a number starts with 8xxxxxxxx and I want it to become 5xxxxxxxx. Is it possible, and if yes, can you ...
1
vote
1answer
282 views

Qt for Symbian S60 - “Feature not supported”

I'm developing an application with Qt for the Symbian platform, and I ran into a problem when testing the app on an S60 phone, Nokia E90. The application compiles just fine, but when I'm installing ...
1
vote
1answer
96 views

Disable joypad in s60 jme

Can you tell me how to disable joypad in java-me? I develop some app in sdk s40 6th fp1, and i what to portable app on some device with sdk s60.(Device Nokia 5230) When app open, joypad is show on ...
1
vote
1answer
65 views

Calling Innovator Contest 2011-Use of NokiaQtSDK for Developing VOIP and APS Apps

I want to develop application for the Calling innovator contest 2011. It seems the application developed using 4.6.3 (NokiaQtSDK) are accepted. I have some questions that needs some help Can we ...
1
vote
2answers
66 views

Can a menu item appear dimmed (not removed) in S60?

In Symbian S60 (not QT), if a menu item is not applicable to my current menu state, can I make it appear but greyed out, or is it always removed from the menu (i.e. invisible)?
1
vote
2answers
281 views

simulate GPS location in Symbian S60

Is there a way to simulate the GPS location in Symbian ? I know that 'Simulation PSY' Tools aids in simulating GPS location in Symbian. But i am looking for more specific application that runs within ...

1 2 3