This repository was archived by the owner on Apr 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments