Discussion Board

Results 1 to 7 of 7
  1. #1
    Regular Contributor sadysta's Avatar
    Join Date
    Apr 2008
    Posts
    55
    I have successfully installed my application on Nokia N95 phone but I can't find any place where I could start it. Did I miss something?

  2. #2
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Maybe. What type of application it is and what does the *.pkg file include?

  3. #3
    Regular Contributor Nitin SuperByte's Avatar
    Join Date
    Mar 2007
    Location
    "On a b'ful lil palnet called EARTH belongs wid Galaxy named MilkyWay in Universe"
    Posts
    402
    Quote Originally Posted by sadysta View Post
    I have successfully installed my application on Nokia N95 phone but I can't find any place where I could start it. Did I miss something?
    Check the app_reg.rss file.. Comment the line

    hidden = KAppIsHidden;

    If it is there...
    ===With Symbian===
    "Something Has Survived..!!!"

  4. #4
    Regular Contributor sadysta's Avatar
    Join Date
    Apr 2008
    Posts
    55
    My application is a heavily modified version of SoundMixer example. Contents of SoundMixer_reg.rss file:
    Code:
    #include <appinfo.rh> 
    #include <soundmixer.rsg>
    
    UID2 KUidAppRegistrationResourceFile 
    UID3 0xE01FF1C6
    
    RESOURCE APP_REGISTRATION_INFO 
    	{ 
    	app_file="soundmixer"; 
    	localisable_resource_file = "\\resource\\apps\\SoundMixer_loc"; 
    	embeddability=KAppNotEmbeddable; 
    	newfile=KAppDoesNotSupportNewFile; 
    	} 
    
    // End of file
    Contents of .pkg:
    Code:
    ;Language - standard language definitions
    &EN
    
    ; standard SIS file header
    #{"SoundMixer"},(0xE01FF1C6),2,0,0
    
    ;Localised Vendor name
    %{"Sadysta"}
    
    ;Unique Vendor name
    :"Sadysta"
    
    ;Supports S60 3rd Edition
    [0x101F7961], 0, 0, 0, {"Series60ProductID"}
    
    ; Files to install (edit source paths if your SDK is installed to a different location)
    "c:\symbian\9.2\s60_3rd_fp1\epoc32\release\gcce\urel\soundmixer.exe"                - "!:\sys\bin\soundmixer.exe"
    "c:\symbian\9.2\s60_3rd_fp1\epoc32\data\z\resource\apps\soundmixer.rsc"             - "!:\resource\apps\soundmixer.rsc"
    "c:\symbian\9.2\s60_3rd_fp1\epoc32\data\z\resource\apps\soundmixer_loc.rsc"         - "!:\resource\apps\soundmixer_loc.rsc"
    "c:\symbian\9.2\s60_3rd_fp1\epoc32\data\z\private\e01ff1c6\apps\soundmixer_reg.rsc" - "!:\private\e01ff1c6\import\apps\soundmixer_reg.rsc"

  5. #5
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    The *_reg.rsc is not placed in the right location. It should be "!:\private\10003a3f\import\apps\$prj-base-name$_reg.rsc"

  6. #6
    Regular Contributor sadysta's Avatar
    Join Date
    Apr 2008
    Posts
    55
    Thanks, that was it. Now I have it in the Applications menu, though it doesn't start at all ( works perfectly in emulator ).

  7. #7
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Try the Extended panic code trick and see if you learn something new about you application's behavior.

Similar Threads

  1. Replies: 1
    Last Post: 2008-05-08, 12:32
  2. delete application installation log
    By noordeen2001 in forum General Development Questions
    Replies: 1
    Last Post: 2008-04-22, 17:13
  3. Replies: 1
    Last Post: 2008-01-19, 11:14
  4. 3250 :: Cerificate Management :: No Application Installation Setting
    By lionel_lhf in forum Mobile Java Networking & Messaging & Security
    Replies: 4
    Last Post: 2006-06-14, 19:38
  5. Application Doesnt Starts after Installation
    By amitaggarwal in forum Symbian C++
    Replies: 1
    Last Post: 2004-12-11, 06:39

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