I've a console application with embedded sis file. My embedded sis file is Symbian signed and it's packaged with some other files and installed as a part of console application.
As Symbian signed...
Type: Posts; User: netlogins; Keyword(s):
I've a console application with embedded sis file. My embedded sis file is Symbian signed and it's packaged with some other files and installed as a part of console application.
As Symbian signed...
Thanks kkrish, but I guess I would require Networkcontrol capability then? I was looking for PhoneClientExt.dll but it's not available in FP2 so currently I'm looking into AIW. I've not found any...
yes, my phone is key locked while simulating key event. But does it really concern as other phones simulate Red key in key pad lock mode too.
@ Yucca - I've also tried old routine using ETel.
...
Hi,
Incoming call termination code using Red key isn't working on N76 only in flip closed mode. Otherwise perfect.
Any guess?
Thanks,
Thanks a lot for saving my time.
I found file from history.
Great tip :)
Hi,
I was compiling my MyappUi.cpp file when accidentally my pc shut down. After reboot, all other project's files are fine except MyappUi.cpp. I can see its size 28k and all data is in binary...
O sorry my mistake, time interval in microseconds.
Now I've increased delay from 1000µs to 10000µs and its working fine :). It's strange as none other application was running on the phone but it is :P. It was working perfect with 0ms delay on other...
Hi Yucca,
Thanks for the response, I checked cpu usage using y-task:trace, and its in normal mode. But again as soon as I switch from my app to ytrace, data is downloaded at the backend, but if my...
Hi All,
I am facing quite unexpected response of my application on few devices like N78 and N80. My application connects to a remote server to fetch data. It works perfect on many devices but on...
Hi,
I have used CImageDecoder on 3rd edition mr for conversion of png and gif to bmp with both syn and async routines.
I am facing issue while converting gif image to bmp on 3rd FP2 devices.
...
Ok thanks,
I'll look into this. But What about RReadStream Issue?
After getting complete file from server I used CEZDecompressor. I am sure about the data because I saved this data on disk as gzip file and then used CEZGZipToFile to get and extract this file and...
Thanks for the response
Well Why i'm not able to do stream functions after reloading file from disk. Don't you thik there might be difference in reading streams in j2me and symbian c++ as I have...
Hi,
I am getting a gzip file over http. I am extracting it and creating RReadStream object as my http server is writing data on stream using writeInt, writeString etc.
I am facing few problems...
Hi,
Sorry my mistake! I posted sybmian c++ code at java forum :s I am just editing my post.
Hi,
I guess you're missing to include your xxapplication.h - header file.. see here.
Hi,
I suggest you should use USB for ODD. I did connected and debugged an application myself following this tutorial.
Thanks,
Hi all,
A step by step tutorial for ODD-(E50) using USB can be found here.
Hi,
You can found a soloutions Here.
Hi,
You can found a solution here.
Hi All,
My application is running fine on 3rd edition devices like e61, e70, n73. It also works fine on N95 but in landscap mode my setting screen elements are not painted well. My setting screen...
Hi,
thanks GOD, i solved the problem using key simulation:
Here is the code;
RWsSession sess=CCoeEnv::Static()->WsSession();
TWsEvent event;
TInt id = sess.GetFocusWindowGroup();
Hi all,
I have a local query list. If user doesn't select any choice, then after a particular time, i want to simulate Cancel Key to terminate local list query.
(I can't use global list query...
Hi yucca,
actully i didn't mean pressing Red key manually but programatically. Anyways i solved the issue by re-fetching call status and if it was a ringing state then i used Red key again to...