Alex Man

Results 19 comments of Alex Man

This looks like a race condition. If I set the DozeDelay to 1 min, then my phone does go to Doze mode. I think the display state might be `STATE_ON`...

I'm working on this. I've built a very simple bridge to call librime from Swift. Can you wait a few days?

@lotem 請問 build rime 的時候, 是不是只需要libopencc.a, 而不需要它的 dictionary? 我在cross compile 的時候, lib 和 opencc-dict都target了arm64, build的時候run不了opencc-dict. 謝謝.

@aalenliang Can you try: https://github.com/alex-the-man/librime/blob/master/README-iOS.md Please clone my fork. I made some changes.

感覺好像是沒有完整安裝 xcode sdk. 請問你能先不cross compile, build for OS X 嗎?

如果還是有問題, 可以試試 xcode-select --install. glog build fail 是因爲它找不到方法define 32bit integer. 如果C的header齊全, 就不會出現這問題.

請問你在xcode能create 一個 objective c program, declare int32_t a; 嗎

請問你compile for OS X 的時候有先把build directory remove嗎 make clean thirdparty/clean

如果有人能用我的 change 成功 build for iOS 請告知. 我會 clean up 我的change 試圖send PR.

Without this fix, the app state should still transit to FAILED after 2 minutes with default configuration. Is this fix intended to surface the error faster?