Skip to content

Commit

Permalink
minor improvements and fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrozzz committed Nov 10, 2020
1 parent 7cd69f7 commit e46ba1a
Show file tree
Hide file tree
Showing 5 changed files with 158 additions and 106 deletions.
4 changes: 0 additions & 4 deletions common/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ sed -i '/ro.product.model=/s/.*/ro.product.model=SO-52A/' $MODPATH/system.prop
elif [[ "$FCTEXTAD1" == "Black Desert Mobile Max Settings" ]]
then
sed -i '/ro.product.model=/s/.*/ro.product.model=SM-G975U/' $MODPATH/system.prop

elif [[ "$FCTEXTAD1" == "None" ]]
then
busybox rm $MODPATH/system.prop
fi

ui_print "[*] Done!"
Expand Down
1 change: 0 additions & 1 deletion customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ loc=/data/adb/modules
fi

set_permissions() {
chmod 0755 $MODPATH/system/$b/*
set_perm_recursive $MODPATH/system/bin root root 0777 0755
}

Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=KTKSR
name=King Tweaks Reborn
version=1.8.1
versionCode=181
version=1.8.2
versionCode=182
author=pedroginkgo
description=A module which have the objective of maximize user experience.
7 changes: 3 additions & 4 deletions service.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/system/bin/sh
# Written by Draco (tytydraco @github).
# Modified by pedrozzz (pedroginkgo @telegram).
# Enable cloudflare DNS by ROM (xerta555 @github).
# MMT Extended by Zackptg5 @ XDA
# Wait for boot to finish completely

wait_until_login() {
# we doesn't have the permission to rw "/sdcard" before the user unlocks the screen
Expand All @@ -21,7 +20,7 @@ wait_until_login() {
}

wait_until_login
sleep 60
sleep 30

# Setup Tweaks
# Setup tweaks
kingtweaks
Loading

0 comments on commit e46ba1a

Please sign in to comment.