Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kindle PW Touch compatibility #22

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

penguin86
Copy link

@penguin86 penguin86 commented Feb 25, 2023

Hello @pascalw , thank you for this useful piece of software.
I found it not working on Kindle PW Touch for two issues:

  1. /etc/init.d/ directory is empty. Btw, calling /etc/init/framework stop seems to have the same effect. I placed an IF to retain the original behavior where possible.
  2. For some reason, xh seems not to work with the certificates contained in Kindle PW Touch: it is unable to read the certificates file:
 xh: error: builder error: Could not load PEM file "/etc/ssl/certs/ca-certificates.crt"

Caused by:
    Could not load PEM file "/etc/ssl/certs/ca-certificates.crt"

Also wget included in busybox seems not to work, while curl seems to work ok. Curl should be present everywhere, so it should be a safe fallback when xh fails. Feel free to edit the change or suggest edits, if the fix doesn't fit the project code style.

Have a nice day!
Daniele

@pascalw
Copy link
Owner

pascalw commented Mar 17, 2023

Hi @penguin86 thanks for your PR and sorry for my late reply. I'll try to take a look at this next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants