Hi Everyone !!
I have one more issue .. My application access the IMEI Number using System.getProperty("com.nokia.mid.imei");
I am using Nokia C6 mobile - My imei number is like this --- AA/BBBBBB/NNNN (In between there is foward slash)
In Nokia 6220 Classic IMEI Number is like this ---- AABBCCNNDJJD(No forward slash).
What i am doing is sending this IMEI to the webservice. It will check the IMEI from the MySql database at server end. If there is entry in the list of IMEI Numbers in mysql database. Then, It will move further .
The things are going fine in Nokia 6220 Classic . But the same application when running on Nokia C6 mobile.It is not authenticating. Is there any issue while comparing the above format(when comparing with forward slash(/))
Or is there any other issue ..
Please Reply.

Reply With Quote




