summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix formatting of init.tuna.rcZiyan2015-04-111-127/+127
| | | | | | | Conflicts: rootdir/init.tuna.rc Change-Id: I27575da0e3b0884ba75b0beef59cdb08e2900f03
* Disable journaling on system.img to save space.Ziyan2015-04-111-0/+3
|
* media_codecs: fix NetflixMichael Gernoth2015-04-111-1/+96
| | | | | | | | | | | | The current Netflix app tries very hard to find a codec which supports AdaptivePlayback. As our HW-codec doesn't support that, the Google H.264 software-codec gets used. But it is incapable of decoding the stream from Netflix, returning H264SWDEC_STRM_ERR. The hw-codec plays the stream just fine. This removes the declaration of adaptive-playback from the (broken) software-codec which causes Netflix to use hw-based decoding. Change-Id: I50b33f445a7db5bd7ad59d200277c193c68e3ba7
* tuna: switch to dlmallocZiyan2015-04-111-0/+3
| | | | Change-Id: Ie2b3207a100327c4326863be237da2eeb3e96f57
* omx: remove duplicate OMX headers and refer to originals where neededZiyan2015-04-1118-7514/+22
| | | | | | | | | | | | | | | | | Now that OMX headers in the framework are very closely matched to TI's ENHANCED_DOMX includes, let's remove the duplicates and stop having to update them any time they change (read: FFMPEG changes). Changes: - Remove all duplicate OMX include files under domx/omx_core/inc - Add include locations to frameworks/native/include/media/openmax for: audio camera domx internals libtiutils Thanks to @Hashcode Change-Id: I38af84f45606fba61058b0d04f941a76f76a15e7
* tuna: add dumpdccZiyan2015-04-114-4/+201
| | | | | | This replaces fRom, which was a proprietary non-pie executable. Change-Id: I04bed63542f02400059968e012641c14e1a28293
* tuna: fix tracer permissionsZiyan2015-04-111-0/+4
|
* tuna: domx: remove backup filesZiyan2015-04-112-71/+0
|
* tuna: remove redundant egl.cfg symlinkZiyan2015-04-111-3/+0
|
* tuna: dumpstate: dump mmc0 propertiesZiyan2015-04-111-0/+4
|
* tuna: update storage_list.xmlZiyan2015-04-111-3/+1
| | | | https://source.android.com/devices/storage/config-example.html
* tuna: remove obsolete stuffZiyan2015-04-113-10/+1
| | | | Change-Id: Ibbff09829d354a4e39adcf12d403c5dceb96d291
* tuna: cleanup domx definesZiyan2015-04-111-60/+8
|
* tuna: enable multiuser supportZiyan2015-04-111-0/+5
|
* tuna: add hardware key overlaysZiyan2015-04-111-0/+28
|
* camera: Remove a lot of cruft tuna doesn't need/support.Kyle Repinski2015-04-1110-19/+112
| | | | | | Looks kinda messy, but runtime results are better. Signed-off-by: Kyle Repinski <repinski23@gmail.com>
* camera: Fix minor bug in a tuna workaround & disable a TI workaround we ↵Kyle Repinski2015-04-111-1/+6
| | | | | | don't need. Signed-off-by: Kyle Repinski <repinski23@gmail.com>
* camera: Clean up some logcat spam.Kyle Repinski2015-04-113-3/+5
| | | | Signed-off-by: Kyle Repinski <repinski23@gmail.com>
* camera: Fix compiler warnings, remove some S3D stuff.Kyle Repinski2015-04-1116-30/+70
| | | | Signed-off-by: Kyle Repinski <repinski23@gmail.com>
* camera: Limit tuna to 2 camera sensors.Kyle Repinski2015-04-111-0/+4
| | | | | | | We were not only attempting to access a mythical third sensor, but also seemed to think it supported STEREO (3D) mode, crashing Ducati. Thanks to @Hashcode, remembered he did something like this for jem a while back.
* camera: Set default resolution back to 320x240.Kyle Repinski2015-04-111-1/+1
| | | | With the capabilities fixed up, I don't think this is needed anymore.
* camera: Forcefully add jpeg picture format to supported formats.Kyle Repinski2015-04-113-2/+30
| | | | | | | | Also a few minor bugfixes/workarounds. All camera apps I've tested (including AOSP and Google Camera) function well now. Few issues left to fix, but this has been very successful so far. Signed-off-by: Kyle Repinski <repinski23@gmail.com>
* camera: Fix more tuna issues, spruce up debugging.Kyle Repinski2015-04-1114-26/+80
| | | | | | | | | | | | | | - Move very verbose logs under new CAMERAHAL_SUPERVERBOSE and co. - Add back 'default focal length', as tuna just reports '.' when trying to auto-fetch it. - Hardcode camera facing values in insertFacing (sensor ID 305 is rear, the other (306) is front). - ifdef out more things that will cause tuna to... lose its gills. - 'Fix' preview resolutions not being inserted. - Enable a few built-in workarounds that were under the 'CAMERAHAL_TUNA' define. At this point, a few intelligent camera apps can handle the camera 'OK'. AF is very spotty. Signed-off-by: Kyle Repinski <repinski23@gmail.com>
* Fix camera build, rename libtiutils.Kyle Repinski2015-04-115-13/+26
| | | | | | | My local make of camera.tuna didn't pick up on a few changes I made to the makefile. Renaming libtiutils as other devices use a libtiutils_custom as well, but ours isn't a 1:1 match with theirs.
* camera: Update camera HAL.Kyle Repinski2015-04-1156-5339/+15072
| | | | | | | OmapZoom p-jb-release branch with 'CameraHal: Camera Capabilities query update' reverted, as well as a bunch of stuff ifdef'd out. Needs a lot of work still. At this point it's a regression, but it has to be done.
* camera: More-or-less disable face detection.Kyle Repinski2015-04-116-6/+24
| | | | This is causing a lot of problems.
* Small domx and camera bugfixes.Kyle Repinski2015-04-114-11/+17
| | | | | Mostly just fixing compiler warnings. Also fixed omx camera proxy trying to use the now-useless gComponentBufferAllocation.
* tuna: add CM performance profilesZiyan2015-04-112-0/+20
| | | | Change-Id: I2483138a786934f65eb3f17723d8be813942e166
* tuna: remove custom recovery uiZiyan2015-04-113-123/+0
| | | | | | The default UI can do the same now. Change-Id: I20946210f5dff40f65490fc81e98b087795b440b
* tuna: increase hispeed_freq to 920 mhzZiyan2015-04-111-1/+1
| | | | Change-Id: Iecbc07f26a7c8efe589e6d8f8216a14c55ffccc9
* tuna: audio: mark unused parametersZiyan2015-04-111-31/+31
| | | | Change-Id: I26e7436513bacf951a0cf4fc252521a8f1cdd3d8
* tuna: move tty_enabled overlay to TelecommZiyan2015-04-111-0/+0
| | | | | | It has been moved in Lollipop. Change-Id: I0956b4f8d8e801131e162cf0ea1a06cdee5b27c5
* tuna: only start the doze component after the screen has been turned offZiyan2015-04-111-0/+4
| | | | | | Fixes screen off animation glitches. Change-Id: I68424451acb957e8a2b71a10890208235e925bae
* sgxfreq: add sysfs interface to store frequency limitKetut Putu Kumajaya2015-04-111-1/+21
| | | | | | | | Utilize all in kernel GPU frequencies but we can limit it to spesific value. Replacement for the old in kernel gpu_oc sysfs interface to verclock the GPU, have no harm to non-overclocked kernel Change-Id: I2d9d1f05b0306de074ffdd327e9bf2a23c9d973f
* tuna: add support for CMHWZiyan2015-04-117-1/+358
| | | | | | | | | | | | - Adaptive backlight - Color and gamma calibration - LTO - Vibrator control Also switched to cyanogenmod_tuna_defconfig, since these features require non-stock kernel configs. Change-Id: I5d5b0999c91690eb4c46ce33b6040bc52c0d9cb9
* Revert "Use accelerometer for desk docks."Ziyan2015-04-111-1/+0
| | | | | | This reverts commit add20b82fd2c8dddd7a5974889b55567c4d7b756. Already set to true by default.
* Revert "Disable marquee fading edges"Ziyan2015-04-111-2/+0
| | | | | | | | This reverts commit b045f60889a58a19d3f6bc313a40e293fabe3f63. Starting from 5.0, this is already set to false by default. Conflicts: overlay/frameworks/base/core/res/res/values/config.xml
* tuna: disable fRom for nowZiyan2015-04-111-0/+1
| | | | Binary is non-pie.
* tuna: audio: align widget names with recent kernel changesZiyan2015-04-111-5/+5
|
* tuna: audio: add parameters to open stream functionsZiyan2015-04-111-2/+5
| | | | | | | Pass device address (and audio source for inputs) to open_output_stream() and open_input_stream() audio HAL functions. Bug: 14815883.
* tuna: audio: Add audio_input_flags_t to HAL open_input_streamZiyan2015-04-111-1/+2
|
* tuna: audio: deprecate audio_stream_frame_size()Ziyan2015-04-111-14/+13
|
* tuna: update keymaster to KEYMASTER_MODULE_API_VERSION_0_3Ziyan2014-12-131-3/+4
|
* tuna: fix most selinux denialsZiyan2014-12-137-1/+29
|
* tuna: moved fRom to vendor/binZiyan2014-12-132-2/+3
|
* tuna: add ffmpeg codecsZiyan2014-12-132-0/+2
|
* Force old camera API.Kyle Repinski2014-12-131-0/+4
|
* tuna: enable KSMZiyan2014-12-131-0/+5
|
* tuna: Add ambient temperature sensor.Kyle Repinski2014-12-135-2/+104
| | | | | | | | | | | | This leverages the BMP180's ability to sense the temperature. Requires kernel change, but there are no adverse side-effects without the kernel change. Change-Id: Ibe2228d0ab30775556acb0a034f7f0904ed1b0b7 Signed-off-by: Kyle Repinski <repinski23@gmail.com> Conflicts: libsensors/sensors.cpp
* tuna: remove unnecessary overlayZiyan2014-12-131-3/+0
| | | | Lollipop has this at false by default.