87 Commits

Author SHA1 Message Date
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
a4ca446e03
Remove OpenGApps (#554)
* Remove `OpenGApps`

* Update README.md
2023-05-24 18:26:54 +08:00
Pawloland
8337c73a1e
Stop run.sh when installing dependencies fails (#490) 2023-04-12 21:13:57 +08:00
Howard Wu
04103a8fd2 Don't append null parameter
Fix #484
2023-04-10 22:34:49 +08:00
Howard Wu
5d6baa3826 Fix permissions
Fix #478
2023-04-07 01:58:40 +08:00
Howard Wu
699bcf56ee run.sh added usage introduction 2023-03-29 20:05:27 +08:00
Howard Wu
3b39690fef Remove support for the compression format tar.xz
This format has a very large memory requirement for generation, about 16GB, even with a fallback to a single-threaded compression step, which would be very slow.
This format is not widely used on Windows, and decompression is a pain.
The 7z format has a better balance of size and performance requirements.
2023-03-26 22:44:33 +08:00
Howard Wu
81d59ad9dd
Refine menu (#427)
Close #426
2023-03-19 19:34:31 +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
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
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
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
4qwerty7
c143787681
Support no wine execution in WSL (#308)
Closes #306
2023-01-02 15:51:04 +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
Syuugo
247cfe3baa
Prioritize ZIP (#245) 2022-11-06 22:39:45 +08:00
Howard Wu
8367bf2b60 Minor Changes 2022-10-22 18:57:06 +08:00
Howard Wu
ac4f52ac49 Supports compression using zip format 2022-10-22 18:30:46 +08:00
Howard Wu
1fc795b7fe Supports compression using xz format
Close #203
2022-10-22 01:03:02 +08:00
Howard Wu
2564ad0387 Fix OpenSUSE need install package 2022-09-23 17:19:14 +08:00
Howard Wu
0e31e695b3 Preference for whiptail 2022-09-23 17:02:37 +08:00
Howard Wu
97e5072d9f Minor Fixes 2022-09-23 16:43:50 +08:00
Howard Wu
9bf6f6ce1b Also check if sudo exists in run.sh
More distributions supported
Now supports OpenSUSE's default package manager
2022-09-23 16:31:12 +08:00
Howard Wu
1917586e6b Set SELinux context using setfattr
to make it work properly on distributions that do not support SELinux

Add new dependency `attr`

Close #127
2022-09-22 19:37:17 +08:00
Howard Wu
317fb94198 Update run.sh 2022-09-15 00:38:43 +08:00
Howard Wu
48bf7f8d15 Update run.sh 2022-09-15 00:38:03 +08:00
bri
adac723617
add 7zip to check_dependencies() in run.sh (#111) 2022-09-15 00:36:18 +08:00
Howard Wu
afb6e676d5 Make MindTheGapps default 2022-09-10 15:02:46 +08:00
Howard Wu
2c3240a7ee Minor changes 2022-09-10 14:58:18 +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
Howard Wu
5f10ebcd29
close #85 2022-09-08 10:21:50 +08:00
Howard Wu
6d9f1e8754 close #76 2022-09-06 16:15:22 +08:00
Howard Wu
89bf502389 Install dependencies only if needed 2022-09-05 13:41:13 +08:00
Howard Wu
70bb0fdb8f Formatting codes 2022-09-04 00:43:31 +08:00
Howard Wu
0d08462c49 Change the integration GApps conditions 2022-09-03 23:44:52 +08:00
someone5678
07d36084cc scripts: Fix MindTheGapps integration
* Fix MindTheGapps integration failure in build.sh due to missing element in GAPPS_BRAND_MAP and GAPPS_VARIANT_MAP
* Change MindTheGApps to MindTheGapps as that is the official name of the project[1]
* Add PRODUCT_SIZE caculation as MindTheGApps has gapps blobs and packages in product partion too

ref:
[1] https://gitlab.com/MindTheGapps/vendor_gapps
2022-09-03 23:30:34 +09:00
Syuugo
2ef1502adc
Eliminate ca-certificates 2022-09-03 22:19:03 +09:00
Syuugo
60f5c87cea Minor Changes 2022-09-03 13:32:52 +09:00
Howard Wu
4142f3b0b9 close #56 2022-09-01 10:40:35 +08:00
Howard Wu
5d608e3a86 Fix release type selector 2022-08-30 23:57:26 +08:00
Howard Wu
2b493f8e74 Fix offline mode 2022-08-30 21:59:26 +08:00
Howard Wu
741c7fe611 off-line -> offline 2022-08-29 16:47:59 +08:00
Howard Wu
3eaeeae198
Disable offline mode by default 2022-08-29 16:39:35 +08:00
Howard20181
4e0aca05bd Implement cli 2022-08-29 16:29:54 +08:00