tomzooi

About

Username
tomzooi
Joined
Visits
10
Last Active
Roles
Member

Comments

  • That it is still easier I grant you, the BLE specific is indeed somewhat independent, however it is basic functionality and therefore is better to document it properly for novice users. Second remark: very true, I get that (I am not new to learning…
  • That's an attitude I understand, but not having to do an in-depth study of the Android BLE stack etcetera is what makes an (in this case yours) API powerful and reducing development time.
  • I hope marketing agrees with you, since you are basically making it more difficult for the user to use your product. Support is not about shoving off responsibilities to some place else, definitively not the user IMHO.
  • I disagree frankly, the code of the metawear specific part of the code is rather cluttered around the rest of the android code concerning texting etc. Also the android guide and the SOSTrigger code are different in ways which make it hard for me, as…
  • Hmm, logging doesn't start some way, I use this: Accelerometer.SamplingConfig config = accelCtrllr.enableXYZSampling().withFullScaleRange(Accelerometer.SamplingConfig.FullScaleRange.FSR_8G).withOutputDataRate(Accelerometer.SamplingConfig.OutputDataR…
  • Looks like I forgot to register with the local broadcast manager, finally working now. Working code up on github and here: http://pastebin.com/iKLcHRni I think the android guide could benefit from a good update and even more from the full code conn…
  • so appareantly the line at fault is final mwBoard = btManager.getAdapter().getRemoteDevice(MW_MAC_ADDRESS) which should be final BluetoothDevice mwBoard = btManager.getAdapter().getRemoteDevice(MW_MAC_ADDRESS); I think also public final string sho…
  • Hello, I just installed android studio and setup the android-sdk. I then downloaded your new release, but when opening the project with android-studio I get the following error (from the file build.gradle) : Error:(1, 0) Plugin with id 'com.android…