我從來沒有真正做過很多的C,並且有點難以把從Android應用發佈布爾值到Pebble Watch的最佳方式。 我有正常工作的字符串,但似乎沒有PebbleDictionary上的addBoolean方法。作爲解決方案,我嘗試使用addUint8發送1或0,但在處理Pebble上的消息時遇到問題。 這裏是我的Android代碼: PebbleDictionary data = new Pebble
我正在嘗試向我的卵石手錶發送通知。我使用此代碼,它基本上是the example from the website: public void sendPebble(String title, String body) {
final Intent i = new Intent("com.getpebble.action.SEND_NOTIFICATION");
final M