Hi, i need to read mails. I have write this code
// Read-only store.
CMsvStore* store = iMsvEntry->ReadStoreL();
...
Type: Posts; User: tulimiero; Keyword(s):
Hi, i need to read mails. I have write this code
// Read-only store.
CMsvStore* store = iMsvEntry->ReadStoreL();
...
Please!! Someone can help me to use http filter?
i'm using it in this way
void CDemoFilter::ConstructL(RHTTPSession& aSession)
{
iFilterName =...
Hi, i'm using HTTPFilter, on emulator s60 3rd ed. FP2
I'm using it not as dll, but as a normal class.
So, my application call MHFLoad() when i call
...
Hi, i'm using HTTPFilter, on emulator with 3rd ed.
I'm using it not as dll, but as a normal class.
So, my application call MHFLoad() when i call
aSession.FilterCollection().AddFilterL(*this,...
Thanks a lot!!
Sorry, but i don't understand a particular:
IPHook is a library for Symbian OS v7.0 and above( read in http://www3.symbian.com/faq.nsf/0/0335EF38B4540DE7802570910015E03B?OpenDocument ), is it a...
Another question:
Is it possible to create an HTTP sniffer using common API?
Thanks in advance
Thanks for your replies!!!
I don't like your answers, but it's the truth! :)
So, I have become a symbian partner, but using few words, how can i do it? Is it simple and quick?
furthermore, heuven,...
Hi,
can anybody help me? I need only an idea..
I have to write a sniffer for UMTS/GPRS data packets, but i need an idea to start,
maybe i can use sockets, pipe, fifo, Notify class?
Please help...
Hi,
i need to write a sniffer for my n70, using S60 2nd ed FP3.
I think i have to use RSocket's class, but i don't understand how can i connect my socket and fix it listening on the http protocol...
Hi, i have to write an application that is able to intercept all outgoing and incoming sms/mms, can you suggest me wich class i have to use?
I think i must use AO. But can i wait for 2 or more...
I don't understand, i have read on this web page how to track changes .. that i can use TOpenFileScan to find out which files are open. Is it wrong?
Hi, i'm using NotifyChange() in my application to know when a file change in filesystem. It works fine, but i prefer know which file is open. I'm usinf TOpenFileScan, but i don't understand it. It...
Hi, i'm using NotifyChange() in my application to know when a file change in filesystem. It works fine, but i prefer know which file is open. I'm usinf TOpenFileScan, but i don't understand it. It...
Can you suggest me any link where i can learn what i need to use active objects?
Thanks
Thanks for your reply. I followed your advices, an now application compiles, it work on my n70, but not on emulator. I think is an error that occurs after emulator sturtup but before application...
Hi, i'm on an application, that work fine on s60 3rd ed.
Now i would like compile it with 2nd ed.
I created a new project in carbide, based on 2nd ed, copyng all files i need, change .mmp file, but...
Hi, i'm on an application, that work fine on s60 3rd ed.
Now i would like compile it with 2nd ed.
I created a new project in carbide, based on 2nd ed, copyng all files i need, change .mmp file, but...
Thanks for your answer.
Yes, i tried RFs:NotifyChange(), but i can' t find good documentation. Please, if you can, help me to understand how i can use this method.
I wrote this code but i don't...
Hi, i'm using NotifyChange() method to have a monitor of file system. i tried on a single file. i wrote this code :
session = new Rfs();
session->Connect();
TRequestStatus iStatus = KErrNone;...
Hi, i have to write an application that tell me went the system calls a write() to any file. i would like know if there is some API to get this information, or anyother way.
thanks.
Hi, i'm creating an application for my nokia n70, using s60 2nd ed FP3. I like C, so i used library as <stdio.h> <time.h> etc.., and i want to start my application using main() as entry point. In 3rd...