home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / phreak / cellular / motsid.txt < prev    next >
Encoding:
Text File  |  2003-06-11  |  2.5 KB  |  55 lines

  1. READING THE SID WITH THE MOTOROLA PHONE
  2. ---------------------------------------
  3.  
  4. -----------=?> Doctor Who <?=----------
  5.  
  6. This document is copyright by the author, and may be redistributed without
  7. charge as long as it is not changed in any way. No user other than the author
  8. or his assignees may charge for distribution of this document.
  9.  
  10. Written on March 19, 1995. A sunny, but still somewhat cold sunday.
  11.  
  12. The SID (System IDentification) of a control channel can be determined using
  13. the test mode of the Motorola cellular phone. This document assumes the reader
  14. understands cellular technology in general, and how to access Motorola's test
  15. mode in specific.
  16.  
  17. Tune the phone to the desired control channel with 11xxx# where XXX is the
  18. channel number. Hit 39# to receive one control channel word. One should appear
  19. in less than two seconds, filling up all ten digits on the display with hexa-
  20. decimal digits. Do this repeatedly until one is found with the correct
  21. pattern. Digit places start at the left hand side and go to the right.
  22.  
  23. The first digit should be C, D, E, or F. This letter can be used to determine the
  24. DCC/SAT of the cell. A "C" is SAT 0, D is 1, E is 2, and F is 3. Ignore digits
  25. 8, 9, and 10. They are parity bytes. Digit 7 should be "6" or "E", though I
  26. have never found it to be other than "E". The hexidecimal value of represented
  27. by digits 2 through 5 is then divided by two, and then 1 added if the carrier
  28. is a "A" side, "non-wireline" carrier. The result is the System ID.
  29.  
  30. for example:
  31.  
  32. E00388EA08
  33.  
  34. E means this cell has an SAT/DCC of 3. The A08 is ignored. The E to the left of
  35. it is proper and normal, so this is the right kind of message. Ignore the 8 in
  36. position 6, that is, just to the left of the E. 0038 in hexadecimal translates
  37. ((3*16=48)+8))  to 56. 56/2 = 28. Looking up System ID 28 on my chart indicates
  38. Nynex in Boston. This is correct.
  39.  
  40. Please be aware that the two SID charts I have seen around the net are very
  41. outdated. I have a more recent version on paper which I may eventually type in,
  42. when I have the time and energy.
  43.  
  44. The methods used above are only a very crude way to do what could be done
  45. much more efficiently by computer. I am sure that programs will be written to
  46. do exactly this, but I am holding off until I have thoroughly hacked the
  47. meaning of all these types of messages before writing such a program. I am 
  48. also contemplating the design of a cable to replace the handset, running 
  49. from the 25 pin connector on the side of my Bag Phone to a computer.
  50.  
  51. -----------=?> Doctor Who <?=-----------
  52.  
  53.  
  54.  
  55.