Device id

Is there any way of detecting the ODK Collect hardware device type
when it submits a finished form? something like a "user agent", "HTC
Magic", or "Samsung Galaxy S", etc.?

I didn't find anything in the headers nor the xml_submission_file...

You can get the IMEI number of the phone with the following:

Then you can use something like:
http://imei-number.com/imei-lookup/

to determine the model.
-Carl

··· On Fri, Aug 5, 2011 at 3:41 PM, rok wrote:

Is there any way of detecting the ODK Collect hardware device type
when it submits a finished form? something like a "user agent", "HTC
Magic", or "Samsung Galaxy S", etc.?

I didn't find anything in the headers nor the xml_submission_file...

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

in theory, the tac portion of the imei can identify make an model. in
practice, those databases are not publicly available.

··· On Fri, Aug 5, 2011 at 03:44, Carl Hartung wrote: > You can get the IMEI number of the phone with the following: > jr:preloadParams="deviceid"/> > > Then you can use something like: > http://imei-number.com/imei-lookup/ > to determine the model. > -Carl > > On Fri, Aug 5, 2011 at 3:41 PM, rok wrote: >> >> Is there any way of detecting the ODK Collect hardware device type >> when it submits a finished form? something like a "user agent", "HTC >> Magic", or "Samsung Galaxy S", etc.? >> >> I didn't find anything in the headers nor the xml_submission_file... >> >> -- >> Post: opendatakit@googlegroups.com >> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >> Options: http://groups.google.com/group/opendatakit?hl=en > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en >