Nextcoud Client for Pocketbook
 
 
 
 
Go to file
Jonas Letzbor 6f54ccd44c Add option to ignore files and folders 2022-10-04 00:25:39 +02:00
screenshots Update version info 2022-09-09 15:44:14 +02:00
src Add option to ignore files and folders 2022-10-04 00:25:39 +02:00
.gitignore basic listView incl test connection to WEBDAV 2020-08-05 18:16:33 +02:00
CMakeLists.txt Add option to ignore files and folders 2022-10-04 00:25:39 +02:00
LICENSE basic listView incl test connection to WEBDAV 2020-08-05 18:16:33 +02:00
README.md Fix #28: Add setup info if 2FA is enabled. 2022-09-29 16:24:20 +02:00
pb.sh add bash script to handle PB 2022-07-12 18:17:51 +02:00

README.md

Pocketbook Nextcloud Client

A basic client to access an existing nextcloud instance via Pocketbook.

          

Features

  • Display and navigate nextcloud file structure
  • Download files to local storage system
  • Sync folders to local storage system (long click on folders to open context menu for sync)
  • 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
  • Navigaten via keys and touch

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

  • Pocketbook Touch HD3 (PB623)
  • Pocketbook Touch Lux 5 (PB628)
  • Pocketbook Touch HD2 (PB631)
  • Pocketbook Aqua 2 (PB641)
  • PocketBook InkPad 3 Pro (PB740)

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.

How to build

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. This could be for example:

SET (TOOLCHAIN_PATH "../../SDK/SDK_6.3.0/SDK-B288")

Then you have to setup cmake by:

cmake .

To build the application run:

make

Disclamer

Use as your own risk! Even though the possibility is really low, the application could harm your device or even break it.