Skip to content

Commit

Permalink
v3.0.1-v42
Browse files Browse the repository at this point in the history
  • Loading branch information
Didgeridoohan authored Feb 2, 2019
1 parent e29c29e commit e9aea2d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,9 @@ Releases from v2.4.1 are compatible with Magisk v17+.


## Changelog
### v3.0.1
- Quickfix for updating the module from v2.7.2 or earlier.

### v3.0.0
- New function for device simulation. The module sets a number of device specifying props based on the used fingerprint. See the documentation for details.
- New function for Treble GSI users that have a stock vendor partition: The module can use the certified vendor fingerprint found there. See the documentation for details. Thank you to @oF2pks for making me aware of this possibility.
Expand Down
7 changes: 3 additions & 4 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,8 @@ log_print() {
# Places various module scripts in their proper places
script_placement() {
if [ -f "$LATEFILE" ]; then
# Load module settings
load_settings
FILEV=$SCRIPTV
FILETRANSF=$SETTRANSF
FILEV=$(get_file_value $LATEFILE "SCRIPTV=")
FILETRANSF=$(get_file_value $LATEFILE "SETTRANSF=")
else
FILEV=0
FILETRANSF=$UPDATETRANSF
Expand Down Expand Up @@ -450,6 +448,7 @@ devsim_update() {

# Load module settings and reapply the MODPATH variable
load_settings() {
log_handler "Loading/reloading module settings."
. $LATEFILE
MODPATH=$MOUNTPATH/$MODID
}
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=MagiskHidePropsConf
name=MagiskHide Props Config
version=v3.0.0-v42
versionCode=37
version=v3.0.1-v42
versionCode=38
author=Didgeridoohan
description=Change your device's fingerprint, to pass SafetyNet's CTS Profile check. Edit prop files for better root hiding. Set/reset prop values set by MagiskHide. Change any prop values easily, and set your own custom props.
minMagisk=17000

0 comments on commit e9aea2d

Please sign in to comment.