Monthly Archive for August, 2009

Jolein iPhone App published

Its done! On 21st, July 2009 we submitted the first iPhone App to the Apple App Store and today it was approved! Our App is called Jolein and is used as a basic management frontend for the stunning Jolein platform.

Jolein Main Menu Currently the Jolein App is only available in german language but further language support is planned. While the Jolein platform is used for efficient staff coordination, resource and qualification managment and service scheduling the associated Jolein App supports following tasks:

  • Overview of staff and easy communication with them
  • Task managment
  • Messaging service
  • Overview of own companies
  • Easy staff coordination and service planning
  • Conflict managment

Over here are some more pictures of the App to get a better imagination for the user interface and the App’s capabilities. On the first screen you can see how a new task for a given employee is created and on the second screen a duty roaster is illustrated for a given company and day.

Jolein Add Task Jolein Duty Roaster

For more information visit the Jolein platform or view the App description within the Apple App Store. Jolein im App Store

Android Bluetooth on steroids with the NDK and bluez

NOTE: this is not a general solution and might not work on every phone or future version of the DKs, but it is still a great way for any prototyping purposes :)

Unfortunately the SDK currently only supports a small set of the Bluetooth stack. As we wanted to integrate some of our hardware gadgets (over SPP/RFCOMM) with our Dev Phone 1, we needed to digg a little deeper. So here is what you want to do to get it working.

Continue reading ‘Android Bluetooth on steroids with the NDK and bluez’

Android NDK logging

So after the first few mini steps into the NDK the first thing you will probably notice missing, is a way to retrieve log messages through logcat. To be able to do this you need to do two things:

Continue reading ‘Android NDK logging’