Added wifi-sdio-on service ,which will start sdio polling
Modification of qcom.sdio.sh ,which will always on polling
Change-Id: I1bbd0b056dd571312e8351f0679e3d36fd55f3e4
Access to Diag requires processes to be part of a new "qcom_diag" group.
Adding QMUXD, QMI Proxy to be part of this new group to be able
to log messages to Diag.
Change-Id: I9eb08ac8f44590656c0bd8f0e8ce648e9e406deb
Squashed commit of the following:
commit fef7046a2ace2c5e766d1eab249f86523213d702
Author: Royston Rodrigues <roystonr@codeaurora.org>
Date: Thu Jul 12 08:42:20 2012 +0530
Bluetooth: Add permissions for smd and rfcomm device nodes.
Change-Id: Id4bbb9269635560ec71880eb340fafc5c6b85878
commit 4eab8848774920ec0ed786f57446f831b2e6a5c9
Author: Peter Krystad <pkrystad@codeaurora.org>
Date: Mon Mar 12 16:46:55 2012 -0700
Bluetooth: Remove references to amploader utility
Amploader utility was specific to 1312 chip, and functionality has been
disabled. Remove these references so the utility itself can be removed.
Change-Id: I40e842309dbd24c98e240753c53748e432583f18
CRs-fixed: 336688
Change-Id: I0474027db9bccffcf4ab42c9f652a2b5a0aaed78
Added wpa_supplicant and p2p_supplicant service, which will
be used for standalone STA and WiFi Direct modes respectively.
Change-Id: I705c027a86489a39e792a5c09c9850a3ab53ce34
Width is made to 1088 for camcorder recording.
Maxbitrate is changed to supported value.
VideoEditor profile codec level is updated.
Change-Id: I67fba3388b27257b228fbcd8fefb74b051c1994a
External Kernel Modules should be build as just like other Modules.
AndroidKernelModule.mk introduced to build the external Kernel
Modules just like other modules in the build system.
Change-Id: I1830d7ab8f9812fc5461d3451dee6e131c6f0053
- 8660 Audio HAL and PolicyManager libraries are built with optional tag
- To mandate the compilation of 8660 Audio HAL libraries, enabled to the
PRODUCT_PACKAGES
Change-Id: I5f2a34d985cc078f331ca85bd5f9e6929a8e45db
Init process takes care of creating a userspace property using parameters
passed in kernel commandline.
Android bootloader is already sending androidboot.emmc=true for emmc targets.
Init uses it to create a property as ro.boot.emmc=true. So with that there is no
need for ro.emmc property anymore.
Change-Id: I3f49cc0a1ef01cb7ecc26e3f1becb68d3c38a313
Some unkown service is using this node to bring modem out of reset multiple times.
This is causing LPASS and MPSS crashes.
Adding change to not to change permission of this node to avoid this crash.
Need to figure out the culprit service and fix that.
Change-Id: I472f2fe147d2903b1ea65206625510eb5f66564b
sdcard service is responsible to mount a fuse sdcard. But since this
service uses data partition so it needs to be under late_start.
Another requirement is if user wants to switch to external sdcard then
this service should not start.
To fix this we use nonencrypted and vold.decrypt triggers to set the property
for this service to start.
nonencrypted is started when device is not encrypted and init is able to mount
data partition.
vold.decrypt=trigger_restart_framework is set on encrypted phone after user's
successful login in the device.
Change-Id: I24aa6395b44530555669045e85da66abb7df5da8
- Audio HAL and PolicyManager libraries are built with optional tag
- To manadate the compilation of those libraries, they have been
enabled to the PRODUCT_PACKAGES
Change-Id: I050be4503a19a371fa60d3818e2e252b60188b8a