tolino_ntx_6sl_twrp
tolino_ntx_6sl_twrp copied to clipboard
TWRP for Tolino eInk readers
TWRP for Tolino eInk reader devices
State
TWRP 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
- enter fastboot;
- in cmd do
fastboot boot <path_to_recovery_image>
Installation
- enter fastboot;
- in cmd do
fastboot flash recovery <path_to_recovery_image>
How to enter recovery
- completely turn off device;
- press and hold "back" button;
- press and hold "glowlight" button;
- turn device on;
- wait while device turns on while holding both buttons;
How to enter fastboot
- completely turn off device;
- press and hold "glowlight" button;
- press and hold "power" button;
- wait while device turns on while holding both buttons;
How to build TWRP
-
repo init --depth=1 -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-5.1
-
repo sync -n -j 1 && repo sync -l -j 4
-
clone this repo to <twrp_repo>/device/TOLINO/tolino_generic
- apply patches from
<twrp_repo>/device/TOLINO/tolino_generic/patches
directory - open terminal in
<twrp_repo>
directory; -
. build/envsetup.sh
-
lunch omni_tolino_generic-userdebug
-
mka recoveryimage
if you want to enable A2 mode:
- clone monochrome theme repo into
<twrp_repo>/device/TOLINO/tolino_generic/theme
- uncomment
TW_IMX_EINK_MONOCHROME
inBoardConfig.mk
if everything is successful you should find built recovery by path <twrp_repo>/out/target/product/tolino_generic/recovery.img