NexusOneProprietary » History » Version 16
Denis 'GNUtoo' Carikli, 12/22/2010 05:23 PM
1 | 7 | Denis 'GNUtoo' Carikli | == Libraries == |
---|---|---|---|
2 | 16 | Denis 'GNUtoo' Carikli | ||Library location||Function||Can be replaced or avoided?||works or can work(tested but not pushed)|| |
3 | 15 | Denis 'GNUtoo' Carikli | ||/system/lib/libhtc_ril.so || Radio Interface library ||reference ril is usable(tested renaming the reference ril after installation) || can work|| |
4 | ||/system/lib/egl/* || 3d userspace libraries and drivers || ? || big issues|| |
||
5 | ||/system/lib/libgps.so || gps library || could possibly be replaced,untested || untested || |
||
6 | ||/system/lib/libcamera.so|| camera library || we can avoid it, using camera stubs|| no(camera is not highly necessary)|| |
||
7 | 7 | Denis 'GNUtoo' Carikli | == Firmwares == |
8 | 11 | Denis 'GNUtoo' Carikli | ||Firmware location||Function|| what depend on it || |
9 | ||/system/etc/firmware/*.acdb || Audio "card" firmware || sound,calls(because calls need sound)|| |
||
10 | 2 | Denis 'GNUtoo' Carikli | == References == |
11 | * http://github.com/CyanogenMod/android_device_htc_passion/raw/froyo/extract-files.sh |