nSimon (Nicolas)

Results 5 comments of nSimon (Nicolas)

There is https://github.com/FxPape/fdclct, that works well for the Calibur keyboard Maybe it can also help you for other Drevo-type keyboards

I'm currently running it using Python2, but this would be more practical for people that don't want to go through the hassle of installing it ^^ As stated, I started...

Well, after trying for some time, it seems hard to make the background training of the network work without a major rewrite for Python3, This is due to the fact...

Switching to FCM solved my problem. Also if it's of any use I managed to read something from the logs when it crashed: ```java.lang.ClassCastException: com.google.firebase.iid.zzf cannot be cast to com.google.android.gms.iid.zzi```

@RobinJayaswal I switched my client configuration to use FCM instead of GCM, following the README of the repo. I simply needed to activate the FCM API on Google Cloud Console,...