This page was last modified 22:39, 3 December 2007.
Getting Platform properties and IMEI in Flash Lite
From Forum Nokia Wiki
The correct syntax for getting the IMEI code is as follows:
deviceID = fscommand2("GetDeviceID", "deviceID");
The platform information is retrieved thusly:
platformString = fscommand2("GetPlatform", "thePlatform");
What you get is a text string. It depends a lot on the platform and is not standardised. You can benefit from looking for 40 and 60 inside the string. I'll later add here a little snippet that starts the file browser in both s60 and series 40 devices...
--Ruikku 00:38, 4 December 2007 (EET)
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I cannot get the IMEI in a Nokia 6131 NFC | dlopez | Mobile Java Networking & Messaging & Security | 6 | 2007-11-14 10:15 |
| What sdk do I use for content development for Nokia 3230 | bishopx | Mobile Java Tools & SDKs | 3 | 2006-03-06 13:49 |
| How to save pages and read flash while surfing on an E61 | mondomix | General Browsing | 7 | 2006-11-13 21:20 |
| Loading external files in private folder | necokop | General Symbian C++ | 9 | 2007-08-17 11:31 |
| Signed midlet can't access IMEI number? | break10ose | Mobile Java Networking & Messaging & Security | 8 | 2006-06-23 03:59 |
