Hi Antti Thanks for letting me know.
I will install a git client and get the master, and keep providing feedback. /Anders From: Luoma Antti [mailto:[email protected]] Sent: 20. september 2010 12:59 To: Anders Kjærgaard Hansen; [email protected] Subject: RE: [Qt-mobility-feedback] Do there exist a prebuilt sis file for QtMobility 1.1 TP? Hi, Just realized that symbian Camera backend wasn't available in qtmobility 1.1 TP. So I am not amazed that id doesn't work :-). Backend is located in plugins\multimedia\symbian\ecam For camera to work you will need newer code. You have to get it from gitorious via git and compile that again. This isn't released just yet so there might be some bugs still, but if there are bugs, please report those also. Magic command for getting the code.. "git clone git://gitorious.org/qt-mobility/qt-mobility.git" -antti ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Anders Kjærgaard Hansen Sent: Friday, September 17, 2010 3:56 PM To: Anders Kjærgaard Hansen; [email protected] Subject: Re: [Qt-mobility-feedback] Do there exist a prebuilt sis file for QtMobility 1.1 TP? The rest of the mail follows here - damn keyboard shortcuts... Hi all Now the week are about to end, and I'm still struggling getting QtMobility 1.1 TP running on my device. So my question now is... Can anyone in the community send me a working sis file able to install QtMobility 1.1 TP on a device? Below is a resume of where I am standing now. To sum up, my situation is this: 1. I have successfully installed Qt 4.7 RC, and QtMobility 1.1 TP on my machine. QtMobility configured to only use Multimedia module. 2. I can compile the Camera Sample, and I can build my own small samples using Multimedia module, and including Camera. 3. I can create sis files that run on phone (when not instantiating a Camera object) a. This sample compiles, and installs (With warning that QtMobility is not installed - even though it is) and runs on my device: #include "JustHello.h" #include <qmessagebox.h> #include <qcamera.h> JustHello::JustHello(QWidget *parent) : QMainWindow(parent) { ui.setupUi(this); QMessageBox::information(this, "JustHello", "App started"); // camera = new QCamera(); } b. This sample compiles, installs (with warning that QtMobility is not installed - even though it is), but panics at startup. #include "JustHello.h" #include <qmessagebox.h> #include <qcamera.h> JustHello::JustHello(QWidget *parent) : QMainWindow(parent) { ui.setupUi(this); QMessageBox::information(this, "JustHello", "App started"); camera = new QCamera(); } My QtMobility.sis file installs, but subsequently installs of applications with QtMobility 1.1 as prerequisite reports that QtMobility is not installed. I really hope somebody can take 10 seconds of their time to send me their sis file.. ;-) Have a nice weekend /Anders
_______________________________________________ Qt-mobility-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback
