Skip to content

Suggestions #1

Description

@Efreak
  • use depot downloader
  • use steamkit port (not sure if these implement downloads)
  • if you're going to use a translation layer in a terminal, try qemu-user-x86-64 package for the single steamcmd binary instead of a full installation
  • consider using script inside termux that uses eg netcat to parse commands sent by the app, you can access termux storage via standard Android APIs. This way there's no need to directly give all/other 3rd party apps access to run termux commands.
    • termux includes a document provider allowing to access the private storage
    • sdcard/Android/media (both internal and external SD cards) is accessible via ~/storage after running termux-setup-storage. This directory is also read/write on Android 12/13 (not sure about later versions, this may also be affected by selinux policies that vary based on what OS the app was originally installed under, not the current OS version). If this is still true on later Android versions, you should be able to directly move files from there without copying them first if the user prefers to keep them in a root-level Music directory.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions