Skip to content
Snippets Groups Projects
  1. Sep 12, 2024
    • Sebastiano Barezzi's avatar
      onclite: Switch to two-stage init mounting · 0d8ca77e
      Sebastiano Barezzi authored and Dhina17's avatar Dhina17 committed
      * Stop handling vendor mounting from kernel, first stage init is gonna
        do that, together with system (which is now /system)
      * Use correct mount flags coming from kernel dts
      * Move system and vendor mount points to /dev/block/by-name/, we don't
        have bootdevice symlink to that point in init
      * Copy fstab to recovery for first stage init
      
      Change-Id: Iaa0ecc3f13c3cfd3fe357ca509549d0f68a29cf0
      0d8ca77e
  2. Jun 23, 2024
    • Hadad's avatar
      onclite: enable F2FS support. · d9e5bdfd
      Hadad authored and Dhina17's avatar Dhina17 committed
      * our device tree was completely move to pure FBE encryption.
        Enable F2FS support in FBE encryption to make some user happy.
      
      * also our kernel driver is fully F2FS support by default.
      
      Change-Id: Iceabcf8c6f7f264c4660263a769225bd1a33e703
      d9e5bdfd
    • Hadad's avatar
      onclite: format fstab. · 9f10bd3c
      Hadad authored and Dhina17's avatar Dhina17 committed
      Change-Id: Ia5f4a914322b669f332a041dcb88f5541a91891d
      9f10bd3c
  3. Jun 26, 2023
  4. Oct 25, 2022
  5. Oct 23, 2022
  6. Mar 23, 2022
  7. 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
  8. 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
  9. Mar 06, 2021
  10. Dec 08, 2020
  11. Nov 17, 2020
  12. Nov 13, 2020
  13. Aug 14, 2020
  14. 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
  15. 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
  16. 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
  17. May 26, 2020
Loading