any unique ID which MIDP can retrieve from mobile

hello

As I read in other threads.

there is no common way to retrieve information about phone number or imei.

is there any other unique ID about mobile or SIM which can be retrieved in all implementation.

[228 byte] By [etaa] at [2007-11-27 11:47:22]
# 1

you can put a unique identifier in a jad during the server deploy step.

Then retrieve it by midlet.getAppproperty("propname");

PeppeMEa at 2007-7-29 18:12:48 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

In addition to the aforementioned, you could have the midlet request a UID from a server via HTTP.

rashidmayesa at 2007-7-29 18:12:48 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3

thanks but I need something from hardware.

Is there anybody that can show me a list from available properties of different phones which gives me imei?

etaa at 2007-7-29 18:12:48 > top of Java-index,Java Mobility Forums,Java ME Technologies...