NexusOneProprietary » History » Version 24
Denis 'GNUtoo' Carikli, 07/13/2011 02:16 AM
1 | 1 | Denis 'GNUtoo' Carikli | |
---|---|---|---|
2 | 24 | Denis 'GNUtoo' Carikli | h2. Note on shipping libraries |
3 | |||
4 | |||
5 | <pre> |
||
6 | <code class="div"> |
||
7 | 1 | Denis 'GNUtoo' Carikli | Note that we don't ship any proprietary daemon,library,configuration file or firmware. |
8 | |||
9 | |||
10 | Because we don't want to(our goal is to make a 100% free Android Distribution) and we can't(none of theses are redistributables, even the firmwares are not redistributable). |
||
11 | 24 | Denis 'GNUtoo' Carikli | </code></pre> |
12 | 1 | Denis 'GNUtoo' Carikli | |
13 | 24 | Denis 'GNUtoo' Carikli | h2. Completeness |
14 | |||
15 | |||
16 | <pre> |
||
17 | <code class="div"> |
||
18 | 1 | Denis 'GNUtoo' Carikli | This list is incomplete, please help us to complete it using the references linked at the bottom. |
19 | 24 | Denis 'GNUtoo' Carikli | </code></pre> |
20 | |||
21 | h2. Libraries |
||
22 | |||
23 | 1 | Denis 'GNUtoo' Carikli | ||Library location||Function||Can be replaced or avoided?||works or can work|| |
24 | ||/system/lib/libhtc_ril.so || Radio Interface library ||reference ril is usable(tested renaming the reference ril after installation) || replaced|| |
||
25 | ||/system/lib/egl/* || 3d userspace libraries and drivers || ? || not necessary || |
||
26 | 23 | Denis 'GNUtoo' Carikli | ||/system/lib/libgps.so || gps library || could possibly be replaced,untested || fully replaced || |
27 | 22 | Denis 'GNUtoo' Carikli | ||/system/lib/libcamera.so|| camera library || we can avoid it, using camera stubs|| no(camera is not highly necessary)|| |
28 | 24 | Denis 'GNUtoo' Carikli | |
29 | h2. Firmwares |
||
30 | |||
31 | 7 | Denis 'GNUtoo' Carikli | ||Firmware location||Function|| what depend on it || |
32 | 11 | Denis 'GNUtoo' Carikli | ||/system/etc/firmware/*.acdb || Audio "card" firmware || sound,calls(because calls need sound)|| |
33 | ||/system/etc/vpimg|| ? || Microphone || |
||
34 | 24 | Denis 'GNUtoo' Carikli | |
35 | h2. References |
||
36 | |||
37 | * http://github.com/CyanogenMod/android_device_htc_passion/raw/froyo/extract-files.sh |