Navigation Menu

Skip to content

Commit

Permalink
Move "ro.is_ever_orange" out of boot_completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Displax committed Oct 15, 2022
1 parent 6434428 commit db6d1f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions magisk/service.sh
Expand Up @@ -48,9 +48,6 @@ fi
resetprop ro.boot.veritymode enforcing
resetprop vendor.boot.vbmeta.device_state locked

# Oneplus (avoid breaking OnePlus display modes/fingerprint scanners on OOS 12)
resetprop ro.is_ever_orange 0

# avoid breaking encryption, set shipping level to 32 for devices >=33 to allow for software attestation.
if [[ "$(getprop ro.product.first_api_level)" -ge 33 ]]; then
resetprop ro.product.first_api_level 32
Expand Down
3 changes: 3 additions & 0 deletions magisk/system.prop
Expand Up @@ -7,6 +7,9 @@ ro.vendor.boot.warranty_bit=0
ro.vendor.warranty_bit=0
ro.warranty_bit=0

# OnePlus
ro.is_ever_orange=0

# Other
ro.build.type=user
ro.debuggable=0
Expand Down

0 comments on commit db6d1f2

Please sign in to comment.