Discussion Board

Results 1 to 5 of 5
  1. #1
    Regular Contributor remesh's Avatar
    Join Date
    Jun 2008
    Posts
    108
    Dear all,

    I have an application which will run in platforms like s60 3rd edition MR,s60 3rd edition fp1 and s60 3rd edition fp2.

    I need to create a package file for this.
    Is it possible to add more than one platform ids in a single pkg file.

    thanks
    remesh

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,664
    you can make it with 3rd MR SDK, it should be mostly compatible with newer 3rd ed devices as well. You could check Wiki for making sis files.

  3. #3
    Registered User shivsharad's Avatar
    Join Date
    Sep 2007
    Posts
    21
    you can do like this


    ;Supports Series s60 3rd edition MR
    [0x1111111], 0, 0, 0, {"S60ProductID"}
    ;Supports Series s60 3rd edition fp1
    [0x2222222], 0, 0, 0, {"S60ProductID"}

    ;>>>>>>>>>>>>>>>> COMPONENTS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>



    IF package(0x1111111)
    ; install s60 3rd edition MR
    "D:\S60\devices\s60 3rd edition MR\Epoc32\release\gcce\urel\example.exe" -"C:\sys\bin\example.exe"

    ELSE IF package(0x2222222)
    ; install Series s60 3rd edition fp1
    "D:\S60\devices\s60 3rd edition fp1\Epoc32\release\gcce\urel\example.exe" -"C:\sys\bin\example.exe"

  4. #4
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,664
    Yep, but most often you don't need to, since the same executable made with MR SDK, most often works just fine with other 3rd platform devices.

  5. #5
    Regular Contributor remesh's Avatar
    Join Date
    Jun 2008
    Posts
    108
    Thank you all.

Similar Threads

  1. Want to run a j2me application from symbian
    By joy.mca in forum Symbian C++
    Replies: 15
    Last Post: 2009-09-12, 12:32
  2. problem in Auto starting application in s60_2nd_fp3
    By gaurav.gupta in forum Symbian C++
    Replies: 14
    Last Post: 2009-04-30, 11:09
  3. AutoStart My application at bootup
    By prakashs in forum Symbian C++
    Replies: 7
    Last Post: 2009-03-24, 10:06
  4. Replies: 1
    Last Post: 2008-05-08, 12:32
  5. Replies: 2
    Last Post: 2007-02-06, 15:16

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