Skip to content

Commit

Permalink
Random kernel format (#11)
Browse files Browse the repository at this point in the history
* Obfuscate js code

* Random kernel format

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
natsumerinchan and github-actions[bot] authored Jan 11, 2024
1 parent 0b3f204 commit f35b3d5
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 110 deletions.
2 changes: 1 addition & 1 deletion js/bundle.min.js

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions js/src/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ var bootMessageLines_en = [
"By Sherri Wheeler (SyntaxSeed.com)<br>",
"Ready. Type 'help' to get started.<br><br>",
"Question:<br>",
"Here is a GKI 2.0 device with kernel version 5.10.117-android12-9-xxxx-xxxx, android version 13, The kernel compression method is unknown, please read the tutorial carefully on the website and flash the image of the correct version and compression format for the device.<br><br>",
"Here is a GKI 2.0 device with kernel version 5.10.157-android12-9-xxxx-xxxx, android version 13, The kernel compression method is unknown, please read the tutorial carefully on the website and flash the image of the correct version and compression format for the device.<br><br>",
"Tutorial Link: https://kernelsu.org/guide/installation.html<br>",
"Condition:<br>",
"Device Status: OS is booted<br><br>",
"terminalfaker Built-in commands (type help to view) : status, adb, fastboot, magiskboot, cd, ls, cat, clear, echo, help, history, pwd, reboot, rm, touch, uname, version, whoami<br><br>",
Expand All @@ -28,7 +29,8 @@ var bootMessageLines_zh = [
"By Sherri Wheeler (SyntaxSeed.com)<br>",
"Ready. Type 'help' to get started.<br><br>",
"题目:<br>",
"这里有一台内核版本为5.10.117-android12-9-xxxx-xxxx,Android版本为13的GKI 2.0设备,内核压缩方式未知,请在网站上认真翻阅教程后为该设备刷入正确版本和压缩格式的镜像。<br><br>",
"这里有一台内核版本为5.10.157-android12-9-xxxx-xxxx,Android版本为13的GKI 2.0设备,内核压缩方式未知,请在网站上认真翻阅教程后为该设备刷入正确版本和压缩格式的镜像。<br><br>",
"教程链接: https://kernelsu.org/zh_CN/guide/installation.html<br>",
"条件:<br>",
"设备状态: 已进入系统<br><br>",
"terminalfaker内置命令(可键入help查看) : status, adb, fastboot, magiskboot, cd, ls, cat, clear, echo, help, history, pwd, reboot, rm, touch, uname, version, whoami<br><br>",
Expand Down
Loading

0 comments on commit f35b3d5

Please sign in to comment.