Skip to content

Commit f4e9118

Browse files
committed
Upload file
1 parent 6684afd commit f4e9118

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Version.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# [Tool-Tree](https://zenlua.github.io/Tool-Tree)
22

3+
**Version: 1.3.1 (12-2-2026)**
4+
5+
+ Fix slow boot and boot failure issues.
6+
+ Fix other potential issues
7+
+ Support more devices
8+
39
**Version: 1.3.0 (10-2-2026)**
410

511
+ Fixed contextpatch that's causing the crashes.

pio/src/main/assets/module/bin/java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
#!/data/data/com.tool.tree/files/home/bin/bash
22

3-
if [ "$($TERMUX/bin/java -version 2>&1 | grep -cm1 'java.lang.OutOfMemoryError')" == 1 ];then
4-
$TERMUX/bin/java
5-
echo "Java is corrupted and cannot be used!" >&2
6-
exit 1
7-
fi
8-
93
exec $TERMUX/bin/java \
104
-Dfile.encoding=UTF-8 \
115
-Xms100m \

0 commit comments

Comments
 (0)