13
0
Fork
You've already forked pulseandroid
0
pulseaudio on a smartphone
  • Shell 100%
2021年10月08日 21:04:18 +02:00
etc/pulse Initial commit 2021年10月08日 20:04:52 +02:00
home/.termux/boot Initial commit 2021年10月08日 20:04:52 +02:00
var/service/pulseaudio Initial commit 2021年10月08日 20:04:52 +02:00
README.md add README instructions 2021年10月08日 21:04:18 +02:00

pulseandroid

pulseaudio on a smartphone

How to make it work

Prerequisites

You will need:

Packages

  1. After installing Termux, open it and enter:

    pkg update -y
    pkg add openssh termux-services pulseaudio
    rm $PREFIX/var/service/sshd/down
    
  2. Copy the files in home/ to $HOME and the etc/ and usr/ directories to $PREFIX.

  3. If you wish to access the device using SSH, make note of the username (obtainable using echo $USER).

  4. Start Termux:Boot once.

  5. Restart the device.

    You may need to open Termux again to grant background-running privileges.