| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | |
| |
| |
| | |
Change-Id: I2bc7ac6c886808910212432497f05e34596f5e85
|
| | |
| |
| |
| | |
Change-Id: I4fecd80884a86c2d9bb720c9e821bd1605814d8c
|
| | |
| |
| |
| | |
Change-Id: Id39cab7ab69ea8f67de99f5b4ee342e2c52ebedd
|
| |\| |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
In SocketClient::quoteArg function
1. Fix potential null pointer accessing issue
2. Fix potential memory leak introduced by realloc fail
Change-Id: I1ca0f9089290d43452e9a71428244545f4ed866b
Signed-off-by: Hong-Mei Li <a21834@motorola.com>
|
| |\ \
| |/
|/|
| | |
cm-10.1
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This will help get rid of android_aid.h in the kernel.
The group of the proc entries will be used in place of the default
values picked up by the xt_qtaguid netfilter module
(AID_NET_BW_STATS, AID_NET_BW_ACCT).
This change has no effect until the matching kernel changes are submitted.
Change-Id: I3c177e7b5caf9c59300eba6bd4a976634b333674
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| | |
also set all governor permissions a bit late
Change-Id: I5c1445b31bcaf34a535efd7438fd612ada460ea2
|
| |/
|
|
| |
Change-Id: Ia832ab4df5d955b2fa2b791baf9444aca21c2571
|
| |
|
|
|
|
|
|
| |
!!! PROPERTY_PERMS_APPEND !!!
This reverts commit 49506dc95cabe45332a34f9ce594a3115c4428ee
Change-Id: I815f0145845336834f9022ceba25527c47a9bd5c
|
| |
|
|
| |
Change-Id: Ife28c39da107b53b9c497be9fcbad3159031b8fe
|
| |
|
|
| |
Change-Id: I46c67a401da8de92d7ef81ad40c565bb1d2ef93b
|
| |
|
|
|
|
|
|
|
| |
Both CS_RECOVERY and CS_SIDELOAD where not being checked by
connection_state_name which resulted in adb get-state returning
unknown when a device is in those modes.
Change-Id: I00716024d6a0bdb68d6e2380c8cd7b5d056bd15f
Signed-off-by: trevd <trevd1234@gmail.com>
|
| |
|
|
|
|
|
|
| |
The adb sideload utility referes to the filename as 'sideload' in some
places. This patch changes the printouts to display the filename instead.
Change-Id: I38ada01a08bed53a8d9697c03f55ce8cee2abe12
Signed-off-by: Magnus Eriksson <eriksson.mag@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Fix bug https://code.google.com/p/android/issues/detail?id=54192
which incorrectly calculated the length of a string.
Fix compiler warning:
system/core/toolbox/mount.c:59:2: warning: initializer-string for array of chars is too long [enabled by default]
system/core/toolbox/mount.c:59:2: warning: (near initialization for 'options[16].str') [enabled by default]
Change-Id: If8663f8311c6348a730fcf731d402b57fee10cb5
|
| |
|
|
| |
Change-Id: I941230f035182e27bd62316b594ac457316c37b6
|
| |
|
|
|
|
|
| |
* wait-for-recovery is obvious.
* wait-for-online will wait for recovery || device
Change-Id: I70f747bcd201a4157b988d7ed49bcc8e5ff4c85f
|
| |
|
|
|
|
| |
* Waits for connected device to enter sideload mode
Change-Id: I65b4ad86456c13a3bbc48880e12ab7a034707b88
|
| |
|
|
| |
Change-Id: I3031e9ee38583648350f2c46baa7a9a714b9ea1e
|
| |
|
|
|
|
| |
* This is incredibly spammy and QC specifc. Move to radio log.
Change-Id: I775ea9d0fbe1b7d32da3f0e8faef28149f0001ac
|
| |
|
|
|
|
| |
We only want this when the full BSP is enabled.
Change-Id: I7bb7b0d274d1221c5bb566d4ac24419e1e134519
|
| |
|
|
|
|
|
|
|
|
|
| |
Ported from jellybean (was Change-Id: I4bc74ad6b0a473de68c906422bcd7eac00c89793)
http://review.cyanogenmod.org/33216
Signed-off-by: ChampionSwimmer <android@championswimmer.tk>
Signed-off-by: Michael Bestas <mikeioannina@gmail.com>
Change-Id: I0ee608b74a1daefe536b9247f99368f3e043f93d
|
| |
|
|
|
|
|
|
|
|
| |
-Define audio stream for FM
-Define audio source for FM RX and FM RX A2DP
Change-Id: If24e4c32916f6614e3367b4c9f2cd828562e0347
Conflicts:
include/system/audio.h
|
| |
|
|
| |
Change-Id: I9dce40b0680fdb594f415aade22dbd92ebffa43c
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: I8bd80bbcacc8f01ac4df17e013d3d68d2b86e02f
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using open() with an O_NOFOLLOW flag will result in a file falsely
being determined to be a symlink if the open fails for another
reason.
For example, a character device that isn't ready due to the
underlying hardware not being initialized yet will fail to open()
An example of this are any CG2900 device files prior to
execution of ste-cg29xx_ctrl
This uses lstat() instead of open() with O_NOFOLLOW to check
whether a file is a symlink or not.
Change-Id: Ie0d8d94b426c84c29b1b04d41a4cc15536cb307c
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: I00b5e6536511b3bedee6105bf010ee2b5f2e36ac
|
| |\ \
| |/
|/|
| | |
git://github.com/CyanogenMod/android_system_core into mr1.1-staging
|
| | |\
| | |
| | |
| | |
| | |
| | | |
https://android.googlesource.com/platform/system/core into 1.1
Android 4.2.2 release 1
|
| | | |
| | |
| | |
| | | |
Change-Id: I09b9a1ed548e4ffe1232f583e8ff5f026760f616
|
| | | |\ |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[cherry-picked from AOSP]
Program header size should be 32 instead of 40.
Bug: 7696928
Change-Id: I48e411837ff8a571544b55ccc37e20202dca424c
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The device should be power off when disconnecting from charger.
If the device enter to suspend, the device couldn't handle the power off
process. So the device shouldn't suspend to handle the power off at that time
Bug: 7429504
Change-Id: I9a0a60e53f315cd83550dc730a33bc7bd464ef67
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Looks like libsuspend is not available on all platforms.
Change-Id: Ic32dc93221f3c488e846da35235f247f4ddb4c69
Signed-off-by: Iliyan Malchev <malchev@google.com>
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
To reduce power consumption after charging completion, enable suspend when LCD
is turned off.
Bug: 7429504
Change-Id: I34731dc392661c9051a20cea74f70d94a8aaeb42
Signed-off-by: Iliyan Malchev <malchev@google.com>
|
| | | |\ \
| | | | |
| | | | |
| | | | | |
jb-mr1.1-dev
|
| | | | |/
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
On encrypted devices, persistent properties are loaded after the device
is decrypted. To properly change sys.usb.config to its persistent value,
it must first be set to "none" and then to ${persist.sys.usb.config}.
Bug: 7678835
Change-Id: I4f91245cedc04e3178ce9cee21390f5b657733c9
|
| | | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Compile libsuspend as a static library as well, currently needed by the charger
code in some cases.
Related-to-bug: 7429504
Change-Id: I113017c2c855f915b77c76d8934b6e57c0bb532c
Signed-off-by: Iliyan Malchev <malchev@google.com>
|
| | | |\
| | | |
| | | |
| | | | |
jb-mr1.1-dev
|
| | | | |
| | | |
| | | |
| | | | |
Change-Id: Ie220f5cb7b614a48ec8afe66f4721ede3a368166
|
| | | |\ \
| | | | |
| | | | |
| | | | | |
Change-Id: I70866c059c12fdba45761ecbbb6e2a4cf2aa8107
|
| | | |\ \ \
| | | |_|/
| | |/| |
| | | | |
| | | | | |
* commit 'd1e39491f063626e026304ba8abe084cc43c94da':
Add usb vendor id for Teleepoch.
|
| | | | | | | |
| | | | \ \ | |
| | | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: I89230f756ce6caee4d7fa4514f47b6b0fc44d1f3
|
| | | | |\ \ \ \ |
|
| | | | | |\ \ \ \ |
|
| | | | | | |\ \ \ \ |
|