TWRP builds and is fully functional (hopefully).
- Tolino Page
- Tolino Page 2
- Tolino Shine 2 HD
- Tolino Vision 2 HD
- Tolino Vision 3 HD
- Tolino Vision 4 HD
- Tolino Epos
- enter fastboot;
- in cmd do
fastboot boot <path_to_recovery_image>
- enter fastboot;
- in cmd do
fastboot flash recovery <path_to_recovery_image>
- 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;
- completely turn off device;
- press and hold "glowlight" button;
- press and hold "power" button;
- wait while device turns on while holding both buttons;
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