Skip to content

Commit

Permalink
Update to v6.0.0-v132
Browse files Browse the repository at this point in the history
  • Loading branch information
Didgeridoohan authored Sep 4, 2021
1 parent 8f554eb commit 9b93323
Show file tree
Hide file tree
Showing 13 changed files with 987 additions and 385 deletions.
2 changes: 1 addition & 1 deletion META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ mount /data 2>/dev/null
[ $MAGISK_VER_CODE -lt 20400 ] && require_new_magisk

install_module
exit 0
exit 0
103 changes: 77 additions & 26 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common/bootlog.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/system/bin/sh

# MagiskHide Props Config
# Copyright (c) 2018-2020 Didgeridoohan @ XDA Developers
# Copyright (c) 2018-2021 Didgeridoohan @ XDA Developers
# Licence: MIT

{
Expand Down
10 changes: 6 additions & 4 deletions common/prints.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#!/system/bin/sh

# MagiskHide Props Config
# Copyright (c) 2018-2020 Didgeridoohan @ XDA Developers
# Copyright (c) 2018-2021 Didgeridoohan @ XDA Developers
# Licence: MIT

PRINTSV=131
PRINTSV=132
PRINTSTRANSF=520

# Certified fingerprints
# Current fingerprints count=693
# Unique devices=482
# Current fingerprints count=695
# Unique devices=484
PRINTSLIST="
Asus ROG Phone 3 ZS661KS (10):Asus:ZS661KS=asus/WW_I003D/ASUS_I003_1:10/QKQ1.200419.002/17.0823.2012.122-0:user/release-keys__2020-12-01
Asus ROG Phone 5 ZS673KS (10):Asus:ZS673KS=asus/WW_I005D/ASUS_I005_1:11/RKQ1.201022.002/18.0840.2103.26-0:user/release-keys__2021-03-05
Expand Down Expand Up @@ -62,6 +62,7 @@ Google Pixel 4 XL (10 & 11):Google:Pixel 4 XL=google/coral/coral:10/QQ3A.200805.
Google Pixel 4a (10 & 11):Google:Pixel 4a=google/sunfish/sunfish:10/QD4A.200805.003/6598198:user/release-keys__2020-08-05;google/sunfish/sunfish:11/RQ3A.210805.001.A1/7474174:user/release-keys__2021-08-05
Google Pixel 4a 5G (11):Google:Pixel 4a (5G)=google/bramble/bramble:11/RQ3A.210805.001.A1/7474174:user/release-keys__2021-08-05
Google Pixel 5 (11):Google:Pixel 5=google/redfin/redfin:11/RQ3A.210805.001.A1/7474174:user/release-keys__2021-08-05
Google Pixel 5a (11):Google:Pixel 5a=google/barbet/barbet:11/RD2A.210605.007/7381860:user/release-keys__2021-06-05
Google Pixel C (6.0.1 & 7.0 & 7.1.1 & 7.1.2 & 8.0.0 & 8.1.0):Google:Pixel C=google/ryu/dragon:6.0.1/MXC89L/3084571:user/release-keys;google/ryu/dragon:7.0/NRD91N/3318108:user/release-keys;google/ryu/dragon:7.1.1/N4F26T/3687331:user/release-keys;google/ryu/dragon:7.1.2/N2G48C/4104010:user/release-keys;google/ryu/dragon:8.0.0/OPR1.170623.032/4397478:user/release-keys;google/ryu/dragon:8.1.0/OPM8.190605.005/5749003:user/release-keys__2019-06-05
HTC 10 (6.0.1):HTC:HTC 10=htc/HTCOneM10vzw/htc_pmewl:6.0.1/MMB29M/774095.8:user/release-keys
HTC U11 (8.0.0):HTC:HTC U-3w=htc/ocndtwl_01405/htc_ocndtwl:8.0.0/OPR6.170623.013/1017190.2:user/release-keys
Expand Down Expand Up @@ -144,6 +145,7 @@ Motorola Moto X Play (7.1.1):motorola:XT1562=motorola/lux_retasia_ds/lux_uds:7.1
Motorola Moto X4 (8.0.0 & 9):Motorola:moto x4=motorola/payton/payton:8.0.0/OPWS27.57-25-6-10/12:user/release-keys;motorola/payton_fi/payton_sprout:9/PPWS29.69-39-6-6/8c843:user/release-keys__2020-03-01
Motorola Moto Z2 Force T-Mobile (8.0.0):Motorola:Moto Z2=motorola/nash_tmo_c/nash:8.0.0/OCXS27.109-51-14-7/12:user/release-keys__2019-07-01
Motorola Moto Z2 Play (8.0.0):Motorola:Moto Z2 Play=motorola/albus/albus:8.0.0/OPS27.76-12-25/26:user/release-keys
Motorola Moto Z3 Play (9):Motorola:Moto Z3 Play=motorola/beckham/beckham:9/PPWS29.131-27-1-27/34b6d:user/release-keys__2020-07-01
Nextbook Ares 8A (6.0.1):Nextbook:NX16A8116K=NextBook/NX16A8116K/NX16A8116K:6.0.1/MMB29M/V4.0.3:user/release-keys
Nokia 6 TA-1021 (9):Nokia:TA-1021=Nokia/TA-1021_00WW/PLE:9/PKQ1.181105.001/00WW_6_19C:user/release-keys__2020-01-01
Nokia 6 TA-1025 (9):Nokia:TA-1025=Nokia/TA-1025_00WW/PLE:9/PKQ1.181105.001/00WW_6_19C:user/release-keys__2020-01-01
Expand Down
51 changes: 40 additions & 11 deletions common/propsconf_conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#!/system/bin/sh

# MagiskHide Props Config
# Copyright (c) 2018-2020 Didgeridoohan @ XDA Developers
# Copyright (c) 2018-2021 Didgeridoohan @ XDA Developers
# Licence: MIT

# =================================================================
# ======================= Configuration file ======================
# =================================================================

# Required module version (or newer). Do not edit this value!
CONFTRANSF=534
CONFTRANSF=600

# Device fingerprint
CONFFINGERPRINT=""
Expand Down Expand Up @@ -42,7 +42,21 @@ CONFDEBUGGABLE=""
CONFSECURE=""
CONFTYPE=""
CONFTAGS=""
CONFSELINUX=""
CONFBOOTMODE=""
CONFMODE=""
CONFVENDORMODE=""
CONFHWC=""
CONFHWCOUNTRY=""
CONFSTATE=""
CONFVERIFIEDBOOTSTATE=""
CONFVENDORVERIFIEDBOOTSTATE=""
CONFLOCKED=""
CONFVERITYMODE=""
CONFBOOTWARRANTY_BIT=""
CONFBIT=""
CONFVENDORBOOTWARRANTY_BIT=""
CONFVENDORWARRANTY_BIT=""
CONFVENDORDEVICE_STATE=""

# Set custom props
CONFPROPS=""
Expand Down Expand Up @@ -106,10 +120,10 @@ CONFBACK=false
# post-fs-data or late_start service mode. This is useful if props don't seem to set
# propely or the module's boot script seems to be causing issues during boot.
#
# CONFPATCHBOOT is by default set to using late_start service boot stage for setting
# CONFPATCHBOOT is by default set to using late_start service boot stage for setting
# ro.build.version.security_patch. If the setting is changed to "default" or "post",
# the prop will be set during either the default or post-fs-data stage. The
# late_start service boot stage is used by default as to not cause issues for devices with
# late_start service boot stage is used by default as to not cause issues for devices with
# Keymaster 4 (bootloops). If the prop doesn't seem to set properly, try changing the stage.

# CONFBASICATTEST is used to enable Forced BASIC attestation, which is done by changing the
Expand All @@ -133,12 +147,27 @@ CONFBACK=false
# post-fs-data or late_start service mode. This is useful if props don't seem to set
# propely or the module's boot script seems to be causing issues during boot.

# The MagiskHide prop variables can be set as follows:
# CONFDEBUGGABLE - 0 or 1 (set to "0" by MagiskHide - sensitive value is "1")
# CONFSECURE - 0 or 1 (set to "1" by MagiskHide - sensitive value is "0")
# CONFTYPE - user or userdebug (set to "user" by MagiskHide - sensitive value is "userdebug")
# CONFTAGS - release-keys or test-keys (set to "release-keys" by MagiskHide - sensitive value is "test-keys")
# CONFSELINUX - 0 or 1 (set to "0" by MagiskHide - sensitive value is "1")
# The MagiskHide prop variables can be set as follows
# (note that these props are by default set to the safe value):
# CONFDEBUGGABLE - 0 or 1 (sensitive value is "1")
# CONFSECURE - 0 or 1 (sensitive value is "0")
# CONFTYPE - user or userdebug (sensitive value is "userdebug")
# CONFTAGS - release-keys or test-keys (sensitive value is "test-keys")
# CONFBOOTMODE - unknown or recovery (sensitive value is "recovery")
# CONFMODE - unknown or recovery (sensitive value is "recovery")
# CONFVENDORMODE - unknown or recovery (sensitive value is "recovery")
# CONFHWC - GLOBAL or CN (sensitive value is CN)
# CONFHWCOUNTRY - GLOBAL or China (sensitive value is China)
# CONFSTATE - locked or unlocked (sensitive value is unlocked)
# CONFVERIFIEDBOOTSTATE - green or orange (sensitive value is orange)
# CONFVENDORVERIFIEDBOOTSTATE - green or orange (sensitive value is orange)
# CONFLOCKED - 1 or 0 (sensitive value is 0)
# CONFVERITYMODE - enforcing or permissive (sensitive value is permissive)
# CONFBOOTWARRANTY_BIT - 0 or 1 (sensitive value is "1")
# CONFBIT - 0 or 1 (sensitive value is "1")
# CONFVENDORBOOTWARRANTY_BIT - 0 or 1 (sensitive value is "1")
# CONFVENDORWARRANTY_BIT - 0 or 1 (sensitive value is "1")
# CONFVENDORDEVICE_STATE - locked or unlocked (sensitive value is unlocked)

# CONFPROPS should contain any custom props and the value you want the module to set.
# Any props you've previously edited in build.prop, and more, can be set like this.
Expand Down
86 changes: 65 additions & 21 deletions common/propsconf_late
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MagiskHide Props Config
# Copyright (c) 2018-2020 Didgeridoohan @ XDA Developers
# Copyright (c) 2018-2021 Didgeridoohan @ XDA Developers
# Licence: MIT

# This is the settings file for the Magisk module "MagiskHide Props Config" By Didgeridoohan @ XDA Developers.
Expand All @@ -8,9 +8,9 @@
# In that case, feel free to delete it.

# Script version
SCRIPTV=37
SETTRANSF=3
NOTTRANSF="BRANDSET;NAMESET;DEVICESET;RELEASESET;IDSET;INCREMENTALSET;SDKSET"
SCRIPTV=38
SETTRANSF=4
NOTTRANSF="PROPCOUNT;PROPEDIT;REDEBUGGABLE;RESECURE;RETYPE;RETAGS;REBOOTMODE;REMODE"

# Fingerprint
FINGERPRINTENB=1
Expand All @@ -19,6 +19,11 @@ PRINTEDIT=0
PRINTVEND=0
PRINTCHK=0

# Basic attestation
BASICATTEST=0
BASICATTLIST=""
BASICATTCUST=""

# Device simulation
DEVSIM=0
BRANDSET=0
Expand All @@ -34,9 +39,12 @@ MODELSET=0
DESCRIPTIONSET=1
PARTPROPSSET=1

# MagiskHide props
PROPCOUNT=19
PROPEDIT=1
PROPBOOT=0

# Custom props
PROPCOUNT=0
PROPEDIT=0
CUSTOMEDIT=0
DELEDIT=0

Expand Down Expand Up @@ -68,7 +76,19 @@ ORIGTYPE=""
ORIGTAGS=""
ORIGBOOTMODE=""
ORIGMODE=""
ORIGSELINUX=""
ORIGVENDORMODE=""
ORIGHWC=""
ORIGHWCOUNTRY=""
ORIGSTATE=""
ORIGVERIFIEDBOOTSTATE=""
ORIGVENDORVERIFIEDBOOTSTATE=""
ORIGLOCKED=""
ORIGVERITYMODE=""
ORIGBOOTWARRANTY_BIT=""
ORIGBIT=""
ORIGVENDORBOOTWARRANTY_BIT=""
ORIGVENDORWARRANTY_BIT=""
ORIGVENDORDEVICE_STATE=""
ORIGFINGERPRINT=""
ORIGVENDPRINT=""
ORIGPRODPRINT=""
Expand All @@ -87,13 +107,25 @@ ORIGMANUFACTURER=""
ORIGMODEL=""

# ---Module values---
MODULEDEBUGGABLE=""
MODULESECURE=""
MODULETYPE=""
MODULETAGS=""
MODULEBOOTMODE=""
MODULEMODE=""
MODULESELINUX=""
MODULEDEBUGGABLE="0"
MODULESECURE="1"
MODULETYPE="user"
MODULETAGS="release-keys"
MODULEBOOTMODE="unknown"
MODULEMODE="unknown"
MODULEVENDORMODE="unknown"
MODULEHWC="GLOBAL"
MODULEHWCOUNTRY="GLOBAL"
MODULESTATE="locked"
MODULEVERIFIEDBOOTSTATE="green"
MODULEVENDORVERIFIEDBOOTSTATE="green"
MODULELOCKED="1"
MODULEVERITYMODE="enforcing"
MODULEBOOTWARRANTY_BIT="0"
MODULEBIT="0"
MODULEVENDORBOOTWARRANTY_BIT="0"
MODULEVENDORWARRANTY_BIT="0"
MODULEVENDORDEVICE_STATE="locked"
MODULEFINGERPRINT=""

# ---Device simulation values---
Expand All @@ -120,10 +152,22 @@ CUSTOMPROPSLIST="$CUSTOMPROPS $CUSTOMPROPSPOST $CUSTOMPROPSLATE $CUSTOMPROPSDELA
DELETEPROPS=""

# ---MagiskHide sensitive props---
REDEBUGGABLE=false
RESECURE=false
RETYPE=false
RETAGS=false
REBOOTMODE=false
REMODE=false
RESELINUX=false
REDEBUGGABLE=true
RESECURE=true
RETYPE=true
RETAGS=true
REBOOTMODE=true
REMODE=true
REVENDORMODE=true
REHWC=true
REHWCOUNTRY=true
RESTATE=true
REVERIFIEDBOOTSTATE=true
REVENDORVERIFIEDBOOTSTATE=true
RELOCKED=true
REVERITYMODE=true
REBOOTWARRANTY_BIT=true
REBIT=true
REVENDORBOOTWARRANTY_BIT=true
REVENDORWARRANTY_BIT=true
REVENDORDEVICE_STATE=true
Loading

0 comments on commit 9b93323

Please sign in to comment.