aboutsummaryrefslogtreecommitdiff
path: root/rootdir/bin/init.qcom.sh (unfollow)
Commit message (Collapse)Author
2021-10-19msm8996-common: Move oem unlock prop set to libinitDavide Garberi
* Since eleven the property wouldn't get its new context anymore, so work around that Change-Id: If2f987dd28e1423f53460c65aaa6c03568d94eba
2019-05-09msm8996-common: Conditionally remove the OEM unlocking optionDavide Garberi
* It would get disabled anyway when bootloader is unlocked, but this way makes safetynet pass even when unlocked Change-Id: I2dfe641bf60e0409f290b7b31492df00568c9916
2019-01-26msm8996-common: Update references of firmware to /vendor/firmware_mntVinay Verma
Change-Id: I56b9d81bd2b74bf583e2b6c41d37a4ac792a6332 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-11-28msm8996-common: init.qcom.sh: cleanupkubersharma001
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-10-06msm8996-common: rootdir: Move init.qcom.sh to binDavide Garberi
Change-Id: I7e8c8cc8c71a43189897dba69fe66afd03e67e6c Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-09-25msm8996-common: Change the MBN copy property prefixSai Kousik Swarna
Changes the prefix of mbn_copy_completed to ro.vendor.ril as there a permission error with current prefix. and due to this MBN OTA is failed. Change-Id: I31a0032aba79177680b7b91363d1d9be97dd9c90 CRs-Fixed: 2261501
2018-09-25msm8996-common: Fix MBN copy issueHua Liu
DAC_OVERRIDE is disabled for all the vendor init scripts in Android P. This change will grant "group root" the write permission temporarily for deleting/copying operations. System user could not access the MBN files in data partition no longer. Only radio user and root group have read permission after boot up. Change-Id: I9f184da2253dc5896b145c0e52fc3b42da15d9f7
2018-09-25msm8996-common: Change scripts for copying MBNsHua Liu
1) Using "chmod -h" instead of "chmod" 2) Using "mkdir -m" instread of 2 seperate commands for creating directory and change permission 3) Using "write" command in RC file instead of "echo ...>" in bash 4) Create "data/vendor/modem_config" for storing MBNs, which is read only 5) Remove qcril.db copying in sh file, since this logic is not used anymore Change-Id: Ib9a9e0d32ae529dab3dc0c164062d2887dff4439
2018-05-06msm8996-common: Disable Transparent Huge Pages (THP) when we don't have ↵Cosme Domínguez Díaz
enough RAM. * My device has 6GB of RAM so I didn't notice any issue. However devices with 3GB or less become unusable with THP enabled, according to @YaroST12 * Also, for devices with enough RAM, we'll restrict THP to madvise regions as suggested by the kernel documentation: "Embedded systems should enable hugepages only inside madvise regions to eliminate any risk of wasting any precious byte of memory and to only run faster." [1] [1] https://www.kernel.org/doc/Documentation/vm/transhuge.txt
2018-04-08RILD: Remove copying of QCRIL DB from vendor partitionRavi Kishore R
Remove this redundant mechanism of copying DB. QCRIL Daemon already takes care of the copying at runtime Change-Id: I2213c2a8a1c9717c92f3cf5e7873c0ee9e65da35
2018-04-08msm8996-common: rootdir: Restore init.qcom.sh.Cosme Domínguez Díaz
* Imported from ZUI 3.5.315 removing everything that is not useful for our msm8996.
2017-11-09msm8996-common: rootdir: Remove init.qcom.shdd3boh
* This isn't called from anything here but we don't have problems anyway Signed-off-by: dd3boh <dade.garberi@gmail.com>
2017-11-09Revert "msm8996-common: Move bin files to vendor [2/2]"dd3boh
This reverts commit a18ae7d8278f9be32946f3f67dbf0c49add82b31.
2017-11-04msm8996-common: Move bin files to vendor [2/2]Harsh Shandilya
Signed-off-by: dd3boh <dade.garberi@gmail.com>
2017-06-30z2_plus: Move rootdir files to rootdir/etcdavidevinavil
2017-01-27Ramdisk: Move init to rootdirdavidevinavil
Change-Id: I9926097f65e084c322ce320d43a1654e613e596b
2017-01-14z2_plus: Update ramdiskdavidevinavil
Change-Id: I85dc9835d5d669306044b6bf210baeb170747639
2016-11-10Initialising brunch based on davidevinavil device tree (CM14.0 branch)Fedor917
2016-10-26Initial commitFedor917