<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Forgot to tell:<br>
<br>
"submit data" is only for the visible data the check returns the last
time.<br>
<br>
its a bit complicated right now i know. when i get the time i make it
eaysier.<br>
<br>
i always wait for a gps fix with checking check cellid manually and
then push: offline mode, auto submit, auto check<br>
<br>
Sebastian Hammerl schrieb:
<blockquote cite="mid:49A52421.6070605@omoco.de" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
Hi,<br>
  <br>
the followin logic lies behind the buttons:<br>
  <br>
check cellid: gets the cell and gps data<br>
submit data: when in online mode, the displayed data will be submitted,
when in offline mode the data will be saved<br>
auto check cellid: "push" check cellid every x seconds<br>
auto submit data: upload directly after checking. like auto push submit
button after auto pushing check button<br>
offline mode toggles where the data gets. on disk or directly to the
server.<br>
  <br>
so if you want collect offline every 10 seconds you have to push:<br>
offline mode, auto submit, auto check<br>
  <br>
then it begins to save the data every 10 seconds on the disk i think
that is what you want. in offline mode the serverstatus will display&nbsp;
"offline" when in online mode it will be something like:
"new;430;57;357;4563;16504" that is your currents stats.<br>
  <br>
new is the type of the last submitted main cell (not the neighbour
cells)<br>
430 is your count of new_gps cells<br>
57 is new cells<br>
357 is old_newgps cells<br>
4563 is old_oldgps cells<br>
16504 are your points<br>
  <br>
i hope this helps you.<br>
  <br>
Helge Hafting schrieb:
  <blockquote cite="mid:49A52107.90604@hist.no" type="cite">
    <pre wrap="">Sebastian Hammerl wrote:
  </pre>
    <blockquote type="cite">
      <pre wrap="">Soon after releasing i found a bug causes cellhunter to freeze.

Sorry for that, the fixed version 0.4.1 is out now!
    </pre>
    </blockquote>
    <pre wrap=""><!---->
I have some problems using this app.

When I move around through the cells, I don't have an internet 
connection. So I keep auto-submit off, and I assume I can press "submit 
data" once I get a net connection?

This brings up the next problem. When "Check cellID every XX seconds" is 
on, the "submit data" button is grayed out. Why? For me, it looks like 
it is "just to make the program more difficult to use". I can turn data 
collection off and submit an empty dataset, or I can collect data 
without being able to submit it?

After much experimentation, I found that turning "check cell ID" off,
the "submit data" button becomes active again. But does it actually do 
what I think it do? Will it submit all the data I have collected in the 
meantime?

Some visual feedback would be nice. The display already show the cell I 
am in, the neighbours, and current position. It'd be nice to have 
something like this also:

---------------------------------------------------
Collected data

                      Cells | Neighbours | gps fixes
   Not yet submitted:   5        20          47
submitted to server:   1         4           1
---------------------------------------------------

In this case, I have started the program while connected to the net, and 
immediately submitted the cell at home. Then I have moved through 5 
other cells that I have not yet submitted. If I then get a net 
connection and hit "submit", I'd expect the display to change into:
---------------------------------------------------
Collected data

                      Cells | Neighbours | gps fixes
   Not yet submitted:   0         0          0
submitted to server:   6        24          48
---------------------------------------------------
The new data has now been sent and added to the
running total. And there is no new information yet.

If possible, it'd also be nice to see how much of the data is new. I.e. 
when talking to the server, get feedback about which cells weren't known 
already:
---------------------------------------------------
Collected data

                      Cells | Neighbours | gps fixes
   Not yet submitted:   0         0          0
submitted to server:   6        24          48
new to the server:     2         7
---------------------------------------------------
So, 6 cells submitted but only two were new.

Helge Hafting


_______________________________________________
Openmoko community mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:community@lists.openmoko.org">community@lists.openmoko.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://lists.openmoko.org/mailman/listinfo/community">http://lists.openmoko.org/mailman/listinfo/community</a>

  </pre>
  </blockquote>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Openmoko community mailing list
<a class="moz-txt-link-abbreviated" href="mailto:community@lists.openmoko.org">community@lists.openmoko.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openmoko.org/mailman/listinfo/community">http://lists.openmoko.org/mailman/listinfo/community</a>
  </pre>
</blockquote>
<br>
</body>
</html>