Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
AceDroidX committed Feb 15, 2025
1 parent 72c7cf7 commit 0421dc8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ base64 -w 0 keystore.jks > keystore.jks.base64
### 项目的frp内核(libfrpc.so)是怎么来的?
直接从[frp的release](https://github.com/fatedier/frp/releases)里把对应ABI的Linux版本压缩包解压之后重命名frpc为libfrpc.so
项目不是在代码里调用so中的方法,而是把so作为一个可执行文件,然后通过shell去执行对应的命令
因为Golang的零依赖特性,所以可以直接在Android里通过shell运行可执行文件
因为Golang的零依赖特性,所以可以直接在Android里通过shell运行可执行文件

### 开机自启与后台保活
按照原生Android规范设计,如有问题请在系统设置内允许开机自启/后台运行相关选项
5 changes: 4 additions & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ The content for ```STORE_FILE``` should be the base64 from step 1, while you sho
### Where does the frp kernel (libfrpc.so) of the project come from?
It is obtained directly by extracting the corresponding ABI Linux version archive from [frp's release](https://github.com/fatedier/frp/releases), renaming frpc to libfrpc.so.
The project does not invoke methods from the so file within its code but treats the so as an executable file, executing the corresponding command through shell.
Due to Golang's zero-dependency characteristic, the executable file can be run directly through shell in Android.
Due to Golang's zero-dependency characteristic, the executable file can be run directly through shell in Android.

### Start at bootup and background keep-alive
Designed according to the native Android specification, if there is any problem, please allow boot/background options in the system settings.
Binary file modified image/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/image1_en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/image2_en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0421dc8

Please sign in to comment.