where ProView persons gather
You are not logged in.
Pages: 1
In order to do a firmware update, the App has to stay on the screen. But leaving my phone alone, my phone goes to sleep. And that would stop the firmware update process. It's lucky that it did not brick the ProView S3.
Also, after the phone tries to sync up the first time, it will try to calibrate. During this calibration process, my phone fell asleep yet again, stopping the calibration and syncing process. So I had to start over and keep hitting the screen every now and then, which probably could mess up the calibration.
Could you guys add this line of code to the app:
Objective-C
[[UIApplication sharedApplication] setIdleTimerDisabled: YES];
Swift
UIApplication.sharedApplication().idleTimerDisabled = true
Last edited by chang3d (2016-10-20 17:29:37)
Offline
Will add this in next update release. Thank you.
Offline
Pages: 1