Skip to content

Commit ae5e784

Browse files
author
Sam Alarie
authored
Update README.md
1 parent cf3dffa commit ae5e784

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

README.md

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -19,45 +19,6 @@ codename = `udroid`
1919
| armv8l | ![stat](https://img.shields.io/badge/-partially%20supported-orange) |
2020
| Others | `not started` |
2121

22-
# Installation
23-
- First install termux from [termux.com](https://termux.com) or [F-Droid!](https://f-droid.org/en/packages/com.termux/)
24-
25-
## Getting Sources and install scripts
26-
```bash
27-
# download installer
28-
curl -L -o install.sh https://git.io/hippo-installer
29-
# run the installer
30-
bash install.sh
31-
# Install ubuntu with this command
32-
udroid --install
33-
```
34-
### Basic Usage
35-
| **Command** | **Usage** |
36-
|--------------------|-----------|
37-
| `udroid` | To login to shell |
38-
| `udroid upgrade` | to upgrade fs or to get new features if available |
39-
| `startvnc` | start vncserver at port `1` (you can change default port by exporting env varaible `DEFAULT_VNC_PORT` to a port number) |
40-
| `udroid stopvnc` | stop vncserver at given or default port `1`
41-
| `udroid --enable-dbus` | To start udroid with dbus hack enabled |
42-
| `udroid --enable-dbus-vnc` | To start vnc session with dbus hack enabled |
43-
44-
## Environment Variables
45-
- `DEFAULT_VNC_PORT` to set vnc port for scripts
46-
- `HIPPO_BRANCH` to set custom branch for cloning code
47-
48-
## 🔊 Audio
49-
pulseaudio starts everytime you invoke start commands with `udroid`
50-
51-
> You can start audio manually with this command
52-
```bash
53-
pulseaudio --start --load="module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" --exit-idle-time=-1
54-
```
55-
## Default passwords
56-
57-
| |password|
58-
|--|--------|
59-
| udroid user | `secret` |
60-
|vncserver root | `secret` |
6122

6223
## some Screenshots
6324

0 commit comments

Comments
 (0)