steps for making helloworld.sis file
| Tue, 2005-05-31 18:48 | |
|
Hi , greetings!! I am newbie, i just created helloworld.sis file from examples given with 7.0s SDK and transfered to my NOKIA 7650 mobile. and i installed in mobile. but it is not showing helloworld icon any where in the lists( under main menu or under extras) can you please giv steps for creating sis file installing them in mobile phone? is certifaction using makesis is required? Thanks in advance. |
|






Forum posts: 276
For showing your application in the application view you should have an .rsc file.... you have to make entry for both your .app and .rsc file in the .pkg file.... and both of them should be placed in a directory whose name should be same as that of your .app file...
If you can post ur .pkg file entry then we can be more accurate in answering you...
Dennis
Today is a gift by GOD, that's why it is called the present.
Forum posts: 33
here is my pkg file:
--------------------
#{"Minimal application"},(0x10004299),1,0,0
; Only two files to install for the minimal application
"HelloWorld.app"-"!:\system\apps\HelloWorld\HelloWorld.app"
"HelloWorld.rsc"-"!:\system\apps\HelloWorld\HelloWorld.rsc"
; Required files
; None
; Component .sis files
; None
-----------------------------------------------------
i am uisng series 60 ui 7.0s OS i tried to install on NOKIA 7650 while installing it gave a warning " This application may not be compatible continue any way"
i continued but there is no icon to launch the application.
STacker application which i downloaded from net showed this application in aplications list, and i tried to launch from it, it showed error message "System Error" .
any problem with my NOKIA 7650 mobile?
Forum posts: 276
(0x101F6F88), 0, 0, 0, {"Series60ProductID"}
check the following link for UIDs
http://www.newlc.com/article.php3?id_article=149
Dennis
Today is a gift by GOD, that's why it is called the present.
Forum posts: 33
Thnk you Dennis , Icon for the newly installed application is appearing in the list thanks again
Forum posts: 33
Sorry for troubling you again,
I installed helloworld.sis in my nokia 7650 when i run the application it is showing system error and closed immediately,
i built app using the command
abld build armi urel
and selected the app file from "\7.0s\Series60_v21\Epoc32\release\armi\urel"
and the rsc file from "\7.0s\Series60_v21\Epoc32\release\wins\udeb\z\system\apps\HELLOWORLD"
i plcaed both these files in onefolder and i created pkg file as you said.
using SISAR i created sis file and ported the sis file in my nokia 7650 mobile. it is installed normally, and icon is displayed in the list. but when i selct the helloworld icon it gave "system Error" can you help in this regard please.
Forum posts: 57
---------------------
Razeeth
Explore beyond the limits
Forum posts: 33
Forum posts: 276
Dennis
Today is a gift by GOD, that's why it is called the present.