Sicheres Applikationsmanagement für mobile Endgeräte

 // home / Texte / ZugriffHandys  ::Infos::  ::Texte::  ::Source::  ::Links::  ::ÜberMich:: 

16.Dezember 2003
Binden und Abgabde der DA

8.November 2003
Korrekturen

20.September 2003
Kurzfassung online

7.Juni 2003
Detailinfos zum Projekt hinzugefügt

Ablauf des Downloads hinzugefügt

31.Mai 2003
Aktualisierung, Infos

10.März 2003
Start der Homepage mit Linksammlung und Dokumente die ich bis jetzt verfasst habe.
Mehr kommt noch.

3.März 2003
Diplomarbeit Start


Fragen oder Kritik?



 

Zugriff auf Informationen im Gerät die nicht standardisiert sind.

Siemens spezifisch.

Mit der Methode System.getProperty() kann man verschiedene Eigenschaften abfragen.

The following poperties are supported

- by MIDP:
microedition.locale
microedition.profiles

- and Siemens specific
com.siemens.IMEI ( up to SL45i SVN 49: ‘null’
SVN 50 and higher: device specific 15 digit IMEI )
com.siemens.MCC (mobile country code)
com.siemens.MNC (mobile network code)
com.siemens.OSVersion (up to SL45i SVN 49: ‘null’
SVN 50 and higher: software version of the phone)
com.siemens.language ((only for backward compatibility) same result as
the microedition.locale key)
microedition.configuration (version of the implemented CLDC)
microedition.locale (two character abbreviation of the locale
(language) that is currently used)
microedition.platform (name identifier of the device)
microedition.profiles (version of the implemented MIDP)


For security reasons it is NOT possible for a MIDLET to get the mobile phones number!!!

 

 

 

Aus einem Forum:

You can access system properties in MIDP using the System.getProperty() method. Siemens phones provide access to some additional (non MIDP standard) properties, one of which is the IMEI number of the phone, but not the IMSI (suscriber) number. Thus, you can identify the phone, but not the users of that phone. I don't know about jtapi.

One final note: in the SL45i phone, this only works for firmware versions 49 and above.

 

 
Gfader Peter © 2003