pascalw / kindle-dash

Power efficient dashboard for Kindle 4 NT devices
MIT License
1.21k stars 34 forks source link

Add support for non Kindle devices #15

Open Invictaz opened 3 years ago

Invictaz commented 3 years ago

Is it possible to add support for other Linux based e-readers such as Pocketbook 903 and 912? They run Linux

https://wiki.mobileread.com/wiki/PocketBook_Pro_912

pascalw commented 3 years ago

In theory most of the code will run on any Linux system. However there are currently a couple dependencies on the Kindle specifically:

It's not too difficult to extract these device specific parts into some sort of an abstraction layer, but as I don't have any other devices I'm personally not interested in picking this up. Contributions are welcome however, so if you/anyone would like to contribute this I'd be happy to accept it.

Invictaz commented 3 years ago

If I would know if it's ARM v6 or v7 that would be a start. I think it's this SoC which is ARM9.

S3C2443XL-40.pdf

There are Pocketbook specific program's you might want to use as direction: https://github.com/koreader/koreader/blob/master/platform/pocketbook/koreader.app

There is also a Kindle version so you might be able to cook up something?

https://github.com/koreader/koreader/blob/master/platform/kindle/koreader.sh