254 Commits

Author SHA1 Message Date
Howard Wu
62d17d2fc8 pip install quiet 2023-03-14 22:51:13 +08:00
Howard Wu
2d39db8758 Disable pip install verbose output 2023-03-14 22:50:03 +08:00
Howard Wu
0afcaac81f Only openSUSE Tumbleweed is supported 2023-03-14 22:46:25 +08:00
Howard Wu
8d795a6bc3 Fix root menu 2023-03-12 02:19:41 +08:00
Howard Wu
fa79cc8480
Support integrate KernelSU (#403)
* Support integrate KernelSU

* Fix zip MIME type

* Better print
2023-03-08 22:40:19 +08:00
Howard Wu
b7778ffcec Don't ignore SC2086
Fix #342
Some user run the build script as root user, which cause makepri failed to read files from work dir, this change force using wine when run build in root user
2023-03-07 17:55:46 +08:00
LoveSy
db56036594
No need DT_NEEDED 2023-03-04 21:01:00 +08:00
Howard Wu
081213a1ed Enforce Magisk 24.0+ 2023-03-04 03:14:45 +08:00
Howard Wu
cfea6309d5 Mount SELinux policy path 2023-03-04 03:09:32 +08:00
Howard Wu
e5554ed61b Prepare worker
4318ab5cd2
2023-03-04 00:39:33 +08:00
Howard Wu
357e2e8bf1 Change variable name 2023-03-04 00:10:12 +08:00
Star_ZER0
b0e94d2ea3
Fix offline mode not working properly (#378) 2023-02-03 22:57:33 +08:00
Howard20181
312cc188e0 Add an alert that OpenGApps will fail to start
Close #371
2023-01-29 03:47:34 +08:00
Howard20181
9854c629d0 Restrict content type to application/x-zip-compressed 2023-01-20 06:55:06 +08:00
Howard20181
912a4c63ef Fix Github API rate limit message 2023-01-20 06:12:13 +08:00
Howard20181
bbcb14caa4 Get MindTheGApps from Github
Temporary fix for #357
2023-01-19 23:17:26 +08:00
Fernando Fernández
a5f46350b8
Separating the install script from the build script and warn on uninstall (#344)
Co-authored-by: Howard20181 <40033067+Howard20181@users.noreply.github.com>
2023-01-11 20:54:39 +08:00
Howard20181
3c7be0aa1c Get WSA version before extract 2023-01-11 17:27:06 +08:00
Howard20181
d41bee363b Fix offline mode GApps version 2023-01-11 17:05:56 +08:00
Fernando Fernández
207faa6457
Decouple dependency installation in a different script (#340)
Co-authored-by: Howard20181 <40033067+Howard20181@users.noreply.github.com>
2023-01-11 16:49:14 +08:00
ISHANSH LAL (a.K.a t-RED)
8cc5f9c1ab
Rewrite random character generator (#329)
Co-authored-by: Howard20181 <40033067+Howard20181@users.noreply.github.com>
2023-01-11 16:36:49 +08:00
Syuugo
30816216a0
Fix output messages (#326) 2023-01-11 16:12:20 +08:00
Howard20181
f9a8b78ed5 Properly clean up the working directory 2023-01-03 18:04:05 +08:00
Howard20181
b5c995ad2c Update extractWSA.py 2023-01-03 16:52:07 +08:00
Howard20181
d3a055c591 Fix merge res 2023-01-03 16:47:58 +08:00
Howard20181
6199cc938e Merge successfully before continuing to modify AppxManifest.xml 2023-01-02 17:39:29 +08:00
Howard20181
c4d06eecd0 Always use the Windows environment in WSL 2023-01-02 16:19:10 +08:00
Jishnu M
ebb7a7f548
send request to generate wsa links via threads (#323) 2023-01-02 16:00:44 +08:00
4qwerty7
c143787681
Support no wine execution in WSL (#308)
Closes #306
2023-01-02 15:51:04 +08:00
Howard Wu
39d51aaf44
Close #305 2022-12-25 18:02:47 +08:00
Howard Wu
21206dbf15 Fix prop split 2022-12-18 19:56:34 +08:00
Howard Wu
615c125030 Support for custom Microsoft account identity
Create a file named `.ms_account` in the download directory and write `user_code=` in it to import it automatically
2022-12-18 18:53:47 +08:00
Howard Wu
be86d42785 Correctly get Magisk version number from zip 2022-12-11 22:57:45 +08:00
Howard Wu
50ee54c122 Minor change 2022-12-11 18:54:56 +08:00
Howard Wu
cb597c27fb Update magiskrc
1. Handle zygote restarts
2. Low case service names
2022-12-11 18:52:14 +08:00
Syuugo
e5f25504a0
Added artifact name more details (#289)
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2022-12-09 20:36:59 +08:00
Syuugo
6e31ee5e53
Compatible with 2211 and later (Remove Amazon Appstore) (#288) 2022-12-09 20:13:22 +08:00
Howard Wu
b71eed35fa Skip merge language resources when they do not exist 2022-12-09 20:11:20 +08:00
Howard Wu
67682f8ca5
Add skip download wsa (#287) 2022-12-09 18:10:28 +08:00
Howard Wu
c86cd29e33
Add more info to artifact name (#286) 2022-12-09 17:21:29 +08:00
Howard Wu
7c08d33c7e
Fix GApps regexp (#284) 2022-12-08 20:06:42 +08:00
Howard Wu
c9e4374c2f
Download GApps by Android version (#280) 2022-12-08 16:06:23 +08:00
Howard Wu
7f8a7af174 No need to store WSA's msixbundle separately
WSA's `msixbundle` is a `neutral` package which contains different architectures in the same package.
2022-11-23 16:10:41 +08:00
Syuugo
b56e7bf101
Delete apps no longer need (#258) 2022-11-23 15:26:20 +08:00
Howard Wu
2d90b1cc58
Update example 2022-11-15 09:10:25 +08:00
Syuugo
73eb7dc19e
Add option to skip fix system props (#254)
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2022-11-15 09:07:29 +08:00
Howard Wu
d3bbe02fcd Fix input overwritten due to parameter order 2022-11-11 15:40:54 +08:00
Syuugo
247cfe3baa
Prioritize ZIP (#245) 2022-11-06 22:39:45 +08:00
Howard Wu
0646b8e07c
Run loadpolicy.sh synchronously (#225) 2022-10-28 12:38:23 +08:00
Howard Wu
0bb1cfe3fc Fallback to apk if magisk zip not found 2022-10-26 22:28:04 +08:00