Skip to content

Commit

Permalink
v5.2.0-v78
Browse files Browse the repository at this point in the history
  • Loading branch information
Didgeridoohan authored Feb 26, 2020
1 parent 4454bf7 commit 13a72e0
Show file tree
Hide file tree
Showing 9 changed files with 1,128 additions and 523 deletions.
287 changes: 172 additions & 115 deletions README.md

Large diffs are not rendered by default.

522 changes: 266 additions & 256 deletions common/prints.sh

Large diffs are not rendered by default.

13 changes: 9 additions & 4 deletions common/propsconf_conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# =================================================================

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

# Device fingerprint
CONFFINGERPRINT=""
Expand All @@ -25,9 +25,12 @@ CONFDEVICE=false
CONFRELEASE=false
CONFID=false
CONFINCREMENTAL=false
CONFDESCRIPTION=true
CONFDISPLAY=false
CONFSDK=false
CONFMANUFACTURER=false
CONFMODEL=false
CONFDESCRIPTION=true
CONFPARTPROPS=true
CONFSIMBOOT=default

# MagiskHide sensitive props
Expand Down Expand Up @@ -103,14 +106,16 @@ CONFBACK=false
# Keymaster 4 (bootloops). If the prop doesn't seem to set properly, try changing the stage.

# CONFDEVSIM and the following CONFBRAND, CONFNAME, CONFDEVICE, CONFRELEASE
# CONFID, CONFINCREMENTAL, CONFDESCRIPTION, CONFDISPLAY and CONFSDK are used to
# set a number of props to simulate a certain deviced based on the fingerprint used.
# CONFID, CONFINCREMENTAL, CONFDESCRIPTION, CONFDISPLAY, CONFSDK, CONFMANUFACTURER and CONFMODEL
# are used to set a number of props to simulate a certain deviced based on the fingerprint used.
# CONFDESCRIPTION will automatically be applied if a fingerprint is set
# by the module, but the other props will only be set if CONFDEVSIM is
# set to true, and the default setting for all props are that they will be
# set by the module. If you want to change this, change "true" to "false"
# for the applicable variables.
#
# CONFPARTPROPS is used to enable or disable using partition specific version of the simulation props.
#
# CONFSIMBOOT is by default set to using the module default boot stage for setting props.
# If the setting is changed to "post" or "late", the props will be set during either
# post-fs-data or late_start service mode. This is useful if props don't seem to set
Expand Down
13 changes: 11 additions & 2 deletions common/propsconf_late
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# In that case, feel free to delete it.

# Script version
SCRIPTV=30
SCRIPTV=31
SETTRANSF=3
NOTTRANSF="BRANDSET;NAMESET;DEVICESET;RELEASESET;IDSET;INCREMENTALSET;SDKSET"

Expand Down Expand Up @@ -47,9 +47,12 @@ DEVICESET=0
RELEASESET=0
IDSET=0
INCREMENTALSET=0
DISPLAYSET=0
SDKSET=0
MANUFACTURERSET=0
MODELSET=0
DESCRIPTIONSET=1
DISPLAYSET=0
PARTPROPSSET=1

# Misc
REBOOTCHK=0
Expand All @@ -68,6 +71,8 @@ ORIGTAGS=""
ORIGSELINUX=""
ORIGFINGERPRINT=""
ORIGVENDPRINT=""
ORIGPRODPRINT=""
ORIGODMPRINT=""
ORIGPATCH=""
ORIGBRAND=""
ORIGNAME=""
Expand All @@ -78,6 +83,8 @@ ORIGINCREMENTAL=""
ORIGDESCRIPTION=""
ORIGDISPLAY=""
ORIGSDK=""
ORIGMANUFACTURER=""
ORIGMODEL=""

# ---Module values---
MODULEDEBUGGABLE=""
Expand All @@ -97,6 +104,8 @@ SIMINCREMENTAL=""
SIMDESCRIPTION=""
SIMDISPLAY=""
SIMSDK=""
SIMMANUFACTURER=""
SIMMODEL=""

# ---Custom prop values---
CUSTOMPROPS=""
Expand Down
Loading

0 comments on commit 13a72e0

Please sign in to comment.