Hi,
I am writing a simple Qt on Maemo application for serial communication between device and PC for which I am using QextSerialPort 1.2 library to write on the /dev/ttyS0 port so that it could be...
Type: Posts; User: Suyash; Keyword(s):
Hi,
I am writing a simple Qt on Maemo application for serial communication between device and PC for which I am using QextSerialPort 1.2 library to write on the /dev/ttyS0 port so that it could be...
Thanks Itomuta for correcting me for Qt (not QT). Actually, I am pretty new to Qt development.
For Symbian, we will be using the symbian APIs only for bluetooth and Qt for the application UI.
...
We are developing an application for S60 & maemo which requires file transfer using bluetooth.
For this, I found QT blutooth module (http://doc.qt.nokia.com/qtextended4.4/qtbluetoothmodule.html)...
Hi Halizm,
Have you checked the error code returned by:
1. TInt err = iRepository->NotifyRequest(KBTPowerState, iStatus);
[CRepository method]
2. TInt err =...
Hi,
Check this link.
Regards,
Suyash
Try using
CCommsDbConnectionPrefTableView* gprsTablePrefView = iCommsDB->OpenConnectionPrefTableInRankOrderLC(ECommDbConnectionDirectionOutgoing);
gprsTablePrefView->GotoFirstRecord();...
Actually, I have done it on device quite a long back and it worked fine.
Have you tried it on device?
Hi Joseph,
I have used it and it works fine except in the case when you provide wrong connId.
Have you checked the value of connId and Found after coming out of your while loop?
Regards,...
Actually, I used DBshell (garawaa) on a windows PC where symbian SDK was not installed and it works fine.
Hence it doesn't require symbian emulator to be run. Also, as it is a windows console...
Hi skumar_rao,
Thanks for the reply.
If I understood correctly, you mean read the symbian db on device using symbian APIs and store it in a xml file. Now, send that XML file to PC, read the XML...
Hi,
AFAIK it is not possible to read it directly from some settings in browser application.
But you can apply a workaround by monitoring the foreground application and check for the active IAP...
Do you want to read the messages from inbox.
OR a notification whenever a message is received in Inbox.
Check this link:
http://wiki.forum.nokia.com/index.php/SMS_Receiver
You need to manually go to myComputer=>properties=>Advanced=>EnvironmentVariables and edit the path by appending ";c:\perl\bin" to it.
Hi nyamga,
Thanks for the reply, it is really useful.
My requirement is also similar in which I have to read the db files sent by the device to the server(pc) and store it in the server database....
Hi,
Is there a way to read the database file (created on device using symbian APIs) on PC?
Regards,
Suyash.
Has anyone tried using AHLE API on S60 3rd FP2??
It is not working?
Hi friends,
AHLE plugin works fine for S60 3rd and 3rd FP1 but I am facing problem on S60 3rd FP2. Has anyone tried AHLE on S60 3rd FP2 ??
Problem:
Different AHLE plugin packages are available...
That's great,
One more suggesion:
instead of using
CCommsDbConnectionPrefTableView* commDBView =
commDB->OpenConnectionPrefTableInRankOrderLC(ECommDbConnectionDirectionOutgoing);
and then...
Hi Rakesh,
E32USER-CBase 71 refers to "This panic is raised when TRAPs have been nested and an attempt is made to exit from a TRAP nest level before all the cleanup items belonging to that level...
Hi Rakesh,
While iteration how do you come to know that a particular IAP has failed so continue to iterate or correct IAP has been found and the iteration needs to be stopped.
The same method is...
Hi yucca,
Can we also find the details of the downloaded content like file names and the size of the files being downloaded using http filter plugin.
Thanks in advance,
Suyash.
Hi waisanyan,
Surely you can make such application which will require the following steps:
1. You can get notification whenever network information changes (user moves from one cell to other.)...
Thanks wizard,
NITZ stands for Network Interface and Time zone.
As my device is not updating time using "Auto time update" feature, does that mean my operator doesn't support NITZ or GSM network...
Hi,
This is quite old post, but it is incomplete and has not provided the the solution, hence reopening the thread instead of creating a new one.
I am facing the same problem.
How to retrieve...
Yes, the problem is due to unicode which is being read into ASCII string.
You can try this:
file.Open(CCoeEnv::Static()->FsSession(),KFilename,EFileRead);
TBuf<20> szData; // read as...