-
Notifications
You must be signed in to change notification settings - Fork 3.8k
aoa-proxy: add new package #28184
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
base: master
Are you sure you want to change the base?
aoa-proxy: add new package #28184
Conversation
|
This is a resubmission of #22538, as the newly introduced formalities check requires a submission from a different branch name Thanks a lot to @GeorgeSapkin and @BKPepe for guiding me so far through #22538. |
|
There seems to be an issue now with using This worked fine locally. I'll have to investigate a bit further. |
d16bead to
1a8e58e
Compare
|
The last build had an issue in the following step: In particular: https://github.com/openwrt/packages/actions/runs/20539726246/job/59003830984#step:17:35 This is from installing |
aoa-proxy is a tool to interact with Android devices using the Android Open Accessory Protocol. Co-authored-by: Jeffery To <jeffery.to@gmail.com> Signed-off-by: Jó Ágila Bitsch <jgilab@gmail.com>
1a8e58e to
6ad282c
Compare
|
So the failing checks now are:
The code changes from the last commit to this one were only the change of the copyright year in a comment. @GeorgeSapkin Please advise, how I can proceed. Thanks a lot for your help and guidance so far. I really appreciate it! |
|
When I'm running the mips_24kc environment in docker/qemu (my host is a amd64 running ubuntu) I get the exact same error: As this is completely independent of my PR, should I open an independent issue? I'll try to analyze this further. |
|
It's probably something Qemu-specific. I don't think it's relevant. |
aoa-proxy is a tool to interact with Android devices using the Android Open Accessory Protocol.
📦 Package Details
Maintainer: Jó Ágila Bitsch @jo-bitsch
Description:
This package aims to make working with Android Open Accessory (in
particular v1) as easy as possible.
It has 2 modes, depending on the state of the attached Android device.
(1) Announce mode: When the Android device is not yet in AOA mode, this
program announces its identity to the Android device and tries to
put it into AOA mode.
(2) Forwarding mode: Forward all input from stdin to the AOA device and
all output from AOA to stdout.
For OpenWrt, it includes a hotplug script and a service to automatically
announce itself and forward AOA traffic to SSH/dropbear.
It is particularly helpful for initially configuring a newly flashed OpenWrt
device if you need to set initial networking parameters.
🧪 Run Testing Details
✅ Formalities
If your PR contains a patch:
It does not contain a patch.