Namespaces
Variants
Actions
Revision as of 14:48, 17 October 2007 by Forum Nokia KB (Talk | contribs)

Archived:Incorrect CPU information reported by HAL (Known Issue)

Jump to: navigation, search


Template:KBKI

ID KIS000764 Creation date October 17, 2007
Platform S60 3rd Edition Devices All (S60 3rd Edition)
Category Symbian C++ Subcategory Base/System


Overview

The HAL (Hardware Abstraction Layer) API provides information about CPU type, architecture, and clock speed. However, wrong values are reported for most S60 3rd Edition devices.

Description

The following code returns wrong values for CPU clock speed and CPU ABI (Application Binary Interface):

 #include <hal.h>
 
 TInt cpuSpeed, cpuABI, ret;
 
 ret = HAL::Get( HALData::ECPUSpeed, cpuSpeed );
 ret = HAL::Get( HALData::ECPUABI, cpuABI );

Solution

No known solution.

Device specification pages on Forum Nokia provide information on CPU type and clock speed.

385 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