Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User Audun Holme's Avatar
    Join Date
    Apr 2006
    Posts
    23
    Hey

    symbian SDK 2ed 2fp series 60
    Carbide.c 1.2

    In Carbide-c I've created a simple application called "Test", which I installed on my n6630 device. Now I've created another app with the same name (or actually it is the same app but with totally different GUI).. My problem is that this new app don't run on my n6630 device. (I have installed it but it immediately closes after being started)

    I have lot of problems with my n6630 device:
    - suddenly all my pictures I had stored on the mobile was gone (they don't appear in the Gallery anymore). But those pictures still take up lot of memoery on my mobile
    - a Java app I created is now gone!

    I post those problems here because they may be related to my problem running symbian app... maybe it could help to rename the app to another name so the device think this a new app etc...

    if renaming the is a good idea, then I wonder how do I do that in Carbide.c: I've tryed to change Target name but it didn't change the name.. how should this be done?

    any suggestions?

  2. #2
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    Quote Originally Posted by Audun Holme
    any suggestions?
    Try uninstalling both applications first...

    For simple applications renaming can be done in the .pkg file for example:
    Code:
    "...\HelloWorld.app"-"!:\system\apps\HelloWorld\HelloWorld.app"
    "...\HelloWorld.rsc"-"!:\system\apps\HelloWorld\HelloWorld.rsc"
    ...
    can become
    Code:
    "...\HelloWorld.app"-"!:\system\apps\HelloTest\HelloTest.app"
    "...\HelloWorld.rsc"-"!:\system\apps\HelloTest\HelloTest.rsc"
    ...
    The same might work for the _caption.rsc and the .aif too. However if you have .mbm-s or other data files, you have to replace their references in the source code too.

  3. #3
    Registered User Audun Holme's Avatar
    Join Date
    Apr 2006
    Posts
    23
    I've done that but still the app has its original name!

    I've also tryed to changed some of the values of some text constants in the .loc file (for example changing the value of #define qtn_view1_tab "View1" to "ViewA")... but these changes has no effect. It looks to me like the Carbide.c are using some kind of cached version they compile and send to the emulator....

    Any suggestions?

Similar Threads

  1. symbian signed testing problem.
    By anglina in forum Symbian C++
    Replies: 0
    Last Post: 2007-02-01, 10:15
  2. OpenGL ES app is not trusted
    By mribble in forum Symbian Signed Support, Application Packaging and Distribution and Security
    Replies: 7
    Last Post: 2006-11-03, 22:48
  3. App crash problem - how to figure out why?
    By neomedia in forum Symbian C++
    Replies: 1
    Last Post: 2005-02-07, 16:22
  4. Dialog's clipping area (again). Nokia experts, please help
    By synov in forum Symbian User Interface
    Replies: 0
    Last Post: 2004-06-26, 14:35
  5. Launching an app from pJava..
    By krajag in forum PersonalJava
    Replies: 0
    Last Post: 2002-10-10, 19:57

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