Discussion Board

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Registered User bthyaga's Avatar
    Join Date
    Apr 2007
    Posts
    8
    I developed an application which runs perfectly on the emulator but doesnt show up on the phone . i dont know whats wrong. here are the steps i followed

    1) bldmake bldfiles
    2) abld build gcce urel
    3) copied .exe, .rsc, _loc.rsc, _reg.rsc to same folder.
    4) makesis .pkg
    5) signsis –s .sis .sisx mycert.cert mykey.key
    6) Installed .sisx file to the mobile phone
    7) the icon appears on the phone. When the icon is pressed nothing comes up

    what should i do to make the appl run?
    my package file is here
    ;Language - standard language definitions
    &EN
    ; standard SIS file header
    #{"MyApplication"},(0xEFF034DF),1,0,0
    ;Supports Series 60 v 3.0
    (0x101F7961), 0, 0, 0, {"Series60ProductID"}
    ;Localized Vendor Name
    %{"Local"}
    ;Unique Vendor name
    :"Unique"
    ; Files to copy
    "MyApplication.exe"-"!:\sys\bin\MyApplication.exe"
    "MyApplication_reg.rsc"-"!:\private\10003a3f\import\apps\MyApplication_reg.rsc"
    "MyApplication_loc.Rsc"-"!:\resource\apps\MyApplication_loc.Rsc"
    "MyApplication.Rsc"-"!:\resource\apps\MyApplication.Rsc"

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,712
    You propably have an error that causes a leave while the application is constructed, thus when you click the icon, application starts and crashes straitaway. So maybe you should check what is happening inside your code.

    yucca

  3. #3
    Registered User bthyaga's Avatar
    Join Date
    Apr 2007
    Posts
    8
    thanks for the quick reply. my appl was running on emulator without any problem. so i did not think of this issue. will debug whats happening on phone.

  4. #4
    Registered User bthyaga's Avatar
    Join Date
    Apr 2007
    Posts
    8
    u were right. i commented the core application part and executed. now i get the UI.
    thanks

  5. #5
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    27,744
    Phones do not show some error messages by default, check http://www.forum.nokia.com/document/...r_messages.htm for getting them.
    Most frequent causes are missing capabilities and/or data files (like sounds, images).

  6. #6
    Registered User bthyaga's Avatar
    Join Date
    Apr 2007
    Posts
    8
    yep. this error was bcos mbm was missing in pkg

  7. #7
    Registered User surprisedisco's Avatar
    Join Date
    Jun 2007
    Posts
    28
    Still don't understand . I have the same problems to my phone and the application doesnt open. if u says that a file or image is missing, then u may need to be specific. so how do i cure this problem? yucca hope some good news from u.

  8. #8
    Registered User surprisedisco's Avatar
    Join Date
    Jun 2007
    Posts
    28
    Still don't understand . I have the same problems to my phone and the application doesnt open. if u says that a file or image is missing, then u may need to be specific (Meaning that where is those files). so how do i cure this problem? And does this 'application not running' got to do with low memory or something?

  9. #9
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,240
    Quote Originally Posted by surprisedisco
    Still don't understand . I have the same problems to my phone and the application doesnt open. if u says that a file or image is missing, then u may need to be specific (Meaning that where is those files). so how do i cure this problem? And does this 'application not running' got to do with low memory or something?
    Post your .pkg file entries here.
    Also go through the link Wizard_hu_ has suggested:
    http://www.forum.nokia.com/document/...r_messages.htm

    Kiran.

  10. #10
    Registered User surprisedisco's Avatar
    Join Date
    Jun 2007
    Posts
    28
    Quote Originally Posted by kiran10182
    Post your .pkg file entries here.
    Also go through the link Wizard_hu_ has suggested:
    http://www.forum.nokia.com/document/...r_messages.htm

    Kiran.
    Wat the? how do i post my pkg file
    And how do i edit the code or...???

  11. #11
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    27,744
    Quote Originally Posted by surprisedisco
    Wat the? how do i post my pkg file
    For example open it in Notepad, press Ctrl+A (or Edit/Select all), Ctrl+Insert (or Ctrl+C or Edit/Copy), and create a new post here, where you insert (Shift+Insert or Ctrl+V or Edit/Paste) the content.
    And how do i edit the code or...???
    Indeed, during the development process, application developers sometimes use editor windows of various development environments for creating new files or modify existing ones.

  12. #12
    Registered User surprisedisco's Avatar
    Join Date
    Jun 2007
    Posts
    28
    i tried and paste here but it lags my comp

  13. #13
    Registered User bthyaga's Avatar
    Join Date
    Apr 2007
    Posts
    8
    in my case, i forgot to put the entry for the mbm (multi bitmap) file in the pkg file. this mbm file contained all the images/icons i used in my application. as a result the images were not transferred to the phone. so my application did not find it and crashed at startup.

  14. #14
    Registered User surprisedisco's Avatar
    Join Date
    Jun 2007
    Posts
    28
    but whrs the mbm? i look up and down, left and right, top and bottom, high and low, side to side and found nothing if possible send me all the necessary files and datas to oo_yellow_oo@hotmail.com

  15. #15
    Registered User bthyaga's Avatar
    Join Date
    Apr 2007
    Posts
    8
    mbm file will be created only if you include new images to your application. it is not needed for a basic standard application.

Page 1 of 2 12 LastLast

Similar Threads

  1. Why my application doesn't run when some application running in back graound.
    By bb_sathya in forum Mobile Java Networking & Messaging & Security
    Replies: 0
    Last Post: 2005-12-03, 05:31
  2. Replies: 3
    Last Post: 2005-11-29, 07:58
  3. Run an application on the front of phone
    By shafali gupta in forum Mobile Java General
    Replies: 1
    Last Post: 2004-12-21, 17:32
  4. don't run application on my 7650
    By aritzita in forum Mobile Java General
    Replies: 4
    Last Post: 2003-11-04, 11:44
  5. Replies: 1
    Last Post: 1970-01-01, 02:00

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