When "persist.radio.apm_sim_not_pwdn" property is set, Sim card will
NOT power down in APM. When this property is not set, which is the current
default, Sim will be powered down in APM.
Change the default to: Set the property always. So the sim will NOT
be powered down in APM (Always ON).
Change-Id: Ic26bab3067bf30de92da9ee966b9781494420ed0
CRs-Fixed: 300064
init.qcom.mdm.sh is a script that checks the baseband version and
accordingly starts up mdm-helper. The script is defined as a service
in init.target.rc on targets that support fusion configurations.
Change-Id: I52e82f7715ea9758c5e8738635ee1eabffd5d054
Audio HAL, ALSA and PolicyManager libraries are built with optional tag
Mandate the compilation of audio libraries for 8084 target.
Change-Id: Iebe77246cd0a58bcdaa6f43272f510fbddd9ab68
Temporarily remove media profile configuration files
until underlying media HAL dependencies are in place.
Change-Id: Iea2cc927f773fb887683e132c88429d29fd45837
Kitkat related changes in camera HAL are included under this macro.
So, we need to enable this flag to compile camera HAL in kitkat.
Change-Id: I0367cabf68ad424a6519101757cd710904223216
Add a new UCM file for msm samarium. It is using wcd9306
but it is based off msm8974, therefore a new UCM file is needed.
Change-Id: Iad7876aad2ddc7d80dc9d5762d3edf0d2d57703d
Target detection and thermal config instance which is specific to
different targets will be added in thermal-engine software as default
thermal config instances. Remove thermal config symlink script from
PRODUCT PACKAGES and remove this thermal script execution code from
init.qcom.syspart_fixup.sh.
Change-Id: Ia823bf68722ede0579f2d5f80d7f915ac8274bba
There is no ALPS sensor on QRD8x10, so should not copy
android.hardware.sensor.proximity.xml file.
QRD8x10 should remove copy android.hardware.sensor.proximity.xml file.
CRs-Fixed: 508090
BTTestApp is Bluetooth Test Application to verify
OBEX MAP, PBAP and HFP profile client role specific
features and functionality.
Change-Id: Iad9d454306d0d1a65deec509808f4c2a989cd3fd
CRs-fixed: 530274
This library is charged with:
- decrypting firmware radio images during recovery update
- preventing device boot break on main/backup bootloaders update failure
Those features are implemented by registering device specific updater
script commands used by update mechanism. The library is statically
linked to Android updater executable during Android build. The commands
implemented in the library will be called by updater-script during OTA
update.
Change-Id: Ia93901ba83efd4aed833250c5d52bd18cab0a740
- Button_Jack.kl is used to redefine HEADSETHOOK
value since QCOM's kernel headset solution used
to reports a different value(256) than what's
expected by android framework(226)
- This change is not needed after kernel reports
same HEADSETHOOK value as android's default value
Change-Id: If350016a88c26297f1e7afcc5f3cd16771d5e69e
A new FMRecord application project folder has been added to handle
FM Recording.
Change-Id: I2fee3fed3e81e2bd069c11e19744cdca3941bb9a
CRs-Fixed: 515621
Add prima_wlan into to PRODUCT_PACKAGES. This change is needed to
build wlan driver for User variant builds
Change-Id: If7e9b4f0e3a2cd92ef390f9f6e5cb472457982ad
CRs-Fixed: 509116
The bt_hsic_control service is used for bluetooth to
control the HSIC bus state for power management.
CRs-fixed: 495435
Change-Id: Iebb32d63ae0eb297cb57c415b7a5fc50bf2d96f5
The FastBoot apk is used to support the fast power on functionality.
It is now installed as part of the build.
Change-Id: I66e0672c592fc8e072a8f4592f6a413fef0bffd9
Modify logic for enabling individual subsystem restart to
a shell script for more flexible handling.
Change-Id: I41fcf0de60fed844b5073a64e5a5318e9d5ea07b
Rather than error out, if not available, the build system won't include
'frameworks/base/data/videos/VideoPackage1.mk'.
Change-Id: I6f8da16d50890489276b2ee1471916b0c2c8ba2b
set BTM_DEF_LOCAL_NAME value to "QCOM-BTD". Bluetooth device
default name comes from this macro.
Change-Id: I14d04aaf7fbed657bc1aa8b12b458c0d64806340
CRs-fixed: 464836
Add APQ8084 target to QCOM platform list and set default USB
enumeration/LCD density setting for initial device bring-up.
Change-Id: I57ebbcc5d510f1e41869ab3f3b72f5200dc67e9b
A new FM application project folder has been added to incorporate
QRD FM UI changes along with old FM application.
Change-Id: I123ac078b9d279825eb7f6929e8779043d0f9aaa
Every platform need its' own UCM configuration file. Therefore added
configuration file for DB8074.
Change-Id: I8795d25dac4f61161f0b86cb6d3b66edd8940894
For different wlan driver (wcn and ath6kl), it needs to use different
wpa_supplicant.conf. Symbolic link the template wpa_supplicant.conf
as the corresponding wireless module when it's detected.
CRs-Fixed: 465923
Change-Id: If7346ae4a78e83aad2a6f5e58695a60568437977
As path of the library changed to vendor specific library path,
replacing path to reflect that.
CRs-fixed: 459125
Change-Id: Ieb1ba74517b7d0f39e21e701b4916d92b5f70b54
Android init process was extedned to recognize new boot mode
and start only required services for this mode. Init process will add
new action trigger 'ffbm', which will take care of rest of the
initialization process. 'ffbm' action trigger is defined in Qualcomm's
private init.rc file. It's functionality is identical with main
Android's 'boot' action triger except it doesnt add trigger actions
'core' and 'main'. Action trigger will start only minimal set of
services (media, adb, qcom-post-boot, rmt_storage) required for test
environment to operate correctly.
Change-Id: If50ded9c0464b6aad0d65ee9c220270d9f911c59