-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用gradle 建置專案時出現異常 #40
Comments
Hi, 您好 您可以先試試看 issue #37 裡面提到的 gradle 設定看看是否能正常運行 🙏 |
可以了,感謝 |
Hi, 您好 |
可以了,感謝 因為是要持續記錄心率資訊,所以是否有設定可以不讓手環進入休眠模式,感謝 |
手環是沒有休眠模式的,會時時在記錄資料,但您若是指手環的心率量測模式,因為要省電的關係,會在量測一段時間後關閉偵測燈,您若是要持續記錄,可以設定自動心率量測時間,最短可以設定一分鐘觸發一次,以下為 sample code,給您參考:
|
您好,以提供之程式碼測試了一下 但 doSyncFitnessData 在 onCompletion 後 再等1分鐘, 並沒有再次執行 onGetFitnessData的動作 是我理解錯了嗎? 感謝 |
您可以觀察一下手環是否會固定一分鐘發出一次偵測燈號,來確定有沒有設定成功,doSyncFitnessData() 這個 function 是需要每分鐘的都呼叫一次,才能取得目前記錄在手環的最新資料 |
有使用handle 處理 每分鐘呼叫一次, 回傳資料的部份沒有問題了, |
是否方便提供程式碼給我們查看一下,或許可以看到哪邊有問題? 🙏 |
以下是執行的runabel ` private Runnable getPulse =new Runnable () {
|
|
依 https://github.com/GO-LiFE/GoFIT_SDK_Android
使用Android Studio 載入專案時會出現 lateinit property bundleFile has not been initialized
請問問題可能是?
The text was updated successfully, but these errors were encountered: