Pocketbook-Nextcloud-Client/README.md

53 lines
2.7 KiB
Markdown
Raw Normal View History

2020-08-26 08:59:32 +00:00
# Pocketbook Nextcloud Client
2022-09-08 12:31:57 +00:00
A basic client to access an existing nextcloud instance via Pocketbook.
2020-08-26 08:59:32 +00:00
2022-09-08 12:31:57 +00:00
<img src="/screenshots/loginScreen.bmp" width="15%" height="15%">&nbsp;&nbsp;<img src="/screenshots/chooseStorageLocation.bmp" width="15%" height="15%">&nbsp;&nbsp;<img src="/screenshots/startScreen.bmp" width="15%" height="15%">&nbsp;&nbsp;<img src="/screenshots/menu.bmp" width="15%" height="15%">&nbsp;&nbsp;<img src="/screenshots/folderDialog.bmp" width="15%" height="15%">&nbsp;&nbsp;<img src="/screenshots/fileDialog.bmp" width="15%" height="15%">
2020-08-26 08:59:32 +00:00
2021-01-13 11:59:45 +00:00
## Features
* Display and navigate nextcloud file structure
* Download files to local storage system
2021-06-05 07:37:26 +00:00
* Sync folders to local storage system (long click on folders to open context menu for sync)
2021-01-13 11:59:45 +00:00
* Remove files from local storage system
* Show local files that are saved but no longer available in the cloud
* Open epub, pdf, text, html, word and mobi with default ebook reader application
* Offline Modus
2021-06-05 07:37:26 +00:00
* Navigaten via keys and touch
2021-01-13 11:59:45 +00:00
2020-11-05 12:16:51 +00:00
## Installation
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
2022-09-08 12:31:57 +00:00
* Pocketbook Touch HD3 (PB623)
2021-02-15 18:49:07 +00:00
* Pocketbook Touch Lux 5 (PB628)
2021-03-01 20:36:06 +00:00
* Pocketbook Touch HD2 (PB631)
* Pocketbook Aqua 2 (PB641)
2021-03-07 19:33:28 +00:00
* PocketBook InkPad 3 Pro (PB740)
2021-03-07 19:33:38 +00:00
2020-11-05 12:16:51 +00:00
## Usage
To login type the servername (e.g. https://domainname) or the WebDAV URL (e.g. htts://domainname/remote.php/dav/files/UUID) (You can look up the WebDAV URL in the files app->seetings.), Username and Password. If you have 2FA enabled, you have to set up an App specific password. (https://docs.nextcloud.com/server/latest/user_manual/en/user_2fa.html#using-client-applications-with-two-factor-authentication)
Next you will be asked where you want to save the nextcloud files. To download a file, click on it. If you want to sync a folder click it until an menu appears. In this menu select "sync". The folder sync will only sync files that are "newer" on the server side. It ignores .sdr files.
2020-08-26 08:59:32 +00:00
2021-03-03 21:20:33 +00:00
## How to build
First you need to install the basic build tools for linux.
2021-06-01 07:09:23 +00:00
Then you have to download the Pocketbook SDK (https://github.com/pocketbook/SDK_6.3.0/tree/5.19).
2021-03-03 21:20:33 +00:00
2022-09-08 12:31:57 +00:00
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.
2021-06-01 07:09:23 +00:00
This could be for example:
2021-03-03 21:20:33 +00:00
2021-06-01 07:09:23 +00:00
`SET (TOOLCHAIN_PATH "../../SDK/SDK_6.3.0/SDK-B288")`
2021-03-03 21:20:33 +00:00
Then you have to setup cmake by:
`cmake .`
2021-06-01 07:09:23 +00:00
To build the application run:
2021-03-03 21:20:33 +00:00
2022-09-08 12:31:57 +00:00
`make`
2021-03-03 21:20:33 +00:00
## Disclamer
2022-09-08 12:31:57 +00:00
Use as your own risk!
2021-03-07 19:33:28 +00:00
Even though the possibility is really low, the application could harm your device or even break it.