Namespaces
Variants
Actions

Nokia Smart Installer for Symbian

Jump to: navigation, search
Article Metadata

Article
Created: ltomuta (15 Jun 2010)
Last edited: ltomuta (11 May 2012)
Featured-article.png
23 May
2011
Nokia Smart Installer for Symbian is a deployment solution that ensures that third-party applications always have access to the required versions of their dependent libraries. The most common use is to declare dependency to Qt libraries to ensure end users who install Qt applications have latest Qt libraries available for the application.


This article provides an overview of the Smart Installer, lists of the dependency libraries it can deliver, and links for more information. For more concise information of what Qt modules are supported in Symbian devices at the moment and what modules are available via Smart Installer refer to: Support for Symbian topic from Qt Developer Network.

Smart Installer is enabled to Symbian application installation package (SIS-file) when applications are created. Developer enables this via Qt SDK (see below Develop & Publish section). Within Qt SDK the developer defines the dependent libraries that the application needs to the qmake .pro file. Qt SDK packages Smart Installer bootstrap component to the SIS file. Then application can be deployed, for example, to Nokia Store. Once end user has downloaded a Smart Installer enabled package the device starts the install process for this package. During this step the first thing to happen is that the Smart Installer bootstrap component part of the package initiates the library dependency checking process before actually installing the application itself. The dependency checking process requires another component called Smart Installer ADM. The ADM component itself is downloaded and updated when necessary to the device. Once Smart Installer has updated other necessary libraries to the device it installs the actual application.

Contents

Availability

Current release: 1.1 (SIS package version 0.46.0)

The current version of the Smart Installer bootstrap is included in the Qt SDK. You can easily enable Smart Installer packing to your Qt application from Qt Creator project settings. Remote Compiler for Mac and Linux can also create Smart Installer enabled packages.

If you do not use Qt SDK and Qt Creator you can download Smart Installer also from this wiki. Btn download now.gif

Develop & Publish

The Qt Creator IDE of Qt SDK provides a "Create Smart Installer package" switch in Projects view in Symbian Device Build (for Windows) and Remote Compiler (for Mac/Linux) settings. This bundles Smart Installer's bootstrap component as part of the application SIS file. Note that in Windows the Qt Creator build for Symbian Device outputs two SIS files other without Smart Installer and another with Smart Installer (look for "installer" in the SIS name to find the Smart Installer enabled SIS file). The qmake .pro file is used to control the necessary UIDs that are generated during the build process to .pkg files and to the SIS files. The idea is that Qt application developers do not touch .pkg files but add relevant information to .pro file instead.

Here is a guide that details the manual steps to take to package your SIS with the Nokia Smart Installer if you do not want to use Qt Creator: Smart Installer for Symbian Manual.

This video also shows you how to use Qt Creator in Windows to enable Smart Installer in application SIS package:


Packages distributed by Smart Installer

The following libraries are currently hosted on Nokia's Smart Installer server and can be declared as dependencies by applications packaged with the Smart Installer solution.

Qt 4.6.3 release for Symbian 3rd and 5th Edition

Package name Package UID Version Download size Drive space required Installation drive Description
Stdcpp 0x2000F866 1.6.0 0.2 MB 0.2 MB c:\ Standard C++ library Common
OpenC_SSL 0x200110CB 1.6.0 0.8 MB 0.8 MB c:\ Open C LIBSSL Common
PIPS 0x20013851 1.6.0 1.2 MB 1.4 MB c:\ PIPS Installer
Sqlite 0x2002AF5F 0.5.0 0.2 MB 0.2 MB c:\ Sqlite library
Qt 0x2001E61C 4.6.3 5.8 MB 5.9 MB c:\ Qt libraries
QtWebKit 0x200267C2 4.6.3 2.9 MB 3.0 MB c:\ QtWebKit library
QtMobility 0x2002AC89 1.0.2 1.0 MB 1.0 MB c:\ QtMobility library

Qt 4.7.3 release for S60 5th Edition

Package name Package UID Package version Download size Drive space required Installation drive Description
Stdcpp 0x2000F866 1.7.0 0.2 MB 0.2 MB c:\ Standard C++ library Common
OpenC_SSL 0x200110CB 1.7.0 0.8 MB 0.8 MB c:\ Open C LIBSSL Common
PIPS 0x20013851 1.7.5 1.2 MB 1.4 MB c:\ PIPS Installer
Sqlite 0x2002AF5F 0.5.0 0.2 MB 0.2 MB c:\ Sqlite library
Qt 0x2001E61C 4.7.3 5.8 MB 5.9 MB c:\ Qt libraries
QtWebKit 2.0 0x200267C2 4.7.3 2.9 MB 3.0 MB c:\ QtWebKit 2.0 library
QtMobility 0x2002AC89 1.1.3 1.0 MB 1.0 MB c:\ QtMobility library

Qt 4.7.3 release for Symbian Anna and Symbian^3

Package name Package UID Package version Download size Drive space required Installation drive Description
Qt 0x2001E61C 4.7.3 5.8 MB 5.9 MB c:\ Qt libraries
QtWebKit 2.1 0x200267C2 4.8.0 2.9 MB 3.0 MB c:\ QtWebKit 2.1 library
QtMobility 0x2002AC89 1.1.3 1.0 MB 1.0 MB c:\ QtMobility library

Qt 4.7.4 release for Symbian Anna and Symbian^3

Package name Package UID Package version Download size Drive space required Installation drive Description
Qt 0x2001E61C 4.7.4 7.7 MB 7.6 MB c:\ Qt libraries
QtWebKit 2.1 0x200267C2 4.8.1 4.4 MB 4.6 MB c:\ QtWebKit 2.1 library
QtMobility 0x2002AC89 1.2.1 2.4 MB 3.0 MB c:\ QtMobility library


Nokia Belle release has Qt 4.7.4, Mobility 1.2.0 and WebKit 2.1.1 (4.8.1) in-built in ROM. Hence Smart Installer won't deliver any updates for Nokia Belle devices. This will be the case in the future Symbian releases as well. Qt is released as part of Symbian release and is not planned to be updated via Smart Installer, only via firmware update.

Note: Mobility 1.2.1 provided by Smart Installer is minor update to 1.2.0 in-built in Belle. Belle devices will get Mobility 1.2.1 via firmware update.

Qt Quick Components for Symbian Anna and Belle

Qt Quick Components is a separate add-on module on top of Qt Quick. Qt Quick itself is part of Qt starting from Qt 4.7. See description of difference between Qt Quick and Qt Quick Components from API reference.

Package name Package UID Version Download size Drive space required Installation drive Description
Qt Quick Components 1.1 0x200346DE 1.1 1.6 MB  ? kB c:\ Qt Quick Components 1.1 is a set of UI components to be used in Qt Quick applications. These components implement the updated Symbian Design Guidelines. The Qt Quick Components 1.1 include key new features over 1.0 release.


Note:Qt Quick Components 1.0 package is not anymore available in Smart Installer. Smart Installer will only provide Qt Quick Components 1.1 package. 1.1 package includes both Qt Quick Components versions 1.0 and 1.1.

Notifications API

You need to use the Qt SDK 1.2 to ensure that the Smart Installer related dependency works as planned. It makes use of the version numbers given on this page. Sometimes the Smart Installer service may pull a newer version (with higher version number) of Nokia notification support package if there is one available. At its minimum the Smart Installer related dependency in the <application_name>_installer.pkg file of your application needs to correspond the values given on this page. This is a MUST requirement to get your application signed by Nokia Store process.

Package name Package UID Version Download size Drive space required Installation drive Description
ClientPlatform (S60 5:th Edition, S60 3rd Edition FP2) 0x1028299F 8.2.340 0.3 MB 0.3 MB c:\ Notifications API support
Notifications Support Package (S60 3rd Edition FP2, Qt 4.6) 0x2002EAB3 1.1.11130 0.1 MB 0.1 MB c:\ Notifications API support
Notifications Support Package (S60 5:th Edition, Qt 4.7) 0x2002EAB3 1.4.31215 0.1 MB 0.1 MB c:\ Notifications API support
Notifications Support Package Launcher (S60 3rd Edition FP2, Qt 4.6) 0x2002EAB4 1.1.11130 0.6 MB 1.0 MB c:\ Notifications API support
Notifications Support Package Launcher (S60 5:th Edition, Qt 4.7) 0x2002EAB4 1.4.31215 1.3 MB 1.6 MB c:\ Notifications API support
Notifications Support Package Launcher (Symbian^3 and Anna, Qt 4.7) 0x2002EAB4 1.4.31215 2.0 MB 2.2 MB c:\ Notifications API support
Notifications Support Package Launcher (Nokia Belle, Qt 4.7) 0x2002EAB4 1.4.31215 1.5MB 1.7MB c:\ Notifications API support
Notifications Support Package Launcher (Nokia Feature Pack 1, Qt 4.8) 0x2002EAB4 1.5.31215 1.8 MB 2.0 MB c:\ Notifications API support
SSO (Symbian^3, Qt 4.7) 0x2002615B 1.6.202 1.7 MB 0.8 MB c:\ Notifications API support. SSO1.6.202 package may be installed together with some other Nokia applications such as Nokia Store.

Smart Installer supports now also partial updates for Notifications Support Packages for Symbian^3 from version 1.2 onwards.

Package name Package UID Version Download size Drive space required Installation drive Description
Notifications Support Package Launcher (Symbian^3 and Anna NNSP version 1.2 onwards, Qt 4.7) 0x2002EAB4 1.4.31215 1.7MB 1.9MB c:\ Notifications API support
Notifications Support Package Launcher (Nokia Belle, Qt 4.7) 0x2002EAB4 1.4.31215 1.5MB 1.7MB c:\ Notifications API support
Notifications Support Package Launcher (Nokia Feature Pack 1, Qt 4.8) 0x2002EAB4 1.5.31215 1.4MB 1.6MB c:\ Notifications API support


See https://projects.developer.nokia.com/notificationsapi/wiki

In-Application Purchase

Package name Package UID Version Download size Drive space required Installation drive Description
IAP 0x200345C8 3.23.7 0.3 MB 0.3 MB  !:\ In-Application Purchase API middleware

Supported Devices

Smart Installer is fully supported in Symbian Anna and Symbian^3 devices. Earlier devices or OS releases have limitations as explained below. Moreover, Nokia Belle devices have Qt in ROM and it is not intended to be updated by applications via Smart Installer but only when user does device firmware upgrade via Ovi Suite or over-the-air.

From a pure technical perspective the solution is designed to work with all Symbian/S60 3.1 and later devices. There are however some exceptions which are listed under Devices not supported by Smart Installer. The Smart Installer solution can be used to deploy any of the supported products to any of these devices, provided that proper compatibility testing is done for the application itself.

Please note that the Smart Installer will check with the server if the device is known and supported, and this verification will fail for non-Nokia devices using Symbian OS.

Devices with limited Smart Installer support

Device name Reason
All S60 3rd Ed FP1 (S60 3.1) and S60 3rd Ed FP2 (S60 3.2) Qt 4.7 is not supported on these devices. The Smart Installer can only deploy Qt 4.6 to them.
All S60 3rd (3.1/3.2) and 5th Edition devices Qt Quick Components is not supported on these devices. Note: S60 5th Edition devices support Qt 4.7 which contains Qt Quick. In S60 5th Ed. however, Qt Quick Components are currently not supported.
Nokia 6650 AT&T variant PIPS cannot be upgraded and therefore Smart Installer cannot deploy Qt to this device.
Nokia N96 Not supported by Qt


Note: On all Symbian devices prior to Nokia Belle Qt and Open C components are installed (e.g. via Smart Installer) or pre-installed (in the factory or support service) as part the user data in the content of the device C:\ drive. It is a known issue that after a hard reset of the phone relevant information required by the Smart Installer may be lost, which causes the installer to fail in deploying the required components.

Nokia Store support for Smart Installer based deployments

It is possible to use Smart Installer for different application deployment channels to Symbian devices e.g. for deployment via web pages. Nokia Store is however the preferred channel for application deployments.

Qt applications need to be Smart Installer enabled when deployed using Nokia Store. Nokia Store accepts Smart Installer packaged Qt applications for a number of Symbian and S60 devices. You can see the currently up to date list from the Distribute section of the Nokia Developer website. The list will be updated as more devices are added passing the acceptance testing.

Subscribe to this RSS feed to stay up-to-date with the changes in the list of devices supported by Nokia Store.

Where to find help?

If you are running into problems packaging your application with the smart installer, please post your questions on the Nokia Smart Installer for Symbian forum, in Nokia Developer's Discussion Boards.

The installer creates logs under c:\logs\ADM but you may need to create the directory first. Use a file manager which gives you full access to the file system, the built-in one shows c:\Data as the root of the phone memory. Use these logs to look for the source of the error and post the relevant parts with your problem description.

Of course, using Nokia Developer's Professional Support service is also an option.

Change Log

04.08.2010 - Updated Mobility to version 1.0.2 from version 1.0.1

23.09.2010 - (*) Please note that the Qt Mobility 1.0.2 is not currently available for Nokia N8 and the other Symbian^3 devices. Any applications declaring dependency to this package will fail to install on these smartphones. Subscribe to update notifications from on this page to learn about package status changes.

05.10.2010 - Qt Mobility support for Nokia N8 now fully enabled.

24.11.2010 - Nokia Smart Installer for Symbian, v1.1 released. New package available for download on this wiki page (see above) or as an update through the Nokia Qt SDK 1.0.2

13.04.2011 - Added support for Notification API

04.05.2011 - Smart Installer has now official support for Qt 4.7.3 as well.

11.07.2011 - Updated Notifications API version information (was in fact effective for quite some time already).

09.08.2011 - Updated Qt Quick Components add-on module information

Comments

Q:When Qt 4.7 and QtMobility 1.1.0 available on smart installer?

A: This has been possible since May 4, 2011 when Qt SDK 1.1 with Qt 4.7.3 and Qt Mobility 1.1 was launched. See Qt SDK 1.1 and Qt 4.7.3 libraries released - Get your Qt apps into Ovi Store


Please use the dedicated smart installer forum on the discussion board for any discussions regarding Smart Installer. It is easier to discuss there and the forum is more visible. Thank you.

ltomuta 04:33, 14 October 2010 (UTC)

Contents

Rv.patel6005 - Qt

I don't know about qt and Symbian. but i want to know how to use and whats that ?

I am student in Information & technology department and i really want to learn so plz help me........

rv.patel6005 21:25, 11 August 2011 (EEST)

Kung Foo - Qt 4.7.4 support?

When is Qt version 4.7.4 going to be supported by the smart installer?

Kung Foo 13:36, 5 September 2011 (EEST)

Answer (Aleksi Uotila): We expect to ship Qt 4.7.4 based bundle for Smart Installer deployments for Symbian^3 and Symbian Anna devices approximately at the same time as Symbian Belle upgrade will be released. For this Q4 2011 has been given as schedule estimate. Symbian Belle has this same Qt bundle in ROM. Users who upgrade their devices to Belle will thus get Qt update automatically.

Cycnus - QT Quick for S60 5th ed

Hi,

I'm using QT 2.3.0, and when I create new apps with QT Quick, it show option for S60 5th edition devices... In which it might seems to me that it support S60 5th edition.

I wonder if Nokia will/have change QT Quick support for S60 5th edition, or might enable it in the future? Or might not enable it at all.

Thanks.

cycnus 22:31, 7 September 2011 (EEST)

Hamishwillee - Cycnus - it is supported

Qt 4.7 dropped support for S60 3rd Edition devices. Qt (including Qt Quick) is supported on S60 5th Edition devices up to at least Qt 4.7 (this might change at some point in future of course). To be very clear, the Qt SDK 1.1.3 supports S60 5th Edition devices and later, but does not support S60 3rd Edition devices.

hamishwillee 06:09, 8 September 2011 (EEST)

Cycnus - @Hamishwille.... I'm still confused

@himshwille.... thanks for the answer, but I still find this whole things is contradicting with it self....

taken from this page.... (I'll re-arrange to make it human readable)

Packages distributed by Smart Installer
Qt Quick Components (supported only in Symbian^3 devices and later with Qt 4.7)
(my emphasis)

Package name: Qt Quick components
Package UID: 0x200346DE
Version: 1.0
Description: Qt Quick components is a set of UI components to be used in Qt Quick applications. These components implement the updated Symbian Design Guidelines.
( from:http://www.developer.nokia.com/Community/Wiki/Nokia_Smart_Installer_for_Symbian#Qt_Quick_Components_.28supported_only_in_Symbian.5E3_devices_and_later_with_Qt_4.7.29 )

Devices with limited Smart Installer support
Device name: All S60 3rd (3.1/3.2) and 5th Edition devices
Reason: Qt Quick Components is not supported on these devices.
Note: S60 5th Edition devices support Qt 4.7 which contains Qt Quick. In S60 5th Ed. however, Qt Quick Components are currently not supported.
(my emphasis) ( from: http://www.developer.nokia.com/Community/Wiki/Nokia_Smart_Installer_for_Symbian#Devices_with_limited_Smart_Installer_support )

I believe that's mean QT Quick is not supported in S60 5th edition, or this page need an edit...???

cycnus 11:09, 8 September 2011 (EEST)

Hamishwillee - @Cycnus -Difference between Qt Quick and Qt Quick Components

Hi Cycnus

The important note is this one: "Note: S60 5th Edition devices support Qt 4.7 which contains Qt Quick. In S60 5th Ed. however, Qt Quick Components are currently not supported."

The point of confusion for you is that Qt Quick is NOT the same as Qt Quick Components.

  • Qt Quick is the generic technology that you use to create declarative UIs. This is supported in S60 5th Edition devices.
  • Qt Quick Components are a set of standard UI widgets that are provided for various platforms - these effectively provide a full "application framework" for Qt Quick - without this you need to create your own buttons, menus etc. This is not supported in 5th Edition.

There is no intention as far as I know to support Qt Quick Components on earlier versions of the OS. However the source is all available and I'm fairly sure would still build fine for S60 5th Edition. What this means though is that you'd have to build it yourself and deliver it yourself in your SIS file ... rather than just getting is for "free" as part of the smart installer.

regards

H

hamishwillee 04:08, 12 September 2011 (EEST)

Cycnus - @Hamishwille.... Thank you

Thank you.

It's crystal clear now. support QT, but not symbian.nokia.com 1.0.

clear.

cycnus 18:58, 12 September 2011 (EEST)

Nshenoy - Qt Mobility 1.2

Hi,

When will Qt Mobility v1.2 be made available in QT SDK and Smart Installer? And will it be supported for Symbian^1 devices as well or just the Symbian^3 and newer devices..


Thanks,

Nagaraj.

nshenoy 13:34, 28 September 2011 (EEST)

Aleksi - Re: Qt Mobility 1.2

@Nshenoy / @Nagaraj:

Qt Mobility 1.2 and the whole Qt 4.7.4 bundle will be "soon" available via Smart Installer. I cannot give a definitive week at the moment however at the moment. It's done when we release final Symbian Belle and MeeGo Harmattan / Nokia N9 support in Qt SDK. We are in very final stages of this so it's weeks not months.

S60 5th Edition (Symbian^1) support is no longer, so the latest Qt bundle for S60 5th devices in Qt SDK and via Smart Installer is Qt 4.7.3 based bundle. I've update the Symbian support details to http://developer.qt.nokia.com/wiki/Support_for_Symbian covering Smart Installer and actual devices.

-Aleksi Uotila

Aleksi 15:26, 7 October 2011 (EEST)

Nshenoy - Smart Installer for Symbian Belle

@Aleksi,

Than you for the reply. I went through the link you posted in your reply, and found that the smart installer can't update the Qt libs in Belle. Does that mean we don't have to embed the smartinstaller in our sis files or does it mean that if the Qt version in the sis file is higher than the ones present in the device, it'll prompt the user to update the device firmware? I mean, if the device has Qt 4.7.4 and my application is based on Qt 4.8.x, will the user to asked to update his device firmware so that Qt will be updated to 4.8.x?


Thanks in advance,

Nagaraj.

nshenoy 17:07, 7 October 2011 (EEST)

Aleksi - Smart Installer enablement

@Nshenoy, All Nokia Store (Ovi Store) applications need to be Smart Installer package enabled regardless to which Symbian devices or Qt releases the applications are targeted. Your question about Qt 4.8 is rather theoretical at the moment as this release isn't supported for Symbian at the moment. Anyway using Smart Installer packaging enables best deployment possibilities also in the future for the application package. Depending on targeted devices Nokia Store accepts only applications with specific Qt dependencies which may be less than what is supported by Smart Installer itself: refer to "Nokia Store" support from the above page. At the moment Qt 4.8 isn't part of this for Symbian nor there is Qt 4.8 for Symbian available from Smart Installer server. Smart Installer will only update Qt libraries that are available for the given device from Smart Installer servers as indicated by this page, so it will not update at the moment the device libraries to Qt 4.8 but such application installation will fail.

Once Qt 4.7.4 release bundle packages are enabled by Smart Installer and Qt 4.7.4 based apps are accepted to Nokia Store deployment they must be Smart Installer enabled. This allows prior-to Symbian Belle devices: Symbian Anna and Symbian^3 devices to get these packages during application installation.

br,-Aleksi

Aleksi 16:20, 17 October 2011 (EEST)

Hubbobubbo - Deploy Qt libs on non Nokia site

Hi

I wonder if it is possible to direct the smart installer to another location then the Nokia servers for instance if the application is used in an environment with private APN without internet access? Then the Qt libs would have to be put inside this network and the smartinstaller instructed to get them from there. Is this possible?

hubbobubbo 17:24, 27 October 2011 (EEST)

GTO India - Nokia smart installer for s60 3rd edition mobiles

Can any body give me the path for Nokia smart installer for s60 3rd edition mobiles to run Qt application on nokia mobile E71

GTO_India 16:56, 28 October 2011 (EEST)

Waelfarouk - Qt Quick components S60 5th Ed

Hi Is there is any date or release stat that Qt Quick Components will be supported on S60 5th Ed


thanks

waelfarouk 16:44, 1 November 2011 (EET)

Aleksi - Re: Qt Quick Components S60 5th Ed

@Waelfarouk:

Productized Qt Quick Components variant will not be made available for S60 5th Edition devices. The reason is multifold: - Qt Quick Components provide components for the new Symbian UI style as documented by guidelines referred from this wiki topic. This is the user interface style that Symbian OS UI framework and the devices native applications are rolling out in Symbian Belle. Symbian Belle won't be available for S60 5th but only to Symbian^3 and Symbian Anna devices (see devices from http://europe.nokia.com/symbian-belle#compatible). - Similarly Qt Quick Components are only designed and tested for capacitive touch screen devices whereas S60 5th Edition devices have resistive touch screen. - Performance: S60 5th Edition devices do not have hardware graphics accelerators (GPU) and the components performance e.g. in content panning is not good in many use cases.

Please note that Qt Quick 1.0 and Qt 4.7.3 is available for S60 5th Edition devices.

Also please note that Qt Quick Components is open source so nothing prevents a Qt Quick 1.0 application designed for S60 5th to take QML files for components from Qt Quick Components repository (http://qt.gitorious.org/qt-components) and bundle perhaps modified to app needs needed parts together with the application (just have QML files inside your app project).

-Aleksi

Aleksi 13:56, 2 November 2011 (EET)

Jibiao - does smartinstaller officially include Qt Mobility 1.2 and the whole Qt 4.7.4 bundle now?

does smartinstaller officially include Qt Mobility 1.2 and the whole Qt 4.7.4 bundle now?

or when is the official date?

jibiao 05:28, 9 November 2011 (EET)

Zanttuv - Re: Does smartinstaller officially include Qt Mobility 1.2 and the whole Qt 4.7.4 bundle now?

@Jibiao:

Qt 4.7.4 bundle including Mobility 1.2 is now available in Smart Installer for all Symbian^3 devices. Symbian Belle devices have Qt 4.7.4 bundle already in-built. Qt 4.7.4 bundle is not anymore offered for S60 5th Edition.

-Santtu

zanttuv 09:38, 9 November 2011 (EET)

Zanttuv - Re: Deploy Qt libs on non Nokia site

@Hubbobubbo

Smart Installer has been built to deploy dependencies from specific Nokia hosted back-end. There is no support for being able to configure hosting service to point to some other location.

-Santtu

zanttuv 10:00, 9 November 2011 (EET)

Jibiao -

hi, why these days, the smart installer based app get 'download error', it seems the smart installer server is not very steady. i tried it from China.

also tried it from the RDA(which the phone have operator data plan or wifi)

jibiao 08:32, 11 November 2011 (EET)

Ltomuta - @jibiao

There's nothing we can comment on until we see the log files. Please collect logs and post them in the Discussion Board.

ltomuta 17:35, 13 December 2011 (EET)

Doctordwarf - Older versions?

Is there a way to download older installers?

At the moment smart installer fails to install anything to old S3 devices, logs tell that it fails to install new PIPS for some reason:

==

14/12/2011 6:16:34 Installing 'C:\system\adm\pips_s60_1_7_6_ss.sis' to C: 14/12/2011 6:16:35 DlSt= 13, PrSt= 0, L=0 14/12/2011 6:16:35 + SilentInstallPackage(): 'C:\system\adm\pips_s60_1_7_6_ss.sis' to C: 14/12/2011 6:16:55 CInstallManager: Install completed (-30478). 0 14/12/2011 6:16:55 HandleInstallCompletedL(-30478): 13 14/12/2011 6:16:55 Removing 'C:\system\adm\pips_s60_1_7_6_ss.sis' 14/12/2011 6:16:56 Dependency installation failed -30478 14/12/2011 6:16:56 + SetState(): 13 -> 16

==

While I do believe it will be fixed, for our development we need to be able to test the app on older devices as well. How could I wrap our app with the older version of smart installer?

doctordwarf 18:30, 14 December 2011 (EET)

Guillaume.lachaud - Older versions

Exact same problem here. First dependency is downloaded on S3 devices but fails to install

guillaume.lachaud 13:36, 15 December 2011 (EET)

Aravind.nv0 - QT 4.7.4 or QT 4.8 is unable to instal

My phone is Nokia C5-03. I tried to install QT 4.7.4 or QT 4.8 in Nokia C5-03. But it show error message "Unable to Install". Please help me.....

aravind.nv0 10:06, 18 April 2012 (EEST)

Ltomuta - Re: QT 4.7.4 or QT 4.8 is unable to instal

Those Qt releases support only Symbian^3 devices. For your S60 5th Edition (Symbian^1) device the latest Qt version you can install (or which the Smart Installer can fetch) is Qt 4.7.3

ltomuta 14:32, 25 April 2012 (EEST)

Www.rzr.online.fr - cant see the video

on page :

http://www.developer.nokia.com/Community/Wiki/Nokia_Smart_Installer_for_Symbian


the video does not display on my system , can you please provide a link to the file i can read in an open format ...

thank you and regards ...

--

http://rzr.online.fr/q/symbian

www.rzr.online.fr 03:26, 18 May 2012 (EEST)

This page was last modified on 11 May 2012, at 13:44.
11231 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2012 All rights reserved