Hi,
According to Symbian signed test criteria in Test 4 - No voice call disruption there is a note saying
How is this meant to be solved, do I have to record my own call waiting tones and...
Type: Posts; User: henranto; Keyword(s):
Hi,
According to Symbian signed test criteria in Test 4 - No voice call disruption there is a note saying
How is this meant to be solved, do I have to record my own call waiting tones and...
QSystemNetworkInfo *netInfo = new QSystemNetworkInfo(this);
Even without "this" will not work. Complete code example is included in bug report if you are interested.
Yes I agree about the parent and child must be in same thread but isn't it strange that this warning is given even if I only create it in the worker-thread? Seems like the resource-objects are...
Follow bug on
http://bugreports.qt.nokia.com/browse/QTMOBILITY-1058
/anton
My first thought it was hanging but more I just realized that it was the thread that crashed. I tested it on win32 and get some warnings when just creating QSystemNetworkInfo from other thread than...
Hi
I'm having problem using QtMobility from multiple threads.
Main-thread A starts and creates a QSystemDeviceInfo
A creates thread B
B then freeze when it tries to create QSystemNetworkInfo...
For those who are interested, the phone works much more stable if I close the recorder between recording instead of just calling Stop and Start.
anton
Second update..
I have solved so the recording thread does not crash anymore and it is according to me a bug in voip audio service. After calling CVoIPAudioUplikStream::Stop() I will always get a...
Small update. First time is recording perfect and after a Stop() and later Start() on the CVoIPAudioUplikStream will not yield in any calls to EmptyBuffer. The Start-function does not give an error...
Hi
I'm having some problems similar to which have read about in this forum...
Sure I can add it in wiki, although I have no idea where. Add info to VoIP Audio Service API, report as an issue?
I found the problem!
I'll post it here as well as I don't think this has been very well documented.
The root of the problem is the RArray retreived in GetSupportedDownlinkFormats. My code...
Hi
I have used the VoIP Audio Library on 3rd edition phones and are trying the same code on 5800. But when I call CVoIPAudioDownlinkStream::SetFormat it fails with -5 (don't get that error on 3rd...
Good thing you asked, the logman utility reported timedout error so I thought that was the error but my code got -46 when opening the port. I'll add some capabilities and see if it works better.
...
Hi
I have used RComm API on 3rd edition according to
http://wiki.forum.nokia.com/index.php/TSS000601_-_Serial_communication_over_USB_on_S60_3rd_Edition_devices
This works very well and it saves...
Hi
I wonder if it is possible to setup a video-call and use the data bearer to send data between two devices.
I have succesfully used the CSD setup between two devices and send data over the...
I would like to send a SMS to a device where the message will not show up in the SMS inbox. I have tried with using the SMS Utilities API but seems that no matter what port I try to send(or listen)...
Hi
I have tried to figure out why I also get the QtGui.lib error when compiling.. After som investigation I realized that the qt-emulator libararies has not been built correctly although I...
Thanks for your answer
It is a simple TUint32 list with initialized values
static TUint32 _K[] = { 1,1,1,1};
It can easily be tested using the Symbian examples by just adding this line to...
Hi
I have a very strange issue with my DLL. In my DLL I have small amount of writeable static data, the data are initialized at declaration. When I dump the e32 image using elf2e32 --dump my...
I will try there instead.
Thanks for the info
-henranto
Don't now if this is the right place to ask this question. I would like to know if Nokia (or some other Symbian manufacturer) are planning for Dual SIM devices. Can't find any official statement from...
Ok,
Thank you very much for your answer.
-anton
Hi
Is it possible to define in the resource file similar to group_name so the application icon is accessible from the top level in the phone menu. For example on E90 you must go to the installed...
So does the example application work for you?
/anton