Quote:
Originally Posted by tshering
As for backup, you can simply make a copy of the user partition (this is what you see when you connect via usb to the pc). As for the other partitions (which you cannot see) it is highly unlikely that you mess something so up that resetting the device cannot help you.
As for the larger top margin in epubs, you can try it without any danger. Have a look at Instructions for patching firmware 3.19.5761. Read the instructions in order to get a general understanding of how it works. Then open libnickel.so.1.0.0.patch. You are interested in `ePub fixed/adjustable top/bottom margins`. Find it and enable it (patch_enable = `yes`). Then find the line
Code:
#replace_string = B8A1A4, `%\01`, `2\05`
uncomment the line (by removing the #) and choose a greater value. I tried for instance
Code:
replace_string = B8A1A4, `%\01`, `4\05`
This gives a pretty large top margin, but maybe it is still to small for you. Maybe you start experimenting with `6\05`.
|
Hello I've tried with :
Code:
replace_string = B8A1A4, `%\01`, `9\05`
but there is still 1 and half line that cannot be seen the problem is when I try to test with values of 2 digits like this:
Code:
replace_string = B8A1A4, `%\01`, `10\05`
it gives and error:
Code:
Extracting files to patch from 3.19.5761_source/kobo-update-3.19.5761.zip ...
x ./usr/local/Kobo/libnickel.so.1.0.0
x ./usr/local/Kobo/librmsdk.so.1.0.0
x ./usr/local/Kobo/libadobe.so
Read 263288 bytes from input file '/var/folders/pd/qytr69n55dv31rrxd252b8s00000gn/T/patch32lsb_XXXXXXXX.5YOJJPfn/original/./usr/local/Kobo/libadobe.so'
Ignoring disabled patch `Remove PDF map widget shown during panning`
Ignoring disabled patch `Preserve PDF pan position across page turns`
Ignoring disabled patch `Remove PDF page turn arrows at left and right edges of page`
Wrote 263288 bytes to output file '/var/folders/pd/qytr69n55dv31rrxd252b8s00000gn/T/patch32lsb_XXXXXXXX.5YOJJPfn/patched/./usr/local/Kobo/libadobe.so'
Read 14928256 bytes from input file '/var/folders/pd/qytr69n55dv31rrxd252b8s00000gn/T/patch32lsb_XXXXXXXX.5YOJJPfn/original/./usr/local/Kobo/libnickel.so.1.0.0'
Ignoring disabled patch `Disable reading footer`
Ignoring disabled patch `Custom reading footer style`
Applied patch `My 15 line spacing values`
find_base_address: unique string at 00BF97E4
Applied patch `Custom left & right margins`
Ignoring disabled patch `Custom font sizes`
Applied patch `Brightness fine control`
Applied patch `Search in Library by default`
Ignoring disabled patch `Freedom to advanced fonts control`
Ignoring disabled patch `Allow download all in Browser`
tools/patch32lsb-Darwin: line 357 in '3.19.5761_source/libnickel.so.1.0.0.patch': replace_string replacement too long.
Cleaning up /var/folders/pd/qytr69n55dv31rrxd252b8s00000gn/T/patch32lsb_XXXXXXXX.5YOJJPfn
Is there a way to do with 2 digits replacements so that I can get the KoboRoot.tgz file?