You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ A note before you try
30
30
- This project works by compliying to selinux android. and all aim of the project is just run linux on android without direct root with a twist and this project improves time by time with your support and motivation.
31
31
- the linux you trying to install from this repo is not fully functional in target space because of the selinux policies, and increasing requirement in linux requirements and also because project is set to run with `ptrace()` a low level access in android kernel
32
32
- Graphics performence is really bad cause proot and usage on VNC, we dont support any adoptation on improving it **for now** cause insufficient data on android (ping me in discord if you have any ideas or any codes on this)
33
+
--**(Update)** see https://github.com/RandomCoderOrg/ubuntu-on-android/wiki/XWayland-in-proot to run smooth and fast session
33
34
- This project comes without warranties or data protection
34
35
</details>
35
36
@@ -57,12 +58,15 @@ hippo --install
57
58
|**Command**|**Usage**|
58
59
|--------------------|-----------|
59
60
|`hippo`| To login to shell |
60
-
|`hippo upgrade`| to upgrade fs or to get new features if avalibe |
61
-
62
-
<!---
63
-
| `hippo startvnc` | start vncserver at port `1` (Tou can change default port by exporting env varaible `` to a port number) |
61
+
|`hippo upgrade`| to upgrade fs or to get new features if available |
62
+
|`startvnc`| start vncserver at port `1` (you can change default port by exporting env varaible `DEFAULT_VNC_PORT` to a port number) |
64
63
| `hippo stopvnc` | stop vncserver at given or default port `1`
65
-
-->
64
+
|`hippo --enable-dbus`| To start hippo with dbus hack enabled |
65
+
|`hippo --enable-dbus-vnc`| To start vnc session with dbus hack enabled |
66
+
67
+
## Environment Variables
68
+
-`DEFAULT_VNC_PORT` to set vnc port for scripts
69
+
-`HIPPO_BRANCH` to set custom branch for cloning code
66
70
67
71
## 🔊 Audio
68
72
pulseaudio starts everytime you invoke start commands with `hippo`
0 commit comments