Hi,
I have created an instance of CBluetoothPhysicalLinks and I am able to get notified via HandleCreateConnectionCompleteL by CreateConnection to a connected bt device.
But somehow when I...
Type: Posts; User: zhengyu97; Keyword(s):
Hi,
I have created an instance of CBluetoothPhysicalLinks and I am able to get notified via HandleCreateConnectionCompleteL by CreateConnection to a connected bt device.
But somehow when I...
If the SPP is widely used, then I thinik I should concentrate on SPP then.
So please pardon my ignorance, so what if I know the server port and address already?
When the server has SPP service, I...
Hi,
I have used the code:
TCharFormat charFormat;
TCharFormatMask charFormatMask;
charFormat.iFontPresentation.iTextColor = KRgbBlack;
//charFormat.iFontPresentation.iUnderline =...
Thanks. Mahbub. Should I still do what you said even I am just simply listening the port. e.g. I am not initializing a connection, I am just simply waiting for the connection?
And it is correct...
Hello, anyone who can help me?
I have tried also the example http://wiki.forum.nokia.com/index.php/Listen_for_Bluetooth_Serial_Port_service_in_Symbian
And seems it is not that simple to change only the service uuid on the server...
Hi,
I have taken the btchat as an example and it works if the connecting bt is having serialport(0x1101) as service. But if the client bt is having bt headset(0x1108), then the runl is never...
Hi, I am doing like this, using
TUint value = EMode1 | EMode 2; // value = 0011
Then how a mask can be used to get the two modes?
Hi Experts,
A small question: for example, in the RFile::Open, we can pass ( EMode1 | EMode2) so it applies if I have a function where I pass a function as many as modes as I want, e.g. foo(mode1...
I have tried the CAknMessageQueryDialog and its appearence suits my need, but somehow I am not able to change the message text color and size. Any idea?
Hi,
I want to implement a popup dialog which has a title, and its content text can have different color, size and maybe link or the phone number which can be directly dialed, just like the phone...
Thanks for your reply.
The -p flag doesn't work, but anyway, I tried again with:
VerifySymbianSigned_25_05_2007.exe Reset.SIS
and the it listed:
------------------------------
File format ...
Hi,
我快疯了,我已经试了很多次Express Signed 和 Certified Signed,结果都是
de.trustcenter.crypto.TrustStorePathBuilderException: Cannot validate certpath
我相信我的publish id 和 key...
Thanks, yea, I agree.
Sorry, that is "hang", e.g no response
Thanks for reply. There are some situations where we can't do much things to prevent the application crash. So what I am concerned is to try to recovery it. So is there any way to know if the...
Hi,
My application is self autostartable on S603rd fp2. And there are two things I need to make sure:
1. the application is always running(not stuck)
2. the time frame between the last active...
Or maybe can I make a customized dialog which means the whole application is a dialog which looks like the global note, is it possible?
Hi,
Is it possible to do this in any popup or any customized UI component which can do it and can be made popup looked like?
Thanks!
Br,
- Zheng
大家好,我现在在做一个只需要监听手机的bt端口和接受bt数据功能的S60 3rd 的软件
我是这么做的
--------------------------------------------------------------------------------------------------------------
TProtocolDesc pdesc;...
Thank you. I did that already.
Thanks for your reply, what I am doing is to simply monitoring the connection and data transferring on the phone BT port. Has this to do with any serial port service? And also as I said, by using the...
I have taken another look on "btpointtopoint" example. The server just has the exactly the same code above, the idea is simple, but I just can't think through why the RunL is not called if I manully...
I think the BT connection is no different as other connections. So simply has RSocketServ and RSocket and set the BT properities and then listen on it if I want only monitor the bt connection and the...
Thanks, here are some codes:
-------------------------------------------------------------------------------------------
if ( iState!=ENone )
{
User::Leave(KErrInUse);
}
...