Howard Wu
07e6d5baa4
Simplify GApps and Magisk link generation scripts
...
Removed GitHub API authentication and asset parsing logic from generateGappsLink.py and generateMagiskLink.py. Now, download links are constructed directly using static URLs for the latest release assets, improving reliability and reducing complexity.
2025-07-17 15:36:20 +08:00
Howard Wu
5066f5a9d9
Add more CDN hosts
2025-01-12 00:58:21 +08:00
Howard Wu
4ec5226c9f
Fix #822
2025-01-01 04:34:55 +08:00
MrKristofere
92b0ba5fbc
Fixed selection without root in the run.sh ( #824 )
...
Fixed an issue where magisk was installed when selecting No in the "Do you want to Root WSA?" question.
2025-01-01 04:32:18 +08:00
Moritz Bender
96451a2237
Fix python SyntaxWarning
s on non-raw regex strings ( #810 )
2024-10-27 00:04:02 +08:00
Howard Wu
b40611271b
Update lspinit for Magisk 27008+
2024-10-27 00:00:03 +08:00
Howard Wu
599e027054
Stop copy sepolicy.rule ( #806 )
2024-07-25 19:32:21 +08:00
Howard Wu
5448a5f92f
Enhanced compatibility ( #804 )
...
33aebb5976
2024-07-25 16:44:06 +08:00
Howard Wu
d190ec26c2
Add a script to quickly debug Magisk ( #803 )
2024-07-25 16:29:31 +08:00
Howard Wu
2d2c7905f5
Enhanced compatibility
...
Support fb5ee86615
2024-07-13 18:35:09 +08:00
Howard Wu
2726a6996f
When installing GApps explicitly prompts to install Magisk instead of silently installing it
2024-03-06 05:36:43 +08:00
Howard Wu
8c71c3362b
Don't allow install gapps and kernelsu at the same time
...
Close #783
2024-03-06 05:08:34 +08:00
Howard Wu
8cee0641e7
Fix arm64 build
2024-03-06 04:00:07 +08:00
Howard Wu
78a3fe5e07
Update docs
2024-03-06 01:17:51 +08:00
Howard Wu
730070d44a
Add back remove amazon
...
Amazon Apps only ship in the apex module on a high version of WSA,
so just simply delete it
For the WSA upgrade from the older version which already installed this module,
run `adb shell pm uninstall com.microsoft.mado` to remove it.
2024-03-06 00:58:52 +08:00
Doddddd
511374f77f
variable "$default" may be empty ( #781 )
...
* variable "$default" may be empty
---------
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2024-03-06 00:45:35 +08:00
Howard Wu
63790f65e9
function YesNoBox allow default no
2024-03-04 14:52:55 +08:00
Howard Wu
f78b9ea331
Fix run.sh not recognize the compress format
2024-03-04 14:37:42 +08:00
Syuugo
8950e28a08
Fix run.sh ( #778 )
2024-03-03 23:05:23 +08:00
Howard Wu
59758e5d38
Fix stupid bug
2024-03-03 07:58:52 +08:00
Howard Wu
2a247dcf3c
Download cust.img
2024-03-03 07:45:36 +08:00
Howard Wu
c31c9941bd
Cleanup mount point
2024-03-03 03:28:52 +08:00
Howard Wu
502e3c7ebe
Load modules by Magisk
2024-03-03 01:40:14 +08:00
Howard Wu
44df7ca8ac
Always overwrite files
2024-02-12 09:29:43 +08:00
Howard Wu
e3130bd063
Refine post-fs-data.sh
2024-02-12 09:01:25 +08:00
Howard Wu
7bc40ffbd1
Fix env at first boot
2024-02-12 08:51:10 +08:00
Howard Wu
7eaf4d7cda
let lspinit copy rule
2024-02-11 19:49:58 +08:00
Howard Wu
62d3f88de8
Remove workaround of live apply modules policy
2024-02-10 04:52:55 +08:00
Howard Wu
f310b75fb0
Always check files
2024-02-10 04:38:11 +08:00
Howard Wu
4f7d3c1951
Fix parameter parsing
2024-02-10 03:46:33 +08:00
Howard Wu
a3efd6dab1
[WIP] Fix SELinux
2024-02-09 21:12:36 +08:00
Howard Wu
cef9ef4a54
[WIP] Gapps integrate
2024-02-09 03:05:42 +08:00
Howard Wu
061a0c5984
2024
2024-02-08 18:16:23 +08:00
Howard Wu
bd7dba0a92
No hard-code kernel version
2024-02-08 18:15:03 +08:00
Howard Wu
ea61cd4052
Format code
2024-02-08 15:14:56 +08:00
Howard Wu
0906e3868b
Add GApps integration
2024-02-08 14:27:43 +08:00
Howard Wu
ccef439f53
Fix arm64 build
2024-02-07 20:56:41 +08:00
Howard Wu
ad6f29a51f
use full manager app
2024-02-07 03:00:05 +08:00
Howard Wu
7d501a7156
Add back magisk32 to fix zygisk32
2024-02-07 02:37:33 +08:00
Howard Wu
734ebf8648
Fix lspinit init
2024-02-07 02:24:02 +08:00
Howard Wu
a2313d7f54
Use lspinit to integrate Magisk
2024-02-07 00:47:43 +08:00
Doddddd
d44a77be84
fix scripts permissions ( #718 )
...
Co-authored-by: Doddddd <s1524010598@gmail.com>
2023-10-25 17:08:42 +08:00
Riccardo Nava
8548114d79
Download correct WSA version ( #712 )
...
The previous script was subject to a race condition, since it searched download links for multiple versions and the last one finishing was the one used
Co-authored-by: Howard Wu <HowardWu20@outlook.com>
2023-10-24 21:48:01 +08:00
Syuugo
15f5d26742
Use Official repository ( #714 )
2023-10-24 21:43:57 +08:00
Syuugo
661f71eae7
Ignore VelvetTitan
( #713 )
2023-10-24 21:43:43 +08:00
Ikko Eltociear Ashimine
7bc3428a5c
Fix typo in generateWSALinks.py ( #671 )
...
version_splited -> version_splitted
2023-10-24 21:40:34 +08:00
Syuugo
0a765ecb4d
Fix KernelSU ( #707 )
2023-10-24 21:39:35 +08:00
sn-o-w
0c4c7521f7
Download Microsoft component packages while using --skip-download-wsa
( #698 )
...
Co-authored-by: Doddddd <88972478+Doddddd@users.noreply.github.com>
2023-10-24 21:38:50 +08:00
Sora Lee
f55c188e49
Add support for Gentoo ( #625 )
...
- Avoid unneeded rebuilds by using `-U` instead of `-D`
- Avoid adding ca-cetificates to @selected by using `-1`
- Ensure aria2 is built with the `adns` USE flag
- Use dialog instead of whiptail to limit dependencies
2023-10-24 21:35:45 +08:00
Howard Wu
22bc69f732
Less version determination
2023-07-12 01:28:09 +08:00