summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* aries-common: Call setBatchReflection after setting video recording parametersPawit Pornkitprasan2012-01-141-0/+2
| | | | | | | ce147 requires setBatchReflection driver to be called after setting the parameters. This is usually done when set in setParameters, but in this case it is called manually from SecCamera.cpp, so it must also be called manually.
* AriesParts: Add v0 color gamma and mDNIe SettingsPawit Pornkitprasan2012-01-108-7/+216
|
* Revert "aries-common: Update updater.sh for swapped sdcard/emmc mountpoint ↵Pawit Pornkitprasan2012-01-082-19/+11
| | | | | | | | | | (properly, this time)" This reverts commit 78563fa71a3b54fcc31e04ab39730af7ea56a581. Revert for now. Recovery is buggy with these switched: - 20s wait when using ROM Manager/installing from CM7/stock - Unable to backup/restore /sdcard/.android_secure because it's at /emmc/.android_secure
* aries-common: Update updater.sh for swapped sdcard/emmc mountpoint ↵Pawit Pornkitprasan2012-01-082-11/+19
| | | | (properly, this time)
* Revert "aries-common: Update updater.sh for swapped sdcard/emmc mountpoint ↵Pawit Pornkitprasan2012-01-082-20/+15
| | | | | | | | (completely untested)" This reverts commit 4c7fdfec6159474525e46f2dca383203f5464e3a. Not needed
* aries-common: Update updater.sh for swapped sdcard/emmc mountpoint ↵Pawit Pornkitprasan2012-01-082-15/+20
| | | | (completely untested)
* aries-common: Remove TARGET_RECOVERY_PRE_COMMAND, the kernel now handles thisPawit Pornkitprasan2012-01-071-1/+0
|
* libaudio: Re-enable logging with read/write logging disabledPawit Pornkitprasan2012-01-071-5/+5
| | | | | This should give enough info for debugging when users report call not working.
* media_profiles: Add timelapse profile for 720pPawit Pornkitprasan2012-01-071-0/+14
|
* Edit ril_class for new RIL loading systemPawit Pornkitprasan2012-01-051-1/+1
|
* libaudio: ignore if target has its own libaudio (such as fascinate)jt11342012-01-041-0/+4
|
* aries-common: Remove device.rc importPawit Pornkitprasan2012-01-031-3/+0
| | | | | We don't use this and it causes init to think that the 'on boot' section ends at that point
* sec_mm: Disable HW decoding when TV-Out is enabledPawit Pornkitprasan2012-01-034-0/+25
|
* AriesParts: Don't disable TV Out service on sleepPawit Pornkitprasan2012-01-031-2/+2
| | | | | The underlying library will not disable and release the service properly causing TV Out to be broken until next reboot.
* Improve 720p video recordingPawit Pornkitprasan2012-01-012-6/+1
|
* Merge pull request #16 from Helvio88/icsPawit Pornkitprasan2012-01-012-0/+72
|\ | | | | PT-BR Translations for SGS TV-OUT
| * PT-BR Translations for SGS TV-OUTHelvio Pedreschi2012-01-012-0/+72
|/
* aries-common: libcamera: Set slow ae and video gamma properlyPawit Pornkitprasan2012-01-011-6/+7
|
* aries-common: More parameters for video recordingPawit Pornkitprasan2012-01-011-0/+4
|
* aries-common: Implement camera zoom (original implementation by havlenapetr)Pawit Pornkitprasan2012-01-011-0/+20
|
* Remove touch to focus loggingPawit Pornkitprasan2011-12-311-2/+2
|
* aries-common: Implement touch to focus (original implementation by havlenapetr)Pawit Pornkitprasan2011-12-315-4/+152
|
* Set ro.vold.umsdirtyratio to speed up UMSPawit Pornkitprasan2011-12-311-0/+4
|
* Fixed hwcomposer (broken in 88520338e7e2d8587e0c6d9bac912a588a037d64)Pawit Pornkitprasan2011-12-311-2/+2
|
* Disable verbose logging for libaudioPawit Pornkitprasan2011-12-311-1/+1
|
* Update libaudio from crespo (with FM added)Pawit Pornkitprasan2011-12-3111-2674/+757
|
* AriesParts: Remove icon from launcherPawit Pornkitprasan2011-12-311-7/+0
|
* Fix conflict with generic defines (for now)Pawit Pornkitprasan2011-12-302-61/+61
|
* Update BoardConfigCommon from crespoPawit Pornkitprasan2011-12-301-2/+2
|
* Switch default to mass storagePawit Pornkitprasan2011-12-301-1/+1
|
* Update config.xml from crespoPawit Pornkitprasan2011-12-301-0/+6
|
* Merge pull request #15 from Kaik541/renamePawit Pornkitprasan2011-12-289-16/+16
|\ | | | | Incredibly stupid renaming process
| * more renaming for device settings compatibilityShawn Alty2011-12-275-7/+7
| |
| * Mass rename of com.cyanogenmod.AriesParts to com.cyanogenmod.settings.deviceShawn Alty2011-12-279-9/+9
|/ | | | Needed (possibly?) for "Device Settings" to work.
* aries-common: Fix orientation sensor on kernel 3.0Pawit Pornkitprasan2011-12-272-0/+8
|
* Revert "Increase minimum brightness"Pawit Pornkitprasan2011-12-261-1/+4
| | | | | | This reverts commit 8bb709a522fd5f2681783361b8686a9ecccaf47f. We now use herring's framebuffer which does not have this problem
* AriesParts: Default TV-Out to disabledPawit Pornkitprasan2011-12-261-1/+3
| | | | | | If the user has not plugged in a headphone/TV-Out cable since boot, there would be no sticky intent and the TV-Out checkbox would be enabled. Disable it by default.
* Merge pull request #14 from Kaik541/icon2Pawit Pornkitprasan2011-12-262-1/+2
|\ | | | | Add an icon for AriesParts
| * Add an icon for AriesPartsShawn Alty2011-12-262-1/+2
|/
* Increase minimum brightnessPawit Pornkitprasan2011-12-251-4/+1
| | | | Our framebuffer doesn't handle brightness that low well
* libsensors: Update from crespoPawit Pornkitprasan2011-12-235-69/+25
| | | | | | Light sensor now uses calculation instead of pre-determined values Requires updated kernel
* libsensors: Fix line endingPawit Pornkitprasan2011-12-2319-2606/+2606
|
* libcamera: Implement user-space AF polling for CE147Pawit Pornkitprasan2011-12-233-4/+30
| | | | Required for linux 3.0
* libcamera: fascinate has LED flashjt11342011-12-191-0/+4
|
* Store crypto footer in /efs instead of fs footerPawit Pornkitprasan2011-12-182-1/+3
|
* libcamera: Parameters for video recording: continuous af, slow ae, gammaPawit Pornkitprasan2011-12-181-4/+24
|
* libcamera: Fix video recordingPawit Pornkitprasan2011-12-183-5/+19
| | | | Thanks to havlenpetr for the initial research work
* Fix FFCPawit Pornkitprasan2011-12-181-4/+15
|
* Revert "Camera: move AF polling code from driver into HAL"Pawit Pornkitprasan2011-12-183-43/+4
| | | | This reverts commit 3b869ce2ba1cc91c0acdcc8355a8499fc443e8a3.
* Adjust libcamera for CE147Pawit Pornkitprasan2011-12-184-3/+136
|