1. 04 May, 2016 1 commit
  2. 28 Mar, 2016 1 commit
  3. 23 Mar, 2016 1 commit
  4. 22 Mar, 2016 1 commit
  5. 27 Feb, 2016 1 commit
  6. 25 Feb, 2016 1 commit
  7. 15 Feb, 2016 1 commit
    • Gabriele M's avatar
      falcon: Decommonize WCNSS NV binary · d1bdd172
      Gabriele M authored
      The previous binary was causing random issues with channel 13.
      Go back to this one, which works just fine.
      
      This partially reverts 4a03d569.
      
      Change-Id: Ifea98f61a85821c5e252dc29d948388335c8a099
      d1bdd172
  8. 12 Feb, 2016 3 commits
  9. 31 Jan, 2016 1 commit
    • Gabriele M's avatar
      falcon: init: Detect Boost Mobile · 1b45f3d2
      Gabriele M authored
      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
      1b45f3d2
  10. 22 Jan, 2016 5 commits
    • Gabriele M's avatar
      falcon: init: Additional CDMA props · 3e5a4efc
      Gabriele M authored
      Found in Motorola factory images.
      
      Change-Id: Ib9f9dba4a812621860047cce440e4e2ce5a27f3c
      3e5a4efc
    • Gabriele M's avatar
      falcon: Allow to install cm-13.0 on CDMA variants · 565603f1
      Gabriele M authored
      Even though this commit is not what really allows it, let's
      pretend it is.
      
      This reverts commit 12560834.
      
      Change-Id: I1720867c8168416705048a34e028f61f875d76e1
      565603f1
    • Gabriele M's avatar
      falcon: Add a CDMA specific APN list · f351f44f
      Gabriele M authored
      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
      f351f44f
    • Gabriele M's avatar
      falcon: init: Fixup CDMA carrier detection · 9be3b997
      Gabriele M authored
      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
      9be3b997
    • Gabriele M's avatar
      falcon: init: Minor code refactoring · ec0680f2
      Gabriele M authored
      Check the filesystem type of /data only for XT1302 and move
      the common CDMA properties in the common part.
      
      Change-Id: Ibfdffc097e3b03ed20f1b300b058f7c4171c131d
      ec0680f2
  11. 20 Jan, 2016 1 commit
    • Gabriele M's avatar
      falcon: Snap: Disable ZSL · c25a2d5a
      Gabriele M authored
      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
      c25a2d5a
  12. 17 Jan, 2016 1 commit
  13. 14 Jan, 2016 1 commit
  14. 10 Jan, 2016 1 commit
  15. 30 Dec, 2015 1 commit
  16. 26 Dec, 2015 1 commit
    • Gabriele M's avatar
      falcon: Partially switch to L camera blobs · 4ef9fdaa
      Gabriele M authored
      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
      4ef9fdaa
  17. 19 Dec, 2015 1 commit
  18. 29 Nov, 2015 1 commit
  19. 28 Nov, 2015 2 commits
  20. 24 Nov, 2015 1 commit
    • LuK1337's avatar
      falcon: Commonize fstab · da170109
      LuK1337 authored
      * It makes no sense to have it device common in M
      
      Change-Id: Ice8e9a9f1fb8abd8db6603e66a13cdeaec05d539
      da170109
  21. 23 Nov, 2015 3 commits
  22. 20 Nov, 2015 1 commit
  23. 06 Nov, 2015 1 commit
    • LuK1337's avatar
      falcon: Specify supported radio capacities · be7abf27
      LuK1337 authored
      Our radio don't support RIL_REQUEST_GET_RADIO_CAPABILITY thus
      we can't select non "GSM only" mode on msim variants.
      
      Change-Id: I9622cc78b53876d6e8d29f6809fffc81c9a1a6ec
      be7abf27
  24. 03 Nov, 2015 1 commit
    • myzb's avatar
      falcon: correct initial mixer path for compress-voip-call · edcfbce8
      myzb authored
      Swapping out PRI_MI2S_TX_Voip for SLIM_0_TX_Voip was forgotten in
      commit: 519a08ad3d14b0add5b6baf2e74cf9f630642b48.
      
      Change-Id: I4df2b215042abb8f20bb6ab1836c8990cca7e6ee
      (cherry picked from commit c1c5ba6a6c3d786834fd5e56221ea74e51989e31)
      edcfbce8
  25. 02 Nov, 2015 1 commit
  26. 29 Oct, 2015 1 commit
    • Jeff Sharkey's avatar
      falcon: Updated external storage configuration. · a641933b
      Jeff Sharkey authored
      vold now manages external storage in a much more dynamic fashion,
      so we no longer need to define FUSE daemons or mount points.
      
      Bug: 19993667
      Change-Id: If1ff24c62ee394afb02e223508aa5d768a3d041e
      a641933b
  27. 25 Oct, 2015 1 commit
  28. 21 Oct, 2015 1 commit
  29. 18 Oct, 2015 1 commit
  30. 16 Sep, 2015 1 commit
  31. 09 Sep, 2015 1 commit