Categories: Python | S60 | How To | Code Examples
This page was last modified 22:46, 12 October 2007.
How to know cpu speed
From Forum Nokia Wiki
With a utility library called Miso, we can do a lot of C++ API only things with pys60 platform. The following snippet can be used for getting cpu speed of your S60 smartphone.
import miso print miso.get_hal_attr(11) # 104000 for my 6600
You could go further with this project to make back light always on, determine phone models, and many many cool stuff.
Enjoy!
External Link
And this is the official web site of Miso project.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Moved] File corrupted when trying to install .sis or sisx file | patuan84 | Themes/Carbide.ui | 4 | 2008-02-18 15:28 |
| Emulator Speed Vs. Mobile Speed | asif79 | Mobile Java General | 2 | 2004-01-22 22:23 |
| Active Object and Multitasking? | hmchau | General Symbian C++ | 11 | 2007-12-13 01:18 |
| N95 write/read data max speed | BaRTaSs | General Discussion | 0 | 2007-09-12 14:17 |
| Speed 6310i Emulator vs real Device ? | ghaslbe | Mobile Java General | 3 | 2002-08-12 21:09 |
