File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 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 ` |
You can’t perform that action at this time.
0 commit comments