Skip to content

[pull] main from LSPosed:main#27

Open
pull[bot] wants to merge 78 commits intoYT-Advanced:mainfrom
LSPosed:main
Open

[pull] main from LSPosed:main#27
pull[bot] wants to merge 78 commits intoYT-Advanced:mainfrom
LSPosed:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented May 24, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

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 #535
Close #552
* Remove `OpenGApps`

* Update README.md
@pull pull bot added ⤵️ pull merge-conflict Resolve conflicts manually labels May 24, 2023
Howard20181 and others added 11 commits May 25, 2023 14:13
Some old kernel does not support this
we always mount overlay in privileged mode
so we don't need it
Fix #559
* For Arch, confirm before any operation

---------

Co-authored-by: Howard Wu <HowardWu20@outlook.com>
Always use it when a virtual environment exists
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.
```
…rtitions

This is caused by using Overlayfs mounts
Even though this has no side effects,
it will consume more disk space
Ran chmod +x *.sh in the scripts directory to ensure all the files had relevant permissions.

Only build.sh had faulty permissions
Howard20181 and others added 14 commits June 20, 2023 12:14
I don't know why Microsoft's server returns multiple versions at the same time
- 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
…a` (#698)

Co-authored-by: Doddddd <88972478+Doddddd@users.noreply.github.com>
version_splited -> version_splitted
@Howard20181 Howard20181 force-pushed the main branch 2 times, most recently from 66c6cf5 to d44a77b Compare March 3, 2024 00:30
Howard20181 and others added 6 commits March 3, 2024 08:30
* variable "$default" may be empty

---------

Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
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.
Howard20181 and others added 3 commits January 12, 2025 00:58
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⤵️ pull merge-conflict Resolve conflicts manually

Projects

None yet

Development

Successfully merging this pull request may close these issues.