Hi guys!
I try interception of outbound messages on Symbian OS 9.1
But I have very interest results.
When I sent outbound messages to multiply recipients on
E60, N73 and E65, system creates...
Type: Posts; User: Svat_; Keyword(s):
Hi guys!
I try interception of outbound messages on Symbian OS 9.1
But I have very interest results.
When I sent outbound messages to multiply recipients on
E60, N73 and E65, system creates...
Possible, exists any way to intercept button "Send"?
Any body have experience?
Please, help.
I have tried it. Moving of SMS to another folder takes more long time than deleting. If I will move SMS to another folder, then
system send SMS and I can't block it. I need to delete it immediately,...
Hi friends,
When I delete SMS from outbox, it is deleted successfully, but
system shows to me message: "General: message deleted".
Exists any way to avoid this message? Possible, any way to change...
thanks, for your clarification
juast one question yet: can I intercept via same way outbound messages? Or it is impossible?
I have it is worked! Thanks!
But it is not works with "##" and not works with "@#".
I have changed it to empty literal:
_LIT(KTag, "");
and RunL was called!
Now I have two question yet. How...
Hi nigel.brown
thanks for your reply!
I have just chacked it.
If I use this code, then in RunL iStatus =0;
But if I comment string (iStatus defined in SocketListen):
//TRequestStatus iStatus;...
Hi,
I want receive SMSs via sockets. I found example "silent SMS" on wiki. I have it is compiled well. But after starting on handset, my application crashed on InternalizeL method. And function RunL...
Hi Paul,
Thanks for your reply! Very useful link.
I made very interest testing before my post :)
I made 10 web pages on my server. Each page redirects browser to next page: 1->2 (first...
Hi !
Exists any way to configure parameters of S60 3rd browser?
I need to change redirection limit parameter.
Seems, default it is 8. After redirection to next page, browser shows "unknown...
I have more interest things:
1) installed application does not exists in application menu, but I can see
sis installer from app manager (as installed).
2) if I remove code...
But I not need to exit my app first 5 seconds.
I have modified function to wait 6sec. anyway:
[/CODE]
TBool CMyAppUi::ProcessCommandParametersL( CApaCommandLine &aCommandLine )
{...
Hm, but why it is not works withiout delay? Application can be successfully
autostarted on boot without "ProcessCommandParametersL"...
As I understand from discussion (after tutorial on NewLC)...
Seems, my application started by system...
How I can delay it?
PS: I have used Start-UP API framework.
here is my code:
RESOURCE STARTUP_ITEM_INFO startexe
{
executable_name = "c:\\sys\\bin\\My.exe";
recovery = EStartupItemExPolicyNone;
}
but where I...
Hi skumar_rao!
Thanks for your reply.
Where I should paste dalay code?
Hi guys! I need your help!
I want to detect if an application is launched by user or the startup list.
I have used this way.
http://newlc.com/How-to-detect-if-an-application-is.html
I have...
Thanks Yucca! it works !!
Hi guys!
I need recipients list of outgoing mms messages.
How I can get it? For 2nd I have used TypedAddresseeList function:
ispecificMtmMMS->TypedAddresseeList(EMmsTo);
but in CMmsClientMtm...
Seems I found cause...
I don't use HandleSessionEventL for handling of messages. I periodically check Outbox folder and when I found mesassage here, I need delete it immediately. But seems, system...
Hi yucca
I have tried with all these capabilities (I have DevCert for it):
CommDD
PowerMgmt
ReadDeviceData
WriteDeviceData
TrustedUI
ProtServ
NetworkControl
Hi guys!
I need delete outbound SMS on 3rd MR.
For it I use next sting :
iMsvSession->RemoveEntry(iNewMessageId);
It was successfully used for inbound messages, but when I tried deleting of...
Hi Mateen
My company is Symbian Platinum Partner. But I should be sure - doesn't exist public API which allow disable messages notification, before as we will have conversations with Symbian about...
Can Symbian give me official answer for my question?
Something like that:
"Symbian 8.0a doesn't provide feature to disable messages notifications for public API. You can to purchase API which...
Where I can find API which allows me disable messages notification?
I should ask Symbian for it? Will Symbian speak with me?
Thanks.