Project

General

Profile

DeprecatedNexusSProprietary » History » Version 2

Paul Kocialkowski, 07/27/2011 11:31 AM

1 1 Paul Kocialkowski
2 2 Paul Kocialkowski
h2. Note on shipping libraries
3
4
5
<pre>
6
<code class="div">
7 1 Paul Kocialkowski
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 2 Paul Kocialkowski
</code></pre>
12 1 Paul Kocialkowski
13
14 2 Paul Kocialkowski
15
h2. Libraries
16
17 1 Paul Kocialkowski
||Library location||Function||Can be replaced or avoided?||
18
||/system/lib/libsecril-client.so|| client to Samsung's non-free RIL || probably useless when we use another RIL (like a free replacement) ||
19
||/system/vendor/bin/gpsd|| GPS daemon || has to be replaced to have working GPS ||
20 2 Paul Kocialkowski
||/system/vendor/bin/pvrsrvinit|| [[PowerVR]] server initializer, 3d-related || can be avoided ||
21
||/system/vendor/lib/egl/libEGL_POWERVR_SGX540_120.so|| [[PowerVR]] 3d lib || can be avoided ||
22
||/system/vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so|| [[PowerVR]] 3d lib || can be avoided ||
23
||/system/vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so|| [[PowerVR]] 3d lib || can be avoided ||
24 1 Paul Kocialkowski
||/system/vendor/lib/hw/gps.s5pc110.so|| GPS lib || has to be replaced to have working GPS ||
25
||/system/vendor/lib/hw/gralloc.s5pc110.so|| gralloc lib || cannot be avoided but was replaced by a (free) modified version of AOSP's gralloc ||
26
||/system/vendor/lib/libakm.so|| accelerometer + compass || can be avoided but a free replacement (libakm_free) already works with the accelerometer and the magnetic field (compass) will be supported soon ||
27
||/system/vendor/lib/libglslcompiler.so|| ? seems graphics-related || can be avoided ||
28
||/system/vendor/lib/libIMGegl.so|| ? seems graphics-related || can be avoided ||
29
||/system/vendor/lib/libpvr2d.so|| ? seems graphics-related || can be avoided ||
30
||/system/vendor/lib/libpvrANDROID_WSEGL.so|| ? seems graphics-related || can be avoided ||
31
||/system/vendor/lib/libPVRScopeServices.so|| ? seems graphics-related || can be avoided ||
32
||/system/vendor/lib/libsec-ril.so|| Samsung's RIL || has to be replaced to have working telephony and SMS (and data too) ||
33
||/system/vendor/lib/libsrv_init.so|| ? || can be avoided ||
34
||/system/vendor/lib/libsrv_um.so|| ? || can be avoided ||
35
||/system/vendor/lib/libusc.so|| ? || can be avoided ||
36
37 2 Paul Kocialkowski
38
h2. Configuration files
39
40 1 Paul Kocialkowski
||File location||Function|| what depend on it ||
41
||/system/vendor/etc/gps.xml|| gps configuration file || GPS. A (free) rewrite of this would probably conclude to producing almost the same file. ||
42
43 2 Paul Kocialkowski
44
h2. Firmwares
45
46 1 Paul Kocialkowski
||Firmware location||Function|| what depend on it ||
47
||/system/vendor/firmware/fw_bcm4329.bin|| wifi firmware || wifi ||
48
||/system/vendor/firmware/fw_bcm4329_apsta.bin|| wifi AP firmware || wifi access point ||
49
||/system/lib/libpn544_fw.so||NFC firmware||Near Field Communication||
50
||/system/vendor/firmware/bcm4329.hcd|| bluetooth firmware || bluetooth ||
51
||/system/vendor/firmware/nvram_net.txt|| wifi-related firmware || wifi ||
52
||/system/vendor/firmware/samsung_mfc_fw.bin|| MFC firmware || Multi Format Codec (hardware video encoding/decoding) ||
53
54 2 Paul Kocialkowski
55
h2. References
56
57 1 Paul Kocialkowski
http://github.com/CyanogenMod/android_device_htc_dream_sapphire/raw/froyo/extract-files.sh