Project

General

Profile

HTCDreamHTCMagicProprietary » History » Version 19

Denis 'GNUtoo' Carikli, 12/29/2010 02:27 PM

1 19 Denis 'GNUtoo' Carikli
== Note on shipping libraries ==
2
'''Note that we don't ship any proprietary daemon,library,configuration file or firmware.''' 
3
4
5
6 1 Denis 'GNUtoo' Carikli
== Libraries ==
7
||Library location||Function||Can be replaced or avoided?||
8 15 Denis 'GNUtoo' Carikli
||/system/bin/akmd|| compas+accelerometers || sliding the keyboard can rotate so we can avoid them for now(but they could be easily reverse engineered with printk in the .ioctl  function) ||
9 11 Denis 'GNUtoo' Carikli
||/system/lib/egl/libGLES_qcom.so|| 3d acceleration library || can be avoided ||
10 16 Denis 'GNUtoo' Carikli
||/system/lib/libaudioeq.so|| the name seem related to audio  || audio libraries are replaced and works fine  ||
11 8 Denis 'GNUtoo' Carikli
||/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)  ||
12
||/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)  ||
13 1 Denis 'GNUtoo' Carikli
||/system/lib/libgps.so || gps parsing and activator library || could easily be replaced as GPS worked under SHR and that there are android libs available(we just need to use them)||
14 8 Denis 'GNUtoo' Carikli
||/system/lib/libhtc_acoustic.so|| dlopened audio library || replaced, the replacement works fine  ||
15 14 Denis 'GNUtoo' Carikli
||/system/lib/libhtc_ril.so || Radio Interface library || Work in progress,calls,sms works, USSD,PIN need to be checked in, 3g seem not to work ||
16 8 Denis 'GNUtoo' Carikli
||/system/lib/libmm-adspsvc.so|| ? ||   ||
17
18 16 Denis 'GNUtoo' Carikli
||/system/lib/libOmxH264Dec.so|| ? ||   ||
19
||/system/lib/libOmxMpeg4Dec.so|| ? ||   ||
20
||/system/lib/libOmxVidEnc.so|| ? ||   ||
21
||/system/lib/libomx_wmadec_sharedlibrary.so|| ? ||   ||
22
||/system/lib/libomx_wmvdec_sharedlibrary.so|| ? ||   ||
23
||/system/lib/libpvasfcommon.so|| ? ||   ||
24
||/system/lib/libpvasflocalpbreg.so|| ? ||   ||
25
||/system/lib/libpvasflocalpb.so|| ? ||   ||
26 7 Graziano -
27
28 13 Denis 'GNUtoo' Carikli
== Configuration files ==
29
||File location||Function|| what depend on it ||
30 1 Denis 'GNUtoo' Carikli
||/system/etc/AudioFilter.csv|| ? || ?, proprietary version not used  ||
31 18 Denis 'GNUtoo' Carikli
||/system/etc/AudioPara4.csv|| ? || ?, proprietary version not used ||
32 1 Denis 'GNUtoo' Carikli
||/system/etc/AudioPreProcess.csv|| ? || ?, proprietary version not used ||
33 17 Denis 'GNUtoo' Carikli
||/system/etc/pvasflocal.cfg|| ? || ?, proprietary version not used ||
34 13 Denis 'GNUtoo' Carikli
== Firmwares ==
35
||Firmware location||Function|| what depend on it ||
36 7 Graziano -
||/system/etc/firmware/brf6300.bin||bluetooth firmware||bluetooth||
37
||/system/etc/wifi/Fw1251r1c.bin|| wifi firmware || wifi||
38 13 Denis 'GNUtoo' Carikli
39 2 Denis 'GNUtoo' Carikli
40
== References ==
41 1 Denis 'GNUtoo' Carikli
http://github.com/CyanogenMod/android_device_htc_dream_sapphire/raw/froyo/extract-files.sh