where ProView persons gather
You are not logged in.
Pages: 1
You have to do a firmware update first before it could sync properly to the iPhone. So put the ProView S3 in firmware update mode. The app will update the device after it sees it under the firmware update mode. The phone went to sleep on me during the process though, which stopped to firmware update. So remember to touch the screen or something once in a while.
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
Pages: 1