Hi!
You can access a modified version of GreenDAO here:
https://github.com/litesync/greenDAO
You will also need the Android SQLite Bindings containing LiteSync. You can get it at the litesync-release
sub-folder on this sample project:
http://litesync.io/LiteSync-AndroidStudio-NativeInterface.zip
And your Android project will need to load the sqliteX.so library before opening the database. It can be done with this command:
System.loadLibrary("sqliteX");
I have not tested it. Please inform if you have any problem.
I plan to create a sample project for GreenDAO when I have time.
Happy testing!