Namespaces
Variants
Actions

Creating application delivery package on Symbian and Maemo Platforms

Jump to: navigation, search
Archived.png
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.

The article is believed to be still valid for the original topic scope.


Article Metadata

Article
Created: ebra (04 Dec 2007)
Last edited: lpvalente (29 Mar 2013)

Introduction

Both Symbian Platform and Maemo Platform have dedicated mechanism how to install new applications to the mobile device. The specific package is created of all the files that need to be installed. The application installer on a Symbian device and the application manager on a maemo device operates with this specific file.

Comparing Symbian and Maemo Platforms

Symbian Platform

; Example.pkg
;
;Language - standard language definitions
&EN,FI
 
; standard SIS file header
#{"Example", "Esimerkki"},(0xA0002AD9),1,0,0
 
;Localised Vendor name
%{"Vendor-EN", "Vendor-FI"}
 
;Unique Vendor name
:"Vendor"
 
;Supports Symbian v 3.0
[0x101F7961], 0, 0, 0, {"S60ProductID", "S60ProductID"}
 
;Files to install
"MyExample.exe" -"!:\sys\bin\MyExample.exe"
 
{
"MyExample.rsc"
"MyExample.r09"
} -"!:\resource\apps\MyExample.rsc"
 
"MyExample_reg.rsc" -"!:\private\10003a3f\import\apps\MyExample_reg.rsc"
"myexample_aif.mif" -"!:\resource\apps\myexample_aif.mif"
 
;required for application to be covered by backup/restore facility
"backup_registration.xml"-"!:\private\0xA0002AD9\backup_registration.xml"

Advanced Package File Options

Embedded SIS-file

How to guide for creating/signing sis files

Maemo Platform

Making Maemo Application Packages

This page was last modified on 29 March 2013, at 21:15.
349 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 2013 All rights reserved