diff --git a/README.md b/README.md index 72eca44..7cc6230 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Pocketbook Nextcloud Client -A basic client to access an existing nextcloud instance via Pocketbook. +A basic client to access an existing nextcloud instance via Pocketbook. -           +           ## Features * Display and navigate nextcloud file structure @@ -17,7 +17,7 @@ A basic client to access an existing nextcloud instance via Pocketbook. Download and unzip the file from releases and place the nextcloud.app into the "applications" folder of your pocketbook. Once you disconnect the Pocketbook from the PC, the application should be visibile in the application launcher. ### Tested on -* Pocketbook Touch HD3 (PB623) +* Pocketbook Touch HD3 (PB623) * Pocketbook Touch Lux 5 (PB628) * Pocketbook Touch HD2 (PB631) * Pocketbook Aqua 2 (PB641) @@ -33,7 +33,7 @@ First you need to install the basic build tools for linux. Then you have to download the Pocketbook SDK (https://github.com/pocketbook/SDK_6.3.0/tree/5.19). -In the CMakeLists.txt of this project you have to set the root of the TOOLCHAIN_PATH to the location where you saved the SDK. +In the CMakeLists.txt of this project you have to set the root of the TOOLCHAIN_PATH to the location where you saved the SDK. This could be for example: `SET (TOOLCHAIN_PATH "../../SDK/SDK_6.3.0/SDK-B288")` @@ -44,8 +44,8 @@ Then you have to setup cmake by: To build the application run: -`make` +`make` ## Disclamer -Use as your own risk! +Use as your own risk! Even though the possibility is really low, the application could harm your device or even break it. diff --git a/screenshots/loginScreenURL.bmp b/screenshots/chooseStorageLocation.bmp similarity index 61% rename from screenshots/loginScreenURL.bmp rename to screenshots/chooseStorageLocation.bmp index 7c88448..a18700d 100644 Binary files a/screenshots/loginScreenURL.bmp and b/screenshots/chooseStorageLocation.bmp differ diff --git a/screenshots/fileDialog.bmp b/screenshots/fileDialog.bmp index 1716315..4d0ca0d 100644 Binary files a/screenshots/fileDialog.bmp and b/screenshots/fileDialog.bmp differ diff --git a/screenshots/folderDialog.bmp b/screenshots/folderDialog.bmp index 1cd7bb0..7c86c53 100644 Binary files a/screenshots/folderDialog.bmp and b/screenshots/folderDialog.bmp differ diff --git a/screenshots/loginScreen.bmp b/screenshots/loginScreen.bmp index 1d061d2..1f74e35 100644 Binary files a/screenshots/loginScreen.bmp and b/screenshots/loginScreen.bmp differ diff --git a/screenshots/menu.bmp b/screenshots/menu.bmp index daabde2..e14c268 100644 Binary files a/screenshots/menu.bmp and b/screenshots/menu.bmp differ diff --git a/screenshots/startScreen.bmp b/screenshots/startScreen.bmp index 8d4a812..3974d38 100644 Binary files a/screenshots/startScreen.bmp and b/screenshots/startScreen.bmp differ