| Commit message (Collapse) | Author |
|
* Since eleven the property wouldn't get its new context anymore, so work around that
Change-Id: If2f987dd28e1423f53460c65aaa6c03568d94eba
|
|
* It would get disabled anyway when bootloader is unlocked, but this way makes safetynet pass even when unlocked
Change-Id: I2dfe641bf60e0409f290b7b31492df00568c9916
|
|
Change-Id: I56b9d81bd2b74bf583e2b6c41d37a4ac792a6332
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
Change-Id: I7e8c8cc8c71a43189897dba69fe66afd03e67e6c
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
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
|
|
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
|
|
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
|
|
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
|
|
Remove this redundant mechanism of copying DB.
QCRIL Daemon already takes care of the copying
at runtime
Change-Id: I2213c2a8a1c9717c92f3cf5e7873c0ee9e65da35
|
|
* Imported from ZUI 3.5.315 removing everything that is not
useful for our msm8996.
|
|
* This isn't called from anything here but we don't have problems anyway
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
This reverts commit a18ae7d8278f9be32946f3f67dbf0c49add82b31.
|
|
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
Change-Id: I9926097f65e084c322ce320d43a1654e613e596b
|
|
Change-Id: I85dc9835d5d669306044b6bf210baeb170747639
|
|
|
|
|