After suspend default android configuration doesn't show display
after resuming because of USB plugged in. "config_unplugTurnsOnScreen"
config option is set to true to override default configuration.
Change-Id: Idd15bff018a517d24ba89818a834a5a49073b2df
This change is required by NSRM(network socket request manager)
and WQE(wifi quality estimation) features to intercept some
socket calls to make better decisions for system selection
and synchronize socket requests to save network signalling.
Change-Id: If42e752a92d3bbb3842716d5b2fd6a24331cbf1a
IPC Router Security Configuration(IRSC) util is used to configure
the IPC Router with security rules for QMI services. Execute the
IRSC util during the system initialization.
CRs-Fixed: 437683
Change-Id: I7c4d93580a234b81333aee340ffbfb90b3a69bae
This overlay enables bluetooth tethering and bluetooth
quick switch on mechansim for BlueZ stack
Change-Id: I58136e718076e4a0cc24ca4b9c32ac41455c0698
Conflicts:
overlay/frameworks/base/core/res/res/values/config.xml
MSM8974 Liquid device do not have hardware navigation keys.
Set property ro.hw.nav_keys to 0 to enable Android sw
navigation bar.
Change-Id: I1dd00dcf4c87727d1c92cc9daf77dd238b35c59b
Replace multiple instances of string literals with
macros so as to minimize the risk of typos. Also fix
a check for max/min DCVS slack node values.
Change-Id: I9fa80a41dffba88d144d100d146726f2c18e7540
Change display density from the measured 340 dpi to the nearest
official Android display density setting of 320.
CRs-Fixed: 428798
Change-Id: I2367dafdf0fe5db9be7fea16e4e4514ba0fce399
The adb daemon gets restarted upon "adb root" command. USB bus
reset happens when adb daemon re-open the device file. The init
script does not have to listen on service.adb.root property.
CRs-fixed: 438126
Change-Id: If8bf216bd67e6d8bf8e12020a3e31a39a4fc0dc0
Add product overlay to enable "Tethering & portable hotspot" in the
Settings menu, to advertise dual band capability, and to advertise the
lack of standard background scan capability.
Change-Id: Ia5813d1eaf55b673b57dd35497b101933d63df15
Do not create softlink to /data/system/wpa_supplicant, control sockets
are now placed in /data/misc/wifi/sockets.
Change-Id: Ib55b265bb61c94764603193a55217e602e5ef0bc
Bluedroid uses a different Android property to enable
disable BT Controller. This patch adds support for that.
Change-Id: I20dfac729d0a68a9977071723de92d3478e6aa5d
Support the following semantics for nv.bin and cfg.ini:
nv.bin:
- A "template" nv.bin file will be installed in /system/etc/wifi.
- A "production" nv.bin may be present in /persist as a result of the
manufacturing process
- A symbolic link will be populated in the firmware directory which
points to the /data partition
- The file in the /data partition will be populated from the
production file in /persist if it exits, otherwise it will be
populated from the template file.
cfg.ini:
- A "template" cfg.bin file will be installed in /system/etc/wifi.
- A symbolic link will be populated in the firmware directory which
points to the /data partition
- The file in the /data partition will be populated from the template
file.
Change-Id: I87580ae43f7182b128a4af68f3ad69937d6ba5b6