We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6684afd commit f4e9118Copy full SHA for f4e9118
2 files changed
Version.md
@@ -1,5 +1,11 @@
1
# [Tool-Tree](https://zenlua.github.io/Tool-Tree)
2
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
9
**Version: 1.3.0 (10-2-2026)**
10
11
+ Fixed contextpatch that's causing the crashes.
pio/src/main/assets/module/bin/java
@@ -1,11 +1,5 @@
#!/data/data/com.tool.tree/files/home/bin/bash
-if [ "$($TERMUX/bin/java -version 2>&1 | grep -cm1 'java.lang.OutOfMemoryError')" == 1 ];then
-$TERMUX/bin/java
-echo "Java is corrupted and cannot be used!" >&2
-exit 1
-fi
-
exec $TERMUX/bin/java \
-Dfile.encoding=UTF-8 \
-Xms100m \
0 commit comments