Skip to content
Snippets Groups Projects
  1. Apr 09, 2017
  2. Apr 05, 2017
  3. Apr 03, 2017
    • Michael Gernoth's avatar
      roomservice: handle devices with underscores · 29f3b577
      Michael Gernoth authored
      This change correctly handles devices with underscores in their
      name even if there is a device with the same name after the last
      underscore (spyder, umts_spyder) by not allowing any underscores
      in the manufacturers name.
      
      Without this change, spyder gets resolved to:
      device/motorola_umts/spyder
      device/motorola/spyder
      
      Only the last one is valid.
      
      With this change, both spyder and umts_spyder get resolved correctly.
      
      Change-Id: I0c95ff126d827a2d6b58875dfcb9327e999f4913
      29f3b577
  4. Apr 02, 2017
  5. Mar 29, 2017
  6. Mar 27, 2017
    • Dan Pasanen's avatar
      extract_utils: support extracting directly from an ota zip · 7dc287f4
      Dan Pasanen authored
        * Specify the ota zip name as the only parameter to extract-files.sh
        * Will extract to $CM_ROOT/system_dump
        * Bail out on A/B OTA zips. We cannot support these.
        * Handles block based OTA zips by using sdat2img.py
        * Store the zip's MD5 and check if its already extracted. If so, don't
          bother extracting again
      
      Change-Id: I03038e38dac51e6cb60d493c7e6362754d1daf02
      7dc287f4
  7. Mar 26, 2017
  8. Mar 25, 2017
    • Joey Rizzoli's avatar
      cm: allow apps to find profile manager service · d5b520fd
      Joey Rizzoli authored
      
      avc:  denied  { find } for service=profile pid=7970 uid=10086 scontext=u:r:untrusted_app:s0:c512,c768
          tcontext=u:object_r:cm_profile_service:s0 tclass=service_manager permissive=1
      java.lang.RuntimeException: Unable to start activity ComponentInfo{foo.bar/foo.bar.Activity}: java.lang.SecurityException:
          You do not have permissions to change the Profile Manager.: Neither user 10086 nor current process has cyanogenmod.permission.MODIFY_PROFILES.
      
      Ticket: BUGBASH-174
      
      Change-Id: If8706177bf6eef8d5e4c73da4f00cc053987d1ed
      Signed-off-by: default avatarJoey Rizzoli <joey@lineageos.org>
      d5b520fd
  9. Mar 24, 2017
  10. Mar 22, 2017
  11. Mar 19, 2017
  12. Mar 16, 2017
  13. Mar 15, 2017
    • Tommaso Fonda's avatar
      apns: Remove proxy for the "TIM WAP" APN · 3f0cb9b9
      Tommaso Fonda authored
      The proxy prevents mobile data from working
      (e.g. loading a webpage results in ERR_EMPTY_RESPONSE).
      
      On all the mobile phones I've inserted the SIM in,
      when the APN's are obtained automatically
      this parameter is not set to any value.
      
      Also remove unnecessary parameters and correct authentication type.
      
      Change-Id: I16592de4555fb8ab3fe502b3b39779720c344afb
      3f0cb9b9
  14. Mar 13, 2017
    • Aaron Kling's avatar
      Add TvSettings to common tv config. · 99c8456e
      Aaron Kling authored
      This is required for all ATV builds. SUW will crash looking up the
      wifi activity is it isn't installed.
      
      Change-Id: Iccc982f46963024c065ac0b7c578ad60eb4d7d7a
      99c8456e
  15. Mar 11, 2017
  16. Mar 08, 2017
  17. Mar 07, 2017
  18. Mar 05, 2017
  19. Mar 04, 2017
    • Christopher R. Palmer's avatar
      extract-utils: Fix handling of pulling src:dest pairs from dumps · 052d9d93
      Christopher R. Palmer authored
      Currently, the priority of the src and dest is inverted between
      pulling from adb and pulling from a system dump.
      
      Assume that we have a camera wrapper and write the proprietary-files.txt
      
      lib/hw/camera.msm8996.so:lib/hw/camera.vendor.msm8996.so
      
      If we pull from a phone running Lineage that has both files, we get
      
      camera.vendor.msm8996.so
      
      as the pulled blob.  If we take the exact same build and pull it
      from the system dump (aka, your own $OUT directory that built the
      installed software) you get
      
      camera.msm8996.so
      
      pull instead!
      
      Make both paths follow the same logic so that you get the same
      file independent of the source.
      
      Change-Id: I479e0ae765339cc38fa05fcaad7943c528129463
      052d9d93
  20. Mar 01, 2017
  21. Feb 28, 2017
    • Gabriele M's avatar
      Disable quick pulldown by default · 29259fa6
      Gabriele M authored
      With Android N this feature became less relevant since a subset of
      the toggles is available without fully expanding the notification
      panel. This gives better access to the notifications with almost no
      functionality loss.
      
      Change-Id: Idb66472b77e60f4ae753c5dd00f6588566cc3c63
      29259fa6
  22. Feb 27, 2017
  23. Feb 26, 2017
  24. Feb 24, 2017
  25. Feb 23, 2017
Loading