GSM 850 test

From Openmoko

(Difference between revisions)
Jump to: navigation, search
Line 158: Line 158:
 
**** Test Call: UNKNOWN  
 
**** Test Call: UNKNOWN  
 
**** SIM Model #: UNKNOWN
 
**** SIM Model #: UNKNOWN
 +
 +
 +
== The Script ==
 +
 +
This section is used for the script that should/may be shipped within the GTA01-Modified (now refered to as GTA01-M)
 +
 +
'''please comment well'''
 +
 +
    #Section to start and record re-playable GPS data
 +
 
 +
      #start gps driver
 +
    exec /home/root/gllin/gllin &
 +
      #copy nmea output to a new file
 +
    cat /home/root/gllin/nmeaNP > /home/root/nmeareplay &
 +
    # End GPS section
 +
 
 +
    #Section intended to disable all GSM but 850mhz
 +
 
 +
    #end section

Revision as of 04:38, 11 January 2008

GSM 850 Field Test Results

TEST HAS NOT STARTED

As many of you are aware the GTA01's GSM 850 is non-functional at this time. This test was designed by many in the OpenMoko community (thanks to Michael Shiloh). The GTA01 was modified and will be shipped around North America and the results will be posted here.


Coverage Maps

Master GSM Coverage Map by Frequencies

AT&T/Cingular Coverage

Canadian Cell Tower Map

American Cell Tower Map

UNICEL US "National" GSM Coverage (UNICEL and "Partner" GSM cells)

http://www.gpsnow.com/images/gmmscnnav7.jpg Map Shows GPS Coverage

https://www.healthcarehost.net/everydayessentials/images/reddot.jpg the GTA01 WILL STOP

http://www.sqi.gu.edu.au/kimages/Buttons/Bullets/Dots/green_dot_sh.gif the GTA01 HAS stopped and moved on

Test Locations in USA


Test Locations in Canada


The Script

This section is used for the script that should/may be shipped within the GTA01-Modified (now refered to as GTA01-M)

please comment well

   #Section to start and record re-playable GPS data
  
      #start gps driver
   exec /home/root/gllin/gllin & 
      #copy nmea output to a new file
   cat /home/root/gllin/nmeaNP > /home/root/nmeareplay &
   # End GPS section
  
   #Section intended to disable all GSM but 850mhz
  
   #end section
Personal tools

GSM 850 Field Test Results

TEST HAS NOT STARTED

As many of you are aware the GTA01's GSM 850 is non-functional at this time. This test was designed by many in the OpenMoko community (thanks to Michael Shiloh). The GTA01 was modified and will be shipped around North America and the results will be posted here.


Coverage Maps

Master GSM Coverage Map by Frequencies

AT&T/Cingular Coverage

Canadian Cell Tower Map

American Cell Tower Map

UNICEL US "National" GSM Coverage (UNICEL and "Partner" GSM cells)

http://www.gpsnow.com/images/gmmscnnav7.jpg Map Shows GPS Coverage

https://www.healthcarehost.net/everydayessentials/images/reddot.jpg the GTA01 WILL STOP

http://www.sqi.gu.edu.au/kimages/Buttons/Bullets/Dots/green_dot_sh.gif the GTA01 HAS stopped and moved on

Test Locations in USA


Test Locations in Canada


The Script

This section is used for the script that should/may be shipped within the GTA01-Modified (now refered to as GTA01-M)

please comment well

   #Section to start and record re-playable GPS data
  
      #start gps driver
   exec /home/root/gllin/gllin & 
      #copy nmea output to a new file
   cat /home/root/gllin/nmeaNP > /home/root/nmeareplay &
   # End GPS section
  
   #Section intended to disable all GSM but 850mhz
  
   #end section