PDA

View Full Version : The real IMEI Checking / Fixing



Crux
05-12-2003, 01:29 PM
Can anybody tell me how can i put an imei checking function in a vb program?

I mean, for example: imei 123456789012345 is not a valid imei. valid imei should be 123456789012347, right?

how can i make a program that allows me to check this and even correct the imei?

I saw in jic's algo the XOREncodedIMEI DecodeIMEIMask EncodeIMEIMask XORIMEI SomeXorEncodedIMEI RecdIMEI function. is it this?

or what does this functions do?

anyway, i would really appreciate some help in visual basic about how to do it.

thanks in advance!

y0ke
05-12-2003, 02:55 PM
all you need is here.. full vb source is included ...
http://nokiafree.org/forums/showthread.php?t=17997

Crux
05-12-2003, 03:12 PM
thanks for that quick reply! :)