

- Ebook manager lifehacker how to#
- Ebook manager lifehacker install#
- Ebook manager lifehacker android#
We found that it took a bit of time to play with font sizing and gray tones before we had something that we liked. Lbl_date=Label(window, text="", font=("Helvetica", 64))ītn=Button(window, text="Close",font=("Helvetica", 32),bg='grey', command=stroy) We added two extra entries, one for a Python app and the second for a Browser kiosk app : To add items into the menus look for the file. On our Kobo, the Debian OS used the awesome window manager. The menuing on the eReader will vary based on the OS that is loaded. The eReader has a floating keyboard so you can do some work directly on the unit, but doing an ssh connection from a PC is definitely easier. The first step is to enable the Wifi, this option should be on the main menus.ĮReaders have great battery life when they are used as an eReader, however when they are 100% on Wifi their battery life will be more like a standard tablet, with 5-6 hours of life. Once that was complete we were able to have Wifi networking on the Linux side. To setup the Wifi we needed to boot into the Kobo system and configure our network settings. Sudo dd if=/home/ian/Desktop/kobo/original.img bs=512 seek=1024 count=1 of=/dev/mmcblk0 # insert the new microsd with the debian image on it Sudo dd if=/dev/mmcblk0 bs=512 skip=1024 count=1 of=/home/you/path/to/image/original.img
Ebook manager lifehacker install#
This added step gave us a clean double-boot install so we could either run the original Kobo software or boot into Debian Linux. The added step that we needed to do moved some files from the original SD chip on to our new SD chip.


Unfortunately for our Kobo mini installation we needed to another step. Using rpi-imager, select the “use custom” option.ĭepending on your eReader and the OS you might be ready to go. To install it on Linux: sudo snap install rpi-imager The rpi-imager utility runs on Linux, Windows and Mac OS. There are a number of different tools to move and copy images, because I’m a Raspberry Pi user I like to use the Raspberry Pi Imager ( rpi-imager). Once you’ve downloaded your required OS you’ll need to put in on a micro-SD chip.
Ebook manager lifehacker how to#
If you are trying to re-purpose other brands of eReaders there appears to be lots of how to guides, for example for Kindle see. For our project we felt that Linux would be a cleaner option.
Ebook manager lifehacker android#
I would highly recommend keeping the original SD in case that you ever need to roll back to the original setup.įor eReaders there are two main OS choices, Android or Linux. Once you open up the eReader, you’ll have access to an microSD inside the unit.
