Hi, guys!
I using RHTTPSession and RHTTPTransaction to get data through Http protocol, just like the example of HTTPClientExample.
now, i want to set the local port of Http, how should i do?
i...
Type: Posts; User: lengyuecau; Keyword(s):
Hi, guys!
I using RHTTPSession and RHTTPTransaction to get data through Http protocol, just like the example of HTTPClientExample.
now, i want to set the local port of Http, how should i do?
i...
in RFC 2617 (page 14) is reported:
If the "qop" value is "auth-int", then A2 is:
A2 = Method ":" digest-uri-value ":" H(entity-body)
if the http message does not have an entity-body, what is...
之前找到的SDK中没有找到有关Digest的描述,估计是不支持,只能自己写一个了。
现在遇到Digest算法中的问题,想向各位请教一下。
RFC 2617中关于A2值的构成,以及H(entity-body)有下面一段话:
If the "qop" value is "auth-int", then A2 is:
A2 = Method ":"...
在S60_Platform_HTTP_Client_API_Example_v2_0_en例子中看到Http的鉴权的介绍,按照里面介绍的,继承了 MHTTPAuthenticationCallback类,并实现了GetCredentialsL方法。...
Hi, guys!
I want to get user data from the GPRS networking using HTTP protocol. But the server request the authentication using digest.
I looked up in the Symbian SDK documentation and found the...
Hi,all. I want to send a RTP Message on S60 2.x .
I have no idea to do it, because 2.x version does not support RTP. So i want some some examples or suggestions .
Thanks in advance!
try to reload .mmp file.
thanks foe reply.
It is a register program. If i send the message to the register center, it works fine when the replied message arrives. But if i send the replied message with my phone instead of...
Hi ,thanks for reply !
the code is below:
void CMtmsExampleEngine::HandleSessionEventL(TMsvSessionEvent aEvent, TAny* aArg1, TAny* aArg2, TAny* /*aArg3*/)
{
switch (aEvent)
{
...
I wrote a program to monitor the Inbox of SMS. but when an SMS arrives, the program closes and the phone displays a note of a incoming message.
How to let the program always active no matter what...
Hi,all.
I have solved the problem,the correct code is below:
TInetAddr anAddr;
iSocket.RemoteName( anAddr );
It is iSocket other than iListenSocket
My app uses the socket C/S architecture, and the server listens the socket, giveing responses when there is a trying of connection.
the problem is when i want to get the remote address of the...
My app uses the socket C/S architecture, and the server listens the socket, giveing responses when there is a trying of connection.
the problem is when i want to get the remote address of the...
thanks for replying.
Yes,i have tried it,but i got a null address.
I used ListenL() function to listen, and then used the RemoteName() function in RunL() to get the connected address,but i got...
My app uses the socket C/S architecture, and the server listens the socket,giveing responses when there is a trying of connection.
Now,the key problem is how can i get the address of the client...
I want to update my program automatically if there is a new version. I want to know how to implement it, and i found a system called "S60 Dlwnload Manager" which may do this.
But i also found OMA's ...
Hi !I want to send a msg,and then get the reply msg. I implement the HandleSessionEventL method like this:
void CMyEngine::HandleSessionEventL(TMsvSessionEvent aEvent, TAny* aArg1, TAny* aArg2,...
thaks for all!
I have solved the problem. After I reimport the mmp file to CW and then rebuild,then the problem disappear.
thanks again!
Thanks for reply.
I have included etext.lib eikcore.lib and txtrich.h in mmp file or cpp file,and the problem also exists.
I want to use CRichText to get a string with the following code to create.
CRichText* richText = CRichText::NewL(
CEikonEnv::Static()->SystemParaFormatLayerL(),
...
我想获得特定号码发来的短信,不知如何实现,大家能给一点意见吗?
先谢谢了!
Hi,all.
I want to monitor the message which has the specific send number in the Inbox and get the content of the message.
How can i do it? Can someone give some suggestions?
Thanks in advance!
I am also using symbian c++. But if i want to test SMS apps,what i should do? Also using NCF?
Thanks a lot!
tanks very much!
I just have another question. i hava tried the NCF before,but it requires the SDKs below:
o Prototype 2.0 S60 MIDP Emulator
o Nokia Series 40 MIDP20 SDK 1.1
o Prototype 2.0 S80...
thanks for your reply.
But i want to know whether there is a software that by which i can send a message from one emulator to another and catch some debug data.