symbian

How to create AES encryption and decryption program in symbian

I want to create AES encryption and decryption program in symbian which must be compatible with AES encryption in java Means if I encrypt the data in Symbian I must be able to decrypt the same in java and vice versa Thanks Sunil ...

How to create compression decompression program using gZIP in symbian

I want to create compression and decompression program with gzip in symbian platform which will be compatible with that in java Means if I compress the data in symbian I must be able to decompress the same in java Thanks Sunil ...

Symbian: Is it possible to get access to a list of contacts through an application?

There are at least two ways that I know of to write a Symbian application: 1. J2ME 2. A native application. My question is, does the SDK/API for either of those methods (or any other method) grant me (at least) read-only access to contact information (names/numbers/etc) on the phone itself? Does this in any way depend on the specific...

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 ...

Launch app from SD card on Symbian

Hi all I'm not very familiar with the Symbian platform -- last time I poked around was a few years ago, and since then things have probably changed. Anyway -- we're studying the possibility of writing an app for Symbian which we'd like to be able to distribute, in addition to internet, on SD cards (for business reasons). So, does Symbi...

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 from pointer. I don't know whether I am doing this right or wrong. First line compiles b...

Any complete best book for learning A-Z of symbian and its API?

Is there any best books for learning Symbian and its complete API? Also, That book should have practice oriented approach for learning and it should also had the other variants such as UIQ, S60+? If you knew, any book satisfying the above, post it here? ...

HashMap in symbian

i want to implement Hashmap in symbian which takes two values is there any body who have implement it there is class RHashMap,RHashTable but i want to pass descrpter and value or else is there any class other solution for this thanks in advance ...

Saving a file with Javascript in S60v3 mobile browser

I'm busy experimenting with TiddlyWiki and trying to get it to run on my Nokia E51, which uses S60v3. The browser is based on webkit, which should mean that I'd be able to get it to work, but no luck so far. Does anyone have any experience with saving files locally on this platform? ...

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 by me so that the can be decompressed by the symbian guy. Or is there any help to impleme...

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 code StartParsingL(iBuffer2); StartParsingL(HBufC8* aHBufPtr) { iBuffer = HBufC8::NewL(aHBufPtr->Length());//it crash...

reading problem from socket during run time

hi, 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 bufferPtr2(iBuffer1->Des()); iEchoSocket->Recv(bufferPtr2,0,iStatus,iLength); //iEchoSocket->Re...

what mobile platform should I start learning?

What mobile platform should I start learning? What matters is: ease popularity of platform low cost of SDK and actual handheld other criteria... ...

Symbian Series 40/60

I am new about Symbian Series 40/60. so can anyone help me out the following queries. Which SDK are used to develop application in Symbian Series 40/60 ? Can we use Web Service from our application or call web service from Symbian Series 40/60 application? and last thing can we integrete thirt party application with this applications? t...

Free development certificates for Symbian?

I would like to do Symbian programming with features that require an application to be signed with more then the standard self signed cert. I don't want to pay mony for a cert since I don't know if I will get to a point of selling an application. Is there a way to grant capabilities such as read and write device data to my application fo...

Symbian Power Status Notification

Hi, 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. In Windows Mobile I solved the same problem by receiving power notifications from the...

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) VALUES(:ServerContactID,:UserName,:FirstName,:LastName,:Country,:IsBlocked,:RequestStatus,:MarkForDeletion)")); for this statements if i print err1 i am g...

Is there a HOSTS file on Symbian Series 60 5th Edition devices?

Hi, There used to be a HOSTS file on S60 3rd edition devices (see here). It was a great feature for QA. Anyone knows if there's such a file on S60 5th edition devices? Is there another way to tell the phone to go to a specific IP, given a host name? Many thanks, Ori ...

UTF8 encoded text cones in a TDesC8 variable from Xml-parser in Symbian

Hi! I'm using Carbide.c++ 2.0 to create a S60 application that consumes my own webservice. I've used the Yahoo! Image Search example as a starting point and data is shipped back and forth nicely. Problems occur when there are non-english characters in the reply so the text presented to the user in the listbox is incorrect. The XML-docume...

How to Filter calls in NOKIA N73

Hello, I am am new to mobile app development. But i would like to know if this is possible to intercept incoming calls on my N73 using code like Java or C++? My second question is if this is possible then can we prevent the phone from ringing with a specified phone number from a black listed contact??? I've seen a lot of apps doing thi...