Dear yours,
I need to write a small application that send a statics file from phone to others phone by C++ in S60 Symbian phone.
Where I should start? Any document?
Thanks
Wah
Dear yours,
I need to write a small application that send a statics file from phone to others phone by C++ in S60 Symbian phone.
Where I should start? Any document?
Thanks
Wah
if you want to do it easily by using CSendAppUi class which provides sending functionality and UI for applications, you may check out the following link. There you will see a open source example project dealing CSendAppUi class and sends a file.
http://kuca.webzdarma.cz/index.php3?...n&co=t7logtopc
It seems what I need. Thanks you guy. I try it immediately.. haha
CSendAppUi cannot send sis file in OS 7.0 or above(I guest). I finally try the Btobex example that in SDK. I modified the example form CObexNullObject to CObexFileObject and it can send file to anthers phone now.
However, there is no progress bar dialog when sending file in this example. Besides, there is no OBEX document and I don't how to add the progress bar dialog. Anyone has idea? Or know where to find the document? Thanks
HI Wah im also doing the same Project for my graduation. Plz can u help me doing this with CObexFileObject. I will really appreciate it !!!
Hi ,Originally Posted by Wah
Could u share ur code for sending files?
I need to send more than one file.....
Hi ,Originally Posted by Wah
How to use CObexFileObject for sending more than one files?
Hi Chishti!
Can you please share with me the code to send a file via the BtObex example from the SDK?!?
I would really appreciate it.
Thanks in advance...
Best regards,
€BRAHIM €2006€
Can anyone tell me how should I import the example BTobex in a manner that I can modify some messages?
Because importing using Import->mmp file doesn't import the .pkg file and this is still not automatically generated.
And i suppose that in this case any changes I make to the code are not seen when actually running the application on a phone.
Please help!![]()
Hi Adina!
You need to change the code in Visual C++ and then recompile it to create a new .pkg file. Then you convert this file into .sis file and download it to the phone. Did you get it?
Good luck !!! €€€
Thanks a lot!
A thought noone wil ever answer this question!
I'm working with Carbide C++.
I've imported a project using Import->mmp File. Good notice here that the sis folder containing the .pkg file is not imported, so I've simply drag-and-drop it in the working space. Then, rebuild the project and still, any changes I've made to the code are not seen.
If I don't drag-and-drop the .pkg file , then no .pkg file is created...so, no .sis file.
So, has anything to do with the Crabide or I don't import the project in the right manner...
Please let me know if u have any advices...
Thanks a lot!
I guess carbide builds your chages and creats new .obj file out of your .cpp files. If so, you can create .sis file from command prompt. Say your .pkg file under c:\temp.
cd c:\temp
c:\temp\makesis yoursis.pkg
That's it. Make sure the correct path is given in .pkg file for picking up the right object file.
Hope it helps!!!!
Do it now! Today will be yesterday tomorrow - MadSum