Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/META-INF/com/google/android/update-binary b/META-INF/com/google/android/update-binary
- index 6f39a84..fbe1552 100644
- --- a/META-INF/com/google/android/update-binary
- +++ b/META-INF/com/google/android/update-binary
- @@ -36,10 +36,10 @@ mount /system
- # A/B system-as-root devices have the actual system partition
- # mounted under /system/system when in the recovery.
- # Snippet taken from F-Droid Privileged Extension.
- -SYSTEM_AS_ROOT="$(getprop ro.build.system_root_image)"
- -if [ "$SYSTEM_AS_ROOT" == "true" ]; then
- - SYSTEM_ROOT="/system/system"
- -fi
- +#SYSTEM_AS_ROOT="$(getprop ro.build.system_root_image)"
- +#if [ "$SYSTEM_AS_ROOT" == "true" ]; then
- +SYSTEM_ROOT="/system/system"
- +#fi
- echo -n -e 'ui_print Installing apps...\n' > /proc/self/fd/$2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement