View Single Post
Old 12-16-2017, 12:19 AM   #16
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
`sickel reboot timeout` patch

I don't think this patch is needed anymore, but here it is just in case someone wants it.

To install, create a new file named sickel.patch in the 4.7.10413_source/ subdirectory with the following contents:
Spoiler:
Code:
# sickel in firmware 4.7.10413 (168741200a)

<Patch>
patch_name = `sickel reboot timeout`
patch_enable = `no`
#
# 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 = 3434, 42 F2 10 71, 44 F6 20 61
#replace_bytes = 3446, 42 F2 10 71, 44 F6 20 61
#replace_bytes = 3692, 44 F6 20 61, 49 F6 40 41
#
# 10sec --> 30sec
replace_bytes = 3434, 42 F2 10 71, 47 F2 30 51
replace_bytes = 3446, 42 F2 10 71, 47 F2 30 51
replace_bytes = 3692, 44 F6 20 61, 4E F6 60 21
</Patch>
GeoffR is offline   Reply With Quote