Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > PocketBook

Notices

Reply
 
Thread Tools Search this Thread
Old 01-18-2026, 11:20 AM   #1
pitdicker
Junior Member
pitdicker is a good role modelpitdicker is a good role modelpitdicker is a good role modelpitdicker is a good role modelpitdicker is a good role modelpitdicker is a good role modelpitdicker is a good role modelpitdicker is a good role modelpitdicker is a good role modelpitdicker is a good role modelpitdicker is a good role model
 
Posts: 1
Karma: 160784
Join Date: Jan 2026
Device: PocketBook InkPas Color 3
OPDS access an recent PocketBook

This is how I enabled OPDS access on a PocketBook InkPad Color 3. Hopefully it is of help for others.

1. Get a terminal on the PocketBook

See the discussion thread: https://www.mobileread.com/forums/sh...d.php?t=221543
A version of pbterm that works on recent devices is available on https://github.com/leomeyer/pbterm
InkPad Color 3 needs te version for an Allwinner B300 SoC.
Download the binary, and place it in ext1/applications/.

2. Enable developer mode

As described in this root exploit: https://www.redguard.ch/blog/2025/03...nkpad-color-3/

In pbterm execute
Code:
sh -c '/usr/cramfs/bin/iv2sh WriteConfig /mnt/secure/developer_mode privesc 1'
3. Connect over SSH as root

Restart the device while it is connected with a USB cable to a PC. This enables the SSH deamon.
Choose "File Transfer" as the USB mode.

On your (Linux) PC, it will show up as an extra device in
Code:
ip link
.
Connect to that device as root.
Code:
ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa root@192.168.205.1
5. Enable OPDS

See the full (closed) thread on https://www.mobileread.com/forums/sh...d.php?t=359271

Remount the filesystem as writable:
Code:
mount -o rw,remount /ebrmain
Change the line with
Code:
have_opds=0
to
Code:
have_opds=1
in 3 files with vi:
- /mnt/secure/device.cfg
- /ebrmain/config/device.cfg.gen
- /ebrmain/config/device.cfg

6. Test

After rebooting, you should now have the option available to browse network libraries on the Library.
pitdicker is offline   Reply With Quote
Old 03-22-2026, 11:50 AM   #2
neil_swann80
0000000000101010
neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.
 
neil_swann80's Avatar
 
Posts: 5,925
Karma: 12984859
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
Nice find! Have you used this method to get permanent root on your device? Should be easy enough to add the ezdiy's su binary to /mnt/secure. Once done you could try installing his services package.
neil_swann80 is offline   Reply With Quote
Old 04-08-2026, 06:15 AM   #3
nhedgehog
Guru
nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.
 
Posts: 840
Karma: 694086
Join Date: Sep 2013
Device: EnergySistemEreaderPro, Nook STG, Pocketbook 622, Bookeen Cybooks ...
Quote:
Originally Posted by neil_swann80 View Post
Nice find! Have you used this method to get permanent root on your device? Should be easy enough to add the ezdiy's su binary to /mnt/secure. Once done you could try installing his services package.
Yes that is working: Device; U700k3.6.10.2359 (Pocketbook Era Color)
Steps:
1) Installed the right pbterm version
2) In Pbterm:
Code:
sh -c '/usr/cramfs/bin/iv2sh WriteConfig /mnt/secure/developer_mode privesc 1'
than reboot
3) Got su from here (https://github.com/ezdiy/pbjb/releases/tag/v8 it is in the source code zip) and copied su into the device under win7 in folder su which corrospondends to /mnt/ext1/su
4a) Linux machine SSH access (connect the switched off device via USB cable to Linux machine):
Code:
ssh -o HostKeyAlgorithms=ssh-rsa root@192.168.205.1 -v
4b) Alternative to 4a on a Win7 machine:
Got RNDIS installed properly (sounds easier than it is). Connected via WinSCP:
Protocol: SCP
Hostname:192.168.205.1
Username:root
Passwort:
5) trying to remount /ebrmain ->failed (missing rigths)
Code:
mount -o rw,remount /ebrmain
6) copy su into mnt/secure
Code:
cp /mnt/ext1/su/su /mnt/secure/su
7) trying to remount /ebrmain with su (working)
Code:
/mnt/secure/su mount -o rw,remount /ebrmain
8) editing /ebrmain/config/device.cfg.gen: change line have_opds=0 to have_opds=1 (edit mode with i,ESC stops Edit mode, :w saves file :q quits vi)
Code:
vi /ebrmain/config/device.cfg.gen
9) trying to remount /ebrmain with su (working)
Code:
/mnt/secure/su mount -o ro,remount /ebrmain
10) Reboot device: OPDS is enabled

PS: I was allowed to change /mnt/secure/device.cfg without su but it was changed back after reboot.

Last edited by nhedgehog; 04-08-2026 at 10:25 AM.
nhedgehog is offline   Reply With Quote
Old 04-08-2026, 06:36 AM   #4
neil_swann80
0000000000101010
neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.
 
neil_swann80's Avatar
 
Posts: 5,925
Karma: 12984859
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
Nice! What about ezdiy's services installer? Will that now install with su in place?

Last edited by neil_swann80; 04-08-2026 at 06:45 AM.
neil_swann80 is offline   Reply With Quote
Old 04-08-2026, 06:57 AM   #5
nhedgehog
Guru
nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.
 
Posts: 840
Karma: 694086
Join Date: Sep 2013
Device: EnergySistemEreaderPro, Nook STG, Pocketbook 622, Bookeen Cybooks ...
I didn't test the service installer. Was scared of eventually bricking the device during future firmware updates.
nhedgehog is offline   Reply With Quote
Old 04-08-2026, 07:00 AM   #6
neil_swann80
0000000000101010
neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.
 
neil_swann80's Avatar
 
Posts: 5,925
Karma: 12984859
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
Quote:
Originally Posted by nhedgehog View Post
I didn't test the service installer. Was scared of eventually bricking the device during future firmware updates.
Fair enough. It's survived a FW update on my HD3, but there's no guarantee it will in a future update.

I wonder if Step #5 would have succeeded running as sudo? (ssh-ing as root should have been enough)

Still very useful having su available to you even if it did.

Last edited by neil_swann80; 04-08-2026 at 07:03 AM.
neil_swann80 is offline   Reply With Quote
Old 04-08-2026, 07:31 AM   #7
nhedgehog
Guru
nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.
 
Posts: 840
Karma: 694086
Join Date: Sep 2013
Device: EnergySistemEreaderPro, Nook STG, Pocketbook 622, Bookeen Cybooks ...
Quote:
Originally Posted by neil_swann80 View Post

I wonder if Step #5 would have succeeded running as sudo? (ssh-ing as root should have been enough)
Tried it:
FAILED
Step #5
Code:
sudo mount -o rw,remount /ebrmain
Sorry, user root is not allowed to execute '/bin/mount -o rw,remount /ebrmain' as root on pocketbook.
nhedgehog is offline   Reply With Quote
Old 04-08-2026, 08:08 AM   #8
neil_swann80
0000000000101010
neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.
 
neil_swann80's Avatar
 
Posts: 5,925
Karma: 12984859
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
Quote:
Originally Posted by nhedgehog View Post
Tried it:
FAILED
Step #5
Code:
sudo mount -o rw,remount /ebrmain
Sorry, user root is not allowed to execute '/bin/mount -o rw,remount /ebrmain' as root on pocketbook.
It was a long-shot, but thanks for testing. Nice to know that su is the way to go!

And thanks also for the write-up, will be useful to many I imagine.
neil_swann80 is offline   Reply With Quote
Old 04-08-2026, 09:55 AM   #9
nhedgehog
Guru
nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.
 
Posts: 840
Karma: 694086
Join Date: Sep 2013
Device: EnergySistemEreaderPro, Nook STG, Pocketbook 622, Bookeen Cybooks ...
Edited Post3_Step4, since I was able to recreate the process on a Win7 machine too.

Windows made it even easier:
0) step1&step2 from post3
1) Connect via WinSCP (Protocol: SCP;Hostname:192.168.205.1;Username:root)
2) In WinSCP Terminal:
Quote:
mount -o rw,remount /ebrmain
3) Now edit /ebrmain/config/device.cfg.gen in your prefered editor (mine is Notepad++).
4) Save it, close Notpad++
5) In WinSCP Terminal:
Quote:
mount -o ro,remount /ebrmain
6) Close WinSCP, disconnect Reader, Reboot Pocketbook device.

PS: Strange that mount is working via WinSCP

Last edited by nhedgehog; 04-08-2026 at 10:10 AM.
nhedgehog is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PocketBook app and calibre OPDS tomsem PocketBook 2 06-06-2024 08:18 AM
Aldiko fails to access OPDS catalaog Artful Dodger Server 1 06-01-2022 07:02 PM
Calibre Web opds access failing as content server rmzg Calibre Companion 8 07-23-2018 12:49 AM
Cannot access OPDS with iPad jrsforums Devices 0 12-11-2014 01:57 AM
OPDS catalogs access knfevg PocketBook 7 12-04-2012 04:55 AM


All times are GMT -4. The time now is 08:22 AM.


MobileRead.com is a privately owned, operated and funded community.