Skip to content

Instantly share code, notes, and snippets.

@fklosowski
fklosowski / koreader_on_tolino.md
Created December 16, 2023 20:28 — forked from hasezoey/koreader_on_tolino.md
Install KOReader on a Tolino device (Vision 5)

Install KOReader on a Tolino Device

Tolino Debug Menu codes

For KOReader (or any other APK) to be installed on a Tolino device, the debug menu has to be enabled:

  • if the tolino is on system version 14, search for code 124816 source
  • if the tolino is on system version 15, search for code 1123581321 source
  • if the tolino is on system version 16, search for code 112358132fb source

Note: "searching" as in the search for books on the tolino itself (the magnifying glass in the top bar)

import unittest
import uuid
from zato.client import JSONClient
from fs.ftpfs import FTPFS
directory = '/home/ftp/ftpuser/'
username = 'ftpuser'
password = 'ftpuser'