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

  1.  
  2.                    HACKING THE FOVC
  3.  
  4. This hack assumes you can:
  5. 1. put your MOTOROLA phone into test mode
  6. 2. unmute audio
  7. 3. load channel numbers until you find something worth listening to.
  8.  
  9. Problem:  When listening to something interesting (a conversation),
  10. just when that sexy sounding horny broad begins to give her
  11. phone number to some lucky guy, HANDOFF!!! then static... DAMN!
  12.  
  13. Trick:    Hack the FOVC.
  14.  
  15.     a quick definition:  FOVC  = FOward Voice Channel
  16.                          FOCC  = FOward Control Channel
  17.                          REVC  = REverse Voice Channel
  18.                          RECC  = REverse Control Channel
  19.  
  20. As the phone travels through cells, the FOVC is where the tower tells
  21. the phone to adjust power levels for the current cell or to change to
  22. a new channel for use in the new cell. This info can be hacked apart.
  23. So. When you've found a good conversation, don't be lazy! Enter 40#!
  24. This makes the phone listen for commands on the voice channel
  25. (embedded in the audio portion- you can hear it as a "bump" sound). It
  26. will just sit there and the display will read '40' , but the
  27. conversation will still be audible.  Now when the phone receives a
  28. FOVC command (a 40 bit sequence) data will flow across the display, in
  29. hex format, and stop. Listen to the phone, if the conversation is
  30. still there, then the command was only to adjust power levels. If the
  31. conversation is gone, then its a handoff. If you only got a power
  32. adjustment command just press # or clr,  which ever gets you back to
  33. the ' prompt. Enter 40# and keep listening. You can also use the # key
  34. to cancel the 40# command, if you want to change channels or something.
  35.  
  36.  
  37. If it was a handoff, its time for some quick math. You have to convert
  38. some of the numbers to binary, and then to decimal. I don't know how
  39. many characters your phone's display will show. Mine only shows the
  40. last seven of the ten hex digits. Count left from the end 6 digits.
  41. Write down that digit and the next two on a piece of paper, ie:
  42.  
  43.  
  44.     ???j16djjj    j=junk numbers  (hex numbers range from 0-9,a-f)
  45.        / \
  46.       these are lost due to scrolling
  47.  
  48.        write down  16d then convert it to a binary string:
  49.  
  50.        1 = 0001
  51.        6 = 0110
  52.        d = 1101    (d=13)
  53.  
  54.        now you have a binary string like this:  000101101101
  55.        throw away the first 2 bits and get:       0101101101
  56.        convert this to decimal and get:                  365
  57.  
  58.  
  59. 365 is the new channel the conversation has moved to! Enter 110365#
  60. and voila! You too, can hear the horny babe's phone number!
  61.  
  62. Don't forget to enter 40# again, as the call may be moving quickly
  63. through cells ( small cells or freeway driving ) or the call can get
  64. bounced around by the tower for cell traffic purposes.
  65.  
  66. Here's one more example of the hex>binary>decimal conversion.
  67.  
  68.         ???j5aejjj
  69.  
  70.         5  =  0101
  71.         a  =  1010
  72.         e  =  1110
  73.  
  74.         full string        = 010110101110
  75.         truncate 2 msb     =   0110101110
  76.         convert to decimal =          430
  77.  
  78.  
  79. That's all for today! Anybody having similar hacks, please post!
  80.  
  81. Also, if anyone can help with the following questions, THANK YOU!!!
  82.  
  83. 1.  What are the pinouts and specs on the MOTOROLA FLIP phone data
  84.     jack?
  85.  
  86. 2.  I know that three of the pins are a "proprietary" data bus. This
  87.     comes from a tech at motorola. HOW DOES THIS BUS WORK???
  88.  
  89. 3.  When loading channels into the synthesizer with 11xxxx#, the
  90.     phone goes to a preset frequency for receiving and a different
  91.     frequency (45 khz lower?) for transmitting. Can the frequency
  92.     table be shifted to allow a phone in test mode to RECEIVE the
  93.     REVERSE channels instead of only the foward channels???
  94.  
  95.  
  96.       ********* attn FLAMERS:   MAKE HACK, NOT FLAME....  ***********
  97.  
  98.              ********** Life is short, HACK HARD! ********
  99.  
  100.                     ******    JUST HACK IT   ******
  101.