I'm getting the above error when trying to run the sensor card example, with firmware and android app compiled from source. The sensor card works fine when running in example mode.
Looking a little deeper, these two conditions are failing:
personality.getModDevice().getVendorId() != Constants.VID_MDK
personality.getModDevice().getProductId() != Constants.PID_TEMPERATURE
Any idea what I'm doing wrong?