Download Smart Installer For Symbian
Nokia Smart Installer for Symbian 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: Smart Installer is enabled to Symbian application installation package (SIS-file) when applications are created.
File Open Smart Installer
Nokia Smart Installer for Symbian. Template: Article. Template: Featured. Template: Abstract For more concise information of what Qt modules are. PHONEKY - Free Smart Installer v2.01(6) Signed Symbian App, download app to your mobile. Nokia Smart Installer for Symbian Nokia Smart Installer for Symbian is a deployment solution that ensures that third-party applications always have access.
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. Availability Current release: 1.1 (SIS package version 0.46.0) The current version of the Smart Installer bootstrap is included in the. 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.
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: This video also shows you how to use Qt Creator in Windows to enable Smart Installer in application SIS package: http-//www.youtube.com/watch?v=PNwNlPoObvI&hl=enUS&feature=playerembedded&version=3 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.
Well detailed post. +1 for this post.
Can u plz provide me the OVI notification API.because i m facing problem when i install the CNN application.while installing, it says that 'ovi notification API is missing'. And smart installer doesn't work 4 me.so i m trying to install the cnn app without smart installer.n i hav all the qt stuffs installed on my mob. Yea i know the issue, i have already added the files check the post attachment, its the 1st attached file at the end of the post!!
Hope that helps, if u still can't install then let me know. Thanks bro yea i know the issue, i have already added the files check the post attachment, its the 1st attached file at the end of the post!! Hope that helps, if u still can't install then let me know. The ovi notification package, u have posted here, is getting installed easily.
But still I am getting error like 'Ovi Notification API v1.1(11120) or newer is required', while installing the CNN App. Actually I need this app because it is the only news app which supports push notification into homescreen. But I m not getting the latest OVI Notification API anywhere.
Smart installer for The Symbian applications. This post describes in brief what smart installer is, and why it is essential for the Symbian applications. How will you run the Symbian applications in a phone which doesn’t have Qt SDK installed? To overcome this problem Nokia has provided the simple solution i.e the Smart installer. Smart installer is pre embedded in your.sis file, when you download an application from the OVI store, first the smart installer checks, weather the Qt is installed in your phone, if not it will download the latest Qt from the Nokia server and install to the phone. Application gets installed in the post installation phase.
This is how it works. Please Note: If you are using the Carbide editor for Symbian application development, then smart installer doesn’t work. To make smart installer you need to have the Nokia QT SDK only. Requirements: Nokia QT SDK. Certificates for the Signed.sis file.
How to make the Signed smart installer for the OVI store. 1) Launch Nokia Qt SDK command prompt.