https://github.com/openipc/companion
A multi-platform configuration tool for OpenIPC cameras, built using Avalonia UI.
https://github.com/openipc/companion
configurator openipc openipc-fpv
Last synced: 19 days ago
JSON representation
A multi-platform configuration tool for OpenIPC cameras, built using Avalonia UI.
- Host: GitHub
- URL: https://github.com/openipc/companion
- Owner: OpenIPC
- Created: 2024-11-04T01:33:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-25T01:23:47.000Z (8 months ago)
- Last Synced: 2025-06-25T02:31:33.965Z (8 months ago)
- Topics: configurator, openipc, openipc-fpv
- Language: C#
- Homepage: https://openipc.org
- Size: 3.3 MB
- Stars: 27
- Watchers: 2
- Forks: 7
- Open Issues: 17
-
Metadata Files:
- Readme: README-Android.md
Awesome Lists containing this project
README
# Android specific
At this time, this is very alpha release. I have noticed that when using a tunnel on Radxa that the configurator would hang.
This is a design issue so I am looking into this. It might have something to do with the command waiting for a response but the
connection is broken and is unable to reconnect.
*
* Accessing AppData
```bash
adb shell
run-as org.openipc.Configurator
ls /data/user/0/org.openipc.Configurator
```
or
```bash
adb shell run-as org.openipc.Configurator ls /data/user/0/org.openipc.Configurator
```
* Accessing Binaries
```bash
adb shell
run-as org.openipc.Configurator
ls -R /data/data/org.openipc.Configurator/files
```
or
```bash
adb shell run-as org.openipc.Configurator ls /data/data/org.openipc.Configurator/files
```