Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.63 KB

README.md

File metadata and controls

49 lines (41 loc) · 1.63 KB

SHRP for Tolino eInk reader devices

State

SHRP builds and is fully functional (hopefully).

Known working devices

  • Tolino Page
  • Tolino Page 2
  • Tolino Shine 2 HD
  • Tolino Vision 2 HD
  • Tolino Vision 3 HD
  • Tolino Vision 4 HD
  • Tolino Epos

Test without installation

  1. enter fastboot;
  2. in cmd do fastboot boot <path_to_recovery_image>

Installation

  1. enter fastboot;
  2. in cmd do fastboot flash recovery <path_to_recovery_image>

How to enter recovery

  1. completely turn off device;
  2. press and hold "back" button;
  3. press and hold "glowlight" button;
  4. turn device on;
  5. wait while device turns on while holding both buttons;

How to enter fastboot

  1. completely turn off device;
  2. press and hold "glowlight" button;
  3. press and hold "power" button;
  4. wait while device turns on while holding both buttons;

How to build TWRP

  1. repo init --depth=1 -u https://github.com/SHRP/manifest.git -b v3_9.0
  2. `repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
  3. clone this repo to <shrp_repo>/device/TOLINO/tolino_generic
  4. apply patches from <shrp_repo>/device/TOLINO/tolino_generic/patches directory
  5. open terminal in <shrp_repo> directory;
  6. . build/envsetup.sh
  7. lunch omni_tolino_generic-userdebug
  8. mka recoveryimage

if you want to enable A2 mode:

  1. clone monochrome theme repo into <shrp_repo>/device/TOLINO/tolino_generic/theme
  2. uncomment TW_IMX_EINK_MONOCHROME in BoardConfig.mk

if everything is successful you should find built recovery by path <twrp_repo>/out/target/product/tolino_generic/recovery.img