Questions tagged [s60]

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.

137 questions
4
votes
2 answers

I'm getting LinkageError: bad major version at offset=6, while deploying app on S60 Emulator

I actually developing J2ME project using S60 SDK, my project gives me the error, Uncaught exception! com.ibm.oti.error.LinkageError: (com/yoke/symbian/YokeApp) bad major version at offset=6 at java.lang.Class.forNameImpl(Native Method) at…
MobileEvangelist
  • 2,583
  • 1
  • 25
  • 36
4
votes
3 answers

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 so far. Does anyone have any experience with…
MDCore
  • 17,583
  • 8
  • 43
  • 48
3
votes
1 answer

Need to write a service/daemon for Symbian/S60 in Qt

What can I use in Qt to write a service/daemon for symbian/S60 which sits in background and does some processing. It should start at boot time and remain active. I read about QtService, but it does not exist in Qt 4.7.4. Does it has to be downloaded…
3
votes
1 answer

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 (with child widgets such as QLabel or QPushButton) I…
SigTerm
  • 26,089
  • 6
  • 66
  • 115
3
votes
1 answer

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 UID will be assigned with the applications UID at the…
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
3
votes
1 answer

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?
tvr
  • 4,455
  • 9
  • 24
  • 29
3
votes
2 answers

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 cleaned up after a function exists.
Xolve
  • 22,298
  • 21
  • 77
  • 125
3
votes
3 answers

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 tags and a big chunk of binary within a…
J.D. Fitz.Gerald
  • 2,977
  • 2
  • 19
  • 17
3
votes
2 answers

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 examples, I'm looking for something equivalent to…
Chris J. Karr
  • 115
  • 1
  • 8
3
votes
1 answer

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 you consider Flash Lite, Java or Python to be best…
Nelson Reis
  • 4,780
  • 9
  • 43
  • 61
3
votes
2 answers

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 underlying Symbian OS? If I write applications…
Kevin Boyd
  • 12,121
  • 28
  • 86
  • 128
3
votes
1 answer

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 possible to include images, texts, buttons in every…
MannyNS
  • 4,703
  • 2
  • 22
  • 16
3
votes
1 answer

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 phone to go to a specific IP, given a host…
Ori
  • 12,800
  • 4
  • 33
  • 32
2
votes
2 answers

Deploying qt applications on symbian along with frameworks

I've developed an app from symbian. I need to create a sis symbian installer file along with qt framework in the same sis file. Right now i installed the framework separately which is like 12MB and the QTMobility which is around 2MB. How to create…
Jeyanth Kumar
  • 1,589
  • 3
  • 23
  • 48
2
votes
0 answers

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 'simulator.exe -registeronly' failed, and now the IDE shows…
sashoalm
  • 75,001
  • 122
  • 434
  • 781
1
2
3
9 10