The android app doesn’t appear to have a way to email the data for diagnostics. I’m guessing that method only works with iOS. However, it’s still possible to use adb from the android development kit to back up the data. Get the sdk from http://developer.android.com/sdk/index.html and run ‘adb backup com.myzeo.android’ Then you can use the android backup extractor from http://sourceforge.net/projects/adbextractor/ to get the data out of the backup. You wind up with a zeo.db sqlite file.