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 07-10-2015, 04:51 PM   #1
oren64
I need a chapter break
oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.
 
oren64's Avatar
 
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
Changing the info panel in full size screensaver

Hi all

Is it possible change the panel in screensaver->show info panel on screen covers, that that the panel will show in the top corner, and show only power-off or sleeping.

Last edited by oren64; 12-08-2015 at 07:27 AM.
oren64 is offline   Reply With Quote
Old 12-08-2015, 07:41 AM   #2
oren64
I need a chapter break
oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.
 
oren64's Avatar
 
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
Update:I make a patch that move the info-panel to the bottom corner (i can change to the upper corner), reduce the size, reduce the margin, and make background-color more transparent.

FW 3.13.1 libnickel.so.1.0.0.patch Kobo Glo.

EDIT:If your charging in sleeping mode, the text "sleeping" is cut.

Spoiler:
Code:
<Patch>
patch_name = `PowerOff-sleeping`
patch_enable = `yes`
#QWidget
replace_string = C3E6E7, `min-height: 680px;`, `min-height: 904px;`
replace_string = C3E6FB, `max-height: 680px;`, `max-height: 904px;`
#background-color
replace_string = C3E773, `background-color: rgba(255, 255, 255, 234);`, `background-color: rgba(255, 255, 255, 160);`
replace_string = C3E7C6, `background-color: rgba(0, 0, 0, 234);`, `background-color: rgba(0, 0, 0, 160);`
# infoWidget
replace_string = C3E883, `min-width: 380px;`, `min-width: 260px;`
replace_string = C3E896, `min-height: 230px;`, `min-height: 120px;`
replace_string = C3E8AA, `max-height: 230px;`, `max-height: 120px;`
# infoFrame
replace_string = C3EC2F, `qproperty-leftMargin: 40;`, `qproperty-leftMargin: 00;`
replace_string = C3EC4A, `qproperty-topMargin: 20;`, `qproperty-topMargin: 00;`
replace_string = C3EC64, `qproperty-bottomMargin: 20;`, `qproperty-bottomMargin: 00;`
</Patch>
Attached Thumbnails
Click image for larger version

Name:	IMG_20151208_140227.jpg
Views:	1740
Size:	596.1 KB
ID:	144415   Click image for larger version

Name:	IMG_20151208_140409.jpg
Views:	1625
Size:	615.6 KB
ID:	144416  

Last edited by oren64; 12-08-2015 at 04:14 PM.
oren64 is offline   Reply With Quote
Old 12-08-2015, 08:07 AM   #3
boriar
Evangelist
boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.
 
boriar's Avatar
 
Posts: 407
Karma: 314204
Join Date: Jan 2015
Device: bq Avant XL, Kobo Aura H2O, Onyx Boox M96C Plus
Hi! I like your patch.
Why not to post in the metazoa thread?
boriar is offline   Reply With Quote
Old 12-08-2015, 08:31 AM   #4
oren64
I need a chapter break
oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.
 
oren64's Avatar
 
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
Quote:
Originally Posted by boriar View Post
Hi! I like your patch.
Why not to post in the metazoa thread?
The patch is only for Glo (it may work on Aura), i can't make for Aura Hd+h2o and mini because i can't test it on those devices.

If your using FW 3.13.1 and your device is glo, you can copy the patch to libnickel.so.1.0.0.patch.

If your using different firmware I can make you a patch for your fore your device.

If GeoffR want to make it an official Metazoa patch i be honer.

Last edited by oren64; 12-09-2015 at 03:14 AM.
oren64 is offline   Reply With Quote
Old 12-08-2015, 08:40 AM   #5
freekobo
Addict
freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.
 
freekobo's Avatar
 
Posts: 250
Karma: 2731310
Join Date: Jan 2013
Device: Kobo Aura
How do you go about making these patches anyways?
freekobo is offline   Reply With Quote
Old 12-08-2015, 09:25 AM   #6
oren64
I need a chapter break
oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.
 
oren64's Avatar
 
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
Quote:
Originally Posted by freekobo View Post
How do you go about making these patches anyways?
GeoffR help my understand how to patch by using hex editor.

The hard thing is to find what section in file firmware KoboRoot.tgz\usr\local\kobo\libnickel.so.1.0.0, is relevant.

If you know what you want to change, you find the address of the substring with hex editor.

replace_string = C3E6E7(address), `min-height: 680px;`(original substring) , `min-height: 904px(changed substring);`

Last edited by oren64; 12-09-2015 at 04:10 AM.
oren64 is offline   Reply With Quote
Old 12-09-2015, 06:40 PM   #7
freekobo
Addict
freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.
 
freekobo's Avatar
 
Posts: 250
Karma: 2731310
Join Date: Jan 2013
Device: Kobo Aura
Ahhh okay thanks!
freekobo is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing the screensaver on the Kindle (not using PC)? WinnieP Kindle Developer's Corner 1 10-15-2011 12:18 PM
Request for Nook screensaver info, please jackie_w Plugins 5 09-18-2011 07:58 AM
Changing Kindle 3 Screensaver llcooljayce Amazon Kindle 53 02-23-2011 09:57 PM
Full size photo size v. Screensaver size? FF2 Amazon Kindle 5 12-19-2010 11:02 PM
Screensaver changing at intervals? - Kindle 3 kidblue Amazon Kindle 4 10-10-2010 12:55 AM


All times are GMT -4. The time now is 05:53 AM.


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