Hi symbianyucca,
i've searched that but couldnt get the examples.Wiki has examples releated to invoking messaging app from another app.
But my app has to invoke an GUI while user tries to open...
Type: Posts; User: bkarthik_be; Keyword(s):
Hi symbianyucca,
i've searched that but couldnt get the examples.Wiki has examples releated to invoking messaging app from another app.
But my app has to invoke an GUI while user tries to open...
Hi symbianyucca,
Thanks for your information.
I vent used the focus events previously.
Where can i get the details about this?
Thanks,
KB
Hi All
I'm creating an exe which has to indicate while the user opens the native messaging app and Gallery.
I can get this using the UID of the native messaging app, but that may indicate even...
Hi All
I'm creating an exe which has to indicate while the user opens the native messaging app.
I can get this using the UID of the native messaging app, but that may indicate even the app is...
Hi All
I'm creating an exe which has to indicate while the user opens the native messaging app.
I can get this using the UID of the native messaging app, but that may indicate even the app is...
Hi
You need to call the Draw method explicitly because the Draw method gets called while the creation of the contianer. Use DrawNow() to call the Draw method.
Once the you got the new...
Hi,
Would it be possible to have 6190 surge with SIM in RDA pool?
And The E71x is available in the pool but no sim, would you provide a sim for that too?
Thanks,
KB
yes, there are many ways.
But this app is kind of an app which the remote server operate it using virtual keypad.
Needs to open the contacts application from a background exe.
The exe will get the key y events from a remote server.
Hi Skumar rao,
Thanks for your help.
i apologize that not searching on the wiki.
Now, i'm facing a new problem on the 5th edition regarding the navigation center key simulation.
I've...
Hi,
I'm developing an application which simulates the key events.
The app is working on the 3rd edition devices but on the 5th edition devices,
I dont know how to simulate the touch events,
...
Hi wizard_hu_
I solved the issue.
Thanks for your help.
Now, i cant able to read the SMS sender no and the SMS body completely.
I m using the following code to read the sender number and sms...
Hi wizard_hu
Thanks once again.
Now its adding into the first.
But, My previous error is still coming.
I cant cancelIoctl and open the Icotl multiple times.
First time its working fine. ...
Hi Amit,
The HandleSessionEventL() is not working for me to delete the Incoming msg for me i followed the following code to delete the msg but i couldnt achieve so i moved into RSocket way.
...
Hi,
Even using RSocket you can get the senders' information,
Check the link.
The HandleSessionEventL() works fine for me only outgoing message not an incoming msgs that the reason why i...
Hi,
I too face the same prop.
I couldnt find the solution.
So, i used the RSocket to listen the Incoming SMS.
You could try this
http://wiki.forum.nokia.com/index.php/SMS_Utilities_API
Hi wizard_hu
Any update?
I've used the following code to read sms from the RSocket.
CSmsBuffer *buffer=CSmsBuffer::NewL();
// CleanupStack::PushL(buffer);
//Stream that...
Hi wizard_hu
The CreateMessageL is working fine, The message is reaching the local inbox with alert message tone. But the sms is adding into the last instead of displaying the first position.
...
Hi wizard_hu
After a long time, i'm back with some queries.
I've implemented the storing the incoming SMS and Send the SMS into inbox locally.
I've used the following code to read SMS,
...
Hi A.A.M
Thank u once again.
Nokia updated the extened pulgins, it seems.
Let me try out this.
keep updating to you ;)
Hi Wizard_hu
Thanks for the information.
I planned to store the incoming sms on the device. Once my app is got closed then i'll get the data from the stored place and deliver to the inbox...
Hi A.A.M
Any update on this?
Thanks,
karthikeyan.B
Hi Wizard_hu
Thanks a lot.
It works fine.
One more query,
Is there way to retrieve the blocked SMS to back to inbox once the user closed my app?
Hi A.A.M
Thanks ...
After added the WriteDeviceData capability , my app able to change the status of the bluetooth powerstate but the bluetooth Icon is not yet displayed on the device.
Its...
Hi Wizard_hu
Thanks for the information.
Now, i ve implemented the cancel method like this
void CSMSEngine::DoCancel()
{
iSocket.CancelIoctl();