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
New is-platform-sdk-version-at-least macro to determine
if compiling for an Android version with at least a
minimum SDK level.
Change-Id: I24a3595c75f36dff8badd50adc9c274b9109ce95
Fix a syntax error with earlier MSM8930 detection for sensors
causing the rest of the shell script to be ignored.
CRs-fixed: 416988
Change-Id: I0acc5e1923f2d0e087b9f0b858dbadd121b2782c
With this check, the start_sensor function
will not be called if the target is found
to be MSM8930
CRs-fixed: 416988
Change-Id: Icc3f8fd4969eae503679d6bac67097499ce64921
Add MSM8226 to QCOM platform list and set default USB
enumeration/LCD density setting for initial device bring-up.
Rename MSM8910 target to MSM8610.
Change-Id: Ice3679ddb38e3c8cf5aa27f1f8dbf5ce814e923e
Audio test programs should be made available only in 'userdebug' and
'eng' builds but not in 'user' builds.
CRs-Fixed: 416069
Change-Id: I0b014ad9848f6b4269c67ad5c920de48f24fc1cf
- With the current AAC OMX SW decoder, the decoding time
is increased.
- This commit is to add non-OMX AAC SW decoder which reduces
the power consumption in LPA mode.
Change-Id: Ida1ec632fa167150684c83f9e720299dfd8b5057
Fix several liquid 8974 use cases. i.e speakers configurations
are different from other platform.
Change-Id: Ib157218c6a91276f6ef1e927be0ac7df146390de
Signed-off-by: Tanya Finkel <tfinkel@codeaurora.org>
If SGLTE device is working in CSFB mode, set the voice modem index
to 0 (MSM). Also, don't start qmiproxy because it is not required
in CSFB mode, and it resets the property to 1
Change-Id: I191d1681b7f9a4934fe630c62b8e50d70ea09671
CRs-Fixed: 422233
Diag driver was using diag_mdm channel name for sglte target
which has QSC modem. In case of Fuiosn3 DSDA diag needs to
open both diag_mdm and diag_qsc channels. This requires the
renaming of the channel name used by sglte to diag_qsc as diag
driver needs to handle both channels separately.
Change-Id: I30979cb8c7035b00595298c3592bbabc9c61fdb9