Questions tagged [symbian]

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

Symbian has APIs for , , , , and .

897 questions
0
votes
1 answer

Implementing File upload in a QML WebView

I am trying to implement file upload to a remote server using a form in a QML Webview for the Symbian platform. The form contains an HTML file upload form field. When i run it on the device (Nokia N8), the webview loads up but clicking the browse…
Tope Omotunde
  • 40
  • 2
  • 9
0
votes
2 answers

How to get list of application icons which are installed in device with Qt

I am working with Qt application in which I want to create a QListWidget with names of all application installed on device and its icon. So I was unable get all application names and UID of each application from the code in this LINK. But I was also…
Shankar Agarwal
  • 34,573
  • 7
  • 66
  • 64
0
votes
1 answer

How to decompress data using z lib in symbian

I have compressed a data using Deflater(Z lib) in java. My friend is in symbian he is using z lib. But he is unable to decompress the data. But if he compress the data then i am able to decompress the data Is there any compression level to be set…
sunil
0
votes
4 answers

Testing a Web application with an emulator

i am currently a mobile web application with jquery mobile. Is there a way of testing the application with an emulator that works for ipad, ios, blackberry, android, symbian and other major os on my local machine without connecting to the internet…
Uchenna Nwanyanwu
  • 3,174
  • 3
  • 35
  • 59
0
votes
3 answers

Descriptor conversion problem

CRSAPublicKey* publicKey; const CRSAPublicKey &iRSAPublicKey= *publicKey; iEncryptor = CRSAPKCS1v15Encryptor::NewL(iRSAPublicKey); My problem is on the second line, because I have to pass a reference to function, for that I am creating reference…
rahulm
  • 23
  • 3
-1
votes
2 answers

How to encrypt a data using symbian C++, so that i can decrypt the same data using java

How to encrypt a data using symbian C++, so that i can decrypt the same data using java Thanks Sunil
Sunil
  • 15
  • 1
  • 6
-1
votes
1 answer

How is SMS stored internally in ordinary Nokia mobile phones?

I have read this question. But I want to know how basic mobiles internally store SMS? How can we programmatically manipulate SMS by code, as we don't have an option of connecting it to the PC. Update: I'm asking for accessing SMS programmatically,…
Manikandan Sigamani
  • 1,964
  • 1
  • 15
  • 28
-1
votes
2 answers

Can I publish the same app both on app store and android market?

i have an application. I want to publish it on app store (iPhone/iPad platform) and Android market. Is this possible? I mean, knowing Apple strange policy with this type of things, i was asking myself if publishing with app store will render legally…
Luke
  • 641
  • 3
  • 8
  • 14
-1
votes
1 answer

Is there a way to use space between buttons in landscape

After much digging I've realised there is no Qt-way to use 3 middle buttons in landscape mode in S50v5, however I don't like to waste this precious space. I've tried to place my widgets there but menu bar is on top and widgets aren't visible. Is…
qrdl
  • 34,062
  • 14
  • 56
  • 86
-1
votes
1 answer

voice encryption

I want to develop an application to encrypt voice calls on the fly. Is it feasible? which programming language should be preferred for symbian O.S
-1
votes
3 answers

Symbian mobile os - how to write C applications?

I want to write a C application that runs on Symbian mobile OS. I don't know where to start. Is there any library files available or any SDK or IDE available for it?
brainless
  • 5,698
  • 16
  • 59
  • 82
-1
votes
1 answer

run .class file on S60 phone

How do I make .class files, that I created using Java, run on an S60 phone?
Rishabh
  • 199
  • 3
  • 14
-1
votes
1 answer

package java.sql does not exist error in j2me

Is J2ME supports to connect mssqlserver database like java???? I shows following error in imports, import java.sql.Connection; import java.sql.DatabaseMetaData; import java.sql.DriverManager; import java.sql.ResultSet; import…
John
  • 45
  • 1
  • 6
-1
votes
2 answers

What is the mistake in my code?

I have the following code: class myslot { public: Q_OBJECT myslot() { } ~myslot() { } typedef enum Emycars{volvo,benz,tata}cars; public slots: void hellowslot(myslot::cars); }; void…
Naruto
  • 9,476
  • 37
  • 118
  • 201
-1
votes
1 answer

Implemenation of service in Symbian

In transient server implementation, the client application is a console-based exe. I want to know if I can integrate my GUI-based appplication with client and server given in transient server. What is the best way? Whether it is good to convert…
rahulm
  • 23
  • 3
1 2 3
59
60