Skip to content

Commit

Permalink
Update README_zh_cn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natsumerinchan authored Oct 11, 2022
1 parent f10fd21 commit 168a51e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README_zh_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ARCH:

***这些方法是为那些能够编译自定义Android-x86镜像的人准备的。***
+ 编写一个脚本,每当有一个应用程序被打开时,自动将data权限设置为777 (这是PrimeOS使用的方法 - **不推荐**)
* 摘取这两个提交 :
* Cherry-pick这两个提交 :
https://github.com/supremegamers/device_generic_common/commit/2d47891376c96011b2ee3c1ccef61cb48e15aed6
https://github.com/supremegamers/android_frameworks_base/commit/24a08bf800b2e461356a9d67d04572bb10b0e819

Expand All @@ -113,12 +113,12 @@ ARCH:

* 找一个包括这些文件系统的内核 :

** 对于 `sdcardfs`, 请查阅 [maurossi](https://github.com/maurossi/linux)[youling257](https://github.com/youling257/android-mainline)的仓库 :
** 对于 `sdcardfs`, 请checkout [maurossi](https://github.com/maurossi/linux)[youling257](https://github.com/youling257/android-mainline)的仓库 :
(建议把 `CONFIG_SDCARD_FS` 从 =m改为 =y)

** 对于 `esdfs`, 请查阅 [HMTheBoy154](https://github.com/hmtheboy154/Darkmatter-kernel) (umbral 分支) or [youling257](https://github.com/youling257/android-mainline) (5.18 以上的分支). `esdfs``pkglist`来自ChromiumOS的第三方内核仓库。
** 对于 `esdfs`, 请checkout [HMTheBoy154](https://github.com/hmtheboy154/Darkmatter-kernel) (umbral 分支) or [youling257](https://github.com/youling257/android-mainline) (5.18 以上的分支). `esdfs``pkglist`来自ChromiumOS的第三方内核仓库。

* 转到device/generic/common并恢复[此提交](https://github.com/supremegamers/device_generic_common/commit/ff34d6d549f026156188cf1467f26628e5cac658)
* 转到device/generic/common并revert[此提交](https://github.com/supremegamers/device_generic_common/commit/ff34d6d549f026156188cf1467f26628e5cac658)

***(对于想使用esdfs的人来说,接下来的这些步骤是必须的, 来自 [HMTheBoy154](https://github.com/hmtheboy154/) 的建议)***
* 仍然在device/generic/common中,打开device.mk并添加这些行
Expand All @@ -128,7 +128,7 @@ ARCH:
persist.sys.sdcardfs=force_off
```
* 转到system/vold,摘取[此提交](https://github.com/supremegamers/platform_system_vold/commit/17ab73250d5acee423bd98fc885f87783baf9bd7)
* 转到system/vold,cherry-pick[此提交](https://github.com/supremegamers/platform_system_vold/commit/17ab73250d5acee423bd98fc885f87783baf9bd7)
效果 : [HMTheBoy154](https://github.com/hmtheboy154) 在BlissOS 15.6 (Android 12L)上进行的测试
![photo_2022-07-19_14-01-19](https://user-images.githubusercontent.com/39849246/179693211-a6a711a0-a968-418e-bfb0-aef289d34f54.jpg)
Expand Down

0 comments on commit 168a51e

Please sign in to comment.