Commit graph

106 commits

Author SHA1 Message Date
Rikka
0bc2cedc2d
add microG 2023-05-27 16:52:55 +08:00
Rikka
d205812acb
Remove magisk files in upperdir when overlayfs is enabled 2023-05-27 16:52:55 +08:00
Rikka
fa9e89e868
HACK: granting full permission for apps data 2023-05-27 16:52:55 +08:00
Rikka
72e34c4a38
update README.md 2023-05-27 16:52:53 +08:00
Rikka
92f7e98749
update opengapps 2023-05-27 16:52:28 +08:00
Rikka
dbf630ba7e
update smartdock 2023-05-27 16:52:26 +08:00
Rikka
59ad317684
install smart dock 2023-05-27 16:46:13 +08:00
Casu Al Snek
0abfc4ef4b
Merge pull request #73 from JamiKettunen/optional-dbus
container: Make missing dbus module non-fatal
2023-05-13 21:25:07 +05:45
Casu Al Snek
4f6410c3bb
Merge pull request #84 from tutacat/patch-5
Allow CLI help without root
2023-04-26 12:49:21 +05:45
Casu Al Snek
a621645e07
Merge pull request #61 from cobalt2727/patch-1
fix Widevine typo
2023-04-26 12:48:32 +05:45
cobalt2727
545e733566
fix widevine typo 2023-04-25 21:16:59 -04:00
tutacat
771b8d7224
Allow CLI help without root
Move helper.check_root to after argparse runs, so it can display the help without needing root.
2023-04-24 23:13:41 +01:00
Casu Al Snek
a701ca8027
Merge pull request #80 from ayasa520/prop
prop: run 'waydroid upgrade -o' to regenerate base prop
2023-04-12 11:05:31 +05:45
Rikka
abdc3b015d
prop: run 'waydroid upgrade -o' to regenerate base prop 2023-04-11 01:24:22 +08:00
Casu Al Snek
d770a95995
Merge pull request #79 from ayasa520/prop
prop: write prop to /var/lib/waydroid/waydroid.cfg
2023-04-10 21:05:42 +05:45
Rikka
1caafe57e6
prop: write prop to /var/lib/waydroid/waydroid.cfg 2023-04-10 11:50:13 +08:00
Casu Al Snek
6c78b793c8
Merge pull request #75 from claui/ndk-use-github
ndk: use GitHub source instead of Dropbox
2023-03-20 09:08:13 +05:45
Claudia
6b4bc0da47
ndk: use GitHub source instead of Dropbox
Fixes #74.

Reported-by: mac1202
Suggested-by: ayasa520
2023-03-19 16:02:01 +01:00
Jami Kettunen
afa0180032 container: Make missing dbus module non-fatal
This is required to properly support Waydroid tool versions <=1.3.4
(which NixOS for example still has), or 1.4.0+ configured with
USE_DBUS_ACTIVATION=0 (basically non-systemd distributions which can't
supervise the container properly when it's launched via D-Bus)
2023-03-13 13:04:26 +02:00
Casu Al Snek
2f4f056fb1
Merge pull request #64 from ayasa520/1.4
Use WayDroid 1.4 features like dbus and overlayfs
2023-01-23 21:15:34 +05:45
Casu Al Snek
97020f99c1
Merge branch 'main' into 1.4 2023-01-23 11:25:14 +05:45
Rikka
62749bbb8e
Refuse to install arm translation on x86 2023-01-20 12:05:43 +08:00
Rikka
8f8691423b
Fix restart bug 2023-01-20 10:50:17 +08:00
Rikka
90fff773b2
Use a correct way to read overlayfs config 2023-01-20 10:22:16 +08:00
Rikka
62a460b2c3
Fix missing 'True' 2023-01-20 10:04:47 +08:00
Rikka
da15751629
Update: README.md 2023-01-19 13:19:06 +08:00
Rikka
df46ba8fed
Refactor: Split into multiple small scripts 2023-01-19 13:14:45 +08:00
Rikka
4681bb48fe
Update README 2023-01-12 14:53:24 +08:00
Rikka
7a27b8c193
Fix CPU architecture detection for Magisk installation 2023-01-12 12:58:36 +08:00
Rikka
325dbb472a
Update *run* method 2023-01-12 12:13:43 +08:00
Rikka
4b83449e3b
Update Magisk bootanim.rc 2023-01-11 17:58:46 +08:00
Rikka
43311707a3
Replace os.system with subprocess.run 2023-01-09 00:54:13 +08:00
Rikka
37c278dc52
Remove unnecessary code 2023-01-08 21:05:12 +08:00
Rikka
af29dd0ddf
restart WayDroid container after installation 2023-01-08 20:46:06 +08:00
Rikka
faa7550c6a
Use a fixed commit 2023-01-08 19:31:25 +08:00
Rikka
9f4a1280ce
dbus 2023-01-08 19:04:45 +08:00
Rikka
d27de7d4b5
Fix CPU architecture detection for Magisk installation 2023-01-08 13:57:36 +08:00
Casu Al Snek
15b1ac62ff
Merge pull request #60 from LegacyGamerHD/main
Merge with original
2023-01-04 13:55:49 +05:45
ayasa520
7b70434f50 Update bootanim.rc 2023-01-02 21:18:29 +08:00
ayasa520
c19183f544 Clear residual files 2023-01-02 21:17:11 +08:00
LegacyGamerHD
e77cd523a0
add Widevine to the readme 2023-01-02 13:15:11 +01:00
LegacyGamerHD
5453fae828
Merge pull request #2 from ayasa520/fix-magisk-zygisk
Update Magisk
2023-01-02 11:51:06 +01:00
ayasa520
8f1b6a2712 Merge remote-tracking branch 'waydroid_script/OverlayFS' into OverlayFS2 2023-01-02 17:55:03 +08:00
LegacyGamerHD
e765a0c880
Update waydroid_extras.py 2023-01-02 15:39:53 +08:00
Rikka
2ac0285722
Fix installation for 32bit magisk 2023-01-02 01:18:35 +08:00
Rikka
cbcd5365c8
Fix bootanim.rc being incorrectly patched after updating magisk 2023-01-02 01:02:57 +08:00
LegacyGamerHD
9af33d60f4
Update waydroid_extras.py 2022-12-31 20:17:56 +01:00
LegacyGamerHD
5cd4f746d6
Merge pull request #1 from ayasa520/fix-magisk-zygisk
Fix magisk zygisk
2022-12-31 20:15:37 +01:00
ayasa520
6b4ab03ba3
Update waydroid_extras.py 2022-12-31 21:50:21 +08:00
ayasa520
3cb971a4ae
Update waydroid_extras.py 2022-12-31 21:47:21 +08:00