Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit ae36ba3

Browse files
authored
add README instructions
1 parent 0b7ef3f commit ae36ba3

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# pulseandroid
2+
pulseaudio on a smartphone
3+
4+
## How to make it work
5+
6+
### Prerequisites
7+
You will need:
8+
9+
* an Android phone running [Android 7.0.0 or higher](https://wiki.termux.com/wiki/FAQ#What_are_system_requirements)
10+
* [Termux](https://termux.com/)
11+
* [Termux:Boot](https://wiki.termux.com/wiki/Termux:Boot)
12+
13+
### Packages
14+
1. After installing Termux, open it and enter:
15+
16+
```sh
17+
pkg update -y
18+
pkg add openssh termux-services pulseaudio
19+
rm $PREFIX/var/service/sshd/down
20+
```
21+
22+
1. Copy the files in `home/` to `$HOME` and the `etc/` and `usr/` directories to `$PREFIX`.
23+
24+
1. If you wish to access the device using SSH, make note of the username (obtainable using `echo $USER`).
25+
26+
1. Start *Termux:Boot* once.
27+
28+
1. Restart the device.
29+
30+
You may need to open Termux again to grant background-running privileges.
31+

0 commit comments

Comments
 (0)