You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something like that would make it really good because we need automated builds but we do not want GPS to be enabled by default (which now is using the command line uploader) due to privacy issues and we do not want screenshots to be sent when not on wifi (because of mobile provider data usage issues).
The text was updated successfully, but these errors were encountered:
There's a post field called "options". At the moment it only adds options to the default set configured for API upload. You can supply -F options=video-only-wifi to enable video recording over wifi. The rest of the parameters mentioned above will be added soon.
Please add parameters to set all the settings of a build. Something like:
-F sensors='cpu,memory,network,phone_signal,logact,battery'
-F auto_update=true
-F session_max_duration=unlimited
-F video_enabled=true
-F video_enabled_only_wifi=true
-F video_screenshot_interval=1
-F video_screenshot_quality=high
-F test_fairy_icon=false
Something like that would make it really good because we need automated builds but we do not want GPS to be enabled by default (which now is using the command line uploader) due to privacy issues and we do not want screenshots to be sent when not on wifi (because of mobile provider data usage issues).
The text was updated successfully, but these errors were encountered: