View Single Post
Old 10-13-2017, 06:47 PM   #18
jcn363
absolute beginner
jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.
 
jcn363's Avatar
 
Posts: 323
Karma: 1750999
Join Date: May 2017
Location: Go with the wind (43°19'17.7"N 2°00'19.4"W)
Device: ka1
GeoffR
It works for me in a large book.
sickel.patch
https://www.mobileread.com/forums/sh...6&postcount=45
Spoiler:
Code:
<Patch>
patch_name = `sickel reboot timeout`
patch_enable = `yes`
# Version patch: 4.6.9995
# https://www.mobileread.com/forums/showpost.php?p=3565316&postcount=45
#
## sickel reboots the device if 10 seconds pass without a ping.
## Enable this patch to increase that time limit to 20 or 30 seconds.
#
# 10sec --> 20sec
#replace_bytes = 33DC, 42 F2 10 71, 44 F6 20 61
#replace_bytes = 33EE, 42 F2 10 71, 44 F6 20 61
#replace_bytes = 363A, 44 F6 20 61, 49 F6 40 41
#
# 10sec --> 30sec
replace_bytes = 33DC, 42 F2 10 71, 47 F2 30 51
replace_bytes = 33EE, 42 F2 10 71, 47 F2 30 51
replace_bytes = 363A, 44 F6 20 61, 4E F6 60 21
</Patch>
jcn363 is offline   Reply With Quote