Discussion Board

Results 1 to 2 of 2
  1. #1
    Nokia Developer Moderator A.A.M.'s Avatar
    Join Date
    Jan 2008
    Location
    Moscow, Russia
    Posts
    3,311
    Hi!

    Article TSS000257 in Wiki Knowledge Base have оne small bug:

    If application UID begin with char (a/b/c/d/e/f) then output UID printed to file begin with "ffffffff" prefix.

    Example, original uid e602d449 - in file we have ffffffffe602d449

    Solution:

    replace

    Code:
    buf.AppendNum(aInfo.iUid.iUid, EHex);
    with

    Code:
    buf.AppendNum((TUint)appInfo.iUid.iUid, EHex);

  2. #2
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Thanks A.A.M., we'll fix that.

Similar Threads

  1. Small bug in the certificate management tool?
    By christoffer.haglund in forum General Development Questions
    Replies: 0
    Last Post: 2007-09-21, 13:38
  2. A bug: setColor with offscreen graphics - PLEASE, REPLY THIS TIME
    By palmcrust in forum Mobile Java General
    Replies: 11
    Last Post: 2003-12-04, 12:43
  3. Firmware bug or code bug displaying list on 3650
    By blackjack75 in forum Mobile Java General
    Replies: 2
    Last Post: 2003-09-24, 19:52
  4. ** Important ** Event bug in phone and emulator.
    By fnagaton in forum Symbian C++
    Replies: 8
    Last Post: 2003-07-11, 12:56
  5. Replies: 2
    Last Post: 2002-06-26, 08: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