Hola,
prueba a hacer iTimer.CreateLocal() en vez de en el constructor, justo antes de la llada a At().
Yo uso After y me funciona bien. Luego en RunL hago iTimer.Close().
Saludos
Type: Posts; User: ajsanchez; Keyword(s):
Hola,
prueba a hacer iTimer.CreateLocal() en vez de en el constructor, justo antes de la llada a At().
Yo uso After y me funciona bien. Luego en RunL hago iTimer.Close().
Saludos
Hola a todos,
El siguiente código abre un fichero (si no lo crea) y se sitúa al final para escribir:
RFs fs;
fs.Connect();
TFileName fileName;
fileName.Append(_L("fichero.txt"));
Hi,
It's working for me with HTTP. Just calling InstallAuthenticationL after the session has been opened and implementing getcredentials.
On the server side there is an IIS configured with...
Hi,
make sure you call InstallAuthenticationL(iSession); after you've opened the session.
It should work.
Bye
Hi again,
I'm back with this question.
I've read about writing an ECom plugin wich derives from CPushHandlerBase and it seems a perfect solution. The only problem is that it is intended for Wap...
Hi erst,
I don´t know what could be the problem, but maybe this can help you:
It seems that you should return KErrNotFound in OverallDataSize and then EFalse on GetNextDataPart till the last...
Hi,
have a look to CApSelect, where you can define a filter to retrieve some kind of TApBearer (EApBearerTypeWLAN in your case).
I hope it helps.
Generally writing messages to a file.
you can create a file in any directory (preferibly one that you can access with file explorer) and write messages to it.
Put some log message at the very...
Hi,
Do you have any log mechanism? Are you sure the app don't start? I guess the path are right, as the installer let the app install.
Try to ensure the app is not crashing by any internal...
Yeah, it may be important :-)
Does the installation reach those files?
I'd better use abreviations like FT and TA (TEXTABORT is equal to TEXTEXIT). At least for me I was getting in troubles with FILERUN.
Another thing to...
Hi Paul,
This is extracted from SDK help:
But anyway I'll try to change the names.
Could you post your pkg file?
You said that you get an error that aborts installation, maybe the problem is caused by some component placed on a wrong path...
Bye
I'm afraid you need a Developer Certificate.
Bye
Hi,
are you declaring any capability out of the self-signed range?
I mean one different from LocalServices, ReadUserData, WriteUserData, UserEnvironment or NetworkServices.
Bye
Hi,
Add C:\Program Files\Perl\bin\ to the PATH user enviroment variable (or whenever you have installed perl).
Bye
You'll find the solution at aknappui.h.
CAknAppUi Inherits CEikAppUi.
Bye
Hi, thanks for your responses.
I think DM is too complex for what we want to perform.
Mr. Buttington what plugin are you talking about? Can you provide me with any link or code example? I'm...
Hi,
Are you sure both are 8 or 16 bits descriptors?
Maybe can try with HBufC8&TDesC8 or HBufC16&TBufC16.
Bye
-----------------------------
I think blizzz answer is the right :-)
Hi,
did you call CActiveScheduler::Start() before requesting the asynchronous service?
It could be the cause.
Bye
Hello,
abld build gcce urel just creates the executables and resources. To create .sis you have to use Makesis and CreateSis for make the .sis and sign it.
Search them on the SDK and you would...
Hi Brunnen-G,
The IDE has nothing to do with the phones you target. To target all phones you have to install several SDK's and probably build two or three versions.
Each time you will have to...
Thanks Paul,
I'll research on it.
Bye
Hi Paul,
thanks for your response.
I've been reading the document, but I can't guess how that info is delivered to the phone.
And what capabilities/partnering do we need?
Thanks in advance
Many thanks Buttington,
the web server is interesting but what we don't want a running task in the phone, just start the app on some kind of event (as you said a wap push).
The problem is that...