I currently use 1.1.0 and wonder what features or benefits are there to updating to 1.2.1?
Much better Dictionary
The biggest benefit to the 1.2.1 upgrade is the greatly improved stock dictionary.
I haven't looked at the new dictionary that closely.
The old one was 50 odd Megs, the new one is too.
Do you mean that all the errors with PDF char entities and spacing were fixed?
The old one had 86196 root words, the new one has 86301.
dorfd1 said:
I currently use 1.1.0 and wonder what features or benefits are there to updating to 1.2.1?
Click to expand...
Click to collapse
Support for European WiFi channels (1-13)
Renate NST said:
I haven't looked at the new dictionary that closely.
The old one was 50 odd Megs, the new one is too.
Do you mean that all the errors with PDF char entities and spacing were fixed?
The old one had 86196 root words, the new one has 86301.
Click to expand...
Click to collapse
Yes, the formatting was fixed and you can now search for a word, but only after calling the dictionary up by long pressing a word in the book you are reading. I have attached a photograph of the stock dictionary from 1.2.1.
'Sigh'...
I was hopping to see wireless channels from 10 to 13 in this update...
Guess my old theory of "if it isn't tottaly broken, then don't fix it" works, after all!
David0226 said:
Yes, the formatting was fixed...
Click to expand...
Click to collapse
Then I have to make a new update to nookdict which will less invasively re-format the entries.
I see that they did clean up a lot of stuff, but there is still a bunch of gratuitous stuff.
I still prefer my Lookup app which gives you real browse and access to other dictionaries.
Renate NST said:
Then I have to make a new update to nookdict which will less invasively re-format the entries.
I see that they did clean up a lot of stuff, but there is still a bunch of gratuitous stuff.
I still prefer my Lookup app which gives you real browse and access to other dictionaries.
Click to expand...
Click to collapse
I really like your lookup app also and in fact have it installed. But because I have many B&N books ("purchased" for free) that will not open in the modified Reader, I stay with the stock reader and then use your Lookup app when I need to use a dictionary like a dictionary instead of just looking up one word while reading. I would switch to using your Lookup app integrated into the Reader if I could figure out how to sign it so that it would open my B&N DRMed books. My other thought was to find a way to have both the absolutely stock and a modified stock reader installed at the same time so I could use the modified one with your Lookup app for non-DRM content and the absolutely stock reader for DRMed content. I don't think this is possible with out very significant work though.
1.2.1 supports WiFi channels 1-13
J_Palito said:
'Sigh'...
I was hopping to see wireless channels from 10 to 13 in this update...
Guess my old theory of "if it isn't tottaly broken, then don't fix it" works, after all!
Click to expand...
Click to collapse
V1.2.1 does indeed support WiFi channels 1-13 by default.
That's great then!!!!
I've been searching arround but haven't found concise and agregated information on which changes/fixes/etc are in this 1.2.x.
Is there any post there, or can you please post the changes?
Thanks!
Related
I would like to pare down my Nook a bit.
I do like the native reader app and I borrow library books.
Yes, I could use the OverDrive reader, but the native reader is much better.
The first thing that went was Shop.apk
It was kind of annoying to search for stuff on my Nook and come up with 50,000 suggestions of books that I could buy.
Social.apk seems to go away painlessly too.
Deleting (or renaming) Home.apk breaks the "Last Read" icon on the desktop.
You can still get there by Library and hitting the top of most recent.
It gets you to the right page.
It probably would not be hard to write an app to do the last read function.
Moreover, you'd have a system icon to do with what you will.
(It sends an intent that is not handled. I'll have to make a receiver and see what it is.)
Okay, deleting Home.apk also breaks additions to Library.
But, you can still borrow books on Adobe Digital Editions and read them by clicking them in a file browser.
Oh, well, might as well delete Library.apk
Hmm, I guess that Library.apk is a search content provider.
Books no longer show up in global search.
I guess that I'll have to roll my own.
Re-enable Home.apk, disable Reader.apk and see what intent goes.
(Last page read is kept in /data/data/com.bn.nook.reader.activities/databases/lastreadingpoint.db
Select ean from lastreadingpoint order by lastupdated
I'm not trying to get around the DRM or anything. I just want to get rid of all the cruft.
I see what you're trying to do here
I've been playing with this some more.
Reader.apk keeps track itself of last page read.
If you just use a file manager to open your books you'll get the right page.
If you are a big library user and use Adobe Digital Editions,
then the info that ADE dumps on your Nook could be integrated nicely.
You could have your books listed and show the return date.
Hmm, do you think it could be possible to fully debrand the device and have it running a normal, common Eclair, but using the actual ROM as base? like, deleting the B&N apps and creating custom providers & intent receivers to avoid FCs and such?
Well, if you delete (or rename) Home.apk and Library.apk but still like to use Reader.apk (the native epub reader),
then you might need a convenient way to get to your last read book.
It's not rocket science and I haven't figured out the little book icon on the status bar yet,
but if you want to get back to your book here is a little app to go to last read.
Put the icon on your desktop and click the "L" to go to last read.
Did you replace library, or just completely delete it?
darkguy2008 said:
Hmm, do you think it could be possible to fully debrand the device and have it running a normal, common Eclair, but using the actual ROM as base? like, deleting the B&N apps and creating custom providers & intent receivers to avoid FCs and such?
Click to expand...
Click to collapse
I've also wondered this, I use my nook for Kindle more than I do B&N lol. It would be great if we could get a ROM to flash that removes everything from the device and just makes it run stock Android then use Kindle and B&N apps, as well as whatever other apps for reading epubs to read our books. Don't know if this is possible but it would be nice, then we could fully repurpose all the buttons on the device purely for Android OS
And make a custom e-ink friendly version of the android homescreen, possibly including no-refresh?
Right now I've got the following apps deleted:
DemoMode.apk
Home.apk
Library.apk
Shop.apk
Social.apk
I will be working on a replacement library app.
I don't use the Kindle app. Do people who do also use the Nook native reader?
At the lowest level, all you need is a file manager.
I presume that each of the readers keep track of last page.
(Regarding the Nook lastreadingpoint:
Going straight to the database is the wrong approach, using the content provider is the right way.
LastRead.apk uses that.)
Ok, it's a neat hack to watch video on the Nook, but you really wouldn't want your Nook in A2 mode all the time.
As I've said before, the best uses of A2 is when an app knows when to use it, when dragging, scrolling, zooming.
If you have the source code to a browser/viewer/whatever, putting wrappers around the dragging/scrolling/zooming operation would be an improvement.
Personally, I have no problem with my ADW Launcher.
That it blurs and trails when parking an app on the desktop is no big deal.
I've got the little book icon on the status bar to open the last book in the native Nook reader.
That is, if you don't have Home.apk or (B&N) Library.apk
Here is a stop-gap release.
It works fine for the "Currently reading" but there is not yet other functionality in it.
I left it as a complete application so that you can easily see if you have it installed.
The actual "application" part of it is a blank screen.
No need to run it or put it on your desktop.
Just install it and click the little book on the status bar.
Renate NST said:
I've got the little book icon on the status bar to open the last book in the native Nook reader.
That is, if you don't have Home.apk or (B&N) Library.apk
Here is a stop-gap release.
It works fine for the "Currently reading" but there is not yet other functionality in it.
I left it as a complete application so that you can easily see if you have it installed.
The actual "application" part of it is a blank screen.
No need to run it or put it on your desktop.
Just install it and click the little book on the status bar.
Click to expand...
Click to collapse
Hm, looks interesting, seems like you've managed to already wrap some events to dummy workers we can attach to in the future and mod this thing up . Awesome!
I'll be testing it somewhere between today and tomorrow. Right now I'm trying to replace the stock keyboard. LatinIME.apk is deleteable but there isn't any working keyboard for it yet (I've tried GO Keyboard, GB Keyboard for Froyo/Eclair and HTC IME with no avail) and it's one of the biggest annoyances I have with it since I need more of a PC-keyboard-lookalike rather than an ebook keyboard
Although I am not getting the point of your mission :-D try Hacker's keyboard. It is possible to google out android 2.1 version. It is the best I have found so far although it is quite dark.
Just thought I'd drop this link here for hacker's keyboard.
http://code.google.com/p/hackerskeyboard/issues/detail?id=57
Also, make sure that after you install it you move it to /system/app
Googie2149 said:
Just thought I'd drop this link here for hacker's keyboard.
http://code.google.com/p/hackerskeyboard/issues/detail?id=57
Also, make sure that after you install it you move it to /system/app
Click to expand...
Click to collapse
Man, you rock! I've wanted that keyboard to work specifically. Thanks a lot!!
I've had some progress on the Library replacement.
It's not ready for prime time, but it is cute.
It will list the expiration date of your library books.
It's nice to be able to fit over 10 titles on the screen.
Renate NST said:
I've had some progress on the Library replacement.
It's not ready for prime time, but it is cute.
It will list the expiration date of your library books.
It's nice to be able to fit over 10 titles on the screen.
Click to expand...
Click to collapse
That's awesome!
When will you release it?
I've been working on two different approaches.
One is to use the Android native mediastore.
There are some bugs with this and it can get out of sync.
The other is to do all the searching for books myself.
That works ok as long as the books are found in the usual places:
/system/media/books
/data/media/B&N Downloads/Books
/media/My Files/Books
/media/Digital Editions
/sdcard/My Files/Books
Are there any other locations that I am missing?
darkguy2008 said:
When will you release it?
Click to expand...
Click to collapse
I really don't know if it suits anyone's needs besides my own.
Because the stock Home.apk, Library.apk and Shop.apk are all tied together,
to have my app work correctly you have to rename or delete the three of them.
As far as I know it should allow books bought from B&N to still work correctly,
but I don't know because I don't own any. I only get library books or Gutenberg.
Is it important for people to be able to buy B&N books directly on their Nook?
Renate NST said:
Is it important for people to be able to buy B&N books directly on their Nook?
Click to expand...
Click to collapse
Why not if it's free?
Naturally, I speak for myself only.
You need credit card added to buy B&N free books still...
From another hand you can get same free books somewhere else, right?
Apokrifx is right, also, that app would suit me too. I need a credit card to buy B&N books, which I don't have -and- I'm not interested at all in using it as a reader. If I want to read something I'll download it and slam it through a PDF reader installed on it.
My main use for it is to take out ALL of the B&N stuff and use it as an android tablet, so, to me, it's really useful
I picked up a like new NST without GlowLight and easel cover from an online acquaintance and I'm looking to make it work a little better for me.
I like the stock reader for ebooks. However, I have several PDF files with images and the stock reader just drops them completely. Looking around, it seems that ezPDF is a preferred app, but I haven't seen anything about it's image handling. A couple of them have color images and those aren't terribly important for clear viewing. Two others have black and white images and graphs and those need to be readable.
I'm also interested in a text editor of some sort. Does Google Drive work so I can use it's word processor app? Is there a good simple text editor app?
How about a spreadsheet app? Google Drive would be nice again, but anything basic work?
Calculator app? Doesn't need to be scientific, but extended operations would be nice.
I see a few game options, but not the most important. Anyone running a Spider solitare app on their phone?
Obviously I need to root it, but that's a tad . Does it matter which root I use (NST, N2E, other)? I've rooted 4 different phones, 3 Android and the HD2, so I'm not too worried about the act, just the correct procedure for my non-GlowLight NST.
So what are your suggestions?
MarkofT said:
[...] I like the stock reader for ebooks. However, I have several PDF files with images and the stock reader just drops them completely. Looking around, it seems that ezPDF is a preferred app, but I haven't seen anything about it's image handling. A couple of them have color images and those aren't terribly important for clear viewing. Two others have black and white images and graphs and those need to be readable.
Click to expand...
Click to collapse
Check out Mantano Reader. It handles PDFs reasonably well on the NST, at least for my needs. I also like that it will treat B&N books and sideloaded books equally, including covers and metadata display. I've completely replaced the B&N Library and Reader apps with Mantano on my NSTs.
I'm also interested in a text editor of some sort. Does Google Drive work so I can use it's word processor app? Is there a good simple text editor app?
Click to expand...
Click to collapse
I only did quick testing, but Evernote seems to work well. Documents to Go seems to work, but I never did a lot with it. (My device isn't with me, or otherwise I'd double check for you.)
How about a spreadsheet app? Google Drive would be nice again, but anything basic work?
Click to expand...
Click to collapse
Again, Documents to Go seems to work.
[...] Obviously I need to root it, but that's a tad . Does it matter which root I use (NST, N2E, other)?
Click to expand...
Click to collapse
I have always have good luck with TouchNooter (use the latest) so long as I remember to:
1. Confirm that I'm using the appropriate version of TN for the B&N firmware I'm running. The latest TN works on B&N 1.1.2.
2. Read the instructions -- all of them -- carefully. The NST isn't exactly like any other device, and there are some quirks (e.g. 24 hour Market delay) you want to be aware of.
3. Back your device up correctly FIRST. Unlike a lot of other devices, there is some device-specific content on some of the partitions. If you do find yourself considering doing a wipe of any sort that affects partitions, be VERY SURE you have this backed up first!
Good luck! They're nifty little devices.
hi...
am confused to see nook touch on xda....i mean what improvement would rooting/installing custom rom on nook do?
i though nook touch is only used for reading and it does that already...what more improvement can be made...
jamaljan said:
hi...
am confused to see nook touch on xda....i mean what improvement would rooting/installing custom rom on nook do?
i though nook touch is only used for reading and it does that already...what more improvement can be made...
Click to expand...
Click to collapse
Spam post?
Anyway.. if you do it right you will get a full Adroid 2.1 e-ink tablet.
http://www.youtube.com/watch?v=rP2CVXzpK5s
Don't create useless threads, read the forum etc.
"more improvement" = fast display mode, every PDF/chm/doc/epub... reader that runs on Android, google play, games , web browsing, email clients, video playback, audio playback using external USB audio card, image viewers, making notes using external USB keyboard, RSS/ATOM, VNC, additional dictionaries and fonts,
drawing apk's, flashcard apk's (ANKI)
the list goes on.
osowiecki said:
Spam post?
Anyway.. if you do it right you will get a full Adroid 2.1 e-ink tablet.
http://www.youtube.com/watch?v=rP2CVXzpK5s
Don't create useless threads, read the forum etc.
"more improvement" = fast display mode, every PDF/chm/doc/epub... reader that runs on Android, google play, games , web browsing, email clients, video playback, audio playback using external USB audio card, image viewers, making notes using external USB keyboard, RSS/ATOM, VNC, additional dictionaries and fonts,
drawing apk's, flashcard apk's (ANKI)
the list goes on.
Click to expand...
Click to collapse
thanks a lot. my intention was not to spam. i was just surprised.
will definitely check out the forum :good:
EDIT: I don't think we can make it an e-ink reader, you are joking, rite?
jamaljan said:
thanks a lot. my intention was not to spam. i was just surprised.
will definitely check out the forum :good:
EDIT: I don't think we can make it an e-ink reader, you are joking, rite?
Click to expand...
Click to collapse
buy NST and it will show u that u have e-ink reader and we will convert it to a tablet.
i think u just spam .... and next post u will do and seemed it spam ..... unfortunately report moderators
PS: i have rooted NST and already convert it to tablet
speedman2202 said:
buy NST and it will show u that u have e-ink reader and we will convert it to a tablet.
i think u just spam .... and next post u will do and seemed it spam ..... unfortunately report moderators
PS: i have rooted NST and already convert it to tablet
Click to expand...
Click to collapse
I already have Nook Simple Touch and yea its eink reader. I thought it was being referred that we can make it a colour ink reader... maybe i read it wrongly.
jamaljan said:
I already have Nook Simple Touch and yea its eink reader. I thought it was being referred that we can make it a colour ink reader... maybe i read it wrongly.
Click to expand...
Click to collapse
Of coarse we cant.
Just watch video, what is this thread about?
jamaljan said:
[...] am confused to see nook touch on xda....i mean what improvement would rooting/installing custom rom on nook do?
i though nook touch is only used for reading and it does that already...what more improvement can be made...
Click to expand...
Click to collapse
You've confused yourself by thinking all improvements have to be made to reading. Even in reading, though, there is room for improvement. The stock NOOK reader and library have a lot of limitations and problems:
Limited font selection.
Poor and fragile organizational capabilities with large collections
Mixed support for metadata in sideloaded, non-B&N content (e.g. covers, book summaries)
No support for synchronizing reading positions on non-B&N content.
Removed page numbering from table of contents.
Dropped support for Discover and Popular Science magazines.
I also got tired of B&N deciding that, because I hadn't purchased anything from them lately, I must be interested in novels with shirtless dudes and plastering them on my home screen. The first thing I did after rooting was replace the B&N library and reader with Mantano Reader Premium, which together with their cloud subscription service, keeps my reading synchronized across 5 devices, regardless of where I bought the book. Mantano can also read the newest Discover and PopSci formats with no problem. Mantano also supports additional dictionaries. I find the reading experience on my "Mantano Simple Touch" vastly superior.
Of course, there's the usual litany of performance and battery improvements:
Improved control of wifi usage and automated daily sync using Tasker. Wifi only turns on for the few apps I use that need it. No more leaving wifi on overnight by accident and finding battery down.
Improved control of wifi access using WiFi Manager. Much easier to search for wifi options.
Ability to log into captive web portals (e.g. hotels, airports) and automate login process using Wi-Fi Web Login. Unit can wake up at night and sync without manual intervention to access wifi.
Overclock, multitouch and fast screen modes (I don't use these much personally, but they work well with no perceptible battery impact.)
Automatic sync to local timezone using Clocksync (useful when traveling).
Improved keyboard with Smart Keyboard Pro.
And the usual litany of app selection:
Improved browser (Opera Mobile).
Corporate and private email (Touchdown, Maildroid)
Automated Dropbox folder sync (e.g. nightly news subscriptions using Calibre) using Dropsync.
Offline web reading using Instapaper with Instafetch client.
Travel info (Flight Track, TripIt)
RSS news feeds (NewsRob, My6Sense)
Google Voice (voicemail transcriptions as text).
And a few time-wasting games that work well on the eink screen:
Shredder Chess
Yukon Gold (there's an eink-optimized version here on XDA).
Crosswords
My question to you is, owning a device and having such capabilities, why would you NOT root it? A better start might have been to simply ask what people are doing with rooted devices rather than questioning the need to do so because you don't understand why. I can literally sit at the beach in direct sunlight and do these things (depending on wifi, of course). Why would I carry another device to do these basic tasks when the NST I already have does them just fine, anywhere, indoors or out? Do you find it more sensible for a corporation to define how you should use the device you paid for?
Thanks bobstro for the detailed answer. I'll definitely root my device as soon as I get some time. :good:
Using a rooted NST 1.2.1 with cool reader.
Is there a library app compatible with this apart from the stock library? The app is just to view the books present on the device. Something like bookshelves, like the moon reader kinds.
Also, is there a NoRefresh compatible with 1.2.1 ? The other NoRefresh apps dont work with this version.
Well, you can try my Library (see signature).
I've never used CoolReader (or seen the manifest out of it) so I can't say how it will work.
Thank Renate, Your Library app is amazing, I love its simplicity. Besides, It also helps me to break the habit of putting a lot of book on my nook =).
Btw, Can it be launched on startup like default library. I hate to see Nook Launcher .
Renate NST said:
Well, you can try my Library (see signature).
I've never used CoolReader (or seen the manifest out of it) so I can't say how it will work.
Click to expand...
Click to collapse
Thanks!
But, is there any app which will present the library in the form of bookshelves?
Also, is there s NoRefresh version of NST Root 1.2.1 ?
shriramks said:
Thanks! But...
Click to expand...
Click to collapse
Does that mean that it works with CoolReader?
I guess that you could make my library the default home screen,
but then how would you launch all the neat apps on your Nook?
Hint: A long touch on a book in my Library brings up the full metadata.
It works
Selection of the book from the library prompts me for the option of reading, i.e, cool reader or the native B&N reader. Not sure how exactly to make Cool Reader the default option.
Have a lot of books on the device, so, it is a bit tedious to keep scrolling down the list. Hence the interest in shelves. B&N Library has shelves, but manual addition everytime i download a book is a pain.
Also, any other settings available on your library app apart from the metadata on long press?
Renate NST said:
Does that mean that it works with CoolReader?
I guess that you could make my library the default home screen,
but then how would you launch all the neat apps on your Nook?
Hint: A long touch on a book in my Library brings up the full metadata.
Click to expand...
Click to collapse
Indeed, by putting coolreader in /system/app, When I choose a book from library, A pop up shows me which reader will be used.
Can you show me the way to make your library the default home screen ? I really love its features :fingers-crossed::fingers-crossed:
PS:// I removed a lot of apps from /system/app, put FBreaderJ and CoolReader in, now my nook seems enhanced ( boot faster..). The battery seems better ( It lost 2%/day in idle mode)
Whenever multiple apps could handle an intent but no app has been specified as default, a "picker" window pops up.
It lists all the possibilities and at the very bottom there is a checkbox.
The checkbox has text in white which says, "Use this app as default app in the future" (or something).
Of course you can't read the white text.
Just click the box, then carefully select which app to use in the future.
To undo what you selected can be difficult because you will never see that dialog again if you check the checkbox.
There are tools to fix that, non-B&N Settings.apk or you can edit /data/system/packages.xml
Uhm It seems that we are misunderstanding. I read all your posts about alternative library app.One of them mentioned that if I want to use your Library app, I have to remove default Home, Shop and Library of my Nook. I did then when my nook started, It showed a launcher with your Library Icon.
Can you modify your app that when my nook start, it will be run at the same time and disable the HOME button ( used to get back to launcher)?
If you modified your "n" button it should go to whatever you selected as the default app for home.
Apparently that is the default launcher.
My question remains, if you make Library the default home, how will you get to your browser, email, etc?
Right now Library does not handle the home intent.
Renate NST said:
If you modified your "n" button it should go to whatever you selected as the default app for home.
Apparently that is the default launcher.
My question remains, if you make Library the default home, how will you get to your browser, email, etc?
Right now Library does not handle the home intent.
Click to expand...
Click to collapse
Not making it the default home. Configuring the physical button for switching pages as a shortcut to the library.
Also,are anyone having problems with connecting to the wi-fi?
Renate NST said:
If you modified your "n" button it should go to whatever you selected as the default app for home.
Apparently that is the default launcher.
My question remains, if you make Library the default home, how will you get to your browser, email, etc?
Right now Library does not handle the home intent.
Click to expand...
Click to collapse
Actually, I do not use my Nook for email, browser, I have an ipad for those tasks. I love the nook because I can focus on just reading. The combination of your library and coolreader makes my nook perfect.
Not making it the default home. Configuring the physical button for switching pages as a shortcut to the library.
Also,are anyone having problems with connecting to the wi-fi?
Click to expand...
Click to collapse
Which firmware are you using ? 1.0 or 1.1. I heard that 1.1.2 comes with Wifi bug fix.
Btw, Today I upgraded into 1.2.1. The reader renders text much better than 1.1.2's one howerver, the battery is a pain. I lost 4% in just one hour even in sleeping mode @@ Does any one know why ? ( I removed all unnecessary apps like phone.apk, telephony...)
I agree with you.
Without putting my finger on it the text or page turns or something is better in 1.2.1
They redid the EpdController (which handles eInk modes) in 1.2+
The Nook Touch has always had an intermittent problem with not sleeping.
I have even caught it with the screen's IR touch sensors still running in sleep.
Lore and legend says never to use the power button to put your Nook to sleep.
Let it time out on the screen saver.
I'll see about doing something on that Home issue.
Right now my Nook is not booting up and I have to hook up the console to see why.
Renate NST said:
I agree with you.
Without putting my finger on it the text or page turns or something is better in 1.2.1
They redid the EpdController (which handles eInk modes) in 1.2+
The Nook Touch has always had an intermittent problem with not sleeping.
I have even caught it with the screen's IR touch sensors still running in sleep.
Lore and legend says never to use the power button to put your Nook to sleep.
Let it time out on the screen saver.
I'll see about doing something on that Home issue.
Right now my Nook is not booting up and I have to hook up the console to see why.
Click to expand...
Click to collapse
If I replace 1.1.2 reader with 1.2.1's one, can it work?
PS:// Can't wait to see your works. :victory::victory:
A question. Your app reads files present in sdcard\my files\books.
Any way to broaden the file structure?
Thanks!
I'm trying to figure out what to do with Library.apk
Currently it only handles epub files.
It could handle any kind of file but the problem is extracting metadata.
If it's not extracting metadata you might as well be just using a file manager.
Extracting metadata out of epubs is pretty simple.
Extracting metadata out of pdfs can be difficult.
There is a nice (computer-type) library that can do this though.
The Nook Reader also handles pdfs.
I have lots of technical references in pdf but they are better accessed from a file manager.
Another topic I wanted to raise elsewhere:
Are people happy with their pdf reading capability/apps?
Are there problems with opening some pdfs or formatting?
Are the pan/zoom/orientation options sufficient?
I'm working (a bit) on a ground-up rewrite of the Reader.
It's still lacking a lot of features, but it also doesn't have all the B&N cruft in it.
Right now it has portrait/landscape of PDFs with overscan (to get rid of the paper margins).
Even this small step makes reading easier.
I've got about 200+ PDFs on my Nook, one that is 3700 pages long.
Renate NST said:
I'm working (a bit) on a ground-up rewrite of the Reader.
It's still lacking a lot of features, but it also doesn't have all the B&N cruft in it.
Right now it has portrait/landscape of PDFs with overscan (to get rid of the paper margins).
Even this small step makes reading easier.
I've got about 200+ PDFs on my Nook, one that is 3700 pages long.
Click to expand...
Click to collapse
I love and use Library.apk and I hate to be critical about such good free software but on my nook sometimes the app doesn't capture the same title and author (or even getting the author) as does Calibre and the standard nook Library. Also, sometimes the author sorting is by first name, sometimes by last name even on the same page. I'm using the 1.9 version.
The problem is always the lack of good metadata.
Even figuring out how to split a name is not easy.
Jethro Tull should be filed under J for the band or under T for the historical person?
Gabriel García Márquez, is his last name García Márquez or Márquez?
This is the way it is supposed to be filled in:
Code:
<dc:creator opf:file-as="Alcott, Louisa May">Louisa May Alcott</dc:creator>
If you can paste me the metadata that causes problems, I'd be grateful.
@mergen3107 Yes, I've noticed a lot of those problems.
The footnote one is the most annoying to me right now.
The current state of things is that I use my reader for PDFs and still use the stock reader for epubs.
Renate NST said:
The problem is always the lack of good metadata.
Even figuring out how to split a name is not easy.
Jethro Tull should be filed under J for the band or under T for the historical person?
Gabriel García Márquez, is his last name García Márquez or Márquez?
This is the way it is supposed to be filled in:
Code:
<dc:creator opf:file-as="Alcott, Louisa May">Louisa May Alcott</dc:creator>
If you can paste me the metadata that causes problems, I'd be grateful.
@mergen3107 Yes, I've noticed a lot of those problems.
The footnote one is the most annoying to me right now.
The current state of things is that I use my reader for PDFs and still use the stock reader for epubs.
Click to expand...
Click to collapse
Here is a link to examples some (of many) problem files: https://dl.dropboxusercontent.com/u/20746013/Problems.zip
They all look ok in Calibre and in the stock Lilbrary app.
The title says it all:
I'm looking for an app that a user can use to browse to a desired book which will show that book covers of epubs and possibly even pdfs WITHOUT B&N apps like afiledownloadersvc.apk.
I'm so loving not having any B&N stuff going on with my NST, and I love gifting rooted NSTs to friends. This would make it more user friendly.
I'm thinking along the lines of a file explorer app or library app.
Anyone have any ideas or solution?
I have found a solution on mobileread.com.
It doesn't at all display the covers, but it is clean enough and organizable enough to be satisfactory for me. Also, it's designed for e-ink.
Everybody knows the good old Relaunch app (which is not my launcher; I use LauncherPro), well this is a really new version of it.
Enter RelaunchX. It can omit the launcher functions of Relaunch entirely and can be exclusively used for a library app. You can even get rid of the app drawer in this new permutation.
Here it is if you want to check it out:
https://www.mobileread.com/forums/showthread.php?t=284418
Hope this helps someone who may have this question.
ALinkToTao said:
I have found a solution on mobileread.com
Here it is if you want to check it out:
https://www.mobileread.com/forums/showthread.php?t=284418
Hope this helps someone who may have this question.
Click to expand...
Click to collapse
So were you looking for basically epubs only? I've been thinking about this issue for awhile since going B&N free on one device. The reader that seems to deliver the best display has a horrible library that requires you to go through pages of nonsense before you get to the covers. Actualy I think all my big three contenders do the same thing or similar.
So epubs seem to be easy to deal with. In principle I think I can do that with Tasker. Mobis are difficult. There I could probably get everything except the cover without going online to fetch it. Most of the popular general readers do not do pdfs so perhaps I shouldn' t even worry about those. I dunno. It's not been done before and seems so obvious. I wonder...
nmyshkin said:
So were you looking for basically epubs only? I've been thinking about this issue for awhile since going B&N free on one device. The reader that seems to deliver the best display has a horrible library that requires you to go through pages of nonsense before you get to the covers. Actualy I think all my big three contenders do the same thing or similar.
So epubs seem to be easy to deal with. In principle I think I can do that with Tasker. Mobis are difficult. There I could probably get everything except the cover without going online to fetch it. Most of the popular general readers do not do pdfs so perhaps I shouldn' t even worry about those. I dunno. It's not been done before and seems so obvious. I wonder...
Click to expand...
Click to collapse
Yes, I was looking for epubs mostly. I have some pdfs I would use it for too, but that's not absolutely necessary.
ALinkToTao said:
Yes, I was looking for epubs mostly. I have some pdfs I would use it for too, but that's not absolutely necessary.
Click to expand...
Click to collapse
Long time since you posted, but I just rediscovered this: https://forum.xda-developers.com/nook-touch/themes-apps/library-app-t2823169
I haven't tested it fully, but it looks promising.