Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader > Kobo Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 03-02-2020, 01:51 AM   #256
ps67
Guru
ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.
 
Posts: 737
Karma: 7025494
Join Date: Aug 2017
Location: Italy
Device: Kindle Paperwhite, Kobo Elipsa, Pocketbook Color PB633, Inkpad Color
Quote:
Originally Posted by Semwize View Post
It's about Kobo Glo, games are displayed without a patch. It seems to me that changing this patch will not help to hide them (need another patch).
Oh, I didn't know that Glo is different.
ps67 is offline   Reply With Quote
Old 03-02-2020, 02:10 AM   #257
Semwize
Guru
Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.
 
Posts: 878
Karma: 270656
Join Date: Jun 2016
Device: Kobo
Quote:
Originally Posted by geek1011 View Post
No, the replacement qproperty-visible should be false.
Code:
- ReplaceZlib: {Find: "qproperty-visible: false;", Replace: "qproperty-visible: false;"}

I am puzzled.
Semwize is offline   Reply With Quote
Old 03-02-2020, 09:52 AM   #258
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,787
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by Semwize View Post
Code:
- ReplaceZlib: {Find: "qproperty-visible: false;", Replace: "qproperty-visible: false;"}

I am puzzled.
Oops, wasn't thinking that time. Also replace [qApp_deviceIsStorm=true] with "".
geek1011 is offline   Reply With Quote
Old 03-03-2020, 11:04 AM   #259
Regard_39
Enthusiast
Regard_39 doesn't litterRegard_39 doesn't litter
 
Regard_39's Avatar
 
Posts: 29
Karma: 134
Join Date: Apr 2017
Device: Kobo Glo, Kobo Aura, Kobo Libra H2O, Kindle Oasis
Quote:
Originally Posted by geek1011 View Post
Oops, wasn't thinking that time. Also replace [qApp_deviceIsStorm=true] with "".
To enable game blocking, I tried to use the tips on this thread:
I have prepared
- Separating custom patches (tips),
- Jackie_w's template for easy updating*,
- the overrides section of the kobopatch.yaml proposed by DNSB*
(thanks to them)
I get an error double-clicking on kobopatch.bat :


Code:
Applying overrides
    ENABLE  `Show all games`
  APPLY `Show all games`
    Error: could not apply patch "Show all games": line 4: inst 3: FindZlib: could not find string
Error: could not apply patches: error applying patch file 'src/nickel_perso.yaml': could not apply patch "Show all games": line 4: inst 3: FindZlib: could not find string
I guess I didn't quite understand exactly what change to make to the Show game section.
Would you please tell me exactly what I should write in my nickel_perso.yaml file?


Regard_39 is offline   Reply With Quote
Old 03-03-2020, 11:32 AM   #260
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,787
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Try this (untested, but it should work):
Code:
Hide all games:
  - Enabled: no
  - FindZlib: "#boggleContainer[qApp_deviceIsStorm=true]"
  - ReplaceZlib: {Find: "[qApp_deviceIsStorm=true]", Replace: ""} # games are hidden on storm, so make it apply to everything
geek1011 is offline   Reply With Quote
Old 03-03-2020, 12:14 PM   #261
Regard_39
Enthusiast
Regard_39 doesn't litterRegard_39 doesn't litter
 
Regard_39's Avatar
 
Posts: 29
Karma: 134
Join Date: Apr 2017
Device: Kobo Glo, Kobo Aura, Kobo Libra H2O, Kindle Oasis
I think it's a success. I hope so, because I'm not sure anymore where to look for the browser and the little games and puzzles.
I think it's in the Beta features: I can only find the large font mode.
Thanks a lot; I can now upgrade to 4.20 and take advantage of the "fraternal anti-intrusion patch".
Regard_39 is offline   Reply With Quote
Old 03-03-2020, 12:32 PM   #262
Semwize
Guru
Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.
 
Posts: 878
Karma: 270656
Join Date: Jun 2016
Device: Kobo
Quote:
Originally Posted by Regard_39 View Post
I can now upgrade to 4.20 and take advantage of the "fraternal anti-intrusion patch".
At 4.20 it won't work
Code:
Hide all games:
  - Enabled: no
  - FindZlib: "#boggleContainer[devModeOn=false][qApp_deviceIsStorm=true]"
  - ReplaceZlib: {Find: "[qApp_deviceIsStorm=true]", Replace: ""} # games are hidden on storm, so make it apply to everything
Semwize is offline   Reply With Quote
Old Today, 03:24 PM   #263
Dirk-71
Zealot
Dirk-71 is generous with chocolateDirk-71 is generous with chocolateDirk-71 is generous with chocolateDirk-71 is generous with chocolateDirk-71 is generous with chocolateDirk-71 is generous with chocolateDirk-71 is generous with chocolateDirk-71 is generous with chocolateDirk-71 is generous with chocolateDirk-71 is generous with chocolateDirk-71 is generous with chocolate
 
Posts: 121
Karma: 33696
Join Date: Dec 2016
Location: Germany
Device: Kobo: Libra 2, Aura One, Glo HD, Clara 2E
Quote:
Originally Posted by MGlitch View Post
It's the same issue as from the 4.18 patches which released after OS X.15

You have to open system preferences - Privacy and Security and hit open anyway.

Specifically

1) try to run .sh file
2) get error saying it can't be run dismiss this
3) open system prefs - privacy security - open anyway or allow, or something along these lines it'll be at the bottom of the window and you'll need to unlock it w/ your login
4) re-run the .sh file you'll get an error again but this time with an option to open/run anyway/etc within the error

Once you've done this once FOR THIS PATCH you will be able to re-run the .sh file again without any issues. But you will need to repeat this process for the next firmware patches i.e. 4.20's patches would need this to be done again.
Meanwhile this doesn't work anymore (Mac OS 14.6.1). I could confirm to open the file in the security settings but when I run the patch again I still get the "permission denied"-error without any options. Is there a new procedure required?
Dirk-71 is offline   Reply With Quote
Reply

Tags
kobopatch, patch, patch32lsb, patches, patching


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Instructions for patching firmware 3.18.0 GeoffR Kobo Developer's Corner 151 10-21-2016 06:15 AM
Instructions for patching firmware 3.17.0 GeoffR Kobo Developer's Corner 49 08-16-2015 05:20 AM
Instructions for patching firmware 3.16.10 GeoffR Kobo Developer's Corner 12 08-14-2015 03:40 AM
Instructions for patching firmware 3.12.0 GeoffR Kobo Developer's Corner 165 02-07-2015 09:22 AM
Instructions for patching firmware 3.2.0 DNSB Kobo Developer's Corner 66 12-05-2014 07:28 AM


All times are GMT -4. The time now is 07:31 PM.


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