36301
Comment: Penguinphone has been discontinued: https://robotanarchy.github.io/CopperheadOS/
|
36562
imx_usb_loader
|
Deletions are marked like this. | Additions are marked like this. |
Line 182: | Line 182: |
* [[https://github.com/boundarydevices/imx_usb_loader|imx_usb_loader]]: flash devices using Freescale i.MX5/i.MX6 and Vybrid SoCs via the Serial Download Protocol (SDP) | |
Line 273: | Line 274: |
* [[https://ubports.com/|UBports]]: community continuation of Ubuntu for mobile devices |
Debian on mobile devices
This page is about tracking every initiative to fully or partially install the system on mobile platforms:
Contents
About
Debian is the universal operating system. Thus, it needs to run on mobile devices. This wiki page is a tool to help bring Debian to mobile platforms.
It would be great if Debian could run on many kinds of mobile devices: iPhones, Android capable HW, Windows Mobile HW, tablets, etc.
The software should allow dual booting, into both Debian and any software that came with the hardware.
Debian on mobile devices should have GUI capabilities, appropriate to the hardware capabilities.
It would also be great if Debian could run applications written to be native to the original OS for the hardware. This will enable Debian to serve the many people in society who want to easily use those applications.
Debian might benefit from having its own User Interface, or UIs, based on progression from the desktop Debian UIs - ex, GNOME or KDE. It would be great if the GNOME, KDE and other GUI communities could come to agreement on a common UI for Debian, to save unnecessary duplication of development effort, both of the Debian UI, and application software for Debian. Also to save the users from having to learn unnecessary extra UIs.
Origin and Purpose
To get this wiki page started, see the original message I sent suggesting this project. It includes some reference URLs, to help seed thinking on Debian on smartphones development.
Contributions
Many people made useful replies to that email, and it would be great if they would add their suggestions of software components, foundations, and URLs thereof to this page. If we all take a few minutes to make contributions to this page when we have something valuable to add, this page will grow to be a great resource for us all. So, please take a moment to add something valuable to this page right now, or when you have the opportunity.
This page could use contributions like: Links to component software (embeded debian, GRUB, UIs, etc).
Software developers can write software for the many parts of this system and put links on this page to those components.
Writers can produce articles about Debian on smartphones in emails to the relevant Debian mailing lists, blogs, web pages and for the general media.
Artists can create the graphics and multimedia for Debian on smartphones.
Packagers can put it all together so people can download and install it on their smartphones.
Thanks for reading. Thanks for thinking. Thanks for all contributions you make. Let's all work together to enable Debian to fulfil its promise as "The Universal Operating System".
Contact
If you want to chat about Debian mobile user interfaces, please join the #debian-mobile IRC channel on irc.debian.org or subscribe to the debian-mobile mailing list. If you are interested in kernel, bootloader or middleware related issues you might want to join the #debian-arm IRC channel instead. Other discussions will be appropriate to have on these lists instead: debian-embedded debian-arm debian-kernel debian-cd debian-devel android-tools-devel
Meetings
People
Here are some people interested in running Debian on mobile devices.
Name |
IRC nick |
Hardware owned |
Willing to |
Wishlist |
pabs |
probably-dead Openmoko FreeRunner |
Offer advice |
Linux mainline support for the Neo900 |
|
OdyX |
Openmoko FreeRunner |
Get paid to work towards Debian on Mobile devices :-p |
|
|
Sicelo Mhlongo |
Sicelo |
Nokia N900 |
Help with testing |
Working Debian on N900 with UMTS/GPRS access |
Alishams Hassam |
Zeroedout |
Openmoko FreeRunner, Google Nexus One |
Help maintain wiki, file bugs, test new things |
Mainline FR support, QtMoko in Debian, Debian on the Nexus One, SHR on a Debian base |
Mirv |
GTA04, Nokia N9, Nokia N950, LG Nexus 4, Jolla |
Maintain some of the FR stuff, maybe do something to put Debian on N9, etc. |
More productized stuff via FSO, oFono etc. packaging to support more phones |
|
jo0nas |
Openmoko FreeRunner * 2, Nokia N900, GeeksPhone One, Samsung Galaxy S3 |
Improve ways to bootstrap, test |
more stuff packaged in mainline Debian - with sensible defaults |
|
Jonathan Michalon |
johndescs |
Samsung Galaxy Note 1 |
test, learn stuff, help |
Have Debian in dualboot with Android and be able to do all basic tasks from it. |
Philipp Hug |
hug |
Nokia N900, N9, various Android devices |
Maintain mobile-related packages, test |
Debian on Android |
- |
N900, GTA04 |
Test |
Debian being Pocket Computer (aka Smart Phone) friendly |
|
Lukas Maerdian |
slyon |
GTA04, GTA02, Palm Pre |
Develop FSO, bootstrap Debian for new devices |
Nice UI based on FSO and Debian for GTA04. |
Tomas Caram |
Tomich |
Moto A1200r, Samsung Galaxy S (I9000b) |
test, learn stuff, help, compile, make scripts |
... |
Eva Ramon |
eramon |
Nokia N9, Nokia N900, Galaxy Note 10.1 |
Package mobile software, test, help with the installer |
chroot Debian on Android, dual boot |
David Derby |
wicket64 |
Nokia N900, Nokia N950, HP TouchPad and soon Neo900 (pre-ordered) |
Continue to improve DebiaN900 scripts |
To be able to fully replace Maemo with Debian as my everyday mobile OS |
W. Martin Borgert |
- |
Pyra, as soon as available |
work on any aspect of Debian on Pyra |
run unchanged Debian on Pyra |
?kgoetz |
Kamping_Kaiser (rarely on irc.debian, usually free node) |
N900, 2x Openmoko FreeRunner, various android devices |
Test things |
An N900 experience on newer devices and newer Debian |
Groups
The people who work on various distributions
FSO: umbrella project for free software on smartphones, grew out of the OpenMoko community
Linaro: pushes upstream development on ARM, they work on Linux, GCC and related low-level stuff.
TinkerPhones (formerly OpenPhoenux): development of tinker-friendly phones that can run mainline linux and thus Debian.
XDA Developers forum: reverse engineering and developer discussion for Android and Windows devices
CE Workgroup: workgroup in the LF working on Linux mainlining
Debian Android tools team: working on packaging Android development tools (such as the SDK) for Debian
Howto
Learn software development. Port low-level stuff to a device. Package some middleware. Package a user experience. Package applications that can deal with small screens and touch input. Build images for users to flash onto the device. Get hardware to developers.
Articles
Installing and Running a GNU/Linux Environment on Any Android Device
Simple HowTo Debian in Android HTC G1 without chroot (Native)
Install debian on a smartphone and get the text console working
Learning
At various stages you will need to learn some of the following. This can be done at the same time as working on Debian for smartphones.
- Languages:
- ARM assembly: Linux, bootloaders
- C: Linux, bootloaders, UIs
- make: build systems
- Python: middleware, applications
- Vala: middleware, applications
- Tools:
- Version control:
- git: Linux, middleware, applications
- svn: UI, applications
- bzr: applications
- Compilers: GCC, LLVM, GCC cross-compilers
- Build systems:
- make: almost everything
- autotools: middleware, UI, applications
- cmake: some things
- other: Linux and bootloaders might have custom build systems based on make
- Version control:
Porting
Pick a specific device. Get support for it into a bootloader (u-boot/etc), mainline Linux. Ask relevant teams to build linux/bootloader packages that work on your device. Port the debian installer to the device.
This is most of the work. It is important to get your changes into Linux/u-boot mainline otherwise Debian will not be able to support your device since the Linux kernel team for Debian will not add non-mainline drivers/patches to Debian kernels and therefore you won't be able to support Debian on the phone you care about. It will be made easier since the Android drivers probably already exist and can be ported to mainline Linux. Some hardware vendors will be violating the GPL and not releasing drivers/patches. You might be able to get the code by contacting them or getting the Software Freedom Conservancy or gpl-violations.org involved.
Middleware
Pick some middleware, join the packaging group for it or package it for Debian and look for some sponsors.
UI
Pick a UI or create a new one, create a team, start packaging it for Debian and look for sponsors.
There are numerous existing FLOSS UXen for mobile devices. As the universal OS, Debian should aim to support several of these.
Applications
Package some touch-friendly applications.
Images
Talk to the Debian installer, live and CDs teams about building daily, weekly and release images that people can flash onto their phones. This could significantly change the way Debian images are built so it will require a fair bit of discussion first.
Other tips
If you can get hardware into the hands of kernel developers that would help a lot. You might find some hardware manufacturers who are willing to give out some free samples to developers.
Install howtos
More links in the devices and installers sections.
Software
Jailbreaking, Rooting, Unlocking, Exploits
OpenJailbreak: jailbreaking iOS devices
android-rooting-tools: rooting Android devices
SunShine: (proprietary) bootloader unlock for HTC/Motorola devices (disclosures)
WP Internals: (proprietary) rooting Windows devices
Installers
Lil Debi: Debian chroot manager for Android
Debian Kit by Sven-Ola, an easy chroot kit (uses Android kernel to run a Debian from a loop sdcard disc image).
More on the ChrootOnAndroid page.
Flashers and USB booting
0xFFFF: flasher for Nokia Internet Tablets based on the NOLO bootloader
dfu-util: flasher for devices supporting the DFU 1.0 protocol. In practice this means the ?OpenMoko gta01 and gta02 and maybe other devices like the iPhone.
Fastboot: flasher and memory booter for devices based on Android
Heimdall: flasher for some Samsung phones
rkflashtool: flasher for Rockchip based devices
imx_usb_loader: flash devices using Freescale i.MX5/i.MX6 and Vybrid ?SoCs via the Serial Download Protocol (SDP)
Firmware
OsmocomBB: free software for GSM baseband devices, currently only for the baseband on the Openmoko FreeRunner and related devices
firmwares_nonfree: script to download and install proprietary firmware for Android devices
Bootloader
Qi: supports gta01, gta02
u-boot: supports various devices, forks for: gta01/gta02
Kernel
Linux: supports some devices, forks for specific devices in various distributions.
Drivers
- GPU drivers:
OpenFIMG: FIMG 3DSE core from Samsung SoCs (inc S3C6410, S5P6442 and S5PC100)
Lima: ARM Mali (inc Mali-200 and Mali-400)
freedreno: Qualcomm Adreno
PowerVR: Imagination PowerVR
cedarus: GPU from Allwinner A10 SoCs
videocoreiv: Broadcom VideoCore GPUs
Etnaviv: Vivante GCxxx GPUs
grate-driver: official nvidia Tegra open driver
tegra-re: nvidia Tegra reverse engineering project
DRI for the Freerunner: SMedia Glamo3362 from the OpenMoko FreeRunner
- Other:
Middleware
Ubuntu: some pieces like ofono, Qt libraries, could be synced relatively directly from Ubuntu
- others in Android/MeeGo/Maemo/Tizen/FirefoxOS
CRAS: Chromium OS Audio Server. Looks like a good option for mobile devices. Further information. Source code.
Shashlik: a way to run Android apps on GNU/Linux distros.
Anbox: a way to run Android apps on GNU/Linux distros.
AndroidChroot: a way to run Android apps on webOS.
sfdroid: a way to run Android apps on Sailfish OS.
ARC: a way to run Android apps on Chrome OS. Further information. Source code.
ARChon: a way to run Android apps under the Chrome web browswer. Source code: 1, 2. Chromium for Debian.
ParallelDroid: a way to run Android apps on desktop Linux in an X11 window.
microG: libre replacements for Google’s proprietary Android user space apps and libraries.
Hybris/libhybris: allows the use of non-free binary blobs (for example Sailfish OS Hardware Adaptation Development Kit) that were compiled against the bionic Android libc on glibc based systems. Useful to avoid having to develop open source drivers and possibly for reverse engineering binary blobs.
User interface
KDE Kirigami UI: A framework oriented towards building mobile or convergent mobile/desktop applications using Qt.
Enlightenment/Illume: E21 (experimental) and E17 packaged by the pkg-e team
Moksha: E17 fork
Gaia: interface for FirefoxOS
Mer/Nemo Mobile: The open parts of Jolla
Hildon: Main website, Maemo CSSU repositories, Cordia (contains some stuff for GTK3) Latest GTK3 work (old Debian packages)
Ubuntu: many Qt/QML libraries, applications, the Unity 8 shell
Tizen UI: Based on Enlightenment and EFL, supports native and web applications. Source code: 1 2
Glacier: Replacement UI for Nemo. Source code.
fbkeyboard: Screen keyboard for linux text console. Useful on devices without hardware keyboard.
Discontinued:
GPE: removed from Debian, suitable for stylus-based devices
Applications
F-Droid: repository of FOSS Android-based applications
OpenMoko: applications from the OpenMoko development community
Ubuntu: core applications from Ubuntu Touch
Empathy supports voice calls and short messages via telepathy-ring
Distributions
Emdebian: discontinued cut down version of Debian for small and embedded devices
Ubuntu: Ubuntu for touchscreen based mobile devices
UBports: community continuation of Ubuntu for mobile devices
SHR: distribution for smartphones based on OpenEmbedded and FSO software
QtMoko: distribution based on Debian
PyNeo: distribution based on Debian
DeforaOS: releases Debian packages
Maemo: mobile distribution based on Debian
Tizen: mobile distribution based on EFL, Debian/Ubuntu, backed by Samsung and others
Replicant: aiming to remove all the blobs and non-free stuff from Android
OmniROM: a community Android derivative
CyanogenMod: a commercial Android derivative
AsteroidOS: open-source operating system for smartwatches
MaruOS: containers on Android
Halium: group maintenance of Android parts that cannot be added to normal GNU/Linux distributions, as well as compatibility shims. This includes proprietary blobs as well as Android forks of the Linux kernel.
webOS: mobile distribution based on HTML/JS, OpenEmbedded, backed by HP
LuneOS: open source successor for webOS
FirefoxOS: Mozilla project to create an web-based OS
Gentoo on Android: Gentoo project to run Gentoo in a prefix on Android
Mer: distribution aimed at re-use by device manufacturers
Nemo: mobile distribution based on Mer (RPM), MeeGo Handset UX, Qt
Cordia: discontinued mobile distribution based on Mer (RPM), Maemo Hildon stack ported to newer GTK+/etc
Seadot: mobile distribution based on Mer, successor for the WeTab OS
SailfishOS: commercial distro based on Mer
postmarketOS: Alpine Linux derivative aimed at 10 year life-cycle for smartphones
Devices
General hardware support pages for various groups/distros: FSO oFono SHR Replicant (targets) OmniROM (unofficial ports) CyanogenMod (unofficial ports) Mer webOS Ubuntu Touch Firefox OS Gentoo
Porting guides for various groups/distros: oFono SHR (Android devices) Replicant (1, 2, 3) OmniROM CyanogenMod Mer webOS Tizen SailfishOS Ubuntu Touch FirefoxOS (2).
Name |
Codename |
Bootloaders |
Linux |
Operating systems |
Other |
|
Openmoko Neo 1973 |
gta01 |
|
|
|||
Openmoko Neo FreeRunner |
gta02 |
blobs in WiFi, GPS, GSM. GSM isolated, semi-supported by OsmocomBB. Emulated by forked qemu. |
||||
Golden Delicious Letux 2804 |
gta04 |
blob sent to WiFi |
||||
gta04b7 |
|
|||||
Samsung Galaxy S |
galaxysmtd |
blobs sent to WiFi, BT. modem not isolated. XDA info |
||||
Samsung Nexus S |
crespo |
Android |
blobs sent to WiFi, BT. modem not isolated. |
|||
Samsung Galaxy Note 10.1 |
n8000 |
|
|
|||
Samsung Galaxy S5 |
|
aboot (Samsung eMMC unlock |
|
|
|
|
Nokia 770 |
|
|
|
|
||
gagarin/selene |
|
|
||||
Nokia N900 |
RX-51 |
|
||||
Nokia N9 |
RM-696 |
|
||||
Nokia N950 |
RM-680 |
|
||||
HTC Nexus One |
|
|
|
|
||
Motorola Droid |
|
|
|
|
||
Motorola Droid 4 XT894 |
maserati |
|
||||
Motorola Moto X (2nd generation) |
|
aboot (unlock |
Android kernel + GNU userland |
Android |
|
|
ASUS Nexus 7 |
|
|
|
|
||
LG Nexus 4 |
mako |
|
|
|
||
Geeksphone Peak |
|
|
|
|||
|
? |
Android kernel + GNU userland |
Sailfish OS |
|
||
|
|
|||||
|
|
|
|
will run a custom Debian by default |
|
|
|
|
|
|
runs Rasbian by default |
|
Events
See Also
* http://lists.debian.org/debian-user/2011/03/msg01554.html - "Lets start Debian for Android hw phones"
Let's start the "Debian distro for Android capable hardware phones". What are the first steps we can easily take, to get started on this? 1) Talk about how to do it on this email list. 2) Put something on www.debian.org web page about beginning to work on this project. 3) Create a mailing list for "Debian for Android Hw". 4) Send some thoughts in reply to this email, & to the new mailing list. 5) Make a wiki page for "Debian distro for Android capable hardware phones". - http://wiki.debian.org/DebianOnHandhelds = My motivation: I got an Android capable smartphone/computer a few months ago. - Samsung Intercept, Virgin Mobil, $200, $25/month includes unlimited internet. Of course, I'd like to get a GNU(Linux) distro on it. So, rather than have to piece together something using CyanogenMod & piece a bunch of aps together, I'd just like to have a KUbuntu version to put on there. - Download the ISO, start, 15 minutes later it's all there with all my familiar desktop aps in smartphone version. So, I figure, first step (before getting my KUbuntu), is there needs to be the Debian for Android Hw smartphones distro, for KUbuntu to build on top of. = Ok, well, there you are, folks. I've done my initial part for the project - suggest it get started. So, can some interested Debian individuals please now step it another step forward? Thanks for all the great Debian stuff! :) ===== References: http://wiki.debian.org/DebianOnHandhelds http://wiki.debian.org/Handheld http://wiki.debian.org/Hardware http://wiki.debian.org/ - How can open source survive in a post-PC World? http://www.h-online.com/open/features/How-can-open-source-survive-in-a-post-PC-world-1210071.html How can open source survive in a post-PC World? (h-online.com) http://news.ycombinator.com/item?id=2348907 WikiPedia:List_of_open_source_Android_applications http://maniacdev.com/2010/06/35-open-source-iphone-app-store-apps-updated-with-10-new-apps/ Open Source iPhone Apps List – Real App Store Code Examples! http://maniacdev.com/2010/06/35-open-source-iphone-app-store-apps-updated-with-10-new-apps/ - http://www.cyanogenmod.com/ WikiPedia:CyanogenMod WikiPedia:Android_%28operating_system%29 - Permanent root for the Samsung Intercept http://forum.sdx-developers.com/intercept-development-2-2/sprint-intercept-wfroyo-permanent-root-using-epic-expoit/ [HOWTO] Rooting your Samsung Intercept the Easy Way http://forum.xda-developers.com/showthread.php?t=890460 Samsung Intercept > Intercept Android Development http://forum.xda-developers.com/forumdisplay.php?s=b6120fd362a554792ba666425dc5e102&f=901