Questions tagged [symbian]

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

Symbian has APIs for , , , , and .

897 questions
0
votes
2 answers

Nokia C5 Border width bug

I have found a bug with Symbian on the Nokia C5 involving border width. Take a look at the following fiddle http://jsfiddle.net/TnhAw/ The top and bottom borders for some reason are taking up more width than the box. Is there a fix for this that…
Tim Rodham
  • 283
  • 4
  • 14
0
votes
1 answer

How to compile SpeechMe

I am trying to compile the SpeechMe project: http://projects.developer.nokia.com/speechme/wiki so that I can use the voice recognition in another project I want to make. I have followed all the instructions and downloaded the full sources of…
Gerharddc
  • 3,921
  • 8
  • 45
  • 83
0
votes
2 answers

showing extra data in array values

I am using this part of c code in carbide c/c++ char c1[]={0x01}; char c2[]={0x02}; char* c [] = {c1,c2}; when i check values of c[0],c[1].. i am seeing two values like this in debug mode c[0] = \x01\x01 & (x) = *[0] = \x01 c[1] =…
012346
  • 199
  • 1
  • 4
  • 23
0
votes
1 answer

sqlite db2 error for symbian

i am getting error for statement TInt err1 =stmt.Prepare(db,_L("INSERT INTO MyContacts(ServerContactID,UserName,FirstName,LastName,Country,IsBlocked,RequestStatus,MarkForDeletion)…
rahulm
  • 23
  • 3
0
votes
1 answer

Displaying arabic test in Qt for Symbian

I have problem displaying arabic characters in Qt for symbian and have been stuck here the whole day, hope someone could help me out here. Simply put, i have an arabic word, say العالمين (dont know the meaning of the word) and I have to display it…
ChethanRao
  • 191
  • 3
  • 9
0
votes
1 answer

Symbian Power Status Notification

I have an application that uses memory card and I need to do some save/restore state operations when the power of the card reader is turned off and on back again. This usually happens after some time of activity and phone goes to a power save mode.…
Szere Dyeri
  • 14,916
  • 11
  • 39
  • 42
0
votes
1 answer

Transfer data to a server from a Symbian device with PhoneGap?

Because PhoneGap/FileTransfer not work on symbian,   What choice do I have to send and receive information with a server?
Mark Pro Campos
  • 334
  • 2
  • 3
0
votes
1 answer

Download listener in symbian60

Is it possible to monitor the HTTP download operation in symbian. I mean is it possible to know the successful download in symbian. I am a new geek. Please help me. Provide some suggestion. I am using Symbian 60.
Sam-In-TechValens
  • 2,501
  • 4
  • 34
  • 67
0
votes
1 answer

Symbian : Getting contacts from SIM on s60 3rd edition

Here is the code that counts number of contacts stored on SIM card. When I compile it, I get error showing that lib for usage of RBasicGsmPhone should be included. I googled a lott and found that gsmbas.lib is needed,but there is no such lib file in…
Simon Gates
  • 23
  • 1
  • 1
  • 11
0
votes
2 answers

Symbian merging of one sis file to other sis file

I'm working on a Symbian project where I'm trying to install an application from the server. The problem is that there are two SIS files coming from the server for the same application. How do I merge the two SIS files and install the result on the…
jayesh
  • 11
  • 6
0
votes
2 answers

reading problem from socket during run time

i am able to read data during debug time ,but when i perform write and read ,during run time ,i am unable to read data during run time IssueRead() { delete iBuffer1; iBuffer1 = NULL; iBuffer1 = HBufC8::NewL(1000); TPtr8…
rahulm
  • 23
  • 3
0
votes
3 answers

passing HBuf to function

i am passing HBuf to function but it crashes i don't know whether i am following right way or not //case 1: HBufC8* iBuffer2 = HBufC8::NewL(1000 ); TPtr8 bufferPtr( iBuffer2->Des() ); //assigning value to HBuf…
rahulm
  • 23
  • 3
0
votes
1 answer

Qt Symbian Memory, unexpected application termination on device

Recently I did develop a Symbian application. In Qt simulator it works perfect but in actual device the application terminates unexpectedly. I suspect this is a memory leak issue. Already i have followed all possible(following) memory cleaning…
user1429957
  • 265
  • 2
  • 5
0
votes
1 answer

Symbian Qt Development Linux

I want to change to Ubuntu but I can't find a clear answer on if the latest Qt SDK for Linux will allow me to develop for Symbian (Like it does on windows)?
Gerharddc
  • 3,921
  • 8
  • 45
  • 83
0
votes
3 answers

QML Symbian hide app

My Symbian (Belle) main.qml has the standard: window.pageStack.depth <= 1 ? Qt.quit() : window.pageStack.pop() when the the back toolbar button is pressed which closes my app when pressed. I want to know what I should use to just minimize (or hide)…
Gerharddc
  • 3,921
  • 8
  • 45
  • 83