Discussion Board

Results 1 to 6 of 6
  1. #1
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    872
    When I tried to install a " HelloWorld " sample application for s60 3rd edition integrated with InnerActive Symbian SDK( inneractiveAdSDK-Symbian-v1.7.0) . It says or throws error



    "Unable to Install a protected application from supplier that is not trusted "


    I replaced the lines

    "void CINADSAppUi::InitAdModule()
    {
    // Query for inneractive_created Application UID
    TBuf<256> buffInput, buffAppUid, buffPrompt;
    buffInput.Copy(_L("IA_GameTest"));
    buffAppUid.Copy(_L("IA_GameTest"));
    buffPrompt.Copy(_L("Application UID:")); "



    with my void CINADSAppUi::InitAdModule()
    {
    // Query for inneractive_created Application UID
    TBuf<256> buffInput, buffAppUid, buffPrompt;
    buffInput.Copy(_L("My APP NAME"));
    buffAppUid.Copy(_L("MY APP NAME"));
    buffPrompt.Copy(_L("Application UID:"));




    In my application I used "0xexxxxxx" as my UID is which is unprotected.

  2. #2
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    27,748
    Also check the capabilities.

  3. #3
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    872
    Tha capabilities I used are :

    CAPABILITY ReadUserData WriteUserData NetworkServices SwEvent

  4. #4
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    27,748
    SwEvent can not be self-signed.

  5. #5
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    872
    Ok then I will try to remove and see

  6. #6
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    872
    I removed SwEvent now it is saying "Unable to Install'

Similar Threads

  1. Replies: 44
    Last Post: 2012-08-16, 06:57
  2. sharing private file between applications
    By manubemanu in forum Symbian C++
    Replies: 1
    Last Post: 2009-06-15, 13:01
  3. Replies: 5
    Last Post: 2009-03-31, 12:47
  4. 2 applications, 1 sis, 1 private folder, no writeuserdata
    By StasV in forum Symbian Signed Support, Application Packaging and Distribution and Security
    Replies: 2
    Last Post: 2009-02-04, 09:50

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