Skip to content

Command line interface for ACTIONPRO X7 configuration

License

Notifications You must be signed in to change notification settings

jaypikay/actionpro-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actionpro-cli

A Command line interface for ACTIONPRO X7 to configure the Wi-Fi settings from the command line.

The ACTIONPRO X7 was produced by CI IMAGEWEAR GmbH and is by now end of life and now longer supported. There was a Windows program called Action Manager, which allowed Windows users to configure their action camera, or reset the credentials, if the credentials were forgotten.

This project uses parts of the xusb.c example program provided by the libusb project.

This program is a result of my work on reverse engineering the Action Manager, the write up of this project can be found on goatpr0n.farm.

Requirements

Libraries:

  • libusb-1.0

To access USB devices, root access is often required.

Compiling

$ make config.h
$ $EDITOR config.h
$ make

Configuration Options

Adjust settings in config.h before running make to apply changes.

The file config.h is created when running make, or by explicitly running make config.h. If the file config.h does not exist while running make, the defaults are copied from config.def.h.

Options

  • RETRY_MAX (Default 5) - Number of retries for sending a mass storage command.

Options

Usage: ./actionpro [OPTION]
  -h, --help                 give this help list
  -p, --password=PASSWORD    sets the access point authentication PASSWORD
  -s, --ssid=SSID            sets the access point SSID
  -t, --time                 synchronize the camera time
  -v, --version              display version number

Executing

To update the SSID to "newssid" and set the access point password of the cameras access to "newpassword":

$ ./actionpro -s newssid -p newpassword

About

Command line interface for ACTIONPRO X7 configuration

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published