-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorials.txt
More file actions
31 lines (23 loc) · 1.18 KB
/
Copy pathtutorials.txt
File metadata and controls
31 lines (23 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Waydroid Config
Default Digitial Assistant App -> None
Turn off Contacts & Messager
# rm .local/share/applications/waydroid.com.google.android.apps.messaging.desktop # Doesn't work for some reason
rm .local/share/applications/waydroid.com.google.android.contacts.desktop
To get waydroid working (somehow):
Follow https://github.com/casualsnek/waydroid_script
Install Libhoudini
Run waydroid and wait for crash
Install nodataperm hack
Run waydroid and wait for a minute, it should be stuck loading
Run sudo venv/bin/python3 main.py uninstall nodataperm
This removes it and then it works now
If crashes persist try Libdnk instead of Libhoudini (or both?)
Fix the scrolling
$ waydroid prop set persist.waydroid.fake_touch "*"
Helium comes from a copr repo and it has problems with 'locking' where it won't open (usually when the computer shuts down without closing the app properly). Running the "helium" command in a terminal can fix this, or:
$ rm ~/.config/helium/SingletonLock
For when git asks me a question
$ git config --global credential.helper store
As will setting global user and emails
$ git config user.name "Your GitHub Name"
$ git config user.email "your-email@example.com"