Discussion Board

Results 1 to 7 of 7

Thread: Signer Issues

  1. #1
    Regular Contributor LesterPH's Avatar
    Join Date
    Apr 2010
    Posts
    79
    I cannot install a qt program that records voice.. I am not using any publisher ID from OVI. Is it because of that? or it's the problem of my program.

    it says General OS error.

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,712
    try disabling the silen installation on the build settings, or try manually installing the application from the device with file manager. Then you could see whether the error is installation time error.

    Anyway, you could also see whether you are using any capabilities in your pro file that are not allowed to be used with self-signed applications.

  3. #3
    Registered User Sorcery-ltd's Avatar
    Join Date
    Dec 2006
    Posts
    2,280
    You should only need UserEnvironment capability for recording audio, which is fine for self-signing. Are you using Qt Mobility to do it though? Have you installed the Qt Mobility libraries first?

    Always disable the silent installation first if something won't install though - it will tell you what the problem is (well you'll get a clue anyway).

  4. #4
    Regular Contributor LesterPH's Avatar
    Join Date
    Apr 2010
    Posts
    79
    tnx, but the sample program that I downloaded has the capabilities,

    symbian: {
    TARGET.CAPABILITY = UserEnvironment ReadDeviceData WriteDeviceData AllFiles
    }

    it has a file browser.

    I am using QMediaRecorder, and QMediaPlayer libraries.

    tnx

  5. #5
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    AllFiles is suspicious, there are hardly any applications needing this capability. Just remove it, that example does not need it.
    Out of the remaining capabilities, the ones with *DeviceData require devcert signing (not Publisher ID signing) so if you are using self -signing, the installation will fail.

    In general, when you don't have a valid certificate to sign the required capabilities, the installation will fail. If the installation succeeds but the application fails to run, then the certificate is no longer at play, the problem must be sought in the code (debugging).

    Can you please:
    a) spend some time reading the Platform Security and signing docs for Symbian (see http://library.forum.nokia.com)
    b) indicate the source of this example so we can eventually correct its capability requirements
    c) post here the build log from the "4 Compile Output" console of Qt Creator?

  6. #6
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,712
    I suspect it is the "audiorecorder" example from mobility package, it indeed has the capabilities, though I have not tested I would suppose it is not really needing all of them..

  7. #7
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    I remember reporting this type of capability abuse long time ago, but ... I guess we'll have to prune the examples again.

Similar Threads

  1. Debuging Issues
    By stavrospapa in forum Symbian C++
    Replies: 4
    Last Post: 2009-10-12, 19:27
  2. Onclick issues
    By mshita in forum Symbian Web Runtime
    Replies: 1
    Last Post: 2009-08-23, 22:30
  3. CAknGrid Issues
    By jinuthomas in forum Symbian User Interface
    Replies: 3
    Last Post: 2009-07-13, 14:29
  4. CAknMultiLineDataQueryDialog issues
    By Shilpa13 in forum Symbian User Interface
    Replies: 5
    Last Post: 2007-10-24, 14:14
  5. How to get the certificate with "signer unknown" while downloading?
    By fanglei in forum Mobile Web Site Development
    Replies: 1
    Last Post: 2006-08-11, 20:07

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