Questions tagged [symbian3]

19 questions
4
votes
2 answers

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. What is the difference between Symbian^3, S60 3rd edition and S60 5th edition? Is there any major difference as coding point of view…
shweta
  • 1,120
  • 1
  • 11
  • 25
3
votes
3 answers

signing of symbian app,is there any way now?

Since nokia doesn't sign symbian apps any more,is there any alternative to sign app for symbian? may be some behind the scene hack or bypass?
Shofiqul Alam
  • 585
  • 1
  • 7
  • 29
2
votes
2 answers

How to get around NAT on mobile phones while using 3G?

I am wondering how can I make real time data exchanges on mobile phones like whatapps, viber or skype do on phones. Until now I managed to make a server work on my android phone with web services but it works only with a wifi network as when we use…
youssoua
  • 802
  • 1
  • 11
  • 20
2
votes
2 answers

Making an unsigned sis - error: No rule to make target `unsigned_sis'. Stop

I'm trying to make an unsigned sis package of my application, however I get the aforementioned error from QtCreator. What am I doing wrong? Best regards
Gerstmann
  • 5,368
  • 6
  • 37
  • 57
1
vote
1 answer

My Qt-Qml App crashes on symbian belle (Nokia 700)

I developed an app targeting symbian ^1, symbian ^3 ( including belle) and meego my app utilizes multimedia and it works fine for all devices except of nokia 700 (belle). It runs well but after several open and exit, it stops running with: Thread…
h_kassem
  • 440
  • 1
  • 3
  • 12
1
vote
1 answer

How to implement HTTP basic authentication and custom request headers for video URLs in Qt app?

1) How to properly implement supplying authentication parameters in http request headers, some using http basic authentication headers, some custom headers, for an URL that is used as video source for video playback , in Qt 4.7 app targeted…
duudle
  • 11
  • 1
1
vote
2 answers

How to publish the web application in Symbian store?

I have developed symbian web application using Nokia web developer environment. now i would like to know how to publish my web application to symbian store. still i am searching i didn't get the answer. please help me to publish my…
Marimuthu
  • 99
  • 1
  • 2
  • 6
1
vote
1 answer

Ho to sign Symbian 60 v3 Edition file

I need to sign a symbian series v3 application which may be installed on any phone without signing again and again. Can some body help me in signing application?
Hassan
  • 100
  • 1
  • 5
1
vote
1 answer

Symbian C++ stdint seamingly random errors

I am trying to compile the PyS60USB for Pys60 2.0 with the Symbian Belle Sdk but for some seemingly unrelated reason I am getting the seemingly random errors about almost everything not naming a type, like…
Gerharddc
  • 3,921
  • 8
  • 45
  • 83
1
vote
1 answer

NFC communication between Android and Symbian

I'm trying to establish NFC communication between Android and Symbian Belle, is it possible?
0
votes
2 answers

How can I get CPU usage per task on Symbian^3?

Is there a tool to see CPU usage of a task/thread on a Symbian^3 phone? Using PerfMon I only see the global CPU usage.
mhstnsc
  • 848
  • 1
  • 10
  • 24
0
votes
1 answer

Strange Issue: Application does not show in Main Menu after installation

I am developing an application for Symbian S60 V3. The application can be run properly on Simulator on PC. It can be transferred to Phone. On Phone, it can be clicked to installed. But after installation, I cannot find the installed application for…
SkyEagle888
  • 1,009
  • 2
  • 18
  • 42
0
votes
1 answer

Pause game on go to main menu in symbian^3 through QML

I made a game for symbian^3 with QML . and I stumbled upon one problem. I don't know how to pause my game when the game is go to background (e.g : home button pressed) . especially the music. it cannot stop playing at all. I tried to use (status ==…
Fugogugo
  • 4,460
  • 10
  • 36
  • 50
0
votes
2 answers

How to set default devices for sis creation

An error occured during sis creation via command window. Which says: "To use new symbian OS tools specify a default device using devices -setdefault(otherwise unset EPOCROOT and specify a device explicitly)"
user964888
  • 11
  • 1
  • 5
0
votes
1 answer

Registering for RConnectionMonitor events causes thread to panic

I have a custom observer class derived from CBase, MConnectionMonitorObserver, and QObject(for signals) that I use to observe events from RConnectionMonitor. When I call the RConnectionMonitor::NotifyEventL passing the observer instance, the…
Gerstmann
  • 5,368
  • 6
  • 37
  • 57
1
2