HTCDreamHTCMagicProprietary » History » Version 8
Denis 'GNUtoo' Carikli, 12/29/2010 02:10 PM
| 1 | 1 | Denis 'GNUtoo' Carikli | == Libraries == |
|---|---|---|---|
| 2 | ||Library location||Function||Can be replaced or avoided?|| |
||
| 3 | 8 | 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 | 1 | Denis 'GNUtoo' Carikli | ||/system/lib/egl/libGLES_qcom.so|| 3d "card" library || can be avoided || |
| 5 | ||/system/lib/libaudioeq.so|| || || |
||
| 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 | 7 | Graziano - | ||/system/lib/libhtc_ril.so || Radio Interface library || Work in progress || |
| 11 | 8 | Denis 'GNUtoo' Carikli | ||/system/lib/libmm-adspsvc.so|| ? || || |
| 12 | |||
| 13 | 7 | Graziano - | ||/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 | |||
| 22 | |||
| 23 | |||
| 24 | 1 | Denis 'GNUtoo' Carikli | |
| 25 | 7 | Graziano - | |
| 26 | 1 | Denis 'GNUtoo' Carikli | |
| 27 | == Firmwares == |
||
| 28 | 7 | Graziano - | ||Firmware location||Function|| what depend on it || |
| 29 | 8 | Denis 'GNUtoo' Carikli | |
| 30 | 7 | Graziano - | ||/system/etc/AudioFilter.csv|| || || |
| 31 | ||/system/etc/AudioPara4.csv|| || || |
||
| 32 | 1 | Denis 'GNUtoo' Carikli | ||/system/etc/AudioPreProcess.csv|| || || |
| 33 | 7 | Graziano - | ||/system/etc/firmware/brf6300.bin||bluetooth firmware||bluetooth|| |
| 34 | ||/system/etc/wifi/Fw1251r1c.bin|| wifi firmware || wifi|| |
||
| 35 | ||/system/etc/pvasflocal.cfg|| || || |
||
| 36 | |||| || || |
||
| 37 | |||| || || |
||
| 38 | |||| || || |
||
| 39 | |||| || || |
||
| 40 | |||
| 41 | 3 | Denis 'GNUtoo' Carikli | |
| 42 | 2 | Denis 'GNUtoo' Carikli | |
| 43 | == References == |
||
| 44 | 1 | Denis 'GNUtoo' Carikli | http://github.com/CyanogenMod/android_device_htc_dream_sapphire/raw/froyo/extract-files.sh |