| Author |
converting BCD to string
|
Komal Amaresh
Ranch Hand
Joined: Oct 06, 2008
Posts: 67
|
|
Hi,
I' am trying to retrieve the imei number of a blackberry device.
The method getIMEI() I' am using returns a byte array in BCD format. I want to convert the value to a string. I' am unable to do that.
the byte array displays a length of 15, but i' am unable to get the value passing the array of bytes as a parameter to a string object nor am i able to retrieve it using byteArrayInputStream .
Please help me in resolving the issue.
Thanks in advance.
regards
Komal
|
 |
 |
|
|
subject: converting BCD to string
|
|
|