mirror of
https://github.com/Evolution-X-Devices/device_samsung_beyond1lte
synced 2026-01-27 10:02:12 +00:00
beyond1lte: Decommonize vaultkeeper
Change-Id: Id259e5498845f25ef21a68234aa4653e9ee6e0ed
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
|
||||
function blob_fixup() {
|
||||
case "${1}" in
|
||||
vendor/bin/vaultkeeperd|vendor/lib64/libvkservice.so)
|
||||
sed -i 's/ro\.factory\.factory_binary/ro.vendor.factory_binary\x00/g' "${2}"
|
||||
;;
|
||||
vendor/lib64/libexynoscamera3.so)
|
||||
xxd -p "${2}" | sed "s/8b022036/1f2003d5/g" | xxd -r -p > "${2}".patched
|
||||
mv "${2}".patched "${2}"
|
||||
|
||||
Reference in New Issue
Block a user