aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* falcon: init: Remove unused variableHEADn7.1n7.0mm6.0Gabriele M2016-08-301-2/+1
| | | | | | | It should have been removed with commit 593119d6d3a7 ("falcon: init: Look for metadata block to detect GPE variant") Change-Id: Ifd319bad1ea37cb1e83e9910c4e1a3bbd78526b2
* falcon: Rename hac-handset to voice-hac-handsetGabriele M2016-08-231-1/+1
| | | | | | The HAL expects voice-hac-handset. Change-Id: I5926071d6074e829fa33f551b1a6ba44d0bf888b
* falcon: Update extraction scriptsMatthias Yzusqui2016-08-202-5/+41
| | | | Change-Id: I4e05b22d6d4fc7f47007fa624436d8a0a1981e52
* falcon: mixer_paths: fix compress-voip derpMatthias Yzusqui2016-07-251-2/+2
| | | | | | It should be SLIM_0* everywhere. Change-Id: Iccc61bb04ae79e62fd5c66f4a3aed6c3ba0efe3d
* Revert "falcon: Enable proximity check on wake"fonz932016-06-291-28/+0
| | | | | | | | This reverts commit 5a761eec1bea65d5b15298d168c2f9aedce78c6b. * They're removing the support for power key, so this has no use Change-Id: I0d864a7b7f63d74e13f801e1b47449e83cd4fc05
* falcon: init: Enable sim2gsmonly old RIL featureLuK13372016-05-271-1/+1
| | | | | | * We are not RAT compatible. Change-Id: Ia264268cbd85334843ce2bb3817e7eccef560887
* falcon: Switch to standalone libinitMichael Bestas2016-05-213-8/+15
| | | | | | * No need to build the msm one Change-Id: Ife4293a454aa2ba7b6f1031c63442622b2dec8a8
* falcon: Add audio_platform_info.xml fileGabriele M2016-05-122-0/+41
| | | | | | | This was in msm8226-common, but it was removed to allow each variant to use its own configuration. Change-Id: I44fa3a2cfd287b9e419c2b5c25e207783316d19a
* falcon: add pulse bars overlay.Akhil Narang2016-04-141-0/+28
| | | | | | | * Looks much better like this, compared to default. Change-Id: I8212fcdc774a5c3903bcfccbd1f2c8ec7ff06adc Signed-off-by: Akhil Narang <akhilnarang.1999@gmail.com>
* falcon: build CMActionsfonz932016-04-021-0/+4
| | | | Change-Id: I3864d0494beb121f4c8fbdb8fc888d20e7ee8e51
* falcon: it's 2016srisurya952016-03-276-6/+6
| | | | Change-Id: Iafefda39a72afda872b8c48ccb6365ca691d7b1f
* falcon: Enable proximity check on wakeGabriele M2016-03-231-0/+28
| | | | Change-Id: Iaa5550d659d6c5450e101e691184d6769589de97
* falcon: init: Look for metadata block to detect GPE variantGabriele M2016-02-281-4/+1
| | | | | | | This partition is only available for the GPE variant. Look for that rather then executing blkid. Change-Id: Ib75322cacaa1d209b732d896269a3fdfadd287fc
* falcon: Increase headphone output gainGabriele M2016-02-271-8/+8
| | | | | | | | Set the headphone output gain to the maximum value. This minimizes the gain loss caused by http://review.cyanogenmod.org/#/c/125998/ without bringing back the static noise. Change-Id: I4e250244e260c0d42d91504bf5f37f3d5d2f4d5e
* falcon: Decommonize WCNSS NV binaryGabriele M2016-02-182-0/+4
| | | | | | | | | The previous binary was causing random issues with channel 13. Go back to this one, which works just fine. This partially reverts 4a03d569116a5b7dd8de875944594b2a53cab8c3. Change-Id: Ifea98f61a85821c5e252dc29d948388335c8a099
* falcon: move WCNSS bin to msm8226-commonLuca Stefani2016-02-132-5/+1
| | | | Change-Id: I23640c861e86a2ce0f3b9f9b77994368aa51b81b
* falcon: configs: Add initial incall recording valuesMatthias Yzusqui2016-02-131-0/+5
| | | | Change-Id: I5608eb7bc6d53f6c08c9a164f93b0acc944ffa2f
* Revert "falcon: Add button jack keylayout"Gabriele M2016-02-132-8/+0
| | | | | | | | The values reported by the kernel are not correct, so ignore them. This reverts commit 9212a63c396ceed4d59f2f22a21c7db65a1e3abe. Change-Id: I101fd1087a38f14b667a2e35a90a8562d45fd976
* falcon: init: Detect Boost MobileGabriele M2016-02-021-1/+26
| | | | | | | Look for ro.home.operator.carrierid=BOOST in /persist/prop/ro_cust.prop to determine if the carrier is Boost Mobile, or fallbacks to Sprint. Change-Id: Id6212eb01283fd52835faf2c1403ca27fd0c18fb
* falcon: init: Additional CDMA propsGabriele M2016-01-251-0/+7
| | | | | | Found in Motorola factory images. Change-Id: Ib9f9dba4a812621860047cce440e4e2ce5a27f3c
* falcon: Allow to install cm-13.0 on CDMA variantsGabriele M2016-01-251-1/+0
| | | | | | | | | Even though this commit is not what really allows it, let's pretend it is. This reverts commit 12560834de5ca7adfec93d8ac9af0545bc0b62e1. Change-Id: I1720867c8168416705048a34e028f61f875d76e1
* falcon: Add a CDMA specific APN listGabriele M2016-01-254-0/+191
| | | | | | | | | | | | | | Since CDMA users are not allowed to edit their APN list from the settings and that only a limited number of carriers needs to be supported, add a CDMA specific list that is guaranteed to work. This additional list is placed in /system/etc/apns-conf-cdma.xml and if ro.boot.radio is 0x3 (i.e. CDMA), /system/etc/apns-conf.xml will be replaced with a symlink to it. Since we are now using a custom releasetools, add the code that checks the bootloader version that is now in msm8226-common. Change-Id: I9919afd583505e679fb93cd7eebe2db0f082afbf
* falcon: init: Fixup CDMA carrier detectionGabriele M2016-01-251-11/+49
| | | | | | | | | | | | | | | | | | | | | | | | falcon_3.img.gz exists in many variants and is always a symlink to falcon_verizon_3.img.gz, so it's not enough to determine the carrier. Moreover, there are more carriers than just Verizon and Boost Mobile. Also, the numeric for Boost Mobile is different from the one used in factory images. - If ro.boot.carrier=vzw, set the properties for Verizon. This property is not normally available and can be set using the following fastboot command: fastboot oem config carrier vzw - If /pds/public/usc/ exists, set the properties for U.S. Cellular. This directory is created by init.usc.rc, available only in USC factory images. - If /persist/prop/ro_cust.prop exists, set the properties for Sprint MVNOs. This file is most likely available for Sprint MVNO. Other carriers are not supported. However, this should not cause issues with mobile data, calls and SMS. Change-Id: Ia789338cad410603a225c95523e713c28cf72d5e
* falcon: init: Minor code refactoringGabriele M2016-01-251-18/+10
| | | | | | | Check the filesystem type of /data only for XT1302 and move the common CDMA properties in the common part. Change-Id: Ibfdffc097e3b03ed20f1b300b058f7c4171c131d
* falcon: Snap: Disable ZSLGabriele M2016-01-251-0/+27
| | | | | | | | | | | | If ZSL is enabled, the HAL might automatically force a lower fps (depending on the current resolution). This causes problems if the normal fps range is not restored before changing configuration (e.g. changing resolution, enabling HDR, switching to video mode). When this happens, the sensor gets stuck at low fps, the preview becomes dark and an invalid fps preview range might get selected, leading to a crash. Disable ZSL to prevent all these issues. Change-Id: I0b00dd65a1ff88547d39874ec1c60fb9263335f7
* falcon: Set CDMA subscription to NVGabriele M2016-01-201-0/+1
| | | | | | The default CDMA subscription was changed to RUIM. Change-Id: I11c4d2a88eaafd3ecaaba3d616dac1354341d9e2
* falcon: Exclude unsupported HFR modesLuK13372016-01-151-0/+35
| | | | Change-Id: I998d63fe26c5e64f80ce6ee4c2de4662389d4b6f
* falcon: Rename camera HAL to be wrappableLuK13372016-01-111-1/+1
| | | | Change-Id: Ia908018334ee15a65e0a7d88d938e4a40751a2cc
* falcon: Add button jack keylayoutGabriele M2016-01-072-0/+8
| | | | Change-Id: I766fc6ccf6763285a11704661436b52fa82336e2
* falcon: update dependenciesdesaishivam262016-01-041-0/+5
| | | | Change-Id: Ia676eb1892b4eeefe1c35c6991b6fccdacc1f22a
* Revert "falcon: Enable config_proximityCheckOnWake overlay"desaishivam262016-01-041-20/+0
| | | | | | This reverts commit c4b58ea755134b90c639e4e6172c48455433dd53. Change-Id: I075370c95c92d3603012af793583a5dc13d0d223
* dependencies: fix derpdesaishivam262015-12-291-1/+1
| | | | Change-Id: I1502c7d5d6645fbfcd0506ebeaedd017f1124b0f
* falcon: Partially switch to L camera blobsGabriele M2015-12-281-0/+18
| | | | | | | | Using titan blobs didn't work well, so partially switch to L blobs. This fixes the issues with the camera such as poor performance in low light conditions and broken exposure settings. Change-Id: Ic04d2c8db52fcf391a4cd677ea8a827488e6d790
* falcon: Switch to open source sensors HALGabriele M2015-12-281-1/+0
| | | | Change-Id: I4cbd7af6dc6dd4217f55d7d588e80b8582bafe89
* falcon: update aicp.dependenciesdesaishivam262015-12-201-4/+20
| | | | Change-Id: I07b609aab1af6e222ce6fd5b890036fb6fb263d2
* falcon: remove aicp.mkdesaishivam262015-12-191-9/+0
| | | | Change-Id: I925c8d1d69a2842da7d1915de20640fa57800675
* falcon: Enable config_proximityCheckOnWake overlaydoc HD2015-12-191-0/+20
| | | | | | -- Use default timeout value (250ms) Change-Id: I4a05f10642253bfd1816d8d6b8a8503eb1bb05c5
* falcon: Add radio version whitelistGabriele M2015-12-191-0/+1
| | | | | | CDMA is not yet supported, so don't let users flash broken builds. Change-Id: Iaf3c7d958385abdc099ab9943e6155e60af9c79b
* falcon: init: Update shell commands pathsGabriele M2015-12-191-2/+2
| | | | | | | Also, drop the unneeded grep. This should fix the dection of /userdata filesystem and CDMA variant. Change-Id: I3531d463e49de734c21ff0174f22db62123c3ed9
* falcon: init: Update fingerprintsGabriele M2015-12-191-12/+12
| | | | Change-Id: I87e15526f580dd61c8239b063e5129f4c506f866
* Revert "Fuck recovery"desaishivam262015-12-191-1/+1
| | | | | | This reverts commit d99e889697b650042fc966ca7c39fd0612b59dd7. Change-Id: Ifbfa84c515ab10c9010d3a610246eacb808f3968
* Fuck recoverydesaishivam262015-11-271-1/+1
|
* falcon: Commonize fstabLuK13372015-11-254-28/+0
| | | | | | * It makes no sense to have it device common in M Change-Id: Ice8e9a9f1fb8abd8db6603e66a13cdeaec05d539
* falcon: configs: Update mixer_paths.xmlLuca Stefani2015-11-251-1/+63
| | | | Change-Id: I3a4d1910e81da02f62162f12ff7ebe3b406bf2d3
* falcon: init: Specify ro.telephony.ril.configLuK13372015-11-251-0/+1
| | | | | | * We need that for sim detection on MSIM variants. Change-Id: I2b8f521c664f379e76f3075b64d2af4985806736
* falcon: Commonize camera blobsluca0204002015-11-251-33/+0
| | | | Change-Id: I3451dd59696e38cdaad39335d7cee789e8ee635b
* falcon: fstab: zram0 does not need trimmingJP Abgrall2015-11-251-1/+1
| | | | | Bug: 19624276 Change-Id: I768d91860a7a17d651258bcdb05b154adb68293c
* Revert "falcon: Update xt1031 and xt1033 fingerprints / Try to fix GPE ↵desaishivam262015-11-251-19/+10
| | | | | | conversion" This reverts commit 83d820d74ed02ddaa31829a1cdee4b3fc67f3d63.
* Revert "falcon: init: Re-enable dual-SIM"desaishivam262015-11-251-4/+2
| | | | This reverts commit 1725b2c38ebc17f99c34c971f280c4fbc4ff3c57.
* falcon: switch to AICPdesaishivam262015-11-182-3/+3
|