Nextcoud Client for Pocketbook
 
 
 
 
Go to file
JuanJakobo 5959f2e7a0 Fix #24 Enhance tests if file is still aviable 2022-07-29 17:27:43 +02:00
screenshots add new screenshots 2021-06-04 21:30:07 +02:00
src Fix #24 Enhance tests if file is still aviable 2022-07-29 17:27:43 +02:00
.gitignore basic listView incl test connection to WEBDAV 2020-08-05 18:16:33 +02:00
CMakeLists.txt Fix #21 Add filechooser on startup 2022-07-29 17:25:59 +02:00
LICENSE basic listView incl test connection to WEBDAV 2020-08-05 18:16:33 +02:00
README.md remove method to set start folder 2022-07-20 15:21:07 +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. You then will be redirected to the root file folder of your nextcloud instance. To download a file, click on it. A synced file can be either opened, synced or removed.

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.