Android is a major OS in mobile devices which is much more open. The modder community is not used to the usual development way in FLOSS (there are always exceptions). It would be great if these modders starts embracing the FLOSS way: providing the source code of the binary, host it on sourceforge/github if it's a bit big, build scripts (if needed), license, copyright notice, etc.
Posted May 5, 2011 19:35 UTC (Thu) by njs (guest, #40338)
[Link]
Now if they could just figure out package management, instead of this lovely "upgrade by unzipping a new filesystem on top of the old one" system... (Obviously this is far from trivial technically, since android doesn't come divided up into separately developed packages, but it would still be a huge improvement.)
ABS: The guts of Android
Posted May 5, 2011 19:39 UTC (Thu) by karim (subscriber, #114)
[Link]
Not directly in line with this but Magnus Back (Sony-Ericsson) gave a very good talk at the Android Builders Summit on how they've been using Debian packages to put together phones for all their customers (carriers) without having to rebuild everything from scratch for every single phone variant: http://events.linuxfoundation.org/events/android-builders...
This isn't exactly what you're requesting, but relevant still.