Questions tagged [symbian]

Symbian is a discontinued embedded operating system and software platform for smartphones.

Symbian has APIs for , , , , and .

897 questions
0
votes
0 answers

QFeedbackHapticsEffect::setPeriod() has no effect

I want to start repeating vibration on a Nokia 5800. The docs say I should be using QFeedbackHapticsEffect::setPeriod(), and I try with this code: QFeedbackHapticsEffect *effect = new…
sashoalm
  • 75,001
  • 122
  • 434
  • 781
0
votes
1 answer

Value undefined (result of expression console.time) is not object

I create next code and catch error in some phone browser: Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 NokiaN97-1/22.0.110; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/525 (KHTML, like Gecko) BrowserNG/7.1.4 Mozilla/5.0 (SymbianOS/9.4;…
Enyby
  • 4,162
  • 2
  • 33
  • 42
0
votes
1 answer

problem in conversion rsa private key in descriper in symbian

i want to store RSA public key and private key in database iRSAKeyPair = CRSAKeyPair::NewL(aModulusBits, EStandardCRT) ; const CRSAPublicKey &iRSAPublicKey =iRSAKeyPair->PublicKey() ; const CRSAPrivateKey &iRSAPrivateKey…
rahulm
  • 23
  • 3
0
votes
1 answer

Session storage on Symbian^3 with jQuery Mobile and PhoneGap Build

I'm working on a project where I'm using jQuery Mobile, HTML5 and PhoneGap Build to create a cross platform app. The platforms we are targeting include Symbian^3. I need to be able to keep track of some session data such as the user's ID and whether…
0
votes
1 answer

How to develop applications for windows or bada using phonegap and eclipse plugin?

I have installed eclipse phonegap plugin and I am easily able to make applications for android. However I want to make application for any other platform like bada, tizen , blackberry, etc. But when I create new Phonegap project, it doesn't show any…
Naveen
  • 7,944
  • 12
  • 78
  • 165
0
votes
1 answer

how to implement tcp socket in server of client -server architecture

my problem is that , i have to implement tcp socket in server of client -server architecture 1)tcp ip socket is implemeted using active object 2)CTimeServer class is derieved from CServer2 which is derive from active object both class are derive…
rahulm
  • 23
  • 3
0
votes
1 answer

Playback mp3s in Symbian Belle with J2ME

i`m new to Symbian , my goal is to playback mp3 file stored on phone with my MIDLet. Is it possible? I do not know how to do it - i'll be very grateful for any help.
Overrided
  • 157
  • 2
  • 15
0
votes
1 answer

How to print or save Symbian Device Logs to File

Can any One Show me How to get the Symbian device Logs and save them to file, Like Logcat Device log in android. Thanks in Advance...
rkasula
  • 74
  • 7
0
votes
1 answer

CRTMP Server RTSP play to Symbian RealPlayer

CRTMP Server is great tool... Nat Traversal when client is behind router working great. ... Tested Android 2.2, 2.3, 4.1, RTSP streaming ok (rtmp flash also ok). But RTSP on RealPlayer (Helix DNA 10.0 onS60) always shows 'can not play media; or…
Asain Kujovic
  • 1,700
  • 13
  • 19
0
votes
1 answer

Cell Broadcast Reception Symbian Qt

I am trying to develop a basic application with Symbian Qt framework that reads my cell broadcast messages. I have had little luck in finding Qt API's for this purpose. Are there any API's I could use?
ram2002664
  • 21
  • 3
0
votes
1 answer

Building Qt project to use on Symbian 3rd edition

I have made this application in Qt Creator, and everything workd fine in simulator. The problem is when i want to publish my project to test it in an emulator or on Symbian device, I have only option to publish for Symbian Anna and no option for…
prole92
  • 56
  • 5
0
votes
1 answer

Carbide.c++ 1.2.2 not displaying SDK S60 2nd Edition CW templates

I downloaded Carbide.c++ 1.2 and also downloaded the SDK S60 2nd Edition CW. I installed the SDK and it is recognized in the Window->Preferences->Carbide C++->SDK preferences. but when I try to create a new project, the templates related to the SDK…
Attilah
  • 17,632
  • 38
  • 139
  • 202
0
votes
1 answer

How to get application starting and ending time in Symbian

Can any one show me, how to get starting time and ending time for all applications installed on Symbian device using symbian C++ or JavaME.
rkasula
  • 74
  • 7
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

Symbian belle emulator browser version

I'm testing a web site on symbian_belle_sdk_1.0 emulator, but the installed browser version is too old for me. Alerting the userAgent returns me "NokiaBrowser 7.4.2.4". Is there a way to update the browser to "NokiaBrowser 8.3.1.4" or any other way…