Skip to content

Experimental Idea for an Alby Hub running as an Android Foreground Service

Notifications You must be signed in to change notification settings

getAlby/hub-android-experiment

Repository files navigation

Hub Android Experiment

Alby Hub running as a persistent foreground task on Android, using a nodeless backend.

Make sure to configure your app in Android settings to ensure the app is not paused while unused (also check app battery optimizations etc to make sure it allows both foreground and background processing), otherwise the Alby Hub app can be suspended, killing the foreground service and other apps will not be able to interact with your wallet. Possibly due to the React Native bridge or an issue in @supersami/rn-foreground-service?

Get started (Development)

  1. Install dependencies

    npm install
  2. Start the app (Setup your environment)

     npm run android

    Or run it connected to a real device:

    npm run android:device

    Or build an APK to run locally:

    npm build:android:local

About

Experimental Idea for an Alby Hub running as an Android Foreground Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published