Hi! How can I create two separate application from the same Series60 project? I have tried to change all the application uid's from the project and installation paths from the .pkg file but still I...
Type: Posts; User: Marw_Work; Keyword(s):
Hi! How can I create two separate application from the same Series60 project? I have tried to change all the application uid's from the project and installation paths from the .pkg file but still I...
Hi! Is it possible to create sis files without installing full SDK? I have built application and I would like to create sis file of it using my laptop. In my laptop there is no Visual Studio...
Hi. I'm trying to find index number for image to show it in my error note dialog. Where can I find the index numbers of the avcom.mbm file? I would like to find that red exclamation mark image....
Did you find an error? I have the same problem and I'm totally out of ideas.
Can anyone tell me how can get rid of this E32USER-CBase 66 panic that I allways get when I call Exit() function from my AppUi class?
I have tried to find the reason for this but I haven't managed...
Hi! I get an "E32USER-CBase 66" error allways when I call CEikAppUi::Exit() -function in my program. This is done, when I'm trying to close my application in my own AppUi-class.
I've understood...
Thanks! Just what I needed.
I know that it is possible to change the skin of the emulator but is there official 7650 skin for the emulator available? In v1.0 sdk there is only the default skin (or I haven't found any else)...
How can I find out what is the port of the remote device? If I have estabilished a connection between my phone and an other BT device where can I found the port information?
I want to make a BT connection using address that I allready know. How is it possible?
I have tried to give an address to RNotifer instance using TBTDeviceResponseParamsPckg, but I haven't manage to...
Hi! Is it possible to use tools like bmconv and makesis without installing the whole SDK and without Visual Studio? If it is, what are the parts of the SDK that I should install?
-Marw
Yes, it is possible. We have done it some time ago.
Yes, you can also send data.
-Marw
Hi! How can I register some file type to open in my program? Like .wav files open in the wav-player by default.
-Marw
I have troubles with BT when I have called RecvOneOrMore and before I get a message I try to cancel receiving and send a message. It looks like this:
iSocket.RecvOneOrMore(iBuffer, 0, iStatus,...
Hi. How can I stop waiting BT-message after I have called RecvOneOrMore-function? I would like to send a BT-message but at the moment the program is waiting for BT-message using...
Hi! How can I inactivate an active object? In my program an active object is waiting for a BT message and I should send a BT message and continue waiting but I can't send because active object is...
Hi! Is it possible to receive bt messages when phone is acting as bt-client? In BTP2P example client is only used to send messages and server is only receiving messages. My application should act as...
7650 has also 4MB RAM (exactly 3,6MB) so if your program fit into 7650 it fit into 3650 also. Remember that this memory is shared with all pictures, phonebook, calendar, messages and add-on...
Is there any information available about CObexBaseObject? I didn't manage to find any from the Series60 SDK help.
I have understood that I need to create own MTM for bluetooth messages if I want to catch them into my own application. How do I create this MTM? I studied the documentation but I didn't managed to...
Is it possible to get incoming bluetooth message before it comes into phones inbox?
I would like to check if incoming message (vCard) is message that I'm waiting. If the message is one I would...
Is it possible to get incoming bluetooth message before it comes into phones inbox?
I would like to check if incoming message (vCard) is message that I'm waiting. If the message is one I would...
I have linker problems when using CAknColumnListBox. There is no problems when I use CAknSingleHeadingStyleListBox, but I want to create 2 column listbox and ItemDrawer is not a member of...
Is it possible to get received BT-message (eg. vCard) before it appears into received messages folder? I would like to check if incoming message is known message and handle it separately.
I'm...