Changes between Version 27 and Version 28 of DeveloperGuidelines/Mobile/Android
- Timestamp:
- 12/20/10 22:51:40 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Mobile/Android
v27 v28 59 59 }}} 60 60 61 === Testing === 62 Can use Curl to submit the XForms to the server to easily be able to step though in Eclipse without needing to have a Public IP reach your PC or use the emulator. 63 {{{ 64 curl --basic -u username@domain.com:password -F xml_submission_file=@xform.txt http://127.0.0.1:8000/eden/xforms/submission 65 }}} 66 61 67 === SMS Structure === 62 68 XForms sent via SMS are split into Multi-Part messages with a sequence header. This header is currently a custom 5-digit unique identifier for that particular form submission. That sequence information and unique identifier are prepended to the each part of the multi-part SMS transmission by the modified ODK Collect branch's SMS form submission code. It will look something like this: