HTCDreamHTCMagicProprietary » History » Version 17
Denis 'GNUtoo' Carikli, 12/29/2010 02:26 PM
1 | 1 | Denis 'GNUtoo' Carikli | == Libraries == |
---|---|---|---|
2 | ||Library location||Function||Can be replaced or avoided?|| |
||
3 | 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) || |
4 | 11 | Denis 'GNUtoo' Carikli | ||/system/lib/egl/libGLES_qcom.so|| 3d acceleration library || can be avoided || |
5 | 16 | Denis 'GNUtoo' Carikli | ||/system/lib/libaudioeq.so|| the name seem related to audio || audio libraries are replaced and works fine || |
6 | 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) || |
7 | ||/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) || |
||
8 | 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)|| |
9 | 8 | Denis 'GNUtoo' Carikli | ||/system/lib/libhtc_acoustic.so|| dlopened audio library || replaced, the replacement works fine || |
10 | 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 || |
11 | 8 | Denis 'GNUtoo' Carikli | ||/system/lib/libmm-adspsvc.so|| ? || || |
12 | |||
13 | 16 | Denis 'GNUtoo' Carikli | ||/system/lib/libOmxH264Dec.so|| ? || || |
14 | ||/system/lib/libOmxMpeg4Dec.so|| ? || || |
||
15 | ||/system/lib/libOmxVidEnc.so|| ? || || |
||
16 | ||/system/lib/libomx_wmadec_sharedlibrary.so|| ? || || |
||
17 | ||/system/lib/libomx_wmvdec_sharedlibrary.so|| ? || || |
||
18 | ||/system/lib/libpvasfcommon.so|| ? || || |
||
19 | ||/system/lib/libpvasflocalpbreg.so|| ? || || |
||
20 | ||/system/lib/libpvasflocalpb.so|| ? || || |
||
21 | 7 | Graziano - | |
22 | |||
23 | 13 | Denis 'GNUtoo' Carikli | == Configuration files == |
24 | ||File location||Function|| what depend on it || |
||
25 | 1 | Denis 'GNUtoo' Carikli | ||/system/etc/AudioFilter.csv|| ? || ?, proprietary version not used || |
26 | ||/system/etc/AudioPara4.csv|| ? || ?,proprietary version not used || |
||
27 | ||/system/etc/AudioPreProcess.csv|| ? || ?, proprietary version not used || |
||
28 | 17 | Denis 'GNUtoo' Carikli | ||/system/etc/pvasflocal.cfg|| ? || ?, proprietary version not used || |
29 | 13 | Denis 'GNUtoo' Carikli | == Firmwares == |
30 | ||Firmware location||Function|| what depend on it || |
||
31 | 7 | Graziano - | ||/system/etc/firmware/brf6300.bin||bluetooth firmware||bluetooth|| |
32 | ||/system/etc/wifi/Fw1251r1c.bin|| wifi firmware || wifi|| |
||
33 | 13 | Denis 'GNUtoo' Carikli | |
34 | 2 | Denis 'GNUtoo' Carikli | |
35 | == References == |
||
36 | 1 | Denis 'GNUtoo' Carikli | http://github.com/CyanogenMod/android_device_htc_dream_sapphire/raw/froyo/extract-files.sh |