cbitstech / Purple-Robot

Sensing and automation platform for Android.
Other
38 stars 19 forks source link

cbits-prm:// auto-config handler not configuring PR #202

Closed estory1 closed 10 years ago

estory1 commented 10 years ago

1) On an Android device (tested on Galaxy S3 on T-Mobile), in a browser to: http://mohrlab.northwestern.edu/umb/phone/

2) Enter a user ID (ask me for a list of examples, or for the means to generate an example).

3) Select the appropriate project, then click "proceed to configuration".

4) Click "press to complete installation". On click, the user ID and JSON Configuration URL fields (minimally) of PR should be configured with whatever was passed from the page. Alas, this doesn't happen...

audaciouscode commented 10 years ago

Issue is not consistently replicable on the Galaxy Nexus. Current suspicion is that it's a race condition related to synchronizing and reading the preference values. Added a threaded delay in PR 1.4.4 to attempt to address the issue.

estory1 commented 10 years ago

Reopened for 1.4.6.

audaciouscode commented 10 years ago

addressed with new http:// protocol handler