What are the absolute minimum system requirements to run the Syncthing binary under Linux/Android?
The APK supports only Android 4.1 and higher, but I am interested in running just the binary file. Is there some kind of a minimum Linux kernel version that is required to run Syncthing?
The reason for the question is that I have an old e-book reader running Android 2.1 and I am curious whether it would be possible to run Syncthing there. I need to buy a battery in order to resurrect the device first, so right now I am just asking out of my curiosity, as I cannot actually test it yet.
Just for the record, the kernel version on the device should be something along v2.6.x.
I only know of the NDK supporting API 16+ to cross compile Syncthing for Android. That may not tell it’s impossible to run on lower levels but I suspect there is a technical burden in the way because of API min 16 standing out there. Maybe @Nutomic knows from former times if API 14 was possible back then?!
However, this device runs Android 2.1 Eclair, which I have no idea whether has ever been supported by Syncthing. There is also a question whether the GitHub issues are more about the GUI or the binary itself. It is definitely possible to run just the basic Linux ARM binary on Android compiled without any NDK (with some caveats, see https://forum.syncthing.net/t/problems-connecting-to-relays-and-global-discovery/14903).
Thank you for the link, although the requirement seems to be specifically related to ARMv5 though? I am saying this because I have run Syncthing with no problems on an ARMv7-A device with v3.0.x kernel. I have done some research, and the device in question here has an OMAP3621 processor, which is also ARMv7-A, so there is some hope at least.