Hi,
As I know, to implement the animation with QML we need to give a start point and the end point. This kind of animation its moving path is a straight line, but how to create a curvilinear...
Type: Posts; User: zs; Keyword(s):
Hi,
As I know, to implement the animation with QML we need to give a start point and the end point. This kind of animation its moving path is a straight line, but how to create a curvilinear...
Hi,
I installed the latest Qt SDK 1.1 RC, and created a Qt mobile project, I can not generate the sis file with its Symbian SDK: "C:\QtSDK\Symbian\SDKs\Symbian1Qt473".
In Qt Creator, my build...
Hi,
When I used N97 SDK to develope Homescreen app for N8 with widen-image layout mode, I found the image could not be extended to full widget area, the image size was smaller than the widget...
Hi,
When I created a comboBox with Qt for Symbian 4.7, it could be shown normally on Windows platform. But when I run my app on the real device, the drop-down list was shown at the lower half of...
Hi,
When I created a comboBox with Qt for Symbian 4.7, it could be shown normally on Windows platform. But when I run my app on the real device, the drop-down list was shown at the lower half of...
Hi,
I used Qt for symbian 4.7 to create a comboBox by Qt designer. In Windows platform, it could be shown normally. But when I run it on the real device, after pressing the button of comboBox, the...
I mean that with symbian c++ code (CMdaAudioPlayerUtility), if the volume value is set between 1000 and 10000, it can play sound on N8.
Hi,
Recently, I found some problems regarding to volume control on N8.
With the earlier version of N8, the phonon module works well in the Qt for symbian example code. But currently, the phonon...
Hi,
Where can I remove audio driver real tek high def?
Thanks!
Hi,
I created a simple Qt app with Symbian^3 SDK, it could work on real device but Emulator.
When I clicked it from app menu of Emulator, I got the KERN EXEC 3 error immediately . This error...
Hi,
On S60 5th, I define the toolbar text in resource file. But how to change it dynamically in code. I can't find any APIs to change it. Anyone who knows how to do that?
Thanks!
I have worked out the problem. I add "iModel->GetPlayer()->SetPriority(EMdaPriorityMax ,EMdaPriorityPreferenceQuality);" to my code.
My player model is inherited from "MMdaAudioPlayerCallback". I think the problem is obviously caused by the bee tone happens with the mouse click. If I press softkey "Option" via touch screen using...
I have found what is the problem. When we use the S60 5th Emulator, the mouse-click happens with a bee tone. The bee tone interrupts the playback! The this problem can not happen when use hardkey!...
Hi,
I just achieve a playback function on S60 5th, but when I press the "Option" from CBA, the audio playback is stopped. It seems that problem is not reproduced on S60 3rd.
Anyone who can tell...
Ok. So far, I have already achieved that the user can record the needed part of the playing mp3 as a .wav file. Also can control the start and end point. The big problem is that the recorded audio...
Thank you very much! I have already decided to research the mp3 format in order to resolve this kind of problem. I think the time information is also included in the mp3 file. I need to define the...
Yes. This is another way I have thought to achieve this function. In this way, I worry about the mp3 data would be damaged if cut it without some kind of mp3 encode rule. And also can not control the...
Thanks!
But I can find a music cut tool from the Internet. I think it must be used some methods which are I need.
Thanks!
But I can find a music cut tool from the Internet. I think it must be used some kind of methods which is I wander to know.
Hi,
I just find that the record audio APIs of S60 can only record audio from tel-call or microphone. I want to develope a app which is used to capture a part of audio from a playing muisc. Anyone...
Hi,
It seems that my question has been asked many times by other guys, but I still feel puzzle.
I want to capture a part of mp3(audio) file when it is playback, and store it as another audio...
Hi,
If it is supported that to use one application to install another one on Symbian platform?