View source for GSM 850 test

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Return to GSM 850 test.

Personal tools

GSM 850 Field Test Results

TEST HAS STARTED (in Ottawa)

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) to rectify the situation. A GTA01 was modified and is being shipped around North America and the results will be posted here as they are gathered.

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'

    • Ottawa https://www.healthcarehost.net/everydayessentials/images/reddot.jpg
      • Jean-Michel Bouffard
        • Area: Ottawa and Gatineau
        • Bands: 850/1900 (It may be possible to find some 850MHz only locations if going outside the urban area. When looking at the transmitters map, there are some 850MHz only towers)
        • Provider Tested: Rogers
        • Result: Test In Progress
        • Test Call: Successful
        • SIM Model #: UNKNOWN

The Script

Was useless and I deleted it See app below, its great and now shows cell tower info --KrisAbsinthe

The Executable

I've created a native openmoko gui application to display the gsm and gps information and log to a file.

Dashboard-1.png

gsmd only gives us operator name, signal strength and connection status. We cannot currently get band, but the app now shows Cell ID so we might be able to tell when we switch towers. gpsd didn't give me what I needed, so the program watches /dev/nmeaNP instead. You will need to launch gllin manually.

Give it a shot and give me feedback. Version 0.13 is available as source tarball and as ipk installer. --Sagacis 03:35, 8 March 2008 (CET) Version 0.13 reminds you to start gllin and doesn't segfault.

I added a git repository for the code at http://sagacis.doesntexist.com/projects/mokoprojects.git --Sagacis 06:19, 6 March 2008 (CET)

Usage notes:

  • gllin MUST be started manually (execute "gllin" from terminal)
  • Log file is /home/root/dashboard.log

--Jmichel 17:51, 5 March 2008 (CET)