Hello all,
Please help me to resolve the GPRS issue while using the GPS on Nokia N95 8 GB.
Regards,
Kavit.
Type: Posts; User: Kavit Patel; Keyword(s):
Hello all,
Please help me to resolve the GPRS issue while using the GPS on Nokia N95 8 GB.
Regards,
Kavit.
Hi Yucca,
Thanks for reply.
But same application working good for Nokia 5800 XPressMusic.
For that device it is not asking for GPRS.
But for N95 it is enabling GPRS.
Regards,
Hello all,
I want to use the inbuilt GPS of N95 8GB in my application.
For that I used below code to get the module.
if(modInfo.IsAvailable() && (modInfo.TechnologyType() ==...
Hi Vineet,
Thanks , but it is also not working with NewL() too.
Below I have put my code you can see the DoStartL()
LOCAL_C void MainL()
{
Hello Amit, Sumit.
For UI application I am able to receive this event, but still not get that event for console application.
Regards,
Kavit.
Hi Sumit,
All these stuff has been already putted in console's DoStartL().
Regards,
Kavit.
Hi Sumit,
I doubt how can any asynchronous request is pending for my active object before I construct it?
Still I have tried but no success.
Thanks,
Kavit.
Hi Amit,
My application is not crashed or hang, but in my log file, I didn't found any entry for RunL().
Also my code for ShutDownWatcher active object are as below...
...
Hello all,
To get the power off notification in my console application, I have used the code given at this link....
Hello Yucca,
Thanks.
Actually we want to run our application when the particular message comes to the device.
We don't want to run any background application made by us to run continuously...
Hello Yucca,
Thanks.
can you please explain with some details?
Regards,
Kavit.
Hello all,
I want to know that whether it is possible to get notification or perform any action whenever particular message is come to the device, without any background message watching...
Hi Sumit,
The console application needs to create and install active scheduler.
So, your console should have done that in its DoStartL()
Regards,
Kavit.
Hi Chandran,
The application closes means it crashes.
And when it crash it is displaying the panic code for crash.
See that panic code, that will help you to know why it closes.
Also, the...
Hi Sumit,
There should not be change in code to retrieve the IMSI number, you can use code to retrieve the IMSI on both UI and console application.
The code to get the IMSI is available in...
Congratulation Lion... :)
I got the solution from here.
Hello all,
I want to know how can I get the full message body/text?
I am using MTM and the TMsvEntry's iDescription variable gives only first 32 characters of the message.
How can I get the...
Also you can use follow method.
TKeyResponse CAppUi::HandleKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType)
{
CAknAppUi::HandleWsEventL(aEvent, aDestination);
if...
Hi,
The following code snippet will capture the red/end call key.
void CAppUi::HandleWsEventL(const TWsEvent &aEvent, CCoeControl *aDestination)
{
CAknAppUi::HandleWsEventL(aEvent,...
Also reasons for the file corrupted message are as follow:
Regards,
Kavit.
Hi,
.rss is the include header file, while
.rsc is the compiled binary file. Both are different.
Regards,
Kavit.
Hi,
This link may help you.
Regards,
Kavit.
Hi Yucca,
Thanks but I have a common header files for client and server and I have defined KCountServerName in that file.
Also, version is perfect too.
I am running the application on...
Hello all,
I am creating a client-server framework for my application.
For that I have used the examples on wiki for how to create server, session and client session. I am working on S60 third...