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