137 Commits (2e693d03dbe9fb857b77e50dea235090c45e01b7)
 

Author SHA1 Message Date
Alessandro Astone 2e693d03db
Switch to a good verison of libndk_translation
The previous version targeted Android 12 if 64 bit, so native arm64 apks
are very likely to not work. Switch to a version targeting Android 11.
2 years ago
Rikka 4777296b34
smartdock: download from fdroid 2 years ago
Rikka cb9d2b4726
update: README.md 2 years ago
Rikka 6c6e651d79
rename _resetprop to resetprop 2 years ago
Rikka 4fce5db93e
add x86 and arm resetprop 2 years ago
Rikka 0ab4b1c0f7
fix: ndk translation prop 2 years ago
Rikka ab334ebfc3
Remove unused imports 2 years ago
Rikka 4070ab8eb9
fix(SmartDock): update md5 2 years ago
Rikka 86aabfb2e2
refactor: set permission 2 years ago
Rikka 7fcfe62e66
Fix typing errors 2 years ago
Rikka 3900328b83
Add interactive command line interface 2 years ago
Rikka 48ea54fc3e
refactor 2 years ago
Rikka 6922bdba0d
microg: use MinMicroG 2 years ago
ayasa520 00714a5c0e
Update README.md 2 years ago
Rikka ee8b9ef213
resetprop: Avoid conflict with magisk 2 years ago
Rikka c48b1df5cd
support a13 image 2 years ago
Rikka 0b2afba187
change rc permission to 644 2 years ago
Rikka 43d8cfb18d
prop: use waydroid upgrade -o to regenerate base prop 2 years ago
Rikka e305dd1dc4
Write prop to /var/lib/waydroid/waydroid.cfg 2 years ago
Rikka 556f277fec
fix broken ndk link 2 years ago
ayasa520 7c31b838f6
Update requirements.txt 2 years ago
Rikka 8c66e7cf34
Update README 2 years ago
Rikka 5f6fc21c38
Use configparser to read waydroid config 2 years ago
Rikka d72bf018d1
Execute commands on waydroid shell with pipes 2 years ago
Rikka 0feb86ceef
Fix incorrect keyword arguments 2 years ago
Rikka 553f48fa27
arm widevine
arm widevine
2 years ago
Rikka 53a4bad536
Add: hide status bar 2 years ago
Rikka ca932b90e1
fix: get google certified
c49dfd272d
2 years ago
Rikka 0d7681bccb
add uninstall function 2 years ago
Rikka 4d15b6153c
Fix resize error log 2 years ago
Rikka 9d9f504625
fix closing tag 2 years ago
Rikka 0bc2cedc2d
add microG 2 years ago
Rikka d205812acb
Remove magisk files in upperdir when overlayfs is enabled 2 years ago
Rikka fa9e89e868
HACK: granting full permission for apps data 2 years ago
Rikka 72e34c4a38
update README.md 2 years ago
Rikka 92f7e98749
update opengapps 2 years ago
Rikka dbf630ba7e
update smartdock 2 years ago
Rikka 59ad317684
install smart dock 2 years ago
Casu Al Snek 0abfc4ef4b
Merge pull request #73 from JamiKettunen/optional-dbus
container: Make missing dbus module non-fatal
2 years ago
Casu Al Snek 4f6410c3bb
Merge pull request #84 from tutacat/patch-5
Allow CLI help without root
2 years ago
Casu Al Snek a621645e07
Merge pull request #61 from cobalt2727/patch-1
fix Widevine typo
2 years ago
cobalt2727 545e733566
fix widevine typo 2 years ago
tutacat 771b8d7224
Allow CLI help without root
Move helper.check_root to after argparse runs, so it can display the help without needing root.
2 years ago
Casu Al Snek a701ca8027
Merge pull request #80 from ayasa520/prop
prop: run 'waydroid upgrade -o' to regenerate base prop
2 years ago
Rikka abdc3b015d
prop: run 'waydroid upgrade -o' to regenerate base prop 2 years ago
Casu Al Snek d770a95995
Merge pull request #79 from ayasa520/prop
prop: write prop to /var/lib/waydroid/waydroid.cfg
2 years ago
Rikka 1caafe57e6
prop: write prop to /var/lib/waydroid/waydroid.cfg 2 years ago
Casu Al Snek 6c78b793c8
Merge pull request #75 from claui/ndk-use-github
ndk: use GitHub source instead of Dropbox
2 years ago
Claudia 6b4bc0da47
ndk: use GitHub source instead of Dropbox
Fixes #74.

Reported-by: mac1202
Suggested-by: ayasa520
2 years ago
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)
2 years ago