Skip to content

Commit 8b5aee8

Browse files
authored
Update README.md
1 parent 41bccf7 commit 8b5aee8

1 file changed

Lines changed: 96 additions & 33 deletions

File tree

README.md

Lines changed: 96 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,127 @@
1-
# [Tool-Tree](https://zenlua.github.io/Tool-Tree) ![GitHub Release](https://img.shields.io/github/v/release/Zenlua/Tool-Tree?label=)
1+
# Tool-Tree
2+
### Android ROM & APK Toolkit
23

3-
<img src="https://github.com/Zenlua/Tool-Tree/raw/refs/heads/main/.github/img/tool-tree.jpg" alt="1" style="width:100%;">
4+
[![Release](https://img.shields.io/github/v/release/Zenlua/Tool-Tree?label=Release)](https://github.com/Zenlua/Tool-Tree/releases/latest)
5+
[![GitHub](https://img.shields.io/github/stars/Zenlua/Tool-Tree?style=flat)](https://github.com/Zenlua/Tool-Tree)
6+
[![License](https://img.shields.io/github/license/Zenlua/Tool-Tree)](https://github.com/Zenlua/Tool-Tree)
47

5-
- Unpack: `boot`, `dtbo`, `ext4`, `erofs`, `f2fs`, `payload`, `super`, `zip`, `apk`, `apks`, `apex`, `capex` ...
8+
Official website: **https://zenlua.github.io/Tool-Tree**
69

7-
- Pack: `boot`, `dtbo`, `ext4`, `erofs`, `f2fs`, `payload`, `super`, `amlogic`, `apk`, `apex`, `capex` ...
10+
<p align="center">
11+
<img src="https://github.com/Zenlua/Tool-Tree/raw/refs/heads/main/.github/img/tool-tree.jpg" width="100%">
12+
</p>
813

9-
- There are many other features, discover them for yourself
14+
## ✨ Features
1015

11-
- Supports both `root` or `no-root` versions and is only for `arm64-bit`
16+
**📦 Unpack**
1217

13-
- 📲 Download: **[Release](https://github.com/Zenlua/Tool-Tree/releases/latest)** or **[Beta](https://github.com/Zenlua/Tool-Tree/releases/tag/beta)**
18+
`boot``dtbo``ext4``erofs``f2fs``payload``super`
19+
`zip``apk``apks``apex``capex` • ...
1420

15-
### See details
21+
**📥 Pack**
1622

17-
- Instruct: **[Root & No-Root](https://zenlua.github.io/Tool-Tree/website/Guide.html)**
23+
`boot``dtbo``ext4``erofs``f2fs`
24+
`payload``super``amlogic`
25+
`apk``apex``capex` • ...
1826

19-
- Input directory: `/sdcard/TREE` Contains `ROM` `APK`
27+
> And many more tools waiting to be discovered.
2028
21-
- Root path:
29+
---
2230

23-
+ APK: `/data/local/TOOL`
24-
+ ROM: `/data/local/TREE`
31+
## ✅ Requirements
2532

26-
- Report: **[Issues](https://github.com/Zenlua/Tool-Tree/issues)** or **[Telegram](https://t.me/tooltree)**
33+
| Item | Support |
34+
|------|---------|
35+
| Architecture | ARM64 |
36+
| Root | ✅ Root |
37+
| No Root | ✅ Supported |
2738

28-
### Version changelog
39+
---
2940

30-
- **[See details](https://zenlua.github.io/Tool-Tree/Version.html)**
41+
## 📲 Download
3142

32-
### Download add-ons
3343

34-
- **[Addon](https://zenlua.github.io/Tool-Tree/website/Addon.html)**: The section for ROM editor
44+
+ Stable: **[Latest release](https://github.com/Zenlua/Tool-Tree/releases/latest)**
45+
+ Beta: **[Beta](https://github.com/Zenlua/Tool-Tree/releases/tag/beta)**
3546

36-
- **[Apkon](https://zenlua.github.io/Tool-Tree/website/Apkon.html)**: The section for APK editor
47+
---
3748

38-
### Create add-on
49+
## 📖 Documentation
3950

40-
- **[See details](https://zenlua.github.io/Tool-Tree/website/Instruct.html)**
51+
| Topic | Link |
52+
|------|------|
53+
| User Guide | https://zenlua.github.io/Tool-Tree/website/Guide.html |
54+
| Version Changelog | https://zenlua.github.io/Tool-Tree/Version.html |
55+
| Add-on Development | https://zenlua.github.io/Tool-Tree/website/Instruct.html |
56+
| Framework Development | https://zenlua.github.io/Tool-Tree/website/Information.html |
4157

42-
### Development
58+
---
4359

44-
- **[See details](https://zenlua.github.io/Tool-Tree/website/Information.html)**
60+
## 📂 Working Directories
4561

46-
### Language
62+
### Input
4763

48-
- Help me translate your language
64+
+ `/sdcard/TREE`
65+
- ROM
66+
- APK
4967

50-
- **[App](https://github.com/Zenlua/Tool-Tree/tree/main/app/src/main/res), [Shell](https://github.com/Zenlua/Tool-Tree/tree/main/app/src/main/assets/home/etc/lang)**
68+
### Root Working Directory
5169

52-
### Screenshot
70+
APK: `/data/local/TOOL`
5371

54-
<img src="https://github.com/Zenlua/Tool-Tree/raw/refs/heads/main/.github/img/shell1.jpg" alt="1" style="width:49%;"> <img src="https://github.com/Zenlua/Tool-Tree/raw/refs/heads/main/.github/img/shell2.jpg" alt="2" style="width:49%;">
55-
<img src="https://github.com/Zenlua/Tool-Tree/raw/refs/heads/main/.github/img/shell3.jpg" alt="3" style="width:49%;"> <img src="https://github.com/Zenlua/Tool-Tree/raw/refs/heads/main/.github/img/shell4.jpg" alt="4" style="width:49%;">
72+
ROM: `/data/local/TREE`
5673

57-
### Source code
74+
---
5875

59-
- There are many other sources that cannot be listed, only the app framework source can be taken.
76+
## 🧩 Extensions
6077

61-
- References and source code
78+
| Extension | Description |
79+
|-----------|-------------|
80+
| **[Addon](https://zenlua.github.io/Tool-Tree/website/Addon.html)** | ROM editor modules |
81+
| **[Apkon](https://zenlua.github.io/Tool-Tree/website/Apkon.html)** | APK editor modules |
6282

63-
- **[Kr-Script](https://github.com/helloklf/kr-scripts), [Termux](https://github.com/termux/termux-app), [Other](https://zenlua.github.io/Tool-Tree/website/Other.html)**
83+
---
6484

85+
## 🌍 Language
86+
87+
Want to help translate Tool-Tree?
88+
89+
- [App resources](https://github.com/Zenlua/Tool-Tree/tree/main/app/src/main/res)
90+
91+
- [Shell language packs](https://github.com/Zenlua/Tool-Tree/tree/main/app/src/main/assets/home/etc/lang)
92+
93+
Contributions are always welcome ❤️
94+
95+
---
96+
97+
## 🖼️ Screenshots
98+
99+
<p align="center">
100+
<img src="https://github.com/Zenlua/Tool-Tree/raw/refs/heads/main/.github/img/shell1.jpg" width="49%">
101+
<img src="https://github.com/Zenlua/Tool-Tree/raw/refs/heads/main/.github/img/shell2.jpg" width="49%">
102+
</p>
103+
104+
<p align="center">
105+
<img src="https://github.com/Zenlua/Tool-Tree/raw/refs/heads/main/.github/img/shell3.jpg" width="49%">
106+
<img src="https://github.com/Zenlua/Tool-Tree/raw/refs/heads/main/.github/img/shell4.jpg" width="49%">
107+
</p>
108+
109+
---
110+
111+
## 🐞 Report Issues
112+
113+
- [GitHub Issues](https://github.com/Zenlua/Tool-Tree/issues)
114+
115+
- [Telegram](https://t.me/tooltree)
116+
117+
---
118+
119+
## ❤️ Credits
120+
121+
Tool-Tree incorporates or references several open-source projects.
122+
123+
- [Kr-Script](https://github.com/helloklf/kr-scripts)
124+
125+
- [Termux](https://github.com/termux/termux-app)
126+
127+
- [Other references](https://zenlua.github.io/Tool-Tree/website/Other.html)

0 commit comments

Comments
 (0)