brikell69 / nookdevs

Automatically exported from code.google.com/p/nookdevs
0 stars 0 forks source link

Cover browsing #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Scroll covers spit finger over and books names lag and stuff

Is there any way to turn off the names when browsing covers (Names on the
touch screen) It really lags my nook out when I try and scroll through
them. It wants to show all the names and spends 5 mins trying to catch up.
Turning it off would be very nice

Original issue reported on code.google.com by boxl...@gmail.com on 3 Mar 2010 at 5:34

GoogleCodeExporter commented 9 years ago
can you tell which version of my books app you are using?
I added a fix for this issue in version 0.0.5. version is displayed next to the 
title in the top left corner. 
If you don't see the version or if it is 0.0.4, that means you have a older 
version. 
This can be upgraded using the nookdevs feed in Trook.

Original comment by hari.swa...@gmail.com on 3 Mar 2010 at 5:50

GoogleCodeExporter commented 9 years ago
Hmm it seems I do have 0.0.4 but when I try and update it wont let me something 
about
security, but i cant find the setting to change it :( 

Original comment by boxl...@gmail.com on 3 Mar 2010 at 5:57

GoogleCodeExporter commented 9 years ago
You have to enable installing 3rd party apps via adb for now.

Here are the steps -
Steps from PC- in adb tools directory-
1. adb connect <nook ip address>:5555 
2. adb shell
3. cd /data/data/com.android.providers.settings/databases
4. sqlite3 settings.db
5. update secure set value=1 where name='install_non_market_apps';
6. .exit
7. Ctrl-D 
8. reboot the nook 

Original comment by hari.swa...@gmail.com on 3 Mar 2010 at 6:04

GoogleCodeExporter commented 9 years ago

Original comment by hari.swa...@gmail.com on 6 Mar 2010 at 4:01

GoogleCodeExporter commented 9 years ago
Hi,
Did you ever get the cover flow to work? Just curious since I didn't see any 
updates 
from you. 

Thanks,

Original comment by hari.swa...@gmail.com on 16 Mar 2010 at 7:49