NexusOneProprietary » History » Version 23
Denis 'GNUtoo' Carikli, 07/13/2011 02:16 AM
1 | 19 | Denis 'GNUtoo' Carikli | == Note on shipping libraries == |
---|---|---|---|
2 | |||
3 | {{{ |
||
4 | #!div class=important style="border: 2pt solid; text-align: center" |
||
5 | Note that we don't ship any proprietary daemon,library,configuration file or firmware. |
||
6 | |||
7 | |||
8 | 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). |
||
9 | }}} |
||
10 | == Completeness == |
||
11 | |||
12 | {{{ |
||
13 | #!div class=important style="border: 2pt solid; text-align: center" |
||
14 | This list is incomplete, please help us to complete it using the references linked at the bottom. |
||
15 | }}} |
||
16 | 7 | Denis 'GNUtoo' Carikli | == Libraries == |
17 | 23 | Denis 'GNUtoo' Carikli | ||Library location||Function||Can be replaced or avoided?||works or can work|| |
18 | 22 | Denis 'GNUtoo' Carikli | ||/system/lib/libhtc_ril.so || Radio Interface library ||reference ril is usable(tested renaming the reference ril after installation) || replaced|| |
19 | 20 | Denis 'GNUtoo' Carikli | ||/system/lib/egl/* || 3d userspace libraries and drivers || ? || not necessary || |
20 | 21 | Denis 'GNUtoo' Carikli | ||/system/lib/libgps.so || gps library || could possibly be replaced,untested || fully replaced || |
21 | 15 | Denis 'GNUtoo' Carikli | ||/system/lib/libcamera.so|| camera library || we can avoid it, using camera stubs|| no(camera is not highly necessary)|| |
22 | 7 | Denis 'GNUtoo' Carikli | == Firmwares == |
23 | 11 | Denis 'GNUtoo' Carikli | ||Firmware location||Function|| what depend on it || |
24 | ||/system/etc/firmware/*.acdb || Audio "card" firmware || sound,calls(because calls need sound)|| |
||
25 | 18 | Denis 'GNUtoo' Carikli | ||/system/etc/vpimg|| ? || Microphone || |
26 | 2 | Denis 'GNUtoo' Carikli | == References == |
27 | * http://github.com/CyanogenMod/android_device_htc_passion/raw/froyo/extract-files.sh |