bugfix
This commit is contained in:
BIN
tools/Control.dex
Normal file
BIN
tools/Control.dex
Normal file
Binary file not shown.
1568
tools/Device_List
Normal file
1568
tools/Device_List
Normal file
File diff suppressed because it is too large
Load Diff
BIN
tools/busybox
Normal file
BIN
tools/busybox
Normal file
Binary file not shown.
BIN
tools/classes.dex
Normal file
BIN
tools/classes.dex
Normal file
Binary file not shown.
BIN
tools/keycheck
Normal file
BIN
tools/keycheck
Normal file
Binary file not shown.
1892
tools/tools.sh
Normal file
1892
tools/tools.sh
Normal file
File diff suppressed because it is too large
Load Diff
BIN
tools/zstd
Normal file
BIN
tools/zstd
Normal file
Binary file not shown.
6
備份應用.sh
6
備份應用.sh
@@ -1,8 +1,8 @@
|
||||
if [ -f "${0%/*}/tools/bin/tools.sh" ]; then
|
||||
if [ -f "${0%/*}/tools/tools.sh" ]; then
|
||||
MODDIR="${0%/*}"
|
||||
operate="backup"
|
||||
. "${0%/*}/tools/bin/tools.sh" | tee "$MODDIR/log.txt"
|
||||
. "${0%/*}/tools/tools.sh" | tee "$MODDIR/log.txt"
|
||||
else
|
||||
[[ $(echo "${0%/*}" | grep -o 'bin.mt.plus/temp') != "" ]] && echo "你媽沒告訴你腳本要解壓縮嗎?傻逼玩兒" && exit 2
|
||||
echo "${0%/*}/tools/bin/tools.sh遺失"
|
||||
echo "${0%/*}/tools/tools.sh遺失"
|
||||
fi
|
||||
@@ -1,8 +1,8 @@
|
||||
if [ -f "${0%/*}/tools/bin/tools.sh" ]; then
|
||||
if [ -f "${0%/*}/tools/tools.sh" ]; then
|
||||
MODDIR="${0%/*}"
|
||||
operate="backup_media"
|
||||
. "${0%/*}/tools/bin/tools.sh" | tee "$MODDIR/log.txt"
|
||||
. "${0%/*}/tools/tools.sh" | tee "$MODDIR/log.txt"
|
||||
else
|
||||
[[ $(echo "${0%/*}" | grep -o 'bin.mt.plus/temp') != "" ]] && echo "你媽沒告訴你腳本要解壓縮嗎?傻逼玩兒" && exit 2
|
||||
echo "${0%/*}/tools/bin/tools.sh遺失"
|
||||
echo "${0%/*}/tools/tools.sh遺失"
|
||||
fi
|
||||
@@ -1,9 +1,9 @@
|
||||
if [ -f "${0%/*}/tools/bin/tools.sh" ]; then
|
||||
if [ -f "${0%/*}/tools/tools.sh" ]; then
|
||||
MODDIR="${0%/*}"
|
||||
operate="Getlist"
|
||||
#operate="Device_List"
|
||||
. "${0%/*}/tools/bin/tools.sh" | tee "$MODDIR/log.txt"
|
||||
. "${0%/*}/tools/tools.sh" | tee "$MODDIR/log.txt"
|
||||
else
|
||||
[[ $(echo "${0%/*}" | grep -o 'bin.mt.plus/temp') != "" ]] && echo "你媽沒告訴你腳本要解壓縮嗎?傻逼玩兒" && exit 2
|
||||
echo "${0%/*}/tools/bin/tools.sh遺失"
|
||||
echo "${0%/*}/tools/tools.sh遺失"
|
||||
fi
|
||||
6
終止腳本.sh
6
終止腳本.sh
@@ -1,11 +1,11 @@
|
||||
if [ -f "${0%/*}/tools/bin/tools.sh" ]; then
|
||||
if [ -f "${0%/*}/tools/tools.sh" ]; then
|
||||
MODDIR="${0%/*}"
|
||||
[[ $(find "$MODDIR" -maxdepth 1 -name "*.zip" -type f 2>/dev/null) ]] && echo "警告!此腳本不能拿來更新腳本" && exit 2
|
||||
. "$MODDIR/tools/bin/tools.sh"
|
||||
. "$MODDIR/tools/tools.sh"
|
||||
echoRgb "等待腳本停止中,請稍後....."
|
||||
kill_Serve && echoRgb "腳本終止"
|
||||
exit
|
||||
else
|
||||
[[ $(echo "${0%/*}" | grep -o 'bin.mt.plus/temp') != "" ]] && echo "你媽沒告訴你腳本要解壓縮嗎?傻逼玩兒" && exit 2
|
||||
echo "${0%/*}/tools/bin/tools.sh遺失"
|
||||
echo "${0%/*}/tools/tools.sh遺失"
|
||||
fi
|
||||
Reference in New Issue
Block a user