summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* aries-common: Remove apns-conf (already in vendor/cm)Pawit Pornkitprasan2012-02-191-4/+0
|
* aries-common: Remove front camera permissionPawit Pornkitprasan2012-02-181-1/+0
| | | | Not all devices have FFCs. Add them to device-specific device.mk
* aries-common: libcamera: Send GPS info to CE147Pawit Pornkitprasan2012-02-052-1/+58
|
* aries-common: System dalvik cache on /dataPawit Pornkitprasan2012-01-261-0/+4
|
* Revert "audio HAL: fix some audio mode transitions"Pawit Pornkitprasan2012-01-211-5/+3
| | | | | | | | | This reverts commit 49cb776c1a5d056c345d90465f8006ef23d947b0. This commit was not present for crespo gingerbread release and breaks calls on certain modems/carriers for us (in a new way). Change-Id: If679716844d092d18a2c4c945fd3b0b8c48136f9
* aries-common: Rename PHONE_STORAGE to SECONDARY_STORAGEPawit Pornkitprasan2012-01-193-3/+3
| | | | | SECONDARY_STORAGE is the AOSP variable for additional storage and is used by the SQLite trigger _DELETE_FILE
* AriesParts: Display gamma values properlyPawit Pornkitprasan2012-01-161-1/+1
|
* AriesParts: Rename v0 gamma to just gammaPawit Pornkitprasan2012-01-153-47/+47
|
* 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
|