home *** CD-ROM | disk | FTP | other *** search
/ Hacker 2 / HACKER2.mdf / phreak / cpp2.txt < prev    next >
Text File  |  1995-01-03  |  35KB  |  617 lines

  1. THE HIGH TECH HOODS
  2. & A-CORP PRESENTS... 
  3.  
  4.                         *%*%*%*%*%*%*%*%*%*%*%*%*%*%*
  5.                         *%       THE ULTIMATE      %*
  6.                         *% CELLULAR PHONE PHREAKS  %*
  7.                         *%     MANUAL PART 2       %*
  8.                         *%                         %*
  9.                         *%   WRITTEN BY THE RAVEN  %*
  10.                         *%     AND INTROSPECT      %*
  11.                         *%*%*%*%*%*%*%*%*%*%*%*%*%*%*
  12.  
  13.  
  14.  
  15.  
  16.                                                       THE RAVEN
  17.                                                       +=======+
  18.        THANKS TO THE FOLLOWING:  PEBBLES, BIT STREAM & THOMAS ICOM
  19. /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\/\/\/\/\/\/\/\/\
  20.  
  21.      INDEX:
  22.  
  23.               I. WHAT'S IN A NAM
  24.              II. NAM/ESN REPROGRAMMING
  25.             III. ADVANCED REPROGRAMMING
  26.              IV. OBTAINING SYS. REGISTRATION DATA
  27.               V. REPROGRAMMING YOUR PHONE
  28.              VI. ------------------------
  29.  
  30. \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
  31.  
  32.  I. What's In A NAM
  33.  
  34.  First thing were going to start with is the NAM. The NAM is a PROM, A blank
  35. NAM costs about $5. Sometimes its more expensive depending on the operating
  36. temperature and packaging specifications.
  37.  Two flavors of NAM's are most commonly used for cellular phones. NEC Corp.
  38. uses the open collector (SIGNETICS p/n 82S23 or equivalent). All others use
  39. the tri-state (SIGNETICS 82S123 or equivalent). Blank NAMs are manufactured by
  40. Signetics, National Semiconductor, Monolithic Memorys, Fujitsu, Texas Instrum
  41. ents, and Advanced Microdevices. Blank NAMs can be purchased at your local
  42. electronic distributor's, thru the various parts sources advertised in 
  43. electronic magazines, and some radios come with a blank included.
  44.  The NAM contains the subscriber number and lock code, the home system ID and
  45. other system-required data. You may wonder how this info is arranged. The NAM
  46. is organized into 32 rows and 8 colums. It is 32 words of 8 bits each.
  47. (256 bits total). Starting  from top of the NAM (address 00), you will find
  48. the abreviation SIDH. This means "System Identifaction Number Home", a number
  49. starting at 0001 assigned by the FCC. Each market allows two systems. These
  50. two digits are even for the wire-line and odd for the non-wireline.
  51.  At address 03, we find LU (Local Use) on the left and MIN on the right, and
  52. they are usually set to 1. Locations with zeros are reserved. Going down the
  53. map, there's MIN1 and MIN2-the subscriber number and the area code respectively
  54. Dont try to read them from a raw printout of the NAM data, as they are 
  55. scrambled beyond recognition. The reason? THe way they are arranged is the way
  56. they must be transmitted to the cellular systems receivers. The programmer
  57. does this to make the radio's job easier.
  58.  Next is the station class mark, which identifies the class and power
  59. capability of the phone. The system will treat a handheld (low power) 
  60. differently than a standard 3-watt mobile.
  61.  
  62.  IPCH is the Inital Paging Channel. The radio listens for a page on this
  63. channel. Wirelines use 334 and non-wirelines use 333.
  64.  
  65.  ACCOLC (ACCess Overload Class) is designed for throwing off customers in the
  66. event of an overload. Thru neglect, this standard has been largly unused.
  67. (A Class 15 stationis supposed to be police, fire or military). Usually, It's
  68. a set to 0 plus the last digit of the phone number to provide random loading.
  69.  
  70.  PS (Preferred System). This is always 1 in a non-wireline and 0 in wireline.
  71.  
  72.  The Lock Code is about the only thing you can read directly by studying NAM
  73. data. The "spare" bit must be a 0 if the radio contains a 3-digit code.
  74. Because the number of clicks when you dial 0 on a (dial) phone equals 10,
  75. zeros in the lock code are represented by an "A"(the hexadecimal equiv of 10).
  76.  
  77.  EE, REP, HA and HF correspond to end-to-end signaling (DTMF tones, possibly
  78. as you talk), and REPeratory dialing (provision for 10 or more numbers in
  79. memory).
  80.  
  81.  Horn Alert and Hands Free. Like all options, they are 1 if turned on and 0 if
  82. turned off (all these numbers are in hex). They are supposed to be used by
  83. radio makers to store option switches. Usually 13 is used, 14 sometimes and 
  84. the rest less often.
  85.  
  86.  Last, you will find Cheksum Adjustment and Checksum. These numbers are 
  87. calculated automatically after the data has been edited for the NAM. The sum
  88. of all words in the NAM plus these last two must equal a number with 0's in
  89. the last two digits. The radio checks this sum and if it isn't correct the
  90. radio assumes the NAM is bad or tampered with. In the case radio refuses to
  91. operate until a legal NAM is installed.
  92.  
  93.                         THE ANATOMY OF A NAM
  94.                         --------------------
  95.  
  96.        MARK Defin.    most <-- BIT Significance --> least Hex
  97.        ------------------------------------------------------
  98.                              0     SIDH (14-8)            00
  99.                                    SIDH (7-0)             01
  100.        LU=Local use LU       000000        MIN            02
  101.                              00    MIN2 (33-28)           03
  102.                                    MIN2 (27-24)  0000     04
  103.                              0000  MIN1 (23-20)           05
  104.                                    MIN1 (19-12)           06
  105.                                    MIN1 (11-4)            07
  106.                                    MIN1 (3-0)    0000     08
  107.                              0000  SCM (3-0)              09
  108.                              00000 IPCH (10-8)            0A
  109.                                    IPCH (7-0)             0B
  110.                              0000  ACCOLC (3-0)           0C
  111.        PS=Perf Syst    0000000     PS                     0D
  112.                        0000    GIM (3-0)                  0E
  113.                        LOCK DIGIT 1    LOCK DIGIT 2       0F
  114.                        LOCK DIGIT 3    LOCK SPARE BITS    10
  115.        EE=End/End            EE    000000 REP             11
  116.        REP=Reprity     HA    000000              HF       12
  117.        HF=Handsfree          Spare Locations (13-1D)      13
  118.        HA=Horn Alt               contain all 0's          1D
  119.                 
  120.                              NAM CHECKSUM ADJUST.         1E
  121.                              NAM CHECKSUM                 1F
  122.  
  123.  II. NAM/ESN REPROGRAMMING
  124.  
  125.  The first step to using cellular phones is to obtain one. They can be 
  126. purchased new or used. Ham fests are one good source. Many people dump their
  127. cellular phones once they see just how expensive they are to operate. And of
  128. course the perception of being jerked promotes phreaking. 
  129.  First generation E.F. Johnson units are good choice as they are easy to 
  130. modify, use uniquely effective diveristy (dual antenna) receivers, and use the
  131. AMPS control bus, which means that several maker's control heads will work 
  132. with it. Another good choice is Novatel's Aurora/150. It uses a proprietary
  133. parallel bus and control head, but costs less, is rugged, and is also easy to
  134. work on. Also, all Novatel CMTs have built-in diagnostics. This allows you to
  135. manually scan all 666 repeater output freqs-great for scanning!
  136.  All cellular phones have a unique ESN. This is a 4-byte hex or 11 digit 
  137. octal number stored in the ROM soldered on the logic board. Ideally, it's 
  138. supposed to be never changed. Some newer cellulars embed the ESN in a 
  139. VLSI IC (Very Large Scale Integration Integrated Circuit) along with the units
  140. program code. This makes ESN mods very difficult at best. The ESN is also
  141. imprinted on the reciever boiler plate, usually mounted on the outside of the
  142. housing. When converted to octal (11 digits), the first 3 digits represents
  143. the maker while the other 8 identify the unit.
  144.  The other important ROM is the NAM. It contains the MIN (i.e. phone #,
  145. including area code), the lock code, and various model ID and carrier ID
  146. codes.
  147.  The lock code keeps unauthorized parties from using the phone. Some newer
  148. cellulars have no built in NAM and instead use an EEPROM, which allows a
  149. technician who knows the maintenance code to quickly change the NAM data thru
  150. the control head keypad.
  151.  WHen one attempts to make a cellular call, the transceiver first automatically
  152. transmits the ESN and NAM data to the nearest cellsite reapeter by means of
  153. the Overhead Data Stream (ODS). The ODS is a 10 kilobaud data channel that 
  154. links the cellular's computer to the MTSO, which then controls the phone's
  155. entire operation down to the selected channel and output power. If the MTSO
  156. doesn't recognize the received ESN/MIN pair as valid (sometimes due to RF
  157. noise), it issues a repeat order and will not process the call unit until a
  158. valid pair is received.
  159.  In most cities, there are two CPCs or "carries". One is the wireline CPC and
  160. the other is the non-wireline CPC. Both maintain their own MTSO and network
  161. (i.e: cell-site repeaters), and occupy separate halves of the cellular radio
  162. band. Non-wirelines use System A, and wirelines use System B. (the amenities
  163. that are avaible with most landline phone service - call waiting, caller ID,
  164. call-forwarding, 3-way calling,etc., are standard fair for most CPCs. However,
  165. they are usually applied for differently.)
  166.  For the cellular phreaker, the most diffuclt task is obtaining usable ESN/MIN
  167. pairs. Over the years,standard phreaker techniques have been employed for all
  168. types of phreaking to obtain the required info.  These includes trashing,
  169. using inside help,joining the staff,hacking them from known good ESNs and
  170. MINs (i.e: spoofing), con strategis, strong-arming, Bribing, blackmail, etc.
  171. (This is how The High Tech Hoods get them!).
  172.  The hacker knows that most CPCs do not turn off or keep track of unused MIN
  173. numbers. In fact, their general pattern is to start at the low numbers and 
  174. work their way up. WHen a number is cancelled, it is reassigned instead of 
  175. using a larger number.
  176.  The first places to look is the authorized cellular installers and service 
  177. centers in your area (see your Yellow Pages). They have on file a record of
  178. every cellular phone installed or serviced by them, including the ESN/MIN 
  179. pairs. Another place to focus on is the cellular CPC's customer service or
  180. billing department. These offices contain the ESN/MIN pairs often for
  181. thousands of cellular phones,  and hire low-paid people. Some cellular CPCs,
  182. installers and service centers will provide NAM system parameters upon
  183. request, and some will sell you NAM and ESN memory maps and schematics of a
  184. specific cellular phone model. And some will sell you service manuals
  185. (i.e: Motorola) that will describe the often easy method to program their 
  186. cellular phones.
  187.  The good phreak/hacker could interface the cellular phone's ADC circuit to
  188. his PC and hack out all of the valid ESN/MIN pairs he could possibly need.
  189. Since the ESN/MIN pair are transmitted from cellular phones (usually in an
  190. unencrypted form), these pairs can be obtained simply by scanning the cellular
  191. phone channels. Even if they are encrypted, the phreaker only will need to 
  192. reproduce the encrypted pair. In some areas, you can buy the ROMs right off
  193. the street - often by the same dealers who sell drugs and stolen property,
  194. etc. All it takes is a few discreet inquires. However, many get caught
  195. doing this because of police stings.
  196.  Once a valid ESN/MIN is obtained, it must be programed into the cellular 
  197. phone's ROM. Some cellular makers use different devices and memory maps, but
  198. the standard is the AMPS 16-pin 32x8 bit format and some ROMs have proprietary
  199. markings.
  200.  If the part number are different than those given and you can't find them in
  201. your data book, look for the IC maker's logo and call or write them for data
  202. sheets. If the IC's have proprietary markings, by looking at the external
  203. parts that are directly wired to them, one can often determine not only
  204. whether the IC is open-collector or tri-state, but also what the pin assingn-
  205. ments are, and sometimes the type of replacement IC to use.
  206.  The ESN ROM is then carefully desoldered from the logic board (first ground
  207. the soldering tip thru a 1 Meg-ohm resistor). Once, removed the IC can then be
  208. placed on a ROM reader/programmer or NAM programmer (bit editing mode). Any
  209. ROM reader/programmer that will burn a compatible ROM is usable, but a 
  210. dedicated NAM programmer has built-in software that takes out much of the
  211. aggravation. Using a non-NAM ROM reader/programmer, one searches for the memory
  212. locations that has the same number as ESN printed on the boiler plate. This 
  213. number will be immediatly followed by an 8-bit checksum determined by the 8
  214. least significant bits of the hex sum of the ESNs four bytes.
  215.  The old ESN data (now copied into the NAM programmer's RAM) is replaced by the
  216. new ESN and the updated checksum. A new blank and compatible ROM is inserted 
  217. into the ROM burner and burned with the new ESN data. Most cellular phreakers
  218. at this point install a Zero Insertion Force (ZIF) DIP socket into the logic
  219. board for this and any future ROM changes.
  220.  The NAM IC is usually already installed in a ZIF socket on the logic board.
  221. Similarly, its MIN is read by the ROM reader/programmer and a new ROM is
  222. burned with the new MIN and updated MIN checksum.  Altho one may wish to also
  223. update the CPC's system parameters, they can left the same if the same CPC
  224. is desired. To change the CPC'c designation, the last four MIN digits, the
  225. checksum and the exchange (if they use more than one exchange) are changed.
  226.  The more astute cellular phreaker of course can design and build his own NAM
  227. programmer/reader, ideally one interfaced to a PC. A more primitive approach
  228. is to interface two banks of hex thumbwheel switches to the sockets, altho
  229. a computer program would be very helpful to determine the proper switch
  230. settings. Thumbwheel switches allow you to make changes on the fly and they
  231. can be plugged in as needed, so if one is caught red-handed, it is difficult
  232. to prove intent and origin of phone call.
  233.  
  234.    III. ADVANCED REPROGRAMMING
  235.  
  236.  Your cellular phone contains a special memory which retains data about the 
  237. phone's individual characteristics, such as its assigned phone number, system
  238. identification number, (ID#) and other data that is necessary for cellular
  239. operation. This special memory is known as the NAM. You can program the phone
  240. yourself, if the phone has not already been programmed where you got it. You
  241. can also reprogram the phone yourself should you wish to change some of the 
  242. features already selected for the NAM.
  243.   The reprogramming of the NAM is performed after you have contacted your
  244. cellular system operator for the nessary data as described below. Enter the
  245. data received from your cellular system operator in the NAM Reprogramming
  246. Data Table before reprogramming  the NAM of your cellular phone. Incorrect
  247. NAM entries can cause your cellular phone to operate improperaly or not at
  248. all. Your cellular phone can be reprogrammed up to three times. After that,
  249. it must be reset at a Motorola-authorized service facility.
  250.  Be sure you read this complete text before attempting to reprogram your 
  251. phone!
  252.  
  253.  1. RE-PROGRAMMING FEATURES
  254.  
  255.   You must get seven pieces of data from the cellular system operator to 
  256. allow you to reprogram the cellular phone. You provide the remaining data.
  257. Write all of this  programming data on the NAM Reprogramming Data Table
  258. provided in this text before implementing this procedure. Incorrect NAM
  259. entries can cause your cellular phone to operate improperly or not at all.
  260. The required data is:
  261.   * System Identification (SID) Code (S-digits): Indicates youe home system
  262.     Enter 0's into the left-most unsued positions. Provided by the system
  263.     operator.
  264.   
  265.   * Cellular Phone Number (10 digits): Used in the same manner as a standard
  266.     land-line phone. The mobile phone number and the Electric Serial Number
  267.     are checked against each other by the cellular system each time a call
  268.     is placed or recieved. Provided to you by the system operator.
  269.  
  270.   * Station Class Code (2 digits): This number is 06 or 14 for most personal
  271.     or portable phones. Even though your phone has extended bandwith
  272.     capability (832 channel capacity), the cellular system operator may
  273.     require your station class code to remain 06. The code should be 14 if
  274.     832 channel operation is allowed.
  275.   
  276.   * Access Overload Class (2 digits): Provided to you by the system operator.
  277.  
  278.   * Group ID Mark (2 digits): Provided to you by the system operator.
  279.  
  280.   * Security Code (6 digits): The six-digit security code allows the user to
  281.     restrict his calls in certain ways and permits other advanced security
  282.     measures. Refer to your phones operator manual for further details. 
  283.     Select any 6-digit code that you will remember, but one that will not be
  284.     easily guessed.
  285.  
  286.   * Unlock Code (3-digits): The 3-digit unlock code unlocks the phone after
  287.     it has been locked. LOcking the phone allows you to prevent unauthorized
  288.     usage. With many models, this number can be resued as often as desired.
  289.     Check the users manual. Select any convenient 3-digit number.
  290.  
  291.   * Initial Paging Channel (4 digits): Use a leading 0 if required.
  292.     (example: Channel 334 is entered as 0334.) Provided to you by the 
  293.     system operator.
  294.  
  295.   * Option Bits (6 digits): This reprogramming step allows you to program
  296.     six seperate features in one step. Each feature is either selected or
  297.     cancelled by assigning a value of 1 or 0. The six individual single-
  298.     digit features combine to form a six-digit code which is entered as one 
  299.     step. If any of the features is to be changed , the entire six-bit word
  300.     must be re-entered.
  301.  
  302.       DIGIT #1: Internal Speaker: This feature is normally selected by
  303.                 entering 0. However, if you purchased the convertible
  304.                 Accessory and it contains a seperate external/VSP unit,
  305.                 cancel the internal speaker feature by reprogramming 1.
  306.  
  307.       DIGIT #2: Local Use: This feature is normally selected by entering 1.
  308.                 Your system operator can tell you if you need to cancel
  309.                 this feature by reprogramming 0.
  310.  
  311.       DIGIT #3: MIN Mark: This feature is normally not used and is assigned
  312.                 a value of 0. To select use 1.
  313.  
  314.       DIGIT #4: Auto Recall: This feature is always 1.
  315.  
  316.       DIGIT #5: 2nd Phone Number: This feature is usually not used and 
  317.                 assigned a value of 0.
  318.  
  319.       DIGIT #6: Diversity: This feature is always set at 0 for the portable/
  320.                 personal phone used alone. If you have a convertible
  321.                 accessory, and it has two external antennas, select this
  322.                 feature by reprogramming 1.
  323.  
  324.  * Option Bits (3 digits): This step allows you to reprogram an additional
  325.    three separate features in one step. Each feature is either selected or
  326.    cancelled with the digit 1 or 0. The three individual single-digit
  327.    features combine  to form a three-digit code which is entered as one
  328.    step. If any of the features is to be changed the entire three-bit word
  329.    must be reentered.
  330.  
  331.       DIGIT #1: Long Tone DTMF: Certian electronic devices such as answering
  332.                 machines, are are not able to decode the normal DTMF tones
  333.                 because the phone standard duration is too short. The Long
  334.                 Tone DTMF allows access to answer machines and other similar
  335.                 devices by transmitting the DTMF tone for as long as the key
  336.                 is depressed. This feature  is normally not used and is 
  337.                 assigned a value of 0. However you can select long tone DTMF
  338.                 by reprogramminng 1.
  339.  
  340.       NOTE: Personal or portable models with a MENU key can more flexibly
  341.             select and cancel this feature thru the menu. To allow Menu
  342.             control of the function it must be cancelled in the NAM by 
  343.             setting this bit to 0. If Long Tone DTMF is selected in the 
  344.             NAM  with a 1 in this bit, it cannot be reversed thru the menu.
  345.  
  346.       DIGIT #2: Future use: This feature  is always set at 0.
  347.  
  348.       DIGIT #3: Eight-Hour Timeout (Convertible only): Personal or portable 
  349.                 phones with the convertible accessory can normally be left
  350.                 active in the vehicle for eight hours with the ignation cut
  351.                 off. If the time out feature is selected the phone will turn
  352.                 itself off after eight hours to preserve the vehicle's 
  353.                 battery. This feature is normally selected by entering 0.
  354.                 However, you can cancel this eight-hour time limit by 
  355.                 entering 1.
  356.   
  357.    IV.  OBTAINING SYS. REGISTRATION DATA
  358.  
  359.  A cellular phone owner purchases services from a cellular system operator,
  360. just as he would purchase land-line service (for standard phones) from the
  361. local phone company. In cities with cellular coverage, the customer may have
  362. the option of picking one or two possible cellular system operators.
  363.  Before you can obtain a phone number you will have to supply your cellular 
  364. system operator with your electronic serial number. All cellular phones 
  365. contain a special Electronic Serial Number (ESN). The ESN uniquely identifies
  366. your phone and provides a measure of protection against theft and fraud. The
  367. ESN is an eight-charcter (numeric/hexadecimal) number printed on the box
  368. your phone came in. Once you supply your electronic serial number to the 
  369. system operator he or she will issue your phone number and supply the other
  370. data required to reprogram the NAM. You should immediately enter this data 
  371. on the NAM Programming Data Table found in this text.
  372.  
  373. V.   REPROGRAMMING YOUR PHONE
  374.      ************************
  375.  
  376.  Determinig the initial Reprogramming Sequence:
  377.  
  378. The initial reprogramming steps include a sequence of keypresses which vary
  379. depending on the type of cellular phone you have. The phone NAM can be 
  380. reprogrammed from the personal or portable keypad. Determine from the 
  381. Six-Keystroke table below which of the six keystroke sequence numbers to 
  382. use on your phone, based on the type of keys present on the keypad.
  383.  
  384.   SIX-KEYSTROKE TABLE
  385.  
  386. Determining the sequence Number with Personal/Portable Keypad
  387.  
  388. PERSONAL/PORTABLE KEYPAD KEYS SEQUENCE
  389. ======================================
  390.  
  391.             MENU AND FCN keys              6
  392.             FCN key but no MENU key        1
  393.             No FCN key                     2
  394.  
  395. If you have the convertible accessory, the phone NAM must reprogrammed from
  396. the convertible handset. (MAke sure that the personal phone is disconnected
  397. from the convertible accessory before reprogramming the convertible.) The 
  398. handset type can be read from the label on the back of the handset. The 
  399. keystroke sequence number is determinded from the KEYSTROKE SEQUENCE TABLE.
  400. If you have the convertible accessory, and wish to use it seperately as a
  401. atandalone mobile, you may obtain an additional phone number and reprogram
  402. this into the convertible accessory at this time.
  403.  
  404. KEYSTROKE SEQUENCE TABLE
  405. ########################
  406. Determining the sequence Number with Convertible Handset
  407.  
  408.                 MODEL        HANDSET TYPE      SEQ.
  409.                 -----        ------------      ----
  410.                 3000         SCN2007A           6
  411.                 6000         SCN2023A           2
  412.                 6000X        SLN2020A           1
  413.                 6000XL       TLN2659A           1
  414.                 6800XL       TLN2733A           6
  415.  
  416.  Choose one of the six initial reprogramming sequences from the Initial
  417. Sequence Table depending on the sequence number which you determined from
  418. previous tables in this file.
  419.  
  420.  Initial Reprogram Sequence Table
  421.  ++++++++++++++++++++++++++++++++
  422.  
  423. Seq. #  Sequence
  424. 1  FCN, Security Code entered twice, RCL
  425. 2  STO, #, Security Code entered twice, RCL
  426. 3  Ctl, 0 + Security Code entered twice, RCL
  427. 4  Ctl, 0 + Security Code entered twice, *
  428. 5  FCN, 0 + Security Code entered twice, MEM
  429. 6  FCN, 0 + Security Code entered twice, RCL
  430.  
  431. Security code is factory-programmed 000000.
  432.  
  433.  Initial Steps: Before you proceed with the reprogramming procedure, be sure
  434. you have filled out the NAM Reprogramming Data Table herin:
  435.         Step a: Turn on your cellular phone by pressing the Pwr or On/Off
  436.                 button. The power indicator in the display will flash.
  437.         Step b: Enter the proper keystroke sequence determined from the
  438.                 Initial Sequence Table.
  439.         Step c: The message, "01", will appear in the display to confirm the
  440.                 activaction of the NAM reprogramming feature. It also 
  441.                 indicates that you are at the first step in the NAM 
  442.                 reprogramming sequence. If this message does not appear, it
  443.                 may be due to one of these reasons:
  444.  
  445.   (1) The initial sequence may not have been entered quickly enough. The 
  446. apperence of zeros in the display will indicate this. Press Clr and Try again.
  447.   (2) The six digit Security Code may have previously been reprogrammed into
  448. your cellular phone. If this happens to be the case, you must re-enter the
  449. activation sequence using the assigned security code.
  450.   (3) The maximum number of times that your cellular phone can be reprogrammed
  451. from the keypad may have been reached.
  452.   (4) The ability for your cellular phone to be reprogrammed from the keypad
  453. may have been disabled or cancelled.
  454.  
  455.  REPROGRAMMING PROCEDURE: Reprogramming for a single phone number can be as
  456. quick as a four-step process or may take up to 11 steps, depending on how
  457. many programable features you wish to review or change. The phone always has
  458. some data programed for each of the features, whether that data is standard
  459. programming performed at the factory or data provided by someone who
  460. programmed the unit previously. If, while you are reprogramming, you are 
  461. satisfied with the value already programmed for a particular feature, simply
  462. press * to move to the next feature. To perform the following steps, it is 
  463. nessary for you to refer to the completed NAM Reprogramming Data Table. If 
  464. you enter a digit incorrectly, press the Clr button to start again.
  465.  
  466.  REVIEWING of NAM REPROGRAMMING: Once you have completed the reprogramming
  467. steps, review the data by repeatedly pressing *. Check to make sure that the
  468. data reprogrammed matches what you wrote in the NAM Reprogramming Data Table.
  469. Make any required changes.
  470.  
  471.  STORING the DATA: If you are reprogramming a single phone number, press SND
  472. to store the programming data when you are satisfied that it is all correct.
  473. A two-digit step number (01-11) must appear in the display in order for you 
  474. to store the data. Press * until one appears and then press SND. Your
  475. personal or portable cellular phone is now ready for normal use, if you are
  476. reprogramming a single phone number.
  477.  
  478.  REPROGRAMMING the Second Phone #: If "012" appears in the display after you
  479. have pressed SND to store the programming data for the first phone number, 
  480. you are ready to repeat some or all of the ten steps, this time for a second
  481. phone  number. The 01 indicates that you are ready to enter the System ID 
  482. data (step 1) and the 2 indicates that you are reprogramming data for the
  483. second phone number. The phone assigns the same security and lock codes 
  484. (steps 7 and 8) for the second phone number and as so skips from step 6 to
  485. step 9. There is no step 11 when reprogramming a second number.
  486.  If "01 2" did not appear after reprogramming the first  phone number, and
  487. you wish to reprogram a second number, either the second phone option has not
  488. been selected (step 10) or your phone is not equipped for dual system 
  489. operation. Once you have completed the reprogramming steps, review the data
  490. by repeatly pressing *. Check to make sure that the data programmed matches
  491. what you wrote in the NAM reprogramming Data Table. Make any required changes
  492. Press SND to store the programming data when you are happy that it's all
  493. correct. (A two-digit step number (01-10) must appear in the dispaly.)
  494.  
  495. Your personal or portable cellular phone is now ready for normal use.
  496.  
  497.  NAM REPROGRAMMING DATA TABLE
  498.  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  499.  
  500.  STEP        DESCRIPTION               # OF DIGITS             SOURCE
  501. ---------------------------------------------------------------------------
  502.   01        System ID #                    5 Digits           Sys Op
  503.   02        Cellular Area Code             3 Digits           Sys Op
  504.   03        Cellular Phone #               7 Digits           Sys Op
  505.   04        Station Class Mark             2 Digits           Sys Op
  506.       (Usually 14 for 832 chan., 12 for standalone mobile)
  507.   05        Access Overld Class            2 Digits           Sys Op
  508.   06        Group ID Mark                  2 Digits           Sys Op
  509.   07        6-Digit Secur. Code            6 Digits           Phone Owner
  510.   08        3-Digit Unlock Code            3 Digits           Phone Owner
  511.   09        Initial Paging Chan.           4 Digits           Sys Op
  512.            (Usually 0333 or 0334)
  513.  
  514. 10 Option Programming 6 Digits
  515.  
  516.  /--------------------Handset Internal 1 Dgit                Phone Owner
  517.                       Speaker disable
  518.                       If your install, has a seperate
  519.                       External Spkr/VSP unit
  520.                       The handset internal speaker
  521.                       must be disabled.
  522.                       1 = disabled, 0 = enabled.
  523.                       This bit normally enabled.
  524.  /--------------------Local Use 1 Digit   Sys Op
  525.                       (Normally enabled
  526.                        1=enabled & 0=disabled)
  527.  /--------------------MIN Mark 1 Digit    Sys Op
  528.                        normally disabled
  529.                       1=Enabled, 0=disabled
  530.  /--------------------Auto Recall  1 Digit   Always 1
  531.  /--------------------2nd Phone #  1 Digit     Phone Owner
  532.                       normally disabled
  533.                       1=Enabled & 0=Disabled
  534.  /-------------------Diversity    1 Digit
  535.                       (based on the # of antenna ports
  536.                       on your cellular phone
  537.                       0 = standard 1 Ant. & 1 = Optional 2 ant.
  538.  
  539.  =====================Optional programming data entry
  540.  
  541.  11 Option Programming 3 Digits (Cont'd)
  542.  
  543.  /--------------------Long Tone DTMF  1 Digit   Phone Owner
  544.                        (normally disabled)
  545.                       1 = Enabled & 0 = Disabled
  546.  /--------------------For future use    1 Digit   Always 0
  547.  /--------------------Eight-Hr. Timeout  1 Digit   Phone Owner
  548.                       (normally enabled)
  549.                       1 = Disabled & 0 = Enabled
  550.  
  551. ======================Optional Programming Data Entry
  552.  
  553.  Step number - This number is the message that appears in the display during
  554. reprogramming.
  555.  
  556.  
  557.                         NAM REPROGRAMMING STEPS
  558.                         -----------------------
  559.  
  560.  step     Keypad Entry       Display             Comments
  561. ------   --------------    -------------     -----------------------------
  562.  01                                            Ready for step 1
  563.  1a           *          Current System ID     Factory Setting 000000
  564.  1b     New Sy. ID         XXXXXXX              New system ID
  565.  1c            *           02                    Ready for step 2
  566.  2a            *           Curr. Area Code      Factory set at 111
  567.  2b      New Area Code     XXX                   New Area Code
  568.  2c            *           03                   Ready for step 3
  569.  3a            *           Cur. Phone #          Factory Setting 1110111
  570.  3b      New Phone #       XXXXXXX              New Phone #
  571.  3c            *           04                    Ready for step 4
  572.  4a            *           Cur. Station         Factory Setting 0/14 for
  573.                            Class Mark           portable/personal or 12
  574.                                                 for standalone Mobile.
  575.  4b      New Station       XX                       New Station
  576.           Class Mark                                 Class Mark
  577.  4c            *           05                       Ready for step 5
  578.  5a            *           Cur. Access               Cur. Access
  579.                            Overload Class           Overload Class
  580.  5b      New Access        XX                        New Access
  581.          Overload Class                             Overload Class
  582.  5c            *           06                       Ready for step 6
  583.  6a            *           Curr. Group ID Factory set at 00
  584.  6b      New Group ID      XX                        New Group ID
  585.  6c            *           07                       Ready for step 7
  586.  7a            *           Current Sec. Code Factory set at 000000
  587.  7b     New Security Code  XXXXXX     
  588.  7c            *           08                        Ready for step 8
  589.  8a            *                      Current Unlock Code setting at 123
  590.  8b       New Unlock Code   XXX                     New Unlock Code
  591.  8c            *           09                        Ready for step 9
  592.  9a            *                      Current Initial Factory Setting 123
  593.  0334                                               PAGING CHANNEL
  594.  9b       New Initial      XXXXXX                     New Initial
  595.           Paging Channel                            Paging Channel
  596.  9c            *           10                        Ready for step 10
  597. 10a            *           Cur. Options             Factory Setting 010100
  598. 10b       New Options      XXXXXX                    New Options
  599. 10c            *           11                         Ready for step 11
  600. 11a            *           Cur. Options              Factory Set. 000
  601. 11b       New Option        XXX                       New Options
  602. 11c             *          01 or 01 2                Ready for Review
  603.                                                       to program.
  604.  or
  605. Second                      Phone Number
  606.  
  607. ============================================================================
  608.  Now That conclude Part 2, Part 3 will the instructions for NAM reprogramming
  609. for all the phones I listed in part 1. If you have any questions or comments
  610. you can leave me mail on one of the following bbs's that I have listed below.
  611.  
  612.                                                            THE RAVEN
  613.                                                            +=======+
  614.  
  615.  
  616. Downloaded From P-80 International Information Systems 304-744-2253
  617.