Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Prerequisites:

Commands for development:

  • Test in emulator: cordova emulate android
  • Upload on device: cordova run --device

  • See logs (device/emulator): adb logcat

     

Important notice: In case of our MobileFacts app the Sensor-Library has do be advised to send the collected data directly via _sendLoggedEvents_ IOLSession.sendLoggedEvents();.


Steps to create the MobileFacts under cordova 3.4.

...