summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | aries-common: Fix orientation sensorPawit Pornkitprasan2012-04-062-7/+7
| | | | | | | | | | | | The orientation sensor will not work if the magnetic sensor was started before because the "orientationd restart hack" was put in the wrong file.
* | aries-common: Enable Camera focus modePawit Pornkitprasan2012-04-061-0/+27
| | | | | | | | | | Add overlay to prevent Camera app from removing focus mode setting when touch focus is present
* | libcamera: Fix taking photo after videoPawit Pornkitprasan2012-04-041-0/+8
|/ | | | Similar to patch 40e99e22e1a45d36b7fac9c4452aa1d74550b424 in gingerbread
* aries-common: Optimize MFC memory usagePawit Pornkitprasan2012-04-021-1/+1
| | | | Kernel memory configuration from SCH-I500 GB source (thanks noobnl)
* aries-common: Fix releasetools backup/restorePawit Pornkitprasan2012-04-012-0/+10
| | | | Also added modelidcfg to keep in sync with global
* aries-common: adb root in recoveryPawit Pornkitprasan2012-04-011-0/+2
| | | | | The new root-prevention system setting doesn't work in recovery, so we always start it as root.
* aries-common: Fix "tunnel voice" bug for Vibrant, possibly others.Daniel Bateman2012-03-311-2/+2
| | | | | | | | | | | | | | Problem: During incoming calls, some users sound very echoey to the caller. Hypothesis: setCallClockSync() is being called even entering MODE_RINGTONE, when it makes sense that it should only be called when actually entering the call itself, this also supports why it doesn't happen on outgoing calls, i.e. instantly entering the call and activating the call clock sync rather than activating it at the ringtone. Solution: Restrict setCallClockSync() to only fire when prevMode != IN_CALL && mMode == IN_CALL. Change-Id: Ie6c923846e98bb8b7e42520b831dbaf7f671d4d1
* Merge pull request #19 from FaultException/icsPawit Pornkitprasan2012-03-163-13/+21
|\ | | | | aries-common: allow for GPS init modularity
| * aries-common: allow for GPS init modularityDaniel Bateman2012-03-153-13/+21
|/
* aries-common: Remove global CFLAGSPawit Pornkitprasan2012-03-051-2/+0
| | | | | | | mfpu and mfloat-abi are already set in the build system crespo doesn't set mtune and we want to remain consistent Also see http://review.cyanogenmod.com/13035
* aries-common: libaudio: Port fixes from Gingerbread BranchPawit Pornkitprasan2012-02-232-4/+11
| | | | | | | | | - Properly set "Voice Communication" audio channel (it's not set in crespo ics branch for whatever reason. Changelog says it wasn't added in the first place.) - Add AudioOut wakelock (not sure why it was removed, changelog for ics branch says it wasn't added in the first place. Adding it won't hurt.)
* 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
|