Skip to content
Snippets Groups Projects
  1. Jun 26, 2023
  2. Oct 30, 2022
  3. Oct 25, 2022
  4. Oct 23, 2022
  5. Jun 30, 2022
  6. Jun 28, 2022
  7. Mar 31, 2021
  8. Mar 10, 2021
  9. Mar 06, 2021
  10. Dec 08, 2020
    • Bruno Martins's avatar
      onclite: Unset BUILD_BROKEN_USES_BUILD_COPY_HEADERS flag · f424bc06
      Bruno Martins authored and Dhina17's avatar Dhina17 committed
      Qualcomm HALs have been updated to get rid of LOCAL_COPY_HEADERS usage.
      
      This reverts commit 0b4bc28a.
      
      Change-Id: I9f60f60fa0c1146bf5e75d3b18af4166061b68fb
      f424bc06
    • Dhina17's avatar
      onclite: power: Switch to common AIDL power HAL · 730c6cdc
      Dhina17 authored
      * This commit includes
      
      Author: Arian <arian.kulmer@web.de>
      Date:   2020-09-22 20:06:14 +0200
      
          onclite: Build new aidl qti power HAL
      
          Change-Id: I4bdea354e54d34d0dfe9b811e228fc6f8762d2ed
      
      Author: Bruno Martins <bgcngm@gmail.com>
      Date:   2020-10-09 12:19:37 +0100
      
          onclite: power: Add extension to new AIDL power HAL
      
          [Dhina17 - Adapted for onclite]
          Change-Id: I58ac49957d8d28ad904912986d89ac8db4820ff9
      
      Change-Id: I2efcb11c7ff8fcaea0e885a23d0f5f9a954d1018
      730c6cdc
    • Felix's avatar
      onclite: Use BOARD_VENDOR_SEPOLICY_DIRS · 7a1d4174
      Felix authored and Dhina17's avatar Dhina17 committed
      BOARD_SEPOLICY_DIRS is deprecated.
      
      Change-Id: I046282b2a2e8c541726fb29cb0044503322d4be9
      7a1d4174
  11. Nov 17, 2020
  12. Nov 13, 2020
  13. Sep 24, 2020
    • LuK1337's avatar
      onclite: Include dtbo in recovery image · a0f23460
      LuK1337 authored and Dhina17's avatar Dhina17 committed
      * This allows us to drop dependency on dtbo partition
        being in sync with recovery.
      * Test: fastboot erase dtbo && fastboot boot recovery.img
      
      Change-Id: Id0b36db9634ba7b20143c247c68da5d31891fce1
      a0f23460
  14. Sep 23, 2020
  15. Sep 08, 2020
    • Dhina17's avatar
      onclite: Drop useless mkbootimg args · 60813bd7
      Dhina17 authored
      * No need to pass these args --ramdisk_offset and --tags_offset with these values to mkbootimg since these values are default
      
      Change-Id: I5846c6546195beb48ecb310d2796b43cb18f5858
      60813bd7
  16. Aug 27, 2020
  17. Aug 25, 2020
  18. Aug 14, 2020
  19. Jul 26, 2020
    • Dhina17's avatar
      onclite: Kill BT A2DP offload · 8680cbd2
      Dhina17 authored
      
      * sdm632/msm89xx doesn't support bt a2dp offload.
        So Drop it.
      
      This commit includes:
      
      Revert "onclite: Disable A2DP offload in developer options by default"
      
      This reverts commit 6a7fb7ac.
      
      Revert "onclite: BluetoothAudio HAL: flip to be enabled by default"
      
      This reverts commit 0f7bb134.
      
      Revert "onclite: A2DP offload: swap audio XML files"
      
      This reverts commit de431649.
      
      Revert "onclite: Enable BT A2DP offload"
      
      This reverts commit db524341.
      
      Revert "onclite: Support A2DP offload for Bluetooth Audio HAL V2"
      
      This reverts commit 59b8e902.
      
      Change-Id: I7e86b810b14023f8428927147cce77493863d7a0
      Signed-off-by: default avatarDhina17 <dhinalogu@gmail.com>
      8680cbd2
  20. Jul 05, 2020
  21. Jun 29, 2020
  22. Jun 28, 2020
    • Dhina17's avatar
      onclite: AVB: Don't set rollback index · ffabd061
      Dhina17 authored
      
      * Rollback protection is useless when device bootloader is UNLOCKED.
        In UNLOCKED state,rollback failures are allowed.
      
      * In UNLOCKED state,even rollback stored_rollback_index[n] on the device won't be updated with flag values.
        But Sadly the timestamp of the SPL still persists on device's devinfo even when you erase that.
      
      * Unlike Pixel Devices,MIUI doesn't set any SPL timestamp to enforce rollback protection.
        So Unfortunately,Because of these reasons users can't relock their device bootloader with stock MIUI.
        So Drop this to save upcoming  users.
      
      Signed-off-by: default avatarDhina17 <dhinalogu@gmail.com>
      Change-Id: I35d541a77168d67824beb6dc644de3491b2f9e50
      ffabd061
Loading