Project

General

Profile

DeprecatedGeeksPhoneOneProprietary » History » Version 6

vquicksilver -, 12/05/2011 01:38 AM
Add note about chipsets supported by ath6kl.

1 1 vquicksilver -
2 6 vquicksilver -
h2. Note on shipping libraries
3
4
5
<pre>
6
<code class="div">
7 1 vquicksilver -
Note that we don't ship any proprietary daemon,library,configuration file or firmware.
8
9
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 6 vquicksilver -
</code></pre>
12 1 vquicksilver -
13
14 6 vquicksilver -
15
h2. Libraries related with radio function (Phone related)
16
17 1 vquicksilver -
||Library name||Location||
18
||libcm.so||/system/lib/|| 
19
||libdsm.so ||/system/lib/||
20
||libdss.so ||/system/lib/||
21
||libgsdi_exp.so ||/system/lib/||
22
||libgstk_exp.so ||/system/lib/||
23
||libmmgsdilib.so ||/system/lib/||
24
||libnv.so ||/system/lib/||
25
||liboem_rapi.so ||/system/lib/||
26
||liboncrpc.so ||/system/lib/||
27
||libqmi.so ||/system/lib/||
28
||libqueue.so ||/system/lib||
29
||libril-qc-1.so ||/system/lib||
30
||libwms.so ||/system/lib/||
31
||libwmsts.so ||/system/lib/||
32
||libsnd.so ||/system/lib/||
33
34 6 vquicksilver -
35
h2. Camera control and encoding libraries
36
37 1 vquicksilver -
||Library name||Location||
38
||libmmcamera.so ||/system/lib/||
39
||libmmcamera_target.so ||/system/lib/||
40
||libmmjpeg.so||/system/lib/||
41
42 6 vquicksilver -
43
h2. Media libraries
44
45 1 vquicksilver -
||Library name||Location||
46
||libmm-adspsvc.so||/system/lib/||  
47
||libOmxH264Dec.so||/system/lib/|| 
48
||libOmxMpeg4Dec.so||/system/lib/|| 
49
||libOmxVidEnc.so||/system/lib/||
50
51 6 vquicksilver -
52
h2. Bluetooth helpers
53
54 1 vquicksilver -
||Location||Function||what depend on it ||
55
||/system/bin/hci_qcomm_init ||Bluetooth||?||
56
57 6 vquicksilver -
58
h2. Wifi AR6002 firmware file location
59
60 1 vquicksilver -
||Firmware location||Function|| what depend on it ||
61
||/system/etc/wifi/fw/athwlan.bin.z77||Wifi||AR6002 (cat /sys/module/ar6000/parameters/tgt_fw) ||
62
||/system/etc/wifi/fw/data.patch.hw2_0.bin||Wifi||AR6002 (cat /sys/module/ar6000/parameters/tgt_patch) ||
63 2 vquicksilver -
||/system/etc/wifi/fw/eeprom.bin||Wifi ||AR6002 (cat /sys/module/ar6000/parameters/eeprom_bin)||
64
Note: in /sys/module/ar6000/parameters/ you can change debug level for the driver with the debuglevel parameter.
65 6 vquicksilver -
Here is a "link":http://roverbooksteel.narod.ru/tech/wifi/index.html with information about the AR600X arquitecture, pointing to use ath6kl 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). Please note that AR6002 and AR6001 are not supported by this driver (ath6kl).
66 2 vquicksilver -
67 6 vquicksilver -
68
h2. References
69
70 1 vquicksilver -
https://github.com/CyanogenMod/android_device_geeksphone_one/raw/fc910649207afec8707d90202addfd7a627021ad/extract-files.sh