Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 07-08-2016, 07:12 PM   #2071
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by masteranza View Post
Thanks, so what's wrong with this file?
or this one (smaller in kb)?
We're a tiny bit busy right now, so anything than can easily be solved without our interaction is always a plus.

In this instance, you can check the output of identify -verbose (part of ImageMagick) between your images and the default screensaver shipped by the hack to help pinpoint the issue.

A known-to-be-working one-liner (again using ImageMagick) has been posted multiples times by NiLuJe if you want to batch reprocess all your images.

Last edited by NiLuJe; 07-10-2016 at 11:11 AM. Reason: Rephrased it a bit, kept the spirit intact ;) -- NiLuJe
knc1 is offline   Reply With Quote
Old 07-08-2016, 07:34 PM   #2072
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
First one is weird, not correctly flagged Grayscale, appears to be indexed?

Second one has an ICC profile embedded (libpng changed its behavior regarding some slightly off-spec but widely used ICC profiles a while ago), but otherwise looks correct.
NiLuJe is offline   Reply With Quote
Old 07-09-2016, 01:54 AM   #2073
masteranza
Member
masteranza began at the beginning.
 
masteranza's Avatar
 
Posts: 21
Karma: 10
Join Date: Jul 2016
Device: PW2
Quote:
Originally Posted by NiLuJe View Post
First one is weird, not correctly flagged Grayscale, appears to be indexed?

Second one has an ICC profile embedded (libpng changed its behavior regarding some slightly off-spec but widely used ICC profiles a while ago), but otherwise looks correct.

Thanks @NiLuJe, I wasn't aware that so many things can go wrong.

Edit: I've passed all my screensavers through http://tinypng.com and then restarted kindle through settings->restart (not KUAL) and it seems to work now.

Last edited by masteranza; 07-09-2016 at 02:43 AM.
masteranza is offline   Reply With Quote
Old 07-10-2016, 08:26 AM   #2074
abasba
Member
abasba began at the beginning.
 
Posts: 19
Karma: 10
Join Date: Jul 2016
Device: PW3
Cant get it work

Im trying for 2 days and cant get it work.I used the parameters in FGA thread with changed resolution(pw3 1072x1448) and seems doesnt work.I only see stock Amazon screensavers.
Anyone check the png in the attachments?What is wrong with it and how can i solve?
Attached Thumbnails
Click image for larger version

Name:	owl1.png
Views:	382
Size:	340.1 KB
ID:	150108  
abasba is offline   Reply With Quote
Old 07-10-2016, 10:03 AM   #2075
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@abasba: What, exactly (describe it) are you calling "stock Amazon screensavers"?

Because that can only happen in very unlikely circumstances with a functional install.
Which makes me thinks you're either on an SO device, or something simple went wrong along the way .

(FWIW, that images looks *nearly* perfectly fine, encoding-wise: it's 16 colors, which is good, and grayscale, which is good, but it's a tiny bit too efficiently encoded (i.e., 4bpp Gray channel, not 8bpp), which might upset something along the way. FWIW, it *is* the right way to do a 16 colors grayscale image, it's just not the most compatible where the Kindle is concerned ).

Last edited by NiLuJe; 07-10-2016 at 10:08 AM.
NiLuJe is offline   Reply With Quote
Old 07-10-2016, 10:17 AM   #2076
abasba
Member
abasba began at the beginning.
 
Posts: 19
Karma: 10
Join Date: Jul 2016
Device: PW3
Quote:
Originally Posted by NiLuJe View Post
@abasba: What, exactly (describe it) are you calling "stock Amazon screensavers"?

Because that can only happen in very unlikely circumstances with a functional install.
Which makes me thinks you're either on an SO device, or something simple went wrong along the way .

(FWIW, that images looks *nearly* perfectly fine, encoding-wise: it's 16 colors, which is good, and grayscale, which is good, but it's a tiny bit too efficiently encoded (i.e., 4bpp Gray channel, not 8bpp), which might upset something along the way. FWIW, it *is* the right way to do a 16 colors grayscale image, it's just not the most compatible where the Kindle is concerned ).
Cover mode was working fine.Shoul I uninstall and reinstall mod.Also could you give me the menu settings of screen saver in kual which is for image to screensaver
Thanks
abasba is offline   Reply With Quote
Old 07-10-2016, 10:25 AM   #2077
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@abasba: What did you do (again, exactly) to switch from cover mode to image pool?
NiLuJe is offline   Reply With Quote
Old 07-10-2016, 10:30 AM   #2078
abasba
Member
abasba began at the beginning.
 
Posts: 19
Karma: 10
Join Date: Jul 2016
Device: PW3
Quote:
Originally Posted by NiLuJe View Post
@abasba: What did you do (again, exactly) to switch from cover mode to image pool?
Deleted cover file from linkss folder and added the owl pic in linkss/screensavers
abasba is offline   Reply With Quote
Old 07-10-2016, 10:45 AM   #2079
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@abasba: Have you restarted the device (of the framework, via KUAL) since?
NiLuJe is offline   Reply With Quote
Old 07-10-2016, 03:00 PM   #2080
abasba
Member
abasba began at the beginning.
 
Posts: 19
Karma: 10
Join Date: Jul 2016
Device: PW3
Quote:
Originally Posted by NiLuJe View Post
@abasba: Have you restarted the device (of the framework, via KUAL) since?
Yes, I restart after changing anything.I do full system restart
abasba is offline   Reply With Quote
Old 07-10-2016, 10:22 PM   #2081
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@abasba: Then you're indeed doing something seriously wrong. The only way you'd end up with the default screensavers with the hack active is if your image pool is empty (or has been emptied by the hack's very basic sanity checks).

Double-check the content of the screensavers folder, and how you've currently setup the hack.
NiLuJe is offline   Reply With Quote
Old 07-11-2016, 02:32 AM   #2082
abasba
Member
abasba began at the beginning.
 
Posts: 19
Karma: 10
Join Date: Jul 2016
Device: PW3
Quote:
Originally Posted by NiLuJe View Post
@abasba: Then you're indeed doing something seriously wrong. The only way you'd end up with the default screensavers with the hack active is if your image pool is empty (or has been emptied by the hack's very basic sanity checks).

Double-check the content of the screensavers folder, and how you've currently setup the hack.
In screensavers folder there is only my owl picture.Is there anything should be here?
And how should I set up the screensaver menu in kual?Im really confused
abasba is offline   Reply With Quote
Old 07-11-2016, 06:17 AM   #2083
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@abasba: Think of KUAL buttons as radio buttons: what you see on a button is the action that'll happen *after you tap that button*.

Since most of the configs are mutually exclusive, that means the the stuff you don't see a button for is the config currently active.

TL;DR: To be in image pool mode, you should see the cover mode button in KUAL.

EDIT: For instance, in that screenshot, I'm currently in Cover mode (the only option there's no button for).

You want to switch to "Image Cycle" mode.
Attached Thumbnails
Click image for larger version

Name:	ssb.png
Views:	245
Size:	33.8 KB
ID:	150148  

Last edited by NiLuJe; 07-11-2016 at 06:23 AM.
NiLuJe is offline   Reply With Quote
Old 07-11-2016, 02:22 PM   #2084
abasba
Member
abasba began at the beginning.
 
Posts: 19
Karma: 10
Join Date: Jul 2016
Device: PW3
Quote:
Originally Posted by NiLuJe View Post
@abasba: Think of KUAL buttons as radio buttons: what you see on a button is the action that'll happen *after you tap that button*.

Since most of the configs are mutually exclusive, that means the the stuff you don't see a button for is the config currently active.

TL;DR: To be in image pool mode, you should see the cover mode button in KUAL.

EDIT: For instance, in that screenshot, I'm currently in Cover mode (the only option there's no button for).

You want to switch to "Image Cycle" mode.
Mine is in image cycle mode too.
Still no luck.
abasba is offline   Reply With Quote
Old 07-11-2016, 02:25 PM   #2085
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@abasba: Then try again from scratch, only setting up your own images after confirming everything works.

(i.e.,: uninstall, remove linkss folder, install, *stop and check*, then setup images if everything looks good).
NiLuJe is offline   Reply With Quote
Reply

Tags
kindle touch hacks, paperwhite, python, screensavers, touch


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem installing Kindle ScreenSavers Hack ratchetclank Kindle Developer's Corner 3 12-30-2015 09:59 PM
Is it impossible to hack screensavers in K4 4.1? nonfactor Kindle Developer's Corner 1 07-04-2012 07:17 PM
Help! Used screensaver hack- now all collections gone and no screensavers!!! kuklachica Amazon Kindle 1 01-16-2011 08:17 PM
Is a hack necessary to add screensavers? mldavis2 Amazon Kindle 4 10-29-2010 05:34 PM
Hack for screensavers on Kindle 2 KookyKathy Introduce Yourself 5 01-09-2010 11:16 PM


All times are GMT -4. The time now is 11:47 AM.


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