Results 1 to 3 of 3

Thread: [02/04] Informatics CellPos v1.3 S60v3 SymbianOS 9.1 OPDA

  1. #1
    Join Date
    Sep 2004
    Location
    Martil
    Age
    29
    Posts
    19,386
    Rep Power
    109855

    Default [02/04] Informatics CellPos v1.3 S60v3 SymbianOS 9.1 OPDA

    [02/04] Informatics CellPos v1.3 S60v3 SymbianOS 9.1 OPDA



    STARTUP
    1. Start the GPS device
    2. Start the application, select the GPS device (only at the first run)
    3. the program works automatically, records each cell you are passing by
    3. export the records in a text file using the 'Export' command,
    MCC, MNC, Cell ID, Latitude, Longitude, signal strength, LAC,
    name of cell are saved in a tabulator delimited text file.

    DISPLAY * *crossed: GPS is not connected
    rotating: GPS connected, but position is not accurate yet
    rotating slowly: valid position from GPS device.


    Displays position in WSG 84 format, the name (if defined) or the ID of the currenct network cell with the signal strength in dBm, the current speed and the number of cells recorded in database.

    Animation: estimates and visualizes the neighbourhood of the current position using the distances between the center of the passed cells, from tree (large distances) to skyscrapers (small distances).

    Bar: visualize the efficiency for collecting (for the last 20 cells):
    - dark grey: new cells in database;
    - light grey: modified cells;
    - no fill: unmodified cells.

    IMPORT FILE
    You can import a previously exported file into the database. Only detected database files will be displayer. You will be offered to clear the existing database first, otherwise database will be merged with the imported content.

    UPLOAD TO SERVER
    Initiates a connection to our server storing thousands of the positions of network cells, and sends the modified records since the last upload to us. Server sends back the number of new and modified cells in database on server. Please help us to maintain and enhance our database. This database is available for registered users (upon request).

    HOW DOES IT WORK
    The application continuously monitors changes in cell ID and signal strength, and stores the 2 farthest positions with the highest signal strength for each cell. When exported, these positions are averaged to make the centre of the cell.

    FILE FORMAT
    The header should be the same for each file, then each cell is in one row:

    MNC MCC Cell Latitude Longitude Signal LAC NAME Network
    70 216 10841 4730.4950N 1901.6330E 65 63 Test1 0
    70 216 10844 4730.4655N 1901.5270E 65 63 Test2 0
    70 216 11312 4727.1375N 1857.2195E 69 10162 Test3 0
    70 216 11314 4727.2205N 1858.1845E 76 10162 0

    MNC: mobile network code (70 means Vodafone in Hungary)
    MCC: mobile country code (216 means Hungary)
    Cell: cell ID
    LAC: location area code
    Signal: signal strength in -dBm
    Latitude/longitude: 4730.4950N equals to 47 degrees and 30.4950 minutes = 47 degrees,
    30 minutes and 0.4950*60 = 29 seconds.
    NAME: the name of the cell (if you have specified it).
    Network: 0 (unknown), 1 (unregistered), 2 (GSM/GPRS or DCS1800), 3 (AMPS), 4 (CDMA IS-95), 5 (CDMA 2000), 6 (WCDMA), 7 (TD-CDMA) - not all of these types are used.

    TROUBLESHOOTING
    No GPS connection / changing GPS device: use Option/Reconnect GPS (lasts for about 10-15 seconds).

    Compatibility
    Nokia 5500 Nokia E62 Nokia N80 Nokia N93 Nokia E50 Nokia E70 Nokia E61 Nokia E60 Nokia N91 Nokia N73 Nokia 3250 Nokia N71 Nokia N92
    Attached Files Attached Files
    -
    -


    **FAQ**


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    [Only registered and activated users can see links. ]
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    [Only registered and activated users can see links. ]
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    [Only registered and activated users can see links. ]
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  2.    Advertissements


  3. #2
    Join Date
    Nov 2006
    Location
    Indonesia
    Age
    33
    Posts
    1,891
    Rep Power
    4014

    Default

    Very Nice Application. Thanks for sharing.

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    • [Only registered and activated users can see links. ]
    • [Only registered and activated users can see links. ]
    • [Only registered and activated users can see links. ]
    • [Only registered and activated users can see links. ]
    • [Only registered and activated users can see links. ]

  4. #3

    Default

    Nice App, thanks for sharing

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219