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
2
votes
1 answer

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 40/60 application? Can we integrate third-party…
Brijesh Patel
  • 2,901
  • 15
  • 50
  • 73
2
votes
1 answer

Request error "enable cookies" while posting app request to LinkedIn

I am running S60 SDK 5th with Eclipse pulsar on win 7. I have oauth_token using with this Url https://www.linkedin.com/uas/oauth/authorize?oauth_token=. To get that grant access screen by LinkedIn. I am loading above Url using htmlComponent, and…
MobileEvangelist
  • 2,583
  • 1
  • 25
  • 36
1
vote
1 answer

integrating ZXing barcode reader in symbian

I am trying to integrating ZXing barcode in my symbian application but i its working only in the UI class but i want to integrate in listbox view so that when i click list item Zxing has to open. is this possible? anybody have idea on this?
poppy
  • 153
  • 1
  • 2
  • 11
1
vote
1 answer

Installing and running Qt quick app on S60 5th Edition

I am new to Qt and I am developing an app for Symbian^3 platform using Qt Quick 1.1. My app runs properly on Symbian^3 touch devices but when I installs on Nokia S60 5th edition then it installs but app could not run on these devices (S60 5th…
Rai
  • 133
  • 4
  • 7
1
vote
2 answers

Push notification in S40 and S60

I want to implement an app that makes use of push notifications. Any ideas about how to start and links to resources will be useful.
Edem Kofi
  • 41
  • 2
  • 6
1
vote
4 answers

How to do PyS60 development on OS X

Is it possible to do PyS60 development on Mac OS X? There is an XCode-plugin for Symbian C++ -development, but I don't know whether I can create Python-apps for my Nokia phone with that. I'm talking about a more thorough SDK experience than just…
auramo
  • 13,167
  • 13
  • 66
  • 88
1
vote
1 answer

Bluetooth obex reception on 3rd edition device fails

I have got a mix of 2nd edition and 3rd edition s60 phones. I start custom obex listener on both phones using Python and try to send files to them. Though I can send files to 2nd edition phone; I can't send files to 3rd edition phone and the error…
Xolve
  • 22,298
  • 21
  • 77
  • 125
1
vote
1 answer

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 seems that it isn't yet supported in ensymble. Does…
fish
  • 11
  • 1
  • 2
1
vote
1 answer

J2ME Nokia 5800 emulator

I'm looking for Nokia 5800 emulator for Netbeans. Where can i find one? Thanks.
eyal
  • 2,379
  • 7
  • 40
  • 54
1
vote
1 answer

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.
Mot
  • 28,248
  • 23
  • 84
  • 121
1
vote
1 answer

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 = menuBar()->addAction(tr("Change…
pchot
  • 380
  • 3
  • 14
1
vote
0 answers

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 help me to write it ?
Armen Sarkisian
  • 95
  • 3
  • 10
1
vote
3 answers

Retrieving the latitude/longitude from Google Map Mobile 3.0's MyLocation feature

I want to fetch my current latitude/longitude from Google Maps Mobile 3.0 with the help of some script, which I guess could be a Python one. Is this possible? And, more importantly: is the Google Maps Mobile API designed for such interaction? Any…
ashishsony
  • 2,537
  • 3
  • 26
  • 38
1
vote
1 answer

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 the sis-file the phone notifies me that a "Feature…
Gerstmann
  • 5,368
  • 6
  • 37
  • 57
1
vote
5 answers

Video Streaming Server on Mobile

I have seen video streaming to mobile phones. I would like to know whether we have a streaming server that can be installed on mobile phone and stream video to another device from the camera present on the phone. I would like to have on for my Nokia…
Mahesh M
  • 1,219
  • 10
  • 18