Questions tagged [s60-3rd-edition]

S60v3 uses a hardened version of Symbian OS (v9.1), which has mandatory code signing. This makes software written for S60 1st Edition or 2nd Edition not binary-compatible with S60v3.

S60v3 uses a hardened version of Symbian OS (v9.1), which has mandatory code signing. This makes software written for S60 1st Edition or 2nd Edition not binary-compatible with S60v3.

http://developer.nokia.com/community/wiki/S60_3rd_Edition:_Application_Development

10 questions
2
votes
0 answers

Symbian S60v3 3rd Edition FP2 SDK Emulator Unlock

I've been playing around with the SDKs of Symbian OS and I've encountered an issue that I couldn't bypass. Specifically I've been using S60v3 3rd Edition Feature Pack 2 SDK's Emulator. I want to test some .sis/.sisx application and maybe develop/fix…
2
votes
5 answers

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( KUrlPrefix,"4 " ) void…
ardsrk
  • 2,407
  • 2
  • 21
  • 33
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

How to install a python on Symbian S60 3rd ed emulator?

I can`t find any instruction how to install a pys60 2.0.0 to symbian emulator. All files I found there. I unpacked SDK files to emulator directory and installed pips lib. When I install python sis file, emulator shows "Certificate error. Contact the…
Artem
  • 517
  • 1
  • 7
  • 24
1
vote
2 answers

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 the Symbian Emulator/Device that aids me to set…
Vijay
  • 878
  • 1
  • 7
  • 21
1
vote
0 answers

Encryption support on Symbian S60 (3rd Edi) and Decrypt at C#.Net

I am developing simple app for S60 3rd Edition FP2 platform and as per current requirement i would like to perform Encryption (custom key based) at client end (i.e in my Symbian S60 based application) and Decryption at server end (definitely using…
user895935
  • 245
  • 3
  • 9
0
votes
1 answer

Does S60 3rd edition support global constants (not WSD)?

I'm quite new for Symbian development. I wrote an ecom dll, some guys told me there's no support for global static variables which got non trivial constructors. And I also read following topic,…
fifth
  • 4,249
  • 9
  • 45
  • 62
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
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

how to pack already installed software in symbain 3rd version?

in Symbian 2nd Version, there's a software called Sisboom which works with python, with Sisboom it was possible to get the installer file of already installed software, now i've Symbian 3rd Version, and i got the same software, and i'm unbale to do…