Hi,
I from Brazil and I too need that my midlet getting IMEI ou number of
SimCard.
g.drawString(System.getProperty("phone.imei"),0, 60,16|4);
I see this code in
http://www.google.com.br/search?
q=cache:7PhJ1IgD5uYC:www.csdn.net/develop/article/14/14645.shtm+j2me+imei+g
etproperty&hl=pt&ie=UTF-8
This is funcionally ?
Help-me!
Thanks!
> I'm developing an application for Nokia mobiles, I need to identify the
m> obile at runtime, I thout of getting IMEI, I tried:
S> tring imei = System.getProperty("IMEI");
B> ut it did not work,
C> an you help in getting any mobile specific ID (or SIM card ID) from
J2ME
c> ode...
> Thanks for kind response...