wizmer / syncorg

An implementation of MobileOrg for the Android platform
GNU General Public License v3.0
174 stars 23 forks source link

SyncOrg for older Android (4.1)? #28

Open minkkinen opened 7 years ago

minkkinen commented 7 years ago

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?

knezi commented 7 years ago

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"