Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > KOReader

Notices

Reply
 
Thread Tools Search this Thread
Old 11-21-2024, 09:32 PM   #1
litrpguy
Enthusiast
litrpguy began at the beginning.
 
Posts: 39
Karma: 10
Join Date: May 2020
Device: Kobo Clara HD, PB Color, PB Inkpad Color, PB Touch Lux 5
Exclamation Is there a way to enable disabled touchscreen?

Just wanted to know if there is a way to this, as I got my Pocketbook Touch Lux 5 in a disabled screen state after a bad update. I'll be trying to manually patch the enabling of it via copy paste on the hidden files. Just short of loss on where file location or just what system file exactly handles it. Hope this is allowed to be asked.

Thanks in advance!
litrpguy is offline   Reply With Quote
Old 11-22-2024, 12:07 PM   #2
Frenzie
Wizard
Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.
 
Posts: 1,751
Karma: 730681
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
You'll get better answers in the PocketBook forum.
Frenzie is offline   Reply With Quote
Advert
Old 11-22-2024, 01:52 PM   #3
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,891
Karma: 12981955
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
This THREAD seems similar:

Have you tried flashing the previous firmware?

Last edited by neil_swann80; 11-22-2024 at 01:55 PM.
neil_swann80 is offline   Reply With Quote
Old 11-23-2024, 03:42 AM   #4
litrpguy
Enthusiast
litrpguy began at the beginning.
 
Posts: 39
Karma: 10
Join Date: May 2020
Device: Kobo Clara HD, PB Color, PB Inkpad Color, PB Touch Lux 5
I did. I always end up with non-permitted errors. I'm clueless at this point
litrpguy is offline   Reply With Quote
Old 11-23-2024, 03:46 AM   #5
litrpguy
Enthusiast
litrpguy began at the beginning.
 
Posts: 39
Karma: 10
Join Date: May 2020
Device: Kobo Clara HD, PB Color, PB Inkpad Color, PB Touch Lux 5
https://ibb.co/8Xgn2J2
litrpguy is offline   Reply With Quote
Advert
Old 11-23-2024, 04:07 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,891
Karma: 12981955
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
Perhaps try removing the jailbreak, rebooting, then try the reflash?

Might be tricky with no touchscreen... but by ssh maybe?
neil_swann80 is offline   Reply With Quote
Old 11-23-2024, 06:21 AM   #7
litrpguy
Enthusiast
litrpguy began at the beginning.
 
Posts: 39
Karma: 10
Join Date: May 2020
Device: Kobo Clara HD, PB Color, PB Inkpad Color, PB Touch Lux 5
Quote:
Originally Posted by neil_swann80 View Post
Perhaps try removing the jailbreak, rebooting, then try the reflash?

Might be tricky with no touchscreen... but by ssh maybe?
That's the thing I'm unable to at the moment since no touchscreen. That's why ill try to patch a system file via copy paste to enable the screen. I can't ssh too since i haven't set it up it and the wifi is disabled. Still thanks for your suggestions
litrpguy is offline   Reply With Quote
Old 11-23-2024, 08:27 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,891
Karma: 12981955
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
* If creating script files on Windows, use Notepad++ and set as Linux/Unix compatible. *
EDIT > EOL Conversion > Unix (LF)


As you're jailbroken you should be able to run commands via a startup script.

Maybe try and activate wifi, that will at least open a door for easy ssh access.

Code:
#!/bin/sh
netagent flightmode off
netagent net on
rm $0
Save above code as:
/mnt/ext1/system/init.d/startup.sh
(you will have to create the init.d directory if it doesn't exist.)

Restart the device and see if wifi is enabled.

Last edited by neil_swann80; 11-23-2024 at 10:11 AM.
neil_swann80 is offline   Reply With Quote
Old 11-23-2024, 08:49 AM   #9
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,891
Karma: 12981955
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
If the startup script works to enable wifi, you could use the same mechanism to try and remove root:

Code:
#!/mnt/secure/su /bin/sh
iv2sh SetActiveTask `pidof bookshelf.app` 0
chattr -i /mnt/secure/su /mnt/secure/runonce/*.sh
rm -rf /mnt/secure/su /mnt/secure/runonce/*.sh /mnt/secure/bin /mnt/secure/etc
settings=/mnt/ext1/system/config/settings/settings.json
rm -f $settings
mv -f $settings.old $settings
/sbin/reboot
rm $0
Save above code as something like:
/mnt/ext1/system/init.d/rm_root.sh

Restart device to run script.

Try the firmware flash procedure again.

NOTE: If it does remove root, you will lose the startup script functionality and ssh etc (until jailbreak can be reapplied). But from what other users have mentioned, removing root then flashing the firmware fixed the touchscreen issue for them. So proceed at your peril! Good luck.

Last edited by neil_swann80; 11-23-2024 at 10:23 AM.
neil_swann80 is offline   Reply With Quote
Old 11-23-2024, 04:47 PM   #10
litrpguy
Enthusiast
litrpguy began at the beginning.
 
Posts: 39
Karma: 10
Join Date: May 2020
Device: Kobo Clara HD, PB Color, PB Inkpad Color, PB Touch Lux 5
The wifi worked but this didn't remove root. I still got the same error messages after reset. Thank you still. Will try to find other method
litrpguy is offline   Reply With Quote
Reply

Tags
disabled touchscreen, pocketbook, touchscreen


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Disabled dictionary ichnilatis KOReader 0 02-20-2022 05:55 AM
Re-enable disabled confirmations? calvin-c Library Management 2 09-21-2013 06:01 PM
Odd... SO disabled itself? fintip Amazon Kindle 2 06-08-2012 11:30 AM
PRS-505 Dictionary is disabled mollie38 Sony Reader 1 02-27-2011 06:29 AM
When I fold my edge screens back to make a tablet, touchscreen is disabled..? LarsonMattr enTourage Archive 6 08-24-2010 11:53 AM


All times are GMT -4. The time now is 01:57 AM.


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