LWN.net Logo

Computer privacy

Computer privacy

Posted Jan 4, 2013 6:50 UTC (Fri) by pabs (subscriber, #43278)
In reply to: Computer privacy by shmerl
Parent article: Canonical to demonstrate Ubuntu on phones

It isn't particularly hard to put Debian on a random mobile device:

http://bonedaddy.net/pabs3/log/2012/12/03/debian-mobile/

Unfortunately due to Linux mainline not supporting random mobile devices, Debian can't either. You can help get Debian on your mobile device by becoming a kernel developer and helping fix, rewrite and send upstream all the Android drivers from random kernel forks. Likewise for bootloaders. We could also use some help packaging the various mobile GUIs and applications:

http://wiki.debian.org/Mobile

Looks like Fedora and other distributions are discovering the kernel stuff too:

http://cedarandthistle.wordpress.com/2013/01/02/android-j...


(Log in to post comments)

Computer privacy

Posted Jan 4, 2013 18:00 UTC (Fri) by shmerl (guest, #65921) [Link]

Yes, that's understandable, but that's exactly where Mer has an advantage. They explicitly separated the hardware adaptation bits from the rest of the system. I.e. hw adaptation is pluggable, and the rest of the core distribution stays the same (within the same arch like ARMv7, MIPS and etc.). Since putting all kind of wild mobile kernels differences in the mainline doesn't sound like a practically rapid approach, Mer just doesn't dictate it, and hw adaptations are up to the vendors to provide. It allows moving fast and be flexible with it.

Computer privacy

Posted Jan 9, 2013 16:31 UTC (Wed) by pabs (subscriber, #43278) [Link]

I never understood what Mer people were on about with that. Does "explicitly separated the hardware adaptation bits" mean that they just don't include kernels for most devices? If so that sounds exactly like what Debian is forced to do. If not, could you explain what you mean? Sounds like they will be facing the same kind of bugs in crappy, blobby, non-mainline kernels that I did with Debian or that CyanogenMod do. Trusting hardware vendors doesn't sound like a good plan in the slightest.

Computer privacy

Posted Jan 12, 2013 12:40 UTC (Sat) by juliank (subscriber, #45896) [Link]

They just package up the kernel and other libraries for each target separately, not much more. So basically each device has its own kernel + userspace libraries.

That's still better than Android though, where the complete system is built for a specific target and no sharing happens at all (not even userspace components).

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds