Namespaces
Variants
Actions

User talk:Forum Nokia KB

Jump to: navigation, search

Hi!

Article TSS000257 TSS000257 - How can I get a list of all applications currently installed on a phone? 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

buf.AppendNum(aInfo.iUid.iUid, EHex);

with

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

--- Anton Mihailov

This page was last modified on 19 May 2011, at 06:18.
50 page views in the last 30 days.
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