Namespaces
Variants
Actions
Revision as of 12:47, 20 July 2012 by hamishwillee (Talk | contribs)

Creating application delivery package on Symbian and Maemo Platforms

Jump to: navigation, search
Article Metadata

Article
Created: ebra (04 Dec 2007)
Last edited: hamishwillee (20 Jul 2012)

Introduction

Both S60 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 S60 device and the application manager on maemo device operates with this specific file.

Comparing S60 and Maemo Platforms

S60 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 S60 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

347 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