This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
44 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">DirtyPipeCheck</string> | ||
<string name="app_name">DirtyPipeRoot</string> | ||
<string name="desc">说明:绿色代表设备可以用 DirtyPipe(https://github.com/polygraphene/DirtyPipe-Android) 获取临时 Root,红色则意味着不行。</string> | ||
<string name="get_root">获取 ROOT</string> | ||
<string name="get_root_confirm">接下来的操作可能会让的手机变砖,也有可能导致你手机内部的数据完全丢失,确认要继续 ROOT 吗?</string> | ||
<string name="i_know_it">确认</string> | ||
<string name="about">关于</string> | ||
<string name="vulnerable_tips">你的设备可通过 DirtyPipe 获取 ROOT 权限,点击右上角菜单继续。</string> | ||
<string name="get_root_tips" >请等待大约 30 秒,Magisk 将自动安装完成;警告:\n1. 不要在 Magisk 内部执行任何安装操作,如果你的手机没有解锁,手机必定变砖,只能找售后解决。\n2. Magisk 如果提示你需要重启,请忽略它。\n3. Magisk 内只有 ROOT 可以使用,模块和 Zygisk 无法使用。</string> | ||
<string name="get_root_tips2">请再次确认:不要在 Magisk 内部执行安装操作,如果你的手机没解锁,必定会变砖!!!!</string> | ||
<string name="checkit">开始检测</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,14 @@ | ||
<resources> | ||
<string name="app_name">DirtyPipeCheck</string> | ||
<string name="action_settings">Settings</string> | ||
<!-- Strings used for fragments for navigation --> | ||
<string name="first_fragment_label">First Fragment</string> | ||
<string name="second_fragment_label">Second Fragment</string> | ||
<string name="next">Next</string> | ||
<string name="previous">Previous</string> | ||
<string name="app_name">DirtyPipeRoot</string> | ||
|
||
<string name="hello_first_fragment">Hello first fragment</string> | ||
<string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string> | ||
<string name="author">Author: weishu \nContact me: https://github.com/tiann/DirtyPipeCheck</string> | ||
<string name="checkit">开始检测</string> | ||
<string name="author" translatable="false">Author: weishu \nContact me: https://github.com/tiann/DirtyPipeCheck</string> | ||
<string name="desc">Description: Green means this device is vulnerable using DirtyPipe(https://github.com/polygraphene/DirtyPipe-Android), red is invulnerable</string> | ||
<string name="get_root">Get Root</string> | ||
<string name="get_root_confirm">This may brick your device and cuase your data loss, continue?</string> | ||
<string name="i_know_it">Confirm it</string> | ||
<string name="about">About</string> | ||
<string name="vulnerable_tips">Your device can gain root by DirtyPipe, Click Settings to continue.</string> | ||
<string name="get_root_tips" >Please wait about 30s, and the Magisk would be installed. Warning:\n 1. Don\'t use install button on magisk app. It will brick your phone.\n 2. Don\'t reboot even if Magisk app request. It will lose temporary root.\n 3. Only support root access. No magisk/zygisk modules support.</string> | ||
<string name="get_root_tips2">Please confirm again that you should not INSTALL Magisk in Magisk App!!!! YOUR DEVICE WOULD BE BRICK !!!</string> | ||
<string name="checkit">Check</string> | ||
</resources> |