Aptivi - Stable Manuals
ProjectsWebsiteBlog
BassBoom v0.1.x - Manual
BassBoom v0.1.x - Manual
  • Welcome!
  • Versions
    • Version Release Notes
      • API v1.0 series
    • Compatibility Notes
  • Installation
    • Installing BassBoom
      • Windows
      • macOS
      • Linux
      • Android
    • Upgrading BassBoom
      • Windows
      • macOS
      • Linux
      • Android
  • Fundamentals
    • What is the music player?
    • What is BassBoom?
    • BassBoom Features
      • BassBoom CLI
      • BassBoom GUI
  • Power Users
    • Using Basolia
      • Devices
      • File
      • Format
      • Lyrics
      • Playback
      • Albums
      • Radio
  • Report an issue
  • Source code
  • API Reference
Powered by GitBook
On this page
Edit on GitHub
  1. Installation
  2. Upgrading BassBoom

Android

Upgrading BassBoom on Android!

Last updated 1 month ago

The only way to upgrade BassBoom in Android is to unpack the updated files manually. This method also works for bleeding-edge builds, though you have to use unzip instead. This assumes that you've already set up PulseAudio and that it's working on your Android device.

In case it's not running, follow the instructions about how to run PulseAudio .

To upgrade, follow these steps:

  1. Log in to the Ubuntu proot

    • proot-distro login ubuntu

  2. Install wget to download the latest release from .

    • apt install wget

    • wget https://github.com/Aptivi/BassBoom/releases/download/vx.x.x/x.x.x-bin.zip

  3. Install unzip to extract the files

    • apt install unzip

    • unzip x.x.x-bin.zip

  4. Execute dotnet BassBoom.Cli.dll

here
this page