Commit a10676b4 authored by Martin Cífka's avatar Martin Cífka
Browse files

improved mobile css, simplified installation

parent 7dc2d350
Loading
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ Control (JSON): TCP 192.168.42.1:7878

## Get root shell on the camera

Copy `autoexec/telnet/autoexec.ash` to the micro SD card root. Then connect over telnet (user: root, no password):
Copy `autoexec.ash` to the micro SD card root. Then connect over telnet (user: root, no password):

	telnet 192.168.42.1

@@ -30,17 +30,14 @@ Copy `autoexec/telnet/autoexec.ash` to the micro SD card root. Then connect over

	cd sdk

By running script `run.sh` with `-b` option build a Docker container with the development environment and compile an executable from C++ files inside `sdk/src/` directory (optionally run it also with `-r` option to copy `sdk/build` directory to the `/tmp/` on camera over Wifi and run the app there):
By running script `run.sh` with `-b` option build a Docker container with the development environment and compile an executable from C++ files inside `sdk/src/` directory (optionally run it also with `-r` option to copy `sdk/build/miphoto` directory to the `/tmp/` on camera over Wifi and run the app there):

	./run.sh -b


## Run the app on startup

Copy to the micro SD card root:

1. `sdk/build` directory and rename it to `miphoto`
2. `autoexec/autorun_app/autoexec.ash` to automatically run the app on startup
Copy contents of `sdk/build` directory to the micro SD card root.


# Running the script on Android (5.0+)
+0 −0

File moved.

(9.35 MiB)

File moved.

Loading