Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
1.2.1
-
None
-
MeeGo 1.2 Harmattan PR1.1 (2.2011.39-5_PR_RM680 on N950 and 20-2011.40-4 on N9)
Latest Qt SDK as of 2011-11-15
Description
How to reproduce:
1. Create new Qt Quick Application project with Qt Creator, select Harmattan + components target
2. Enable mobility and multimedia in .pro file
3. Add to main.cpp #include <QCamera> and "QCamera *cam = new QCamera(); cam->start();"
4. On device, open music player and start playback
5. Deploy and start app
Expected results:
App starts, music continues to play.
Actual results:
Music playback pauses, and cannot be restarted until app has exited.
Sample app project and .deb file attached.