DBDigital / nookdevs

Automatically exported from code.google.com/p/nookdevs Please note I am not a developer. I only created this to prevent the code from being lost with the shutdown of GoogleCode. If you wish to work on this, contact me and I will add you. :)
0 stars 0 forks source link

Cover sceen savers not working #161

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install nookLibrary1.5
2. Set up the screen saver name "test"
3. Pick "3 covers"
4. Open a book
5. Exit to menu
6. Enter settings
7. "test" is not listed as a screen saver

What is the expected output? What do you see instead?
Expected to see a screen saver folder created. Nothing happens/

What version of the product are you using? On what operating system?
nookLibrary 1.5, nook B&W, NookDevs.com (perfinion's) 2.5.1

Please provide any additional information below.
If I create the screen saver folder manually, I still don't get any images in 
there. What am I missing? -- If you need logs, I can get them, just tell me 
where they are.

Original issue reported on code.google.com by gamerchr...@gmail.com on 16 Feb 2011 at 7:22

GoogleCodeExporter commented 8 years ago
you can get the logs by running connecting via adb and then running
adb logcat

Original comment by hari.swa...@gmail.com on 16 Feb 2011 at 7:40

GoogleCodeExporter commented 8 years ago
Log attached from when I disconnected from PC, turned the feature off, back on, 
opened the book, and then reconnected to PC. Hope it helps.

Original comment by gamerchr...@gmail.com on 16 Feb 2011 at 8:04

Attachments:

GoogleCodeExporter commented 8 years ago
I don't see any errors in the log.

Original comment by hari.swa...@gmail.com on 16 Feb 2011 at 10:18

GoogleCodeExporter commented 8 years ago
Yea, I didn't either, but it simply doesn't create the folder nor put art in 
it. Am I doing something wrong?

Original comment by gamerchr...@gmail.com on 18 Feb 2011 at 3:15

GoogleCodeExporter commented 8 years ago
Try giving a new name, opening multiple books etc. It should either work or log 
some error. Make sure the book has a cover displayed in show covers view.
This looks like the code didn't even get called. No idea why.

Original comment by hari.swa...@gmail.com on 18 Feb 2011 at 3:08

GoogleCodeExporter commented 8 years ago
any luck with this? 

Original comment by hari.swa...@gmail.com on 26 Feb 2011 at 12:07

GoogleCodeExporter commented 8 years ago
After opening a book, the screensaver generation code will take some time to do 
its thing.  Make sure you wait for several seconds before closing the reader 
application (as a rule of thumb, generation should be complete when the reader 
app shows the cover on the LCD and the top status bar has been updated with the 
book's title).

I've had occasions where the cover was not updated, which I resolved to being 
due to nookLibrary still being busy sorting (not sure what exactly goes wrong 
in this case).  If you can rule that out as well, we'd have to instrument the 
code to trace what's going on.

Original comment by mgoetze2...@gmail.com on 3 Mar 2011 at 12:39