Advertisement
Guest User

fix unifiednlp

a guest
Apr 6th, 2020
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.77 KB | None | 0 0
  1. diff --git a/META-INF/com/google/android/update-binary b/META-INF/com/google/android/update-binary
  2. index 6f39a84..fbe1552 100644
  3. --- a/META-INF/com/google/android/update-binary
  4. +++ b/META-INF/com/google/android/update-binary
  5. @@ -36,10 +36,10 @@ mount /system
  6.  # A/B system-as-root devices have the actual system partition
  7.  # mounted under /system/system when in the recovery.
  8.  # Snippet taken from F-Droid Privileged Extension.
  9. -SYSTEM_AS_ROOT="$(getprop ro.build.system_root_image)"
  10. -if [ "$SYSTEM_AS_ROOT" == "true"  ]; then
  11. -  SYSTEM_ROOT="/system/system"
  12. -fi
  13. +#SYSTEM_AS_ROOT="$(getprop ro.build.system_root_image)"
  14. +#if [ "$SYSTEM_AS_ROOT" == "true"  ]; then
  15. +SYSTEM_ROOT="/system/system"
  16. +#fi
  17.  
  18.  echo -n -e 'ui_print Installing apps...\n' > /proc/self/fd/$2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement