atasoyh
atasoyh

Reputation: 3145

How can I get Carrier and IP Address and Device Id on J2ME?

How can I get Carrier and IP Address and Device Id on J2ME?

Upvotes: 1

Views: 444

Answers (1)

Gorkem Ercan
Gorkem Ercan

Reputation: 3226

There is no standard way to get these information on JavaME however on Nokia platforms there are some Nokia specific system properties that you can use. com.nokia.mid.imsi and com.nokia.mid.networkid may be interesting for your case.

For the IP address I suggest that you use a server side call to retrieve the IP address from referrer.

Upvotes: 2

Related Questions