Skip to content
Snippets Groups Projects
  1. Jun 26, 2023
  2. Oct 25, 2022
  3. Oct 23, 2022
  4. Mar 23, 2022
  5. Mar 20, 2021
    • Purushottam Kushwaha's avatar
      onclite: wifi: Add HIDL interfaces to wpa_supplicant service definition. · 23297f4f
      Purushottam Kushwaha authored and Dhina17's avatar Dhina17 committed
      wpa_supplicant registers for ISupplicant and ISupplicantVendor hal
      interfaces for several versions. To link the hal interfaces with
      wpa_supplicant service, it should be defined in service definition.
      
      This commit adds following missing hal interfaces:
       - interface android.hardware.wifi.supplicant@1.3::ISupplicant default
       - interface vendor.qti.hardware.wifi.supplicant@2.0::ISupplicantVendor default
       - interface vendor.qti.hardware.wifi.supplicant@2.1::ISupplicantVendor default
       - interface vendor.qti.hardware.wifi.supplicant@2.2::ISupplicantVendor default
      
      CRs-Fixed: 2845905
      Change-Id: I8ce0d0d6321afb5a77fded7708593b47aa3c3c81
      23297f4f
  6. Mar 10, 2021
    • Dhina17's avatar
      onclite: init.qcom.rc: Remove vendor.sensors · 444030af
      Dhina17 authored
      - Our device doesn't have sscrpcd, so remove it from init.qcom.rc
      
      fixes:
      init: Could not start service 'vendor.sensors' as part of class 'early_hal': Cannot find '/vendor/bin/sscrpcd': No such file or directory
      
      Change-Id: I54e93aaa5e76c168d515d626fb7f4f5e88d30f9f
      444030af
    • Dhina17's avatar
      onclite: Drop mm-qcamera-daemon bloats · a07bf2a1
      Dhina17 authored
      - Our device doesn't use it.
      
      Change-Id: Ia2b75935a6c9e5392dea765a9e3daf40cf8591f0
      a07bf2a1
  7. Mar 06, 2021
  8. Dec 08, 2020
  9. Nov 17, 2020
  10. Nov 13, 2020
  11. Aug 14, 2020
  12. Jul 02, 2020
    • Hu Wang's avatar
      onclite: wifi: Enhance move_wifi_data.sh to copy required files · 7d11f54a
      Hu Wang authored and Dhina17's avatar Dhina17 committed
      Commit I3b8c050878b0df3cc1cfcba27b7716ab0a9cde31 moves all the
      files from /data/misc/wifi to /data/vendor/wifi for OTA update.
      
      Not all files need to be moved, e.g. moving WifiConfigStore.xml
      makes saved networks lost.
      
      So use copy instead of move for required files only:
      - p2p_supplicant.conf: persistent p2p networks
      - hostapd.accept: mac whitelist (if present)
      - hostapd.deny: mac blacklist (if present)
      
      CRs-Fixed: 2357338
      Change-Id: I736bf5e65b489d658e3cb3826a84a860fdae5bca
      7d11f54a
  13. Jun 29, 2020
    • blong's avatar
      onclite: init.qcom: start msm_irqbalance for sdm632/sdm439 · 8b7a2a8a
      blong authored and Dhina17's avatar Dhina17 committed
      Use a separate function to start irqbalance for sdm632,
      so that different configurations can be used based on socid,
      also support msm_irqbalance for sdm439.
      
      Change-Id: I35cb3aad93bba9063be7589ffad602d9a02cd658
      CRs-Fixed: 2296232
      8b7a2a8a
  14. Jun 22, 2020
    • Davide Garberi's avatar
      onclite: fstab: Switch to FBE as default encryption method · 85358bce
      Davide Garberi authored and Dhina17's avatar Dhina17 committed
      * Switching to a different encryption method as FBE, which has no
        support to encrypt existing files, requires users to format /data completely.
        However, we are able to retain FDE functionality on already encrypted
        devices by setting encryptable=footer fstab entry.
      
      * This commit switches the default encryption to FBE on non-encrypted devices.
      
      * FDE support should be completely dropped in the next version of Android.
      
      Change-Id: Id7528f11e18284dae39b7844d23129973683477e
      85358bce
  15. May 26, 2020
Loading