View Single Post
Old 08-31-2018, 09:38 AM   #5
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
The following patch is ported from GeoffR's patch
There must be into sickel.yaml file with the others patches and add an entry in kobopatch.yaml
Code:
patches:
  src/sickel.yaml: usr/local/Kobo/sickel
Spoiler:
Code:
sickel reboot timeout:
  - Enabled: no
  - Description: 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
#  - ReplaceBytes:
#      FindH:    42 F2 10 71
#      ReplaceH: 44 F6 20 61
#  - ReplaceBytes:
#      FindH:    44 F6 20 61
#      ReplaceH: 49 F6 40 41
#
# 10sec --> 30sec
  - ReplaceBytes:
      FindH:    42 F2 10 71
      ReplaceH: 47 F2 30 51
  - ReplaceBytes:
      FindH:    44 F6 20 61
      ReplaceH: 4E F6 60 21


Good luck
jcn363 is offline