Skip to content

Commit e6429da

Browse files
author
Sam Alarie
authored
Create installation.md
1 parent ae5e784 commit e6429da

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

installation.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Installation
2+
- First install termux from [termux.com](https://termux.com) or [F-Droid!](https://f-droid.org/en/packages/com.termux/)
3+
4+
## Getting Sources and install scripts
5+
```bash
6+
# download installer
7+
curl -L -o install.sh https://git.io/hippo-installer
8+
# run the installer
9+
bash install.sh
10+
# Install ubuntu with this command
11+
udroid --install
12+
```
13+
### Basic Usage
14+
| **Command** | **Usage** |
15+
|--------------------|-----------|
16+
| `udroid` | To login to shell |
17+
| `udroid upgrade` | to upgrade fs or to get new features if available |
18+
| `startvnc` | start vncserver at port `1` (you can change default port by exporting env varaible `DEFAULT_VNC_PORT` to a port number) |
19+
| `udroid stopvnc` | stop vncserver at given or default port `1`
20+
| `udroid --enable-dbus` | To start udroid with dbus hack enabled |
21+
| `udroid --enable-dbus-vnc` | To start vnc session with dbus hack enabled |
22+
23+
## Environment Variables
24+
- `DEFAULT_VNC_PORT` to set vnc port for scripts
25+
- `HIPPO_BRANCH` to set custom branch for cloning code
26+
27+
## 🔊 Audio
28+
pulseaudio starts everytime you invoke start commands with `udroid`
29+
30+
> You can start audio manually with this command
31+
```bash
32+
pulseaudio --start --load="module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" --exit-idle-time=-1
33+
```
34+
## Default passwords
35+
36+
| |password|
37+
|--|--------|
38+
| udroid user | `secret` |
39+
|vncserver root | `secret` |

0 commit comments

Comments
 (0)