Hi,
Im using the QT SDK 1.0 to create the BatteryLever indicator example shown in the tool.
The app compiles and it's able to run on a N97 (on target debugging).
Then, I create the .sis file to install it on the N8 (as the on-target doesn't work here).
First of all, I just create the standard .sis file without the Qt binaries. When, I try to install it in the N8, a message in the screen states: "Unable to install QT mobility version 1 needed".
Secondly, I create a wrapper SIS file that includes the application SIS and a "Smart installer" (which will download the binaries on the device if they are needed) using:
make installer_sis
This time, the file seems to install in the N8 and then it starts doing some other tasks ("Verifying components", "Reverting changes"..) and finally a "Device not supported" message closes the installation.
Unfortunately, I can not find the app anywhere. So it seems to me that the whole process didn't quite work yet.
Any ideas what could I be doing wrong?





