03-02-2024, 10:15 AM | #31 |
Connoisseur
Posts: 54
Karma: 30682
Join Date: Aug 2011
Device: Samsung Note FBReader, Nook Simple Touch FBReader, (Kindle3 died)
|
That's good news. Could someone do me a favour and try this test OPDS library https://cops-demo.slucas.fr/feed.php
When I try it in the PocketBook Reader android app, it fails to open for example Authors->D->Doyle, Artur Conan. It for some reason opens a browser page showing the XML instead. But it can open Authors->W->Wells, H. G. and the War of the Worlds epub fine. Wondering if it's the same on an actual PocketBook. If it is then I'll see what I need to change to the COPS feed to get PocketBook to be able to read COPS Calibre OPDS feeds. Last edited by electronicfur; 03-02-2024 at 10:18 AM. |
03-02-2024, 11:37 AM | #32 | |
0000000000101010
Posts: 5,721
Karma: 11482159
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
|
Quote:
Last edited by neil_swann80; 03-02-2024 at 12:14 PM. |
|
Advert | |
|
03-02-2024, 12:44 PM | #33 | |
Connoisseur
Posts: 54
Karma: 30682
Join Date: Aug 2011
Device: Samsung Note FBReader, Nook Simple Touch FBReader, (Kindle3 died)
|
Quote:
|
|
03-02-2024, 12:57 PM | #34 | |
0000000000101010
Posts: 5,721
Karma: 11482159
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
|
Quote:
Great that he likes reading too, I struggle getting the new generation to read anything!!! |
|
03-04-2024, 11:05 AM | #35 | |
Connoisseur
Posts: 54
Karma: 30682
Join Date: Aug 2011
Device: Samsung Note FBReader, Nook Simple Touch FBReader, (Kindle3 died)
|
Quote:
So I had a chance to test your install, but it doesn't appear to work. When you talk about the Library dropdown, I take it you mean the one that lists All Books, Authors, etc, with final entry PockeBook Cloud? I don't get a "Network Libraries" appear in there. I did check the contents of the created EnableOPDS_p2.pbi and it correctly contains the _scriptInstall, sinstall directory containing the device.cfg. Which correctly has the "have_opds=1" at the top. Installing EnableOPDS_p2.pbi correctly restarts and deletes the pbi files, so not sure why it has not worked. Is there some other way I need to reboot? I tried holding the power button down for 10 seconds, but it just seems to power it down like normal. |
|
Advert | |
|
03-04-2024, 11:53 AM | #36 | |
0000000000101010
Posts: 5,721
Karma: 11482159
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
|
Quote:
Don't try and further reboots, the initial one should have done the trick if it had worked. Pressing and holding for a long time can trigger a factory reset which you don't want. You were looking at the right place for the drop-down menu. I haven't got an unrooted device to test on, hopefully if there's more feedback we'll get more info. To get it working quickly the jailbreak does work on the Verse Pro, so you could run that, run my installer, then run the jailbreak again to remove root. (you wouldn't need to run services.app) If you're worried about warranty, it's anecdotal but my HD3 was repaired under warranty whilst jailbroken. https://github.com/ezdiy/pbjb/releases/tag/v8 @nhedgehog - was your unrooted device previously rooted at any point? Last edited by neil_swann80; 03-04-2024 at 12:05 PM. |
|
03-04-2024, 12:30 PM | #37 | |
Guru
Posts: 771
Karma: 625816
Join Date: Sep 2013
Device: EnergySistemEreaderPro, Nook STG, Pocketbook 622, Bookeen Cybooks ...
|
Quote:
cp /mnt/secure/device.cfg /mnt/ext1 nor /var/run/device.cfg >> /mnt/ext1/device.cfg is working! (permission denied) PS @neil_swann80: Thanks for your contributions to the community, it is really appreciated. |
|
03-04-2024, 12:39 PM | #38 | |
0000000000101010
Posts: 5,721
Karma: 11482159
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
|
Quote:
echo /var/run/device.cfg >> /mnt/ext1/device.cfg EDIT: that would just write the filepath to the new file! The actual script copies the file from /var/run to the user area, then reads it with the cat command. So a better test would be: cp /var/run/device.cfg /mnt/ext1/device.cfg or better still: Code:
echo have_opds=1 > /mnt/ext1/device.cfg IFS=''; cat "/var/run/device.cfg" | while read data; do if echo "$data" | grep -q "have_opds"; then : else echo "${data}" >> "/mnt/ext1/device.cfg"; fi done Last edited by neil_swann80; 03-04-2024 at 12:59 PM. |
|
03-04-2024, 12:43 PM | #39 |
0000000000101010
Posts: 5,721
Karma: 11482159
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
|
electronicfur - you could try the new installer. Uses part of the jailbreak script to just modify the permissions to /mnt/secure. Will avoid doing the full root process.
EDIT: removed as this was not working. Last edited by neil_swann80; 03-04-2024 at 01:03 PM. |
03-04-2024, 12:44 PM | #40 |
Guru
Posts: 771
Karma: 625816
Join Date: Sep 2013
Device: EnergySistemEreaderPro, Nook STG, Pocketbook 622, Bookeen Cybooks ...
|
No, you are right, echo was working, my stupid mistake.
|
03-04-2024, 12:54 PM | #41 |
Guru
Posts: 771
Karma: 625816
Join Date: Sep 2013
Device: EnergySistemEreaderPro, Nook STG, Pocketbook 622, Bookeen Cybooks ...
|
@neil_swann80: The new script is doing the same like the old script but takes longer.
EnableOPDS_p2.pbi is created by booth variants successfully with the right content. The problem lies in copying the changed device.cfg back. |
03-04-2024, 01:00 PM | #42 |
Connoisseur
Posts: 54
Karma: 30682
Join Date: Aug 2011
Device: Samsung Note FBReader, Nook Simple Touch FBReader, (Kindle3 died)
|
So I ran jailbreak, and then the EnableOPDS_p1.pbi again (not your new one).
And it didn't work. So I ran services, and ssh'd in. /mnt/secure/device.cfg didn't contain "have_opds=1". I added the "have_opds=1" to the file. Reboot, and it had been removed. Does the file get generated? I'll try editing the files in the original post next. |
03-04-2024, 01:10 PM | #43 | |
0000000000101010
Posts: 5,721
Karma: 11482159
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
|
Quote:
If so, did that have the "have_opds=1" line? If not, try adding it to both. Perhaps remove the reboot command from the execAfter script in p2 so we can check if /mnt/ext1/device.cfg contains the change before a reboot (on a rooted device that the installer still fails on) Last edited by neil_swann80; 03-04-2024 at 01:24 PM. |
|
03-04-2024, 01:35 PM | #44 | |
Connoisseur
Posts: 54
Karma: 30682
Join Date: Aug 2011
Device: Samsung Note FBReader, Nook Simple Touch FBReader, (Kindle3 died)
|
Quote:
But even though it is now there, it hasn't added the "Network Libraries" to the dropdown... |
|
03-04-2024, 01:40 PM | #45 | |
0000000000101010
Posts: 5,721
Karma: 11482159
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
|
Quote:
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
PRS-505 How to re-enable 'Go To'? | kweller | Sony Reader | 1 | 10-16-2012 09:56 AM |
Development Possible way to enable ADB during next update | kveroneau | enTourage Archive | 20 | 12-23-2010 10:32 AM |
PRS-600 How do you enable the dictionary? | sphinx666 | Sony Reader | 4 | 05-25-2010 05:46 PM |
penable and enable? | nsr | iRex | 6 | 03-10-2010 11:09 AM |
Classic Enable apps from 3 | mos | Barnes & Noble NOOK | 10 | 02-11-2010 04:48 PM |