| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|/
|
|
|
|
|
| |
The RIL tries to put RIL reset logs into /data/log, but that
doesn't exist.
Change-Id: I9d618fbffbb8e08fb7270c2a9a4c8a97f96d504f
|
|
|
|
|
|
|
| |
- bcmdhd has background scanning support
- removing wifi.supplicant_scan_interval because it's not used
Change-Id: I1a615445018cffb95d0d855248fe134591fe3869
|
|
|
|
|
|
|
|
|
| |
The kernel driver only supports specific values and setting the delay
will fail if other values are choosen
Thanks to burakgon for reporting
Change-Id: Ia3a2b73bad13cc8da75e5ce654962ae192af9a4c
|
|
|
|
| |
Change-Id: I6fa099747baacb9f03df45a0ce60a41e7268926d
|
|\ |
|
| |
| |
| |
| |
| |
| | |
This is done through Samsung-specific "facedetect" focus-mode
Change-Id: I6b1119539dff5a1a64ce5d440f57650543fa52db
|
|/
|
|
| |
Change-Id: Ia59d5b4def7b9575c094fa07ce3f79940c9e6d84
|
|\
| |
| |
| | |
written" into ics
|
| |
| |
| |
| | |
Change-Id: I9602b49050bd501eee69460ae72d81e86f8cd885
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
Change-Id: I4e60aa0146548bf65c91343002d141ee33856421
|
|/
|
|
|
|
|
| |
To match CM standard. Not touching recovery right now as that can
cause a lot of problems.
Change-Id: I09940553b16e84a396271fcad547eb21f7eb8474
|
|
|
|
|
|
|
| |
- shbookimg.mk needs to be updated to use the built kernel
- Added kernel source path
Change-Id: Ic34bf51f22d091056940529df3313a3159b37857
|
|
|
|
| |
Change-Id: Id74997191ea66a291ec297ae554f3d21c97c48df
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
There are videos for which this doesn't work
This reverts commit ae3a4807e920b148b31dbc27587ebeda1ed2a65a
|
| |
| |
| |
| |
| |
| | |
The orientation sensor will not work if the magnetic sensor was
started before because the "orientationd restart hack" was put in
the wrong file.
|
| |
| |
| |
| |
| | |
Add overlay to prevent Camera app from removing focus mode setting
when touch focus is present
|
|/
|
|
| |
Similar to patch 40e99e22e1a45d36b7fac9c4452aa1d74550b424 in gingerbread
|
|
|
|
| |
Kernel memory configuration from SCH-I500 GB source (thanks noobnl)
|
|
|
|
| |
Also added modelidcfg to keep in sync with global
|
|
|
|
|
| |
The new root-prevention system setting doesn't work in recovery,
so we always start it as root.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| | |
aries-common: allow for GPS init modularity
|
|/ |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- 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.)
|
| |
|
|
|
|
| |
Not all devices have FFCs. Add them to device-specific device.mk
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
SECONDARY_STORAGE is the AOSP variable for additional storage and
is used by the SQLite trigger _DELETE_FILE
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
| |
(properly, this time)
|
|
|
|
|
|
|
|
| |
(completely untested)"
This reverts commit 4c7fdfec6159474525e46f2dca383203f5464e3a.
Not needed
|
|
|
|
| |
(completely untested)
|
| |
|
|
|
|
|
| |
This should give enough info for debugging when users report call
not working.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
We don't use this and it causes init to think that the 'on boot'
section ends at that point
|
| |
|
|
|
|
|
| |
The underlying library will not disable and release the service
properly causing TV Out to be broken until next reboot.
|