GSM-Forum

GSM-Forum (https://forum.gsmhosting.com/vbb/)
-   GM-Box (https://forum.gsmhosting.com/vbb/f513/)
-   -   I need convert ESN to MEID (https://forum.gsmhosting.com/vbb/f513/i-need-convert-esn-meid-679859/)

siscel 02-09-2009 16:42

I need convert ESN to MEID
 
Hello Sr.

I have one motorola V3a and I need repair MEID, only display ESN but MEID A000000000000000000000000 how to convert this serie in MEID, please

Thank you

luzer 02-11-2009 02:37

"pESN" is based on MEID not the other way around ...

drkcobra 04-04-2009 21:39

MEID to PESN converters
 
These programs are for both 32 bit Windows and Windows Mobile 5 and 6.x smartphones. It also converts standard ESN formats from Dec to Hex and vica-versa.

I also threw in the ESN checksum calcultor too.

http://rapidshare.com/files/21747107...Calculator.rar

================================================== ====
More for Reference:
================================================== ====
How to do ESN conversions with a simple hexadecimal calculator. This is very easy!
Contrary to urban myth, you can convert an ESN from hex to decimal or from decimal to hex easily with a standard programmer's calculator that hex and decimal format inputs. It is pretty simple in reality. Here's how:
First -
All ESNs in hex are exactly 8 characters with 0-9 & A-F only being valid.
All ESNs in dec are exactly 11 digits with only 0-9 being valid.
The conversion is simple hex to dec or dec to hex except that it is done in 2 separate groups rather than one. It works according to this format:
HEX - ccnnnnnn
DEC - cccnnnnnnnn
c = company assignment ID
n = aerial number
The first conversion is using the first 2 hex characters or 3 dec numbers.
Just take the first 2 hex characters and convert them to dec.
If the dec number is under 100 you must add a leading zero.
The dec part here is always 3 digits no matter what!
This portion of the ESN is referred to as the company ID assignment.
-------------------
(for example: a hex ESN beginning with 27 is equal to 39 but must be displayed as 039. 039 will be the first 3 digits of the ESN in dec.)
The second part of the conversion uses the last 6 hex characters or 8 dec numbers.
Take the 6 hex characters and convert them to dec.
If this dec number is less than 8 digits, add enough leading zeroes so the dec is displayed with exactly 8 digits always!
-------------------
(for example: a hex ESN ending with the 6 characters of 109AFF, would be equal to 1088255 in dec.
As this is only 7 digits, you add 1 leading zero to have exactly 8 digits. - 01088255

Now if you take these two parts of the ESN in hex in this way (27 & 109AFF) and want to get it's equivalent dec ESN, you would find it looks like this (039 & 0108255).
So the hex ESN of 27109AFF equals the dec ESN of 0390108255 and visa-versa.
The first 3 digits of a dec ESN can never be more than 255 (FF in hex).
THe last 8 digits of a dec ESN can never be more than 16777215 (FFFFFF in hex).
Written by drkcobra.
(April 27, 2008)

7777 04-04-2009 22:48

Quote:

Originally Posted by drkcobra (Post 4322552)
These programs are for both 32 bit Windows and Windows Mobile 5 and 6.x smartphones. It also converts standard ESN formats from Dec to Hex and vica-versa.

I also threw in the ESN checksum calcultor too.

http://rapidshare.com/files/21747107...Calculator.rar

================================================== ====
More for Reference:
================================================== ====
How to do ESN conversions with a simple hexadecimal calculator. This is very easy!
Contrary to urban myth, you can convert an ESN from hex to decimal or from decimal to hex easily with a standard programmer's calculator that hex and decimal format inputs. It is pretty simple in reality. Here's how:
First -
All ESNs in hex are exactly 8 characters with 0-9 & A-F only being valid.
All ESNs in dec are exactly 11 digits with only 0-9 being valid.
The conversion is simple hex to dec or dec to hex except that it is done in 2 separate groups rather than one. It works according to this format:
HEX - ccnnnnnn
DEC - cccnnnnnnnn
c = company assignment ID
n = aerial number
The first conversion is using the first 2 hex characters or 3 dec numbers.
Just take the first 2 hex characters and convert them to dec.
If the dec number is under 100 you must add a leading zero.
The dec part here is always 3 digits no matter what!
This portion of the ESN is referred to as the company ID assignment.
-------------------
(for example: a hex ESN beginning with 27 is equal to 39 but must be displayed as 039. 039 will be the first 3 digits of the ESN in dec.)
The second part of the conversion uses the last 6 hex characters or 8 dec numbers.
Take the 6 hex characters and convert them to dec.
If this dec number is less than 8 digits, add enough leading zeroes so the dec is displayed with exactly 8 digits always!
-------------------
(for example: a hex ESN ending with the 6 characters of 109AFF, would be equal to 1088255 in dec.
As this is only 7 digits, you add 1 leading zero to have exactly 8 digits. - 01088255

Now if you take these two parts of the ESN in hex in this way (27 & 109AFF) and want to get it's equivalent dec ESN, you would find it looks like this (039 & 0108255).
So the hex ESN of 27109AFF equals the dec ESN of 0390108255 and visa-versa.
The first 3 digits of a dec ESN can never be more than 255 (FF in hex).
THe last 8 digits of a dec ESN can never be more than 16777215 (FFFFFF in hex).
Written by drkcobra.
(April 27, 2008)

Hello!
Is there any best way to change ESN back to MEID?I try change MEID to ESN from my LG VX9100 successful,but can't change it back MEID.
Thanks for your help

GHOSTYAIRO 04-21-2009 20:05

PM me the pESN I'll give you the MEID

lankyb 07-16-2009 05:29

Quote:

Originally Posted by GHOSTYAIRO (Post 4377956)
PM me the pESN I'll give you the MEID

What are you useing to do this I also need the same coversion.

antivirus1 12-31-2009 05:08

Quote:

Originally Posted by drkcobra (Post 4322552)
These programs are for both 32 bit Windows and Windows Mobile 5 and 6.x smartphones. It also converts standard ESN formats from Dec to Hex and vica-versa.

I also threw in the ESN checksum calcultor too.

http://rapidshare.com/files/21747107...Calculator.rar

================================================== ====
More for Reference:
================================================== ====
How to do ESN conversions with a simple hexadecimal calculator. This is very easy!
Contrary to urban myth, you can convert an ESN from hex to decimal or from decimal to hex easily with a standard programmer's calculator that hex and decimal format inputs. It is pretty simple in reality. Here's how:
First -
All ESNs in hex are exactly 8 characters with 0-9 & A-F only being valid.
All ESNs in dec are exactly 11 digits with only 0-9 being valid.
The conversion is simple hex to dec or dec to hex except that it is done in 2 separate groups rather than one. It works according to this format:
HEX - ccnnnnnn
DEC - cccnnnnnnnn
c = company assignment ID
n = aerial number
The first conversion is using the first 2 hex characters or 3 dec numbers.
Just take the first 2 hex characters and convert them to dec.
If the dec number is under 100 you must add a leading zero.
The dec part here is always 3 digits no matter what!
This portion of the ESN is referred to as the company ID assignment.
-------------------
(for example: a hex ESN beginning with 27 is equal to 39 but must be displayed as 039. 039 will be the first 3 digits of the ESN in dec.)
The second part of the conversion uses the last 6 hex characters or 8 dec numbers.
Take the 6 hex characters and convert them to dec.
If this dec number is less than 8 digits, add enough leading zeroes so the dec is displayed with exactly 8 digits always!
-------------------
(for example: a hex ESN ending with the 6 characters of 109AFF, would be equal to 1088255 in dec.
As this is only 7 digits, you add 1 leading zero to have exactly 8 digits. - 01088255

Now if you take these two parts of the ESN in hex in this way (27 & 109AFF) and want to get it's equivalent dec ESN, you would find it looks like this (039 & 0108255).
So the hex ESN of 27109AFF equals the dec ESN of 0390108255 and visa-versa.
The first 3 digits of a dec ESN can never be more than 255 (FF in hex).
THe last 8 digits of a dec ESN can never be more than 16777215 (FFFFFF in hex).
Written by drkcobra.
(April 27, 2008)

link is dead.. can you repost..THX

pirulito 01-07-2010 19:18

Please post link!! Your link is dead!!

krfbl81 07-24-2010 21:38

hey i was wondering if you could help me figure out my MEID number

ESN dec: 070607322892
ESN hex: 4C6FBD0C

luzer 07-25-2010 02:55

Quote:

ESN dec: 070607322892
ESN hex: 4C6FBD0C
Thats is a real esn, doesnt have any meid related ... meid->pesn->80...

krfbl81 07-26-2010 01:17

oh ok, i was talking to a customer care rep for boost mobile and he told me that i need to find my dec number which is supposed to be 18 digits but my blackberry only shows 11 digits

luzer 07-27-2010 03:37

Well, if boost is only activating meid phones, yours inst supported ...

compicarlos 11-23-2012 23:52

i need convert from PESN to MEID,

Can do it that?


All times are GMT +1. The time now is 13:33.


vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -

Page generated in 0.17819 seconds with 6 queries

SEO by vBSEO