syncorg icon indicating copy to clipboard operation
syncorg copied to clipboard

SyncOrg for older Android (4.1)?

Open minkkinen opened this issue 8 years ago • 1 comments

Is there any chance of getting SyncOrg to work on older Android versions? I run a Jolla phone and the Android emulation layer is only compatible with Android up to 4.1 (if memory serves me). Is there something major that prevents SyncOrg from being built to work on slightly older Android?

minkkinen avatar Dec 21 '16 07:12 minkkinen

Hi, I've tried to compile it for SDK 16 (4.1) and it seems working, but I can't test it. Give it a try http://www.ms.mff.cuni.cz/~knizekj1/SyncOrg-API16.apk For install via ADB, you can use:

$ adb push /path/to/SyncOrg-API16.apk /data/local/tmp/com.coste.syncorg
$ adb shell pm install -r "/data/local/tmp/com.coste.syncorg"

knezi avatar Feb 22 '17 09:02 knezi