Qtmobility cann't install on SE vivaz
-
it's told not supported manufactory ?
-
This is a bug in the qtmobility.sis file. If you look at qt.sis it says:
@...
IF (Manufacturer=2) OR (Manufacturer=0x101F6CED)
"sqlite3.sis", (0x2002AF5F)
"c_resource\apps\s60main.rsc"-"c:\resource\apps\s60main.rsc"
...
@and the (Manufacturer=0x101F6CED) means SE phones I believe.
However for qtmobility.sis it says:
@...
IF Manufacturer=2
"sys\bin\QtMessaging.dll"-"!:\sys\bin\QtMessaging.dll"
...
@which means it will only install on Nokia phones.
I suggest you file a bug report.
-
Please file a "bugreport":http://bugreports.qt.nokia.com/, providing the information snowpong found.
-
I took the liberty to file "bug QTMOBILITY-510":http://bugreports.qt.nokia.com/browse/QTMOBILITY-510 about this issue.
-
[quote author="Tobias Hunger" date="1284566463"]I took the liberty to file "bug QTMOBILITY-510":http://bugreports.qt.nokia.com/browse/QTMOBILITY-510 about this issue.[/quote]
Excellent! Thanks.