Skip to content

Commit 13a72e0

Browse files
v5.2.0-v78
1 parent 4454bf7 commit 13a72e0

File tree

9 files changed

+1128
-523
lines changed

9 files changed

+1128
-523
lines changed

README.md

Lines changed: 172 additions & 115 deletions
Large diffs are not rendered by default.

common/prints.sh

Lines changed: 266 additions & 256 deletions
Large diffs are not rendered by default.

common/propsconf_conf

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# =================================================================
1010

1111
# Required module version (or newer). Do not edit this value!
12-
CONFTRANSF=510
12+
CONFTRANSF=520
1313

1414
# Device fingerprint
1515
CONFFINGERPRINT=""
@@ -25,9 +25,12 @@ CONFDEVICE=false
2525
CONFRELEASE=false
2626
CONFID=false
2727
CONFINCREMENTAL=false
28-
CONFDESCRIPTION=true
2928
CONFDISPLAY=false
3029
CONFSDK=false
30+
CONFMANUFACTURER=false
31+
CONFMODEL=false
32+
CONFDESCRIPTION=true
33+
CONFPARTPROPS=true
3134
CONFSIMBOOT=default
3235

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

105108
# CONFDEVSIM and the following CONFBRAND, CONFNAME, CONFDEVICE, CONFRELEASE
106-
# CONFID, CONFINCREMENTAL, CONFDESCRIPTION, CONFDISPLAY and CONFSDK are used to
107-
# set a number of props to simulate a certain deviced based on the fingerprint used.
109+
# CONFID, CONFINCREMENTAL, CONFDESCRIPTION, CONFDISPLAY, CONFSDK, CONFMANUFACTURER and CONFMODEL
110+
# are used to set a number of props to simulate a certain deviced based on the fingerprint used.
108111
# CONFDESCRIPTION will automatically be applied if a fingerprint is set
109112
# by the module, but the other props will only be set if CONFDEVSIM is
110113
# set to true, and the default setting for all props are that they will be
111114
# set by the module. If you want to change this, change "true" to "false"
112115
# for the applicable variables.
113116
#
117+
# CONFPARTPROPS is used to enable or disable using partition specific version of the simulation props.
118+
#
114119
# CONFSIMBOOT is by default set to using the module default boot stage for setting props.
115120
# If the setting is changed to "post" or "late", the props will be set during either
116121
# post-fs-data or late_start service mode. This is useful if props don't seem to set

common/propsconf_late

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# In that case, feel free to delete it.
99

1010
# Script version
11-
SCRIPTV=30
11+
SCRIPTV=31
1212
SETTRANSF=3
1313
NOTTRANSF="BRANDSET;NAMESET;DEVICESET;RELEASESET;IDSET;INCREMENTALSET;SDKSET"
1414

@@ -47,9 +47,12 @@ DEVICESET=0
4747
RELEASESET=0
4848
IDSET=0
4949
INCREMENTALSET=0
50+
DISPLAYSET=0
5051
SDKSET=0
52+
MANUFACTURERSET=0
53+
MODELSET=0
5154
DESCRIPTIONSET=1
52-
DISPLAYSET=0
55+
PARTPROPSSET=1
5356

5457
# Misc
5558
REBOOTCHK=0
@@ -68,6 +71,8 @@ ORIGTAGS=""
6871
ORIGSELINUX=""
6972
ORIGFINGERPRINT=""
7073
ORIGVENDPRINT=""
74+
ORIGPRODPRINT=""
75+
ORIGODMPRINT=""
7176
ORIGPATCH=""
7277
ORIGBRAND=""
7378
ORIGNAME=""
@@ -78,6 +83,8 @@ ORIGINCREMENTAL=""
7883
ORIGDESCRIPTION=""
7984
ORIGDISPLAY=""
8085
ORIGSDK=""
86+
ORIGMANUFACTURER=""
87+
ORIGMODEL=""
8188

8289
# ---Module values---
8390
MODULEDEBUGGABLE=""
@@ -97,6 +104,8 @@ SIMINCREMENTAL=""
97104
SIMDESCRIPTION=""
98105
SIMDISPLAY=""
99106
SIMSDK=""
107+
SIMMANUFACTURER=""
108+
SIMMODEL=""
100109

101110
# ---Custom prop values---
102111
CUSTOMPROPS=""

0 commit comments

Comments
 (0)