Question about customizing ODK

Hi ODK Devs!

First of all, thanks for providing such a great kit for us! This project is
really amazing!

I'm working on an app that gathers sensor info on android phones and sends
them to the app server for aggregation of data. Therefore, I'm trying to
customize the server code so that form entries can be sent directly from my
android app (instead of using the Collect app since data is automatically
recorded from sensors) and then have the server accept these XML files as if
they're coming from the usual Collect app. I tried downloading the aggregate
code using Mercurial and then uploading app engine myself rather than using
the script but the webpages look very different. In the image below you can
see how the website looks when I upload aggregate using the script (left)
and how it look when I deploy the project I got from Mercurial (right). What
am I doing wrong?

Thanks,
Ahmed

Ahmed,

You want to check out the V1_0 branch for Aggregate version 1 code tree. The
default branch contains the currently released code. When Aggregate 1.0
moves out of release candidate stage the code will move to the default
branch.

The code currently in the default branch is version 0.9.8.

Sorry about the confusion.

Cheers,
Waylon

··· On Sat, Oct 29, 2011 at 4:30 PM, Ahmed Fikri wrote:

Hi ODK Devs!

First of all, thanks for providing such a great kit for us! This project is
really amazing!

I'm working on an app that gathers sensor info on android phones and sends
them to the app server for aggregation of data. Therefore, I'm trying to
customize the server code so that form entries can be sent directly from my
android app (instead of using the Collect app since data is automatically
recorded from sensors) and then have the server accept these XML files as if
they're coming from the usual Collect app. I tried downloading the aggregate
code using Mercurial and then uploading app engine myself rather than using
the script but the webpages look very different. In the image below you can
see how the website looks when I upload aggregate using the script (left)
and how it look when I deploy the project I got from Mercurial (right). What
am I doing wrong?

Thanks,
Ahmed