Skip to content

Commit 72bf672

Browse files
author
DevelopLab
committed
Update README.md
1 parent deaef3f commit 72bf672

2 files changed

Lines changed: 43 additions & 3 deletions

File tree

README.md

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,46 @@
11
# RebootTools
22
iOS Utils TrollStore App reboot your device
3+
**⚠️Need install via TrollStore.**
4+
Use system restart code `reboot(0);` is safe and reliable, use it with confidence.
35

46
**iOS 重启工具**
5-
需要TrollStore权限
6-
系统级别重启代码`reboot(0);`安全可靠,放心使用
7+
**⚠️需要TrollStore权限**
8+
系统级别重启代码`reboot(0);`安全可靠,放心使用
9+
10+
## Testing
11+
I installed and tested using `TrollStore` on the following iOS versions. All iOS versions that support `TrollStore` can use this tool.
12+
1. iOS 14.3
13+
2. iOS 15.3.1
14+
3. iOS 15.4.1
15+
4. iOS 15.5
16+
5. iOS 15.6
17+
6. iOS 16.5
18+
7. iPadOS 15.4.1
19+
20+
我在以下系统版本使用`TrollStore`安装并进行测试,所有支持`TrollStore`的系统都可以使用这个工具
21+
1. iOS 14.3
22+
2. iOS 15.3.1
23+
3. iOS 15.4.1
24+
4. iOS 15.5
25+
5. iOS 15.6
26+
6. iOS 16.5
27+
7. iPadOS 15.4.1
28+
29+
## Build
30+
1. Download and install [Theos](https://theos.dev/)
31+
2. Run `make package FINALPACKAGE=1 PACKAGE_FORMAT=ipa`
32+
33+
Full build:
34+
1. Download and install [Theos](https://theos.dev/)
35+
2. Enter [RebootRootHelper](https://github.com/DevelopCubeLab/RebootTools/tree/main/RebootRootHelper) directory
36+
3. Run `make` or `run stage` to build [RebootRootHelper](https://github.com/DevelopCubeLab/RebootTools/blob/main/Resources/RebootRootHelper). This helper is core of Reboot
37+
4. Copy `RebootRootHelper` to [Resources](https://github.com/DevelopCubeLab/RebootTools/tree/main/Resources) directory. (I have built this helper and placed it in the `Resources` directory)
38+
5. Back to `Home directory`
39+
6. Run `make package FINALPACKAGE=1 PACKAGE_FORMAT=ipa`(of course, you can also build deb, but I think it's not necessary)
40+
7. You will get this `tipa` file.
41+
42+
## Thanks
43+
[肖博Vlog](https://m.xiaobovlog.cn/) 提供的重启设备核心代码`reboot(0);`
44+
[TrollStore](https://github.com/opa334/TrollStore)
45+
Powered by ChatGPT 4o & 4o mini
46+
icon by `SF Symbols`

control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Package: com.developlab.RebootTools
1+
Package: com.developlab.reboottools
22
Name: RebootTools
33
Version: 1.2
44
Architecture: iphoneos-arm

0 commit comments

Comments
 (0)