Commit Graph

62 Commits

Author SHA1 Message Date
Roshanlal
7b1fe8a546
Update README.md (#158) 2022-10-02 00:07:42 +08:00
Howard Wu
c770a2ba7d Fork detachment announcements 2022-09-26 18:20:30 +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
Syuugo
08fbb8d9dc
Add batch script (#116)
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2022-09-17 20:38:33 +08:00
Howard Wu
7ca0e65ff7
Update custom GApps Tutorial (#99) 2022-09-10 14:47:48 +08:00
Howard Wu
2d831522cf
Update README.md 2022-09-08 17:36:09 +08:00
Howard Wu
a7456ac7fb
Update README.md 2022-09-08 10:30:25 +08:00
Howard Wu
57f242487a Fix spelling error 2022-09-07 20:09:48 +08:00
Howard Wu
0af74b6a4a Update README.md 2022-09-07 20:07:29 +08:00
Howard Wu
1921175da6
Fix spelling errors 2022-09-07 19:07:06 +08:00
Howard Wu
58fc35c483
Minor change 2022-09-07 19:03:13 +08:00
Howard Wu
3b525ca8a6
Minor changes 2022-09-07 15:27:06 +08:00
Howard Wu
fe71d1a129
Minor chang 2022-09-07 15:23:14 +08:00
Howard Wu
13b99d485f
Add tutorial for how to install Mindthegapps (#82) 2022-09-07 15:13:23 +08:00
Howard Wu
70bb0fdb8f Formatting codes 2022-09-04 00:43:31 +08:00
Syuugo
8970dcd7ca
Fix Jump links 2022-09-03 13:52:15 +09:00
Syuugo
60f5c87cea Minor Changes 2022-09-03 13:32:52 +09:00
Howard Wu
59ec04b2c3 Add tutorial for installing custom OpenGApps 2022-09-03 11:56:58 +08:00
Syuugo
b996fda476
Update README.md 2022-08-26 02:06:14 +09:00
Howard Wu
bff41befd9 Update README.md 2022-08-14 17:16:44 +08:00
Howard Wu
d045c96ebf
Update README.md 2022-08-14 15:24:32 +08:00
Howard20181
555c643c2f All work done in local host.
Remove Action.
2022-08-14 10:43:35 +08:00
LoveSy
9226be17c2
Add credits 2022-07-23 01:18:16 +08:00
Howard Wu
e1bdbdf39e
Remove the ExternalStorageProvider we added (#413) 2022-06-15 18:05:42 +08:00
Howard Wu
494a52c5a3
Explain why the old workflow runs should be deleted 2022-05-18 01:01:40 +08:00
Howard Wu
79eb5eb003 Update README.md 2022-05-18 00:25:56 +08:00
南宫雪珊
018683797b
Add VpnDialogs (#338)
https://github.com/LSPosed/VpnDialogs
2022-05-16 02:52:59 +08:00
LoveSy
1a7551e0bb
Update README.md
Fix #309
2022-04-21 00:39:53 +08:00
LoveSy
4efc9198f4
Add a warning about downloading artifact 2022-03-25 19:27:10 +08:00
LoveSy
9335b1883b
Update README.md 2022-03-14 03:57:39 +08:00
LoveSy
d242f57139
Update README.md 2022-02-14 02:09:01 +08:00
someone5678
09f7bd0fce
README: update Shamiko link and fix typo (#223)
* hidding -> hiding
2022-02-14 02:03:04 +08:00
LoveSy
f1936ec651
Update README.md
Fix #172
2022-01-13 22:18:45 +08:00
Chai Wei Jie
d28ed1f18b
Update README.md (#156) 2021-12-30 11:41:48 +08:00
LoveSy
ba9ac544f1
Update README.md 2021-12-18 23:59:40 +08:00
LoveSy
42a4f94d28 Add WSAHelper 2021-12-18 21:22:46 +08:00
LoveSy
81393dbe71
Update Magisk Alpha link 2021-12-17 02:08:09 +08:00
LoveSy
c05e4c8c38
Update README.md 2021-12-16 19:52:22 +08:00
LoveSy
21b6c49cfc
Add FAQ 2021-12-15 00:32:05 +08:00
LoveSy
0a6c9c208a
Update Video 2021-12-12 09:20:37 +08:00
LoveSy
50a8e3b4e9 Fix GSI packages arch 2021-12-12 05:56:30 +08:00
LoveSy
0d47927f3e Merge all language packs
Close #61
2021-12-12 05:44:54 +08:00
LoveSy
83557639ba Update script and readme 2021-12-12 01:56:48 +08:00
LoveSy
5255ce5fca Update README 2021-12-12 00:17:15 +08:00
Mioki
fc3d1562aa
Adds latest adb files. Installer now opens WSASettings and Installs Magisk.apk with minimal input from user. (#89)
* Supplies the same Magisk APK version with WSA

Provides the required Magisk APK along with the rest of the files.

* Copy to magisk.apk iff root sol is magisk

* Update README.md

* Adds latest adb and installs Magisk.apk at the end.

* typo error

* typo error

* fix folder error in adb call from install script

* Optimized ADB unzip

* Cleanup temp files during adb extraction

* Automated adb connection and Magisk Install

* Changed Magisk launch command

* fix missing ./ in adb call

* Cleanup adb.zip

* AUtomated install script. No user interaction install.

* Fixed ./adb missing ./

* Edited Readme to remove unnecesary user steps.

* Prepare script for AppxPackage randomly not starting wsaclient.

* Install script now activates Windows 11 developers mode automatically.

* stupid space in the middle of a command fixed

Co-authored-by: LoveSy <shana@zju.edu.cn>
2021-11-19 20:58:08 +08:00
okibcn
153c0bf4de
Supplies the same Magisk APK version with WSA (#88)
Co-authored-by: LoveSy <shana@zju.edu.cn>
2021-11-15 17:40:13 +08:00
LoveSy
08a2645d63 Magisk Canary is working now 2021-11-02 19:50:30 +08:00
Howard Wu
9370b11293
Minor Changes (#50) 2021-11-02 09:26:01 +08:00
Howard20181
0f59c3225d Correct spelling
Co-Authored-By: Mayuri <63649939+MayuriNFC@users.noreply.github.com>
2021-11-02 09:03:32 +08:00