DeprecatedGeeksPhoneOneProprietary » History » Version 3
vquicksilver -, 12/04/2011 04:12 PM
Added a note about wifi chipset/driver and a link.
| 1 | 1 | vquicksilver - | == Note on shipping libraries == |
|---|---|---|---|
| 2 | |||
| 3 | {{{ |
||
| 4 | #!div class=important style="border: 2pt solid; text-align: center" |
||
| 5 | Note that we don't ship any proprietary daemon,library,configuration file or firmware. |
||
| 6 | |||
| 7 | |||
| 8 | 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). |
||
| 9 | }}} |
||
| 10 | |||
| 11 | |||
| 12 | == Libraries related with radio function (Phone related) == |
||
| 13 | ||Library name||Location|| |
||
| 14 | ||libcm.so||/system/lib/|| |
||
| 15 | ||libdsm.so ||/system/lib/|| |
||
| 16 | ||libdss.so ||/system/lib/|| |
||
| 17 | ||libgsdi_exp.so ||/system/lib/|| |
||
| 18 | ||libgstk_exp.so ||/system/lib/|| |
||
| 19 | ||libmmgsdilib.so ||/system/lib/|| |
||
| 20 | ||libnv.so ||/system/lib/|| |
||
| 21 | ||liboem_rapi.so ||/system/lib/|| |
||
| 22 | ||liboncrpc.so ||/system/lib/|| |
||
| 23 | ||libqmi.so ||/system/lib/|| |
||
| 24 | ||libqueue.so ||/system/lib|| |
||
| 25 | ||libril-qc-1.so ||/system/lib|| |
||
| 26 | ||libwms.so ||/system/lib/|| |
||
| 27 | ||libwmsts.so ||/system/lib/|| |
||
| 28 | ||libsnd.so ||/system/lib/|| |
||
| 29 | |||
| 30 | == Camera control and encoding libraries == |
||
| 31 | ||Library name||Location|| |
||
| 32 | ||libmmcamera.so ||/system/lib/|| |
||
| 33 | ||libmmcamera_target.so ||/system/lib/|| |
||
| 34 | ||libmmjpeg.so||/system/lib/|| |
||
| 35 | |||
| 36 | == Media libraries == |
||
| 37 | ||Library name||Location|| |
||
| 38 | ||libmm-adspsvc.so||/system/lib/|| |
||
| 39 | ||libOmxH264Dec.so||/system/lib/|| |
||
| 40 | ||libOmxMpeg4Dec.so||/system/lib/|| |
||
| 41 | ||libOmxVidEnc.so||/system/lib/|| |
||
| 42 | |||
| 43 | == Bluetooth helpers == |
||
| 44 | ||Location||Function||what depend on it || |
||
| 45 | ||/system/bin/hci_qcomm_init ||Bluetooth||?|| |
||
| 46 | |||
| 47 | == Wifi AR6002 firmware file location == |
||
| 48 | ||Firmware location||Function|| what depend on it || |
||
| 49 | 2 | vquicksilver - | ||/system/etc/wifi/fw/athwlan.bin.z77||Wifi||AR6002 (cat /sys/module/ar6000/parameters/tgt_fw) || |
| 50 | ||/system/etc/wifi/fw/data.patch.hw2_0.bin||Wifi||AR6002 (cat /sys/module/ar6000/parameters/tgt_patch) || |
||
| 51 | ||/system/etc/wifi/fw/eeprom.bin||Wifi ||AR6002 (cat /sys/module/ar6000/parameters/eeprom_bin)|| |
||
| 52 | Note: in /sys/module/ar6000/parameters/ you can change debug level for the driver with the debuglevel parameter. |
||
| 53 | 3 | vquicksilver - | Here is a [http://roverbooksteel.narod.ru/tech/wifi/index.html link] with information about the AR600X arquitecture, pointing to use ar6kl driver and a new firmware (I've done md5sum on the files on the phone, and on the new firmware and aren't the same files). |
| 54 | 1 | vquicksilver - | |
| 55 | == References == |
||
| 56 | https://github.com/CyanogenMod/android_device_geeksphone_one/raw/fc910649207afec8707d90202addfd7a627021ad/extract-files.sh |