• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


RSS
Rev. Zeit Autor
98b70c4 2016-09-04 08:46:00 Pawit Pornkitprasan

charger: allow home button to wake

A squashed commit of the following:

commit 6ce21d726a967b2cc942476758b9ab3851ff39f1
Author: Pawit Pornkitprasan <p.pawit@gmail.com>
Date: Sun Feb 3 22:21:32 2013 +0700

charger: do not suspend when handling home

When using Google's suspend implementation, home press should also wake
the device from suspend

Change-Id: I51f3e45c5cb418b0b3718e7223a1336876379043

commit 75a7cf84df719d8cf5cd77093b3f9fee3c09017e
Author: Pawit Pornkitprasan <p.pawit@gmail.com>
Date: Sat Jul 21 22:09:37 2012 +0700

charger: allow home button to wake

On certain devices (e.g. galaxysmtd), the user expects the physical
home button to be able to wake the device as well as the power button.

Change-Id: If764f36aba3810dfa5233af8baf0a740b04889e0

Change-Id: I362b227e26bc864a2cad471df799bce2d682ecee

4ae3b56 2016-09-04 08:46:00 Fenglin Wu

healthd: charger: Add tricolor led to indicate battery capacity

Add led to indicate battery capacity when doing off mode charging. The
led behavior is design as below:
i. Shows red led if capacity is lower than 15%.
ii. Shows yellow (red + green) led if capacity is
lower than 90% but higher than 15%.
iii. Shows green led if capacity is higher than 90%.

Change-Id: If637defec8a04e859b00a6492ec1f95d6bff2200

be285f5 2016-09-04 08:46:00 Chirayu Desai

toolbox: new applet restart

- stop + start
- for the lazy.

Change-Id: Ie0ef0e27f5b7819a5575ece6b82c5813f4e38420

00b1b8d 2016-09-04 08:46:00 Biswajit Paul

ueventd: Add bootdevice links support for selinux

Adding bootdevice support to define context on common symlink.

Change-Id: I25d7239614539d1ef2c9920e2c321824ee2c664b

5f5d081 2016-09-04 08:46:00 Steve Kondik

libutils: Improve support for POSIX timers

* Don't repeatedly try to open nonexistent devices where possible.

Change-Id: Id1f18d05943a66978d430556fa16ed761e8e464b

413aa13 2016-09-04 08:46:00 Ricardo Cerqueira

Update permissions to the superuser binary

Change-Id: Ia382c74854cfbe625653b8b6b016b37f93132658

50cf759 2016-09-04 08:46:00 Shantur Rathore

Set gateway properties for being accessible in DataCallResponse

Some devices need gateway properties to be set inorder to setup route correctly

Change-Id: I45dce29de916f07eb79fad77dec914787c78e7ce

da5eaf5 2016-09-04 08:46:00 myfluxi

healthd: charger: Increase unplugged shutdown time to 5s

1 second is a too short delay for some chargers such as
hammerhead's. Increasing it a bit fixes off-mode charge.

Change-Id: Ibcd2cf68b4f56fcfbcbf8a25ee4e18d1eab73037

480593f 2016-09-04 08:46:00 Keith Mok

Fix build break for multiple definition

Remove unneeded library linked

Change-Id: Ice26d83a73c59460d717340ca57ee898d002dc54

690ddfa 2016-09-04 08:46:00 Steve Kondik

adb: Fix compilation issue

Change-Id: Ia3284d5b8e428474726f64231f8142cf2474b17f

dff4761 2016-09-04 08:46:00 Christopher R. Palmer

init: Make restorecon_recursive work for /data/

In the following commit:

commit f2b7ee765516c84a9995e3acdc8fbcd7dc1b33cc
Author: Stephen Smalley <sds@tycho.nsa.gov>
Date: Thu Feb 6 13:52:52 2014 -0500

Apply restorecon_recursive to all of /data.

they removed all the adhoc restorecon_recursive of subdirectories
of /data/ and replaced it with:

# Set SELinux security contexts on upgrade or policy update.
restorecon_recursive /data

Unfortunately, that is a no-op because restorecon doesn't recurse
through /data/ unless you add a FORCE flag.

Since the expectation seems to be that the recursive restorecon
in init will actually work, update the built-in to add the force
flag and a flag to allow /data/data to also be recursed through.

[RC: Removed the DATADATA flag. It throws a ton of errors, and it's
supposed to be handled by seapp_contexts, not file_contexts. The actual
root paths, however, now get their individual restorecon calls so that
installd can deal with them]

Change-Id: I435c505188e924b27ef2e6a2e0ee0a6951e43f0e

50279b4 2016-09-04 08:46:00 Ricardo Cerqueira

init.rc: Import CM's init rc

Change-Id: Ia0d2ba653ceeaf0139c20b49e034f39aed33cb03

ff6444a 2016-09-04 08:46:00 Brint E. Kriebel

init: update recovery when enabled in settings

Update the recovery image only if the option is enabled
under Developer options

This reverts commit 231e0a9e6a1da6fa4a188840f68af649669e417f.

Change-Id: I928f7ee8bb3eaf5581bb8225661d253ecca0c4ef

Change CM recovery install script filename [2/2]

This is part 2/2 to maintain backwards compatibility with CWM's
verify_root_and_recovery() function. CWM checks if install-recovery.sh
exists and has an executable flag set, then offers to disable the script
for the user. CM now controls this with the persist.sys.recovery_update
property which is configurable via settings, so we don't need to
double-check this.

This changes the name of the recovery install script to
install-cm-recovery.sh.

Change-Id: I275dd358b46c626dfcb8fe02c583a308d5a89c56

init: Move install-recovery.sh back to the standard location

L moved the location of install-recovery.sh from /system/etc/ to
/system/bin. Since CWM recovery isn't looking for this location
anyway, let's return the file to this standard location. This allows
all other code in L to function properly.

Maintain the change to the init to allow flash_recovery to be disabled
in settings.

Change-Id: I8a85db8addeb75a2fd60d809c5ed4edc619ef7ed

f6d968b 2016-09-04 08:46:00 Steve Kondik

adbd: Disable "adb root" by system property (2/3)

* Require persist.sys.root_access=1 on non-eng debuggable builds

Change-Id: Iedab030e81ffb525fed64aed80cf0014f3e07073

cf98116 2016-09-04 08:46:00 David Ng

init: Add vendor-specific initialization hooks.

Allow optional vendor-specific initializations
within init. This can be used for runtime
initialization setup that init rc scripts do
not support.

Change-Id: I7623a0d59b18f9ec8e3623958e2f7ccd72b877bf

da69f53 2016-09-04 08:46:00 quanganh2627

Rename libext2_uuid -> libext2_uuid_static lib

Change-Id: I2dd416558321c424bca97efa973ee5a68b742a64

c7829b5 2016-09-04 08:46:00 Keith Mok

fs_mgr: When formating f2fs volumes, respect the length parameter

When formatting a volume because it is marked as formattable, the
length parameter is discarded which makes fs_mgr write a filesystem
to the full length of the block device.

This patch adds length semantics to f2fs formatting, if the length
is greater than zero, use that, if it isn't subtract that size
from the block size.

Change-Id: I526f80aa299e7b34e9802141e7fa7050d5cb5558
Ticket: SAMBAR-729

39f5dea 2016-09-04 08:46:00 Diogo Ferreira

fs_mgr: When formating ext4 volumes, respect the length parameter

When formatting a volume because it is marked as formattable, the
length parameter is discarded which makes fs_mgr write a filesystem
to the full length of the block device.

This patch adds length semantics to ext4 formatting, if the length
is greater than zero, use that, if it isn't subtract that size
from the block size.

Change-Id: I4d18d5161360f8de0e571352e705678682e61332
Ticket: CYNGNOS-931

2bf54d3 2016-09-04 08:46:00 Sultan Qasim Khan

fs_mgr: zram: allow specifying stream count

This parameter allows specifying the number of parallel streams
to be used in compression and decompression. This option was added
in Linux 3.15, so it is not very common among devices currently on
the market, but it has been backported to some kernels. This option
must be set before zRAM is activated, as the kernel does not allow
switching from single stream to multistream compression once zRAM
is active.

Change-Id: I3f5ad96a65b3b4a6915d2700c398a236ea8931b0

97fa4f0 2016-09-04 08:46:00 Dan Pasanen

fs_mgr: Skip filesystem check unless fs_type matches

* Prevent accidentally destroying a partition of the wrong type.
* Don't skip iterations of the internal mount_all loop, otherwise
encryptability may not be properly handled.

Change-Id: I8f3ddc396a5fb85f4ae0a0a11dd61fb4d6462d6d

c5ca7e8 2016-09-04 08:46:00 Dan Pasanen

fs_mgr: Add fs_mgr_get_entry_for_mount_point_after to header

* Add this function for recovery to use

Change-Id: I314c5452a337245ecac5c9628ad0568018e1cf7b

37adfb9 2016-09-04 08:46:00 Adnan Begovic

logcat: Map '-C' to 'logcat -v color'

Change-Id: I0419f4551a6dfd77c7d4833050b36da28113ed9b

795a2d7 2016-09-04 08:46:00 Steve Kondik

cutils: Add support for ioprio cgroup

Change-Id: I335816304573149c1d96c5e6ea804a49e7695996

8e5f862 2016-09-04 08:45:59 Steve Kondik

Forward-port mkbootimg / unpackbootimg support

* Mostly from Koush and Seth Shelnutt

unpackbootimg (squashed)

unpackbootimg ported forward from eclair

Change-Id: I74d2df0b47d40e7105cc58c2b05f8f383dc7f8a0

port forward pagesize arg from eclair

Change-Id: Ia789a4f392a3890aa0efa7efb42032482b48beb0

unpackbootimg should output BOARD_PAGE_SIZE

Change-Id: Ieb5cda01943a33da97eee4d025f56c2c6e7560e8

output page size in mkbootimg

add an option to override the pagesize for boot images created by nubs. ie, acer liquid mkliquidbootimg.

Change-Id: Ie0c7e67edf5ae59019517e72b9be8c0b81388e41

Update unpackbootimg to verify the Android boot image magic value. It will also search the first 512 bytes for padding.

Change-Id: I490cba05f2bb616a3f64e3271ecaa61eb9e64be8

unpackbootimg: Fix up the padding search in case the magic does not fall on a 8 byte boundary.

Change-Id: I57471f9c2117cd7965b6958ea0aa88e356436da6

unpackbootimg: Fix magic search.

Change-Id: I68470b637556a08e48ff72b7ef8811cba13b04ad

unpackbootimg: apparently mkbootimg no longer accepts hex values

Change-Id: I95a33f7b40470e4500d418d863a65a75e7aa8499

unpackbootimg: Need to also update the written file.

Change-Id: I45faddbae85273c79b2837f97933634b6e70546f

ramdiskaddr is now ramdisk_offset

Change-Id: I3bf83af5f7001f581506dc7fd9b1eb653334ad35

unpackbootimg: remove host LOCAL_MODULE_TAG

Change-Id: I199d680dc5ab8bf50f5be65c29095bf3adade695

unpackbootimg: Add support for device trees

Change-Id: I340eed99d2274a2f4cbaf5a9f27726ff3a9302e5

unpackbootimg: Add support for detecting lz4 compressed ramdisks

This will check for lz4 magic, and if found change the extension of the
file. Else it'll fall back to the default behavior of assuming gzip. This has
been tested with stock LS980 boot images and LS970 boot images for lz4
and gzip respectively.

Change-Id: If2139ff172397b6db079ffb7ab9cb61897c38fb3

unpackbootimg: Add support for dumping ramdisk offset

Change-Id: Ic62b9fe61db4435ecbc52b66db5ffc9b9d79cbb4

unpackbootimg: Add support for second, second_offset and tags_offset.

Change-Id: Ia7ef7f00191dbf2c44736c4e4d980f72afa8c253

fd059bd 2016-09-04 08:45:59 Ameya Thakur

init: Add support for reading contents from a raw partition

We now support reading the contents of a image that exists on a raw
partition.

Change-Id: I981321f5918030e454a6923d886ab841316847d5

6789148 2016-09-04 08:45:59 Chunmei Cai

init: update ownership of LED blink file

Update ownership permission of red/green/blue LED 'blink' file so that
system service can update the blink property.

CRs-Fixed: 936764
Change-Id: I212505412d8e8bbd03b72482d1d68305079cd742
Signed-off-by: Chunmei Cai <ccai@codeaurora.org>

6c91552 2016-09-03 02:36:13 Mark Salyzyn

logd: crash in prune mLastWorstPidOfSystem

(cherry-pick from commit 1eefca281ee837d183e49951ae29683d8665129a)

mLastWorstPidOfSystem is supposed to be indexed by element->getPid()

Bug: 31237377
Bug: 30797725
Bug: 30688716
Change-Id: I81a55e92f175ded1c571a0aa8836736d86b36b1d

aa631f1 2016-09-02 21:08:02 Jaap Jan Meijer

Merge remote-tracking branch 'cm/cm-13.0' into cm-13.0-x86

bfd8eaf 2016-09-02 03:09:02 Narayan Kamath

liblog: don't bother keeping FD around once it's mapped.

Posix and linux explicitly state that this isn't necessary.

bug: 30963384
Change-Id: I2cc16ded04f0ebc909dc3027e02867594fb49d05

e6784dc 2016-09-02 02:58:54 Linux Build Service Account

Promotion of android-framework.lnx.2.0-00005.

CRs Change ID Subject
--------------------------------------------------------------------------------------------------------------
1054828 I754f912c409fdf29f427b11763927405fbf877b4 debuggerd: Set timeout on native proc trace collection

Change-Id: I4f77ff306772f0a614cd6325a557d17deac81de2
CRs-Fixed: 1054828