HTCDreamHTCMagicProprietary » History » Version 28
Paul Kocialkowski, 07/27/2011 11:33 AM
| 1 | 1 | Denis 'GNUtoo' Carikli | |
|---|---|---|---|
| 2 | 28 | Paul Kocialkowski | 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 | 23 | Denis 'GNUtoo' Carikli | |
| 9 | 1 | Denis 'GNUtoo' Carikli | |
| 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 | 28 | Paul Kocialkowski | </code></pre> |
| 12 | 23 | Denis 'GNUtoo' Carikli | |
| 13 | 1 | Denis 'GNUtoo' Carikli | |
| 14 | 28 | Paul Kocialkowski | |
| 15 | h2. Libraries |
||
| 16 | |||
| 17 | 1 | Denis 'GNUtoo' Carikli | ||Library location||Function||Can be replaced or avoided?|| |
| 18 | 27 | Paul Kocialkowski | ||/system/bin/akmd|| compas+accelerometers || sliding the keyboard can rotate so we can avoid them for now(revere engineering has started but it's not usable yet) || |
| 19 | ||/system/lib/egl/libGLES_qcom.so|| 3d acceleration library || can be avoided || |
||
| 20 | ||/system/lib/libaudioeq.so|| the name seem related to audio || audio libraries are replaced and works fine || |
||
| 21 | ||/system/lib/libcamera.so|| camera library || we don't use the camera for now(would need to be replaced if we want to use it) || |
||
| 22 | ||/system/lib/liboemcamera.so|| camera library || we don't use the camera for now(would need to be replaced if we want to use it) || |
||
| 23 | ||/system/lib/libgps.so || gps parsing and activator library || a free android lib is used and it works (but sometimes crashes the device)|| |
||
| 24 | ||/system/lib/libhtc_acoustic.so|| dlopened audio library || totally replaced, the replacement works fine || |
||
| 25 | ||/system/lib/libhtc_ril.so || Radio Interface library || Work in progress,calls,sms works, USSD,PIN,data(3g) need to be checked in. It should work as well in the US but needs to be checked || |
||
| 26 | ||/system/lib/libmm-adspsvc.so|| ? || || |
||
| 27 | 26 | Paul Kocialkowski | |
| 28 | 27 | Paul Kocialkowski | ||/system/lib/libOmxH264Dec.so|| ? || || |
| 29 | ||/system/lib/libOmxMpeg4Dec.so|| ? || || |
||
| 30 | ||/system/lib/libOmxVidEnc.so|| ? || || |
||
| 31 | ||/system/lib/libomx_wmadec_sharedlibrary.so|| ? || || |
||
| 32 | 1 | Denis 'GNUtoo' Carikli | ||/system/lib/libomx_wmvdec_sharedlibrary.so|| ? || || |
| 33 | ||/system/lib/libpvasfcommon.so|| ? || || |
||
| 34 | ||/system/lib/libpvasflocalpbreg.so|| ? || || |
||
| 35 | 27 | Paul Kocialkowski | ||/system/lib/libpvasflocalpb.so|| ? || || |
| 36 | |||
| 37 | |||
| 38 | 28 | Paul Kocialkowski | |
| 39 | h2. Configuration files |
||
| 40 | |||
| 41 | 1 | Denis 'GNUtoo' Carikli | ||File location||Function|| what depend on it || |
| 42 | 26 | Paul Kocialkowski | ||/system/etc/AudioFilter.csv|| ? || ?, proprietary version not used || |
| 43 | 27 | Paul Kocialkowski | ||/system/etc/AudioPara4.csv|| contains audio values that are written to MSM shared memory || used by libhtc_acoustic (and its free replacement), enables in-call volume adjustment and fixes audio lacks. || |
| 44 | ||/system/etc/AudioPreProcess.csv|| ? || ?, proprietary version not used || |
||
| 45 | ||/system/etc/pvasflocal.cfg|| ? || ?, proprietary version not used || |
||
| 46 | 28 | Paul Kocialkowski | |
| 47 | h2. Firmwares |
||
| 48 | |||
| 49 | 27 | Paul Kocialkowski | ||Firmware location||Function|| what depend on it || |
| 50 | 26 | Paul Kocialkowski | ||/system/etc/firmware/brf6300.bin||bluetooth firmware||bluetooth|| |
| 51 | ||/system/etc/wifi/Fw1251r1c.bin|| wifi firmware || wifi|| |
||
| 52 | 27 | Paul Kocialkowski | |
| 53 | |||
| 54 | 28 | Paul Kocialkowski | |
| 55 | h2. References |
||
| 56 | |||
| 57 | 1 | Denis 'GNUtoo' Carikli | http://github.com/CyanogenMod/android_device_htc_dream_sapphire/raw/froyo/extract-files.sh |