Hi! This is my first thread in this forum, and I hope that be the first of many...
I'm studying J2ME since a days and I have one doubt:
It's possible get number chip of cell phone when application is running?
Thanks.
Hi! This is my first thread in this forum, and I hope that be the first of many...
I'm studying J2ME since a days and I have one doubt:
It's possible get number chip of cell phone when application is running?
Thanks.
Hi,
Please explain your question in more detail. What chip are you referring to?
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
Firstly, thanks for helps.
I tried this properties:
- System.getProperty("com.nokia.mid.imei");
- System.getProperty("com.nokia.mid.IMEI");
- System.getProperty("com.nokia.imei");
- System.getProperty("phone.imei");
However, no one worked. All of these return null values.
I tested in two models: 6120 Classic and N70.
I need number chip of my cell phone. Any help??
Thanks.
Hi bruno,
as stated on this Forum Nokia Wiki page:
http://wiki.forum.nokia.com/index.ph...tem_properties
IMEI System property is available in Java ME only on S60 3rd edition FP2 devices (without signing) and on a subset of S40 devices (but only with manufacturer/operator certificate).
Pit
I think It required Signing ....and IS Ur phone is not bonded by any operator it may b giv problem...
Anshu Chauhan
J2me Developer
Hi,
As stated by others you will need to sign your midlet with operator certificate which is not that easy to get. If possible you can get those values using Symbian C++ easily.
Sunil
Mobile Application Developer