steps for making helloworld.sis file

Login to reply to this topic.
Tue, 2005-05-31 18:48
Joined: 2005-05-09
Forum posts: 33

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.


Wed, 2005-06-01 04:27
Joined: 2004-12-03
Forum posts: 276
Re: steps for making helloworld.sis file
Hi,

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.

Tue, 2005-06-07 09:59
Joined: 2005-05-09
Forum posts: 33
Re: steps for making helloworld.sis file
Thnx alot dennis,

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?
Tue, 2005-06-07 11:30
Joined: 2004-12-03
Forum posts: 276
Re: steps for making helloworld.sis file
You have to provide the following code... so that the device can identify it as a compatible type..

Code:
; Platform ID code required for recognition by a compatible device at installation time
(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.

Wed, 2005-06-08 09:05
Joined: 2005-05-09
Forum posts: 33
Re: steps for making helloworld.sis file
now it works with UID

Thnk you Dennis , Icon for the newly installed application is appearing in the list thanks again
Fri, 2005-06-10 09:25
Joined: 2005-05-09
Forum posts: 33
Re: steps for making helloworld.sis file

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.
Mon, 2005-06-13 10:01
Joined: 2005-04-17
Forum posts: 57
Re: steps for making helloworld.sis file
are you sure that nokia 7650 is running in symboan 7.0s. try running the same app in nokia 6600. i hope it will work.

---------------------
Razeeth

Explore beyond the limits

Mon, 2005-06-13 17:44
Joined: 2005-05-09
Forum posts: 33
Re: steps for making helloworld.sis file
Nokia 7650 is running in Symbian 6.1, should i download 6.1 sdk or 7.0s is sufficient
Tue, 2005-06-14 03:16
Joined: 2004-12-03
Forum posts: 276
Re: steps for making helloworld.sis file
You should download SDK for Symbian 6.1... because Nokia 7650 doesn't support 7.0s... I think its the oldest symbian phone.... So latest OS won't work on that phone.... So try SDK 1.2

Dennis

Today is a gift by GOD, that's why it is called the present.

  • Login to reply to this topic.