Discussion Board

Results 1 to 6 of 6
  1. #1
    Regular Contributor nono240's Avatar
    Join Date
    Jan 2007
    Posts
    80
    Hi to all,

    I'm TRYING to start with Symbian programming, but i'm enable to create a SIS file for my phone :

    1- I import the example "Hello World" from S60Ex/ in my workspace using "import bld.inf"
    2- I import the .pkg file (in /sis) in the group tree
    3- Build for armi

    I have the following error :

    "File not found" at line (see below) in the .pkg :

    Code:
    ; HelloWorldBasic.pkg
    ;
    ;Language - standard language definitions
    &EN
    
    ; standard SIS file header
    #{"HelloWorldBasic"},(0x10005B91),1,0,0
    
    ;Supports Series 60  v2.0
    (0x101F7960), 0, 0, 0, {"Series60ProductID"}
    
    ;vvv Error just here vvv
    "..\..\..\epoc32\release\armi\urel\HelloWorldBasic.APP"                          -"!:\system\apps\HelloWorldBasic\HelloWorldBasic.app"
    "..\..\..\epoc32\data\z\system\apps\HelloWorldBasic\HelloWorldBasic.rsc"          -"!:\system\apps\HelloWorldBasic\HelloWorldBasic.rsc"
    "..\..\..\epoc32\data\z\system\apps\HelloWorldBasic\HelloWorldBasic_caption.rsc"  -"!:\system\apps\HelloWorldBasic\HelloWorldBasic_caption.rsc"
    "..\..\..\epoc32\data\z\system\apps\HelloWorldBasic\HelloWorldBasic.aif"          -"!:\system\apps\HelloWorldBasic\HelloWorldBasic.aif"


    PLEASE help me starting, it's frustrating
    Last edited by nono240; 2007-01-27 at 11:39.

  2. #2
    Super Contributor vasant21's Avatar
    Join Date
    Jul 2006
    Location
    Oulu, Finland.
    Posts
    1,174
    change the lines, to show complete path

    "c:\symbian\8.0a\S60_2nd_FP2\epoc32\release\armi\urel\HelloWorldBasic.APP" -"!:\system\apps\HelloWorldBasic\HelloWorldBasic.app"
    "c:\symbian\8.0a\S60_2nd_FP2\epoc32\data\z\system\apps\HelloWorldBasic\HelloWorldBasic.rsc" -"!:\system\apps\HelloWorldBasic\HelloWorldBasic.rsc"
    "c:\symbian\8.0a\S60_2nd_FP2\epoc32\data\z\system\apps\HelloWorldBasic\HelloWorldBasic_caption.rsc" -"!:\system\apps\HelloWorldBasic\HelloWorldBasic_caption.rsc"
    "c:\symbian\8.0a\S60_2nd_FP2\epoc32\data\z\system\apps\HelloWorldBasic\HelloWorldBasic.aif"

  3. #3
    Regular Contributor nono240's Avatar
    Join Date
    Jan 2007
    Posts
    80
    THANK YOU, that worked (according to change to my correct path).

    Could you explain a little bit those lines ?

  4. #4
    Super Contributor vasant21's Avatar
    Join Date
    Jul 2006
    Location
    Oulu, Finland.
    Posts
    1,174
    The line
    "..\..\..\epoc32\release\armi\urel\HelloWorldBasic.APP"

    tells the package builder to look in relative path, but your program folder can be anywhere in the c drive,so this statement wont work, as it cannot find the specified file.

    c:\symbian\8.0a\S60_2nd_FP2\epoc32\release\armi\urel\HelloWorldBasic.APP"

    Now the package builder can find the file, no matter whereever your program folder is currently located.

    So to be more specific we give the abosolute path addressing the exact location of the file with full path

  5. #5
    Regular Contributor nono240's Avatar
    Join Date
    Jan 2007
    Posts
    80
    ok, but what are this files ? (except .app)

  6. #6
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,240
    Hi,
    Quote Originally Posted by nono240
    ok, but what are this files ? (except .app)
    Refer to the following link:
    http://www.newlc.com/File-types-and-dependencies.html

    Moreover locate following path in the SDK help:
    Series 60 2nd Edition SDK for Symbian OS, Supporting Feature Pack 2
    Developer Guides >> Symbian OS: Coding Conventions in C++
    File Types
    If you can't locate, then search for "aif", "rsc" etc... in the SDK help.

    Kiran.

Similar Threads

  1. Replies: 10
    Last Post: 2006-05-16, 22:32
  2. Replies: 1
    Last Post: 2005-05-26, 14:22
  3. Could not make GDSMS sis file using Platform 2.1 SDK
    By varunc in forum Symbian Tools & SDKs
    Replies: 3
    Last Post: 2005-01-06, 17:09
  4. Nokia Image Converter
    By davidpurdie in forum General Development Questions
    Replies: 0
    Last Post: 2004-02-18, 15:31
  5. unable to merge two sis file on device .
    By amardeep in forum Symbian C++
    Replies: 0
    Last Post: 2003-04-25, 08:08

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
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