Commit graph

26 commits

Author SHA1 Message Date
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
Moritz Bender
96451a2237
Fix python SyntaxWarnings on non-raw regex strings (#810) 2024-10-27 00:04:02 +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
502e3c7ebe Load modules by Magisk 2024-03-03 01:40:14 +08:00
Howard Wu
ccef439f53 Fix arm64 build 2024-02-07 20:56:41 +08:00
Howard Wu
a2313d7f54 Use lspinit to integrate Magisk 2024-02-07 00:47:43 +08:00
Syuugo
15f5d26742
Use Official repository (#714) 2023-10-24 21:43:57 +08:00
S
1ebd85b105
Change user (#480) 2023-04-07 18:45:29 +08:00
Howard Wu
86759ad241 All Python scripts use relative path 2023-03-26 20:34:44 +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
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
Howard20181
d41bee363b Fix offline mode GApps version 2023-01-11 17:05:56 +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
MilkClouds
ed2529e620
Fixed typo related to f.close() (#155) 2022-09-30 00:55:43 +08:00
Howard Wu
9968805324 Use pathlib instead of os.path 2022-09-17 21:15:44 +08:00
Howard Wu
d296e27659 Fix Play Services SElinux Policy
close #55
2022-09-16 16:22:45 +08:00
Howard Wu
32c19f2f03 Workaround #108 2022-09-13 19:11:45 +08:00
Syuugo
37b59237d7
Build x86_64 with MindTheGappsBuilder (#94)
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2022-09-10 14:40:21 +08:00
Howard20181
f6a348a596 Download on demand
Delete only when files are corrupted
Download only when a new version of a file is available
close #39
2022-08-26 02:33:27 +08:00
Howard20181
111fd20c18 Rewrite Integrate GApps 2022-08-26 00:20:49 +08:00
Syuugo
3fb9ef1e77
Fix some strings 2022-08-25 18:46:37 +09:00
Howard20181
9768767b17 Multi-threaded download with aria2
Close #24
2022-08-24 01:54:24 +08:00