Commit graph

278 commits

Author SHA1 Message Date
Howard Wu
21e80a355e
Drop KernelSU support for 2304- () 2023-07-08 12:42:11 +08:00
Howard Wu
d9798874c0 Fix custom tmp dir build
Fix 
2023-07-07 03:13:36 +08:00
Howard Wu
88bd8894d9 Fix mtab workaround 2023-07-05 14:58:11 +08:00
Howard Wu
bbc86e1b3d Rename main version to major version 2023-06-20 12:16:58 +08:00
Howard Wu
9a4f25e538 Check WSA download link version
I don't know why Microsoft's server returns multiple versions at the same time
2023-06-20 12:14:42 +08:00
Howard Wu
aefda92b20 Drop KernelSU support for WSA version lower than 2303
5003824fa8
2023-06-06 22:23:05 +08:00
Howard Wu
c622109277 Fix SELinux context 2023-06-03 01:19:51 +08:00
s1204IT
d5ed25eddd
Fix 2304 Remove Amazon Appstore () 2023-06-02 16:56:23 +08:00
Fernando Fernández
32af1ea2bc
Fix scripts folder permissions ()
Ran chmod +x *.sh in the scripts directory to ensure all the files had relevant permissions.

Only build.sh had faulty permissions
2023-06-01 10:03:54 +08:00
Howard Wu
fddfd7954c Prevent system partition from containing duplicate data from other partitions
This is caused by using Overlayfs mounts
Even though this has no side effects,
it will consume more disk space
2023-05-26 21:55:30 +08:00
Howard Wu
9b117b8c94 mk_overlayfs: fix undefined behavior
kernel logs:
```
overlayfs: upperdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
overlayfs: workdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
```
2023-05-26 20:23:22 +08:00
Howard Wu
b38fe8c678 Fix Python dependency installation
Always use it when a virtual environment exists
2023-05-26 16:12:43 +08:00
Muhammad Alfaiz Khisma Authar
3d819b9ba5
Add support for arch ()
* For Arch, confirm before any operation

---------

Co-authored-by: Howard Wu <HowardWu20@outlook.com>
2023-05-26 03:01:04 +08:00
Howard Wu
02862b2c65 Overlayfs: don't use userxattr
Some old kernel does not support this
we always mount overlay in privileged mode
so we don't need it
Fix 
2023-05-26 01:26:17 +08:00
Howard Wu
a4ca446e03
Remove OpenGApps ()
* Remove `OpenGApps`

* Update README.md
2023-05-24 18:26:54 +08:00
Howard Wu
d8e875a4ae
EROFS mount using fuse ()
Get rid of kernel support of EROFS
Pre-build `erofs-utils` from https://github.com/sekaiacg/erofs-utils/releases/tag/v1.6-230502
Since it is statically linked, so binary build for Android also works for other platforms.
x86_64 using [erofs-utils-v1.6-g689372cd-Linux_x86_64-2305022024.zip](https://github.com/sekaiacg/erofs-utils/releases/download/v1.6-230502/erofs-utils-v1.6-g689372cd-Linux_x86_64-2305022024.zip)
aarch64 using [erofs-utils-v1.6-g689372cd-Android_arm64-v8a-2305022023.zip](https://github.com/sekaiacg/erofs-utils/releases/download/v1.6-230502/erofs-utils-v1.6-g689372cd-Android_arm64-v8a-2305022023.zip)

Fix 
Close 
2023-05-24 18:09:59 +08:00
Howard Wu
969d2b2fa6
Inject zygisk.rc for sync --zygisk-restart ()
a87f56846a
2023-05-23 22:34:39 +08:00
Howard Wu
94632581d5 Fix 2023-05-16 15:06:20 +08:00
Howard Wu
acc9cc6da1 Refine build script
Refine error output
Refine update file path
2023-05-16 07:46:43 +08:00
Howard Wu
c70d6107f4 pass shellcheck 2023-05-16 06:50:21 +08:00
Howard Wu
07f580587d Refine Magisk init 2023-05-16 06:48:30 +08:00
Syuugo
bb5298adbb
Support 2304: KernelSU & Remove amazon ()
* KernelSU 2304

* Remove amazon : 2304

* Fix Remove amazon 2304

* Only delete: `mado_release.apex`

* Fix variable name
2023-05-16 06:36:37 +08:00
Howard Wu
8c2abce385 Revert "No need to add VpnDialogs for 2304"
This reverts commit ffff85324f.
2023-05-16 02:24:04 +08:00
Howard Wu
ffff85324f No need to add VpnDialogs for 2304 2023-05-16 02:03:58 +08:00
Howard Wu
bdcb07119c Fix magisk service seclabel 2023-05-16 00:17:04 +08:00
Howard Wu
62ad5d6277 Fix gmscore_app sepolicy 2023-05-15 21:52:17 +08:00
Howard Wu
510e4aac17 Reduce Magisk version requirements to 26.0 2023-05-15 02:24:01 +08:00
Howard Wu
6f9d5f0087 Magisk version 26.1+ required
Magisk below this version will not work on WSA with modules that use custom sepolicy
2023-05-15 02:22:21 +08:00
Howard Wu
5c2218df43
Fix Magisk integration ()
Co-authored-by: LoveSy <shana@zju.edu.cn>
2023-05-15 02:07:45 +08:00
Howard Wu
e8d81271f3 Cleanup echo info 2023-05-14 02:30:43 +08:00
Howard Wu
2364c36dbb Fix 2303 build failed
Fix 

The commit also fixes an issue where the version number
was wrong when getting the download link online at the
same time when WSA was already downloaded
2023-05-14 00:33:09 +08:00
Howard Wu
6d5f3f4a67 Python Dependencies Silent Installation 2023-05-13 21:26:43 +08:00
Howard Wu
d6b7070121 Only use venv when Python version >= 3.11 2023-05-13 21:23:58 +08:00
Howard Wu
fd9569ce6e Add dependency erofs-utils 2023-05-13 20:51:52 +08:00
Howard Wu
cde01be6c8
Fix 2304 build ()
Starting with WSA version 2304, the system image is now raw EROFS
wrapped with `vhdx`. In this case, the integration has moved to mount
EROFS and use the mounted directory as `lowerdir`, use OverlayFS to 
make it readable and writeable, and modify it in the merged directory.
2023-05-13 20:45:09 +08:00
Howard Wu
285d43c601 Use Python3 virtual environments
Try to Fix 
2023-05-12 00:07:27 +08:00
Howard Wu
ad396d6810 Add dependency sudo
Unsupported system without `sudo`
Close  
2023-04-18 17:11:37 +08:00
Howard Wu
f07cafe63f Don't double quote $SUDO
Try to Fix 
2023-04-18 16:34:32 +08:00
Howard Wu
d8194364fa Fix dependencies install
Forget to update package list before install
2023-04-17 18:49:34 +08:00
Pawloland
8337c73a1e
Stop run.sh when installing dependencies fails () 2023-04-12 21:13:57 +08:00
Howard Wu
b05bb4fa92 Add KernelSU link hint 2023-04-12 02:48:28 +08:00
Howard Wu
cce4b69776 Init download WSA version value 2023-04-12 02:45:08 +08:00
Howard Wu
73d851f879 Fix Kernel version for 2303 2023-04-12 02:43:07 +08:00
Howard Wu
6649117eeb Format code 2023-04-11 05:06:10 +08:00
Howard Wu
fd51bd872b Do not open and close files in each new thread 2023-04-11 04:55:18 +08:00
Howard Wu
bbfc3c2d29 Refine WSA download links generate
Refine dependencies install
2023-04-11 04:35:46 +08:00
Howard Wu
04103a8fd2 Don't append null parameter
Fix 
2023-04-10 22:34:49 +08:00
S
1ebd85b105
Change user () 2023-04-07 18:45:29 +08:00
Howard Wu
5d6baa3826 Fix permissions
Fix 
2023-04-07 01:58:40 +08:00
Howard Wu
e7d94eabdb Delay creation of preinit block 2023-04-06 03:47:33 +08:00