-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for running on Android directly #33
Comments
I think here about https://github.com/termux/termux-app and his repo |
I would also like this too @mvdan 👍 |
See #56 :) Also, you can just check |
Hello, here is any way to do this directly in fdroidcl from termux on the android device, I'm quite confused of what I've to do in termux to install package directly. |
@B4rabbas currently there is no way of running fdroidcl directly on the device you want to install things on |
I have fdroidcl running on termux. The problem is that you have to run adb over WLAN to connect fdroid with adb on the Phone. Thats not so a nice Workflow. |
Oh true, I forgot about the wireless usecase |
That is, replace these ADB commands:
With their native Android counterparts:
This way, this client could both be run from a laptop/desktop connected to an Android device via USB (ADB), or on an Android device directly.
Of course, the interface would still be command-line, which wouldn't be ideal. But at least the client would work. One could also imagine it being the basis of a client UI, or perhaps automatic updates via scripting, etc.
We'd need another group of tests which would build a
fdroidcl
binary,adb push
it to a connected Android device, and check that the basics work there directly too.The text was updated successfully, but these errors were encountered: