Project

General

Profile

TargetsEvaluation » History » Revision 25

Revision 24 (Paul Kocialkowski, 11/07/2012 04:45 PM) → Revision 25/214 (Paul Kocialkowski, 11/07/2012 04:45 PM)

h1. Good Potential Targets 

 h2. Requirements 

 h3. Basic 

 List of the bare minimum requirements for a device to be ported to Replicant: 
 * The device must be supported by CyanogenMod officially (better) or via 3rd party repos 
 * There must be a way to flash images (via bootloader or recovery) using a free program 
 * The kernel must not be signed: the bootloader must not check the kernel signature 
 * The kernel sources must have been released 
 * The network type must be GSM, no CDMA phone can be supported for now 

 h3. Good target 

 What makes a good target for Replicant: 
 * Bootloader must be ready to flash images, or be very easy to unlock 
 * Free user-space implementation for most of the hardware already available 
 * Standard or well-known protocols used in the hardware (V4L2/ALSA/NMEA, etc) 
 * Firmwares needed only for WiFi/Bluetooth, and not sound, screen, touchscreen, camera, etc 
 * Freedom-compliant hardware design: Modem isolation (no shared mem, GPS, audio) 

 h3. Ideal target 

 An ideal target for Replicant would be: 
 * Free bootloaders that allow easy flashing for the user 
 * All the hardware using standard protocols, kernel-drivers and no user-space binary blobs 
 * Components that do not require loadable firmware 
 * Ways to update the internal firmwares of the chips (for instance to allow a free software modem implementation) 
 * Total modem isolation (doesn't control audio, nor GPS, mem, NAND, etc) 
 * SIM unlock 

 h1. Devices status 

 -> make one table for Android devices, another for the others, with relevant sections 

 |_. Device |_. Manufacturer |_. CyanogenMod |_. Bootloader |_. Standardness |_. Blobs |_. Firmwares |_. Modem |_. Notes | 
 | *Neo Freerunner* | *Openmoko* | No, "AoF":http://code.google.com/p/android-on-freerunner/ | u-boot, flash with dfu-utils | Audio: ALSA, GPS: NMEA, Modem: AT | No | No | Total isolation | Hardware is too old to be support by Replicant, armv4t | 
 | *N900* | *Nokia* | No, Nitdroid | chainloaded u-boot, flash with 0xff | Voice calls depend on cmt_speech pulseaudio plugin, modem protocol is non-standard but implemented in ofono | Nitdroid uses blobs | Nitdroid uses firmwares | Issues | Nitdroid is hard to build and undocumented |  
 | *iPhone* | *Apple* | No, "iDroid":http://www.idroidproject.org | iDroid bootloader seems free | iPhone 3G: Audio: ALSA, Modem: AT, WiFi: libertas | Probably needs some | Probably needs some | Known to never sleep | | 
 | *One* | *GeeksPhone* | Yes | non-free, can't flash | Modem: non-standard, Camera: non-standard | Graphics, RIL, camera | MSM7x: modem has a lot of control | MSM SoC is easy to support on Android | 

 h1. Geeksphone Zero 

 Has root: YES 
 Sim Unlocked: YES 
 In production: YES 

 The Geeksphone Zero allows custom Android and Linux images to be run instead of the deault ones. 
 Cyanogenmod (the android derivate Replicant is based on) provides support for the Geeksphone Zero. 

 SoC is Qualcomm MSM7227 (easy to support on Android). 

 h1. GizmoForYou FLOW G1.55 

 Has root: YES? 
 Sim Unlocked: YES? 
 In production: ? 

 Overo boards used in this phone are OMAP 3 with free xloader and u-boot (like in GTA04). 
 Modem uses AT and Android reference RIL (free) is used. Audio is ALSA. 

 Instructions to build Android 2.2 for it are provided: http://www.gizmoforyou.net/wiki/index.php/Building_G155_Android 
 The Android 2.2 source code is availble here: https://gitorious.org/flow-g1-5/ 

 Non-free firmwares are needed for WiFi, bluetooth, etc on the Overo boards that include these. 
 Also, a non-free gralloc lib is used (for graphical acceleration). The 0xdroid project should be able to provide a free gralloc for OMAP 3 boards as a working replacement. 

 Documentation (datasheets) are also available for most hardware components. 

 Unfortunately that phone isn’t cheap. 

 h1. DIY Phones 

 Has root: ? 
 Sim Unlocked: ? 
 In production: ? 

 There is a small number of Do-it-yourself phones where the user is 
 expected to assemble his phone. 
 Examples of this include the odroid 
 ( http://www.hardkernel.com/ ) phones with comes with android support. 
 However the issue is that not all users wants or are able to assemble their own phones. 

 h1. Comparison of potential targets 

 h2. Support easyness 

 |Phone|Android target version|Gralloc|RIL|Audio|camera|sensors| GPS |  
 |Geeksphone one | maybe 2.3? |Easy, probably supported by hardware/msm7k audioHardware libraries|AT possible(TODO:contact VquickSilver for details),but proprietary ril uses RPC binary protocol(TODO:contact morphis for details) | Easy, probably supported by hardware/msm7k audioHardware libraries|difficult since no one finished support for msm camera yet.|unknown| unknown yet |  
 |Samsung Galaxy Nexus| 4.x, unsure if backporting to 2.3 is doable| recovery from replicant ics-preparation worked but not the gralloc(garbage on screen) | Easy thanks to samsung-ril+libsamsung-ipc | ALSA with free software module in cyanogenmod and AOSP | Seem to have a free camera library | ? | doable(SIRF)|  
 |Samsung Galaxy SII| ? | ? | Easy thanks to samsung-ril+libsamsung-ipc | no free software module available, but is ALSA (seems doable) however the yamaha CODEC source code seem to be somehow offuscated according to some people| ? | ? | doable(SIRF) | 
 |Samsung Galaxy SIII | 4.x, unsure if backporting to 2.3 is doable| ? | Easy thanks to samsung-ril+libsamsung-ipc | free software audio libraries available in cyanogenmod | ? | ? | unknown| 
 |Nokia N900 | ? (look at Forking Nitdroid) | ? | Documented in free software GNU/Linux compatible code | Documented in free software GNU/Linux compatible code | Standard interface | Should be easy | ?    | 

 h2. Hardware freedom 

 |Phone|Bootloader| Firmwares |Modem transport|Modem peripherals|Modem Storage| 
 |Geeksphone One| proprietary | Wifi, ? | shared memory | Mic, GPS | Shared NAND | 
 |Samsung Galaxy Nexus | Proprietary, partially signed | Wifi,? | High speed serial if OMAP4 SOC (shared memory for other versions) | ? | ? |  
 |Samsung Galaxy SII| proprietary | Wifi, ? | ? | ? | ? | 
 |Samsung Galaxy SIII | proprietary | Wifi, ? | ? | ?    | ? | 
 |Nokia N900 | proprietary, partially signed | wifi,camera,bluetooth,? | High speed serial | GPS | ? |