Skip to content
Snippets Groups Projects
  1. Sep 26, 2022
  2. Mar 18, 2022
  3. Mar 16, 2022
  4. Mar 14, 2022
  5. Dec 31, 2021
  6. Aug 01, 2021
  7. Apr 12, 2021
  8. Apr 04, 2021
  9. Apr 03, 2021
    • Bruno Martins's avatar
      beckham: Add "system/" prefix to system blobs path · d8af4e34
      Bruno Martins authored and Joshua Blanchard's avatar Joshua Blanchard committed
      Change-Id: Id94956fbfd9695f398fd0580548aa17e9d0d126b
      d8af4e34
    • Nolen Johnson's avatar
      beckham: Add MODIFY_AUDIO_ROUTING to privapp perms for ModService · b83bde46
      Nolen Johnson authored and Joshua Blanchard's avatar Joshua Blanchard committed
      Change-Id: I0c56c8dfaf76eb133883946caceb2fec7baa37e7
      b83bde46
    • Nolen Johnson's avatar
      beckham: Make ModService requires MODIFY_AUDIO_ROUTING permission · 5402b2cf
      Nolen Johnson authored and Joshua Blanchard's avatar Joshua Blanchard committed
      * Previous to 11, this permission wasn't explicitely needed.
        Now it is, and ModService doesn't request it, so allow do the
        following:
      
        * `apktool d ModService.apk`
        * Add the following permission to the list of requested permissions:
          <uses-permission android:name="android.permission.MODIFY_AUDIO_ROUTING"/>
        * `apktool b ModService -o ModService.apk`
      
      * Additionally, this is now fine to platform sign, as Moto Mods are now
        EOL, and therefore we don't have to worry about ModService updates
        anymore. We will leave the vendor_platform_signature function for
        for other apps like ProjectorMod to use.
      
      Change-Id: Ie4a218ff94dc47091487cc0af7a1dd28b79ed863
      5402b2cf
    • Joshua Blanchard's avatar
      beckham: Update Mods priv-app's from foles QPFS30.130-15-11-10 · dc1670b4
      Joshua Blanchard authored
      - Patched ModFmwkProxyService && ModService to include changes
        from previous versions as needed.
      
      Change-Id: I7179c39fe2e7ed203ab03aa6434e4bafc66fba0f
      dc1670b4
    • Nolen Johnson's avatar
      beckham: Cleanup dead targets · 6120ea67
      Nolen Johnson authored and Joshua Blanchard's avatar Joshua Blanchard committed
      build/make/core/main.mk:1136: warning:  device/motorola/beckham/lineage_beckham.mk includes non-existent modules in PRODUCT_PACKAGES
      Offending entries:
      nqnfcee_access.xml
      nqnfcse_access.xml
      build/make/core/main.mk:1136: error: Build failed.
      15:35:26 ckati failed with: exit status 1
      
      To do this yourself, put the following line into
      lineage_$TARGET.mk:
      
      `$(call enforce-product-packages-exist,)`
      
      Note that the above flag must be in the product
      makefile to work.
      
      Change-Id: I0e4d93f4c3be077d49befa1f547d11d623ca74d5
      6120ea67
  10. Jan 31, 2021
    • Erfan Abdi's avatar
      beckham: Fix camera recording · 4cd26b39
      Erfan Abdi authored and Joshua Blanchard's avatar Joshua Blanchard committed
      * Patched libmmcamera2_pproc_modules to not look for manufacturer prop, when
        it finds motorola as manufacturer camera hal will start some processes that
        leads to crash on android R...
      * I'm not sure whats downside of this hexpatch but camera recording is fixed...
      
      Change-Id: I8f67d0b07063df30af325a6b8d4181c90c18202f
      4cd26b39
    • Joshua Blanchard's avatar
      beckham: Add IModManager to VINTF manifest · f6088ff7
      Joshua Blanchard authored
      Change-Id: Ia4bdd85fa116aa62121b5b1f7218402774579f89
      f6088ff7
  11. Jan 09, 2021
Loading