Congratulations to Cicadaman & co. for getting Froyo running on the Nook Color! Visit the nook Color portal!
See Rooting new hardware FIRST if you have a nook original with a 1003* serial# or above.
APDFViewer
From nookDevs
APDFViewer | |
General | |
---|---|
Author(s) | Hari |
Type | Reader |
Version | 0.0.3 |
License | Open Source |
Links | |
Download | |
Contents |
Synopsis
APDFViewer is a PDF viewer that allows the user to zoom and read documents in landscape mode. This application does not open directly from the home menu; instead, whenever a pdf is opened (either from the B&N library or nookLibrary), the user will be prompted which app to use to open the PDF: PDFViewer (this app) or Reader (the original B&N PDF reader).
Install
To install using ADB:
adb install apdfViewer.apk
This application is also available to be installed through the nookMarket app.
To run, use nookLauncher or open a PDF.
Issues with 1.5 (solved)
If you are running 2.5.1 softroot, probably aPDFviewer is not working for you. To solve this follow these steps (remember to setup your ADB Over USB if you have not done yet)
- Download these files:
http://nookdevs.googlecode.com/svn-history/r426/trunk/apdfviewer/libs/armeabi/libpdfview2.so http://nookdevs.googlecode.com/svn-history/r304/trunk/apdfviewer/libs/armeabi/libpoppler_jni.so
- push the files to the nook: (they have to be in the working folder of adb, ie: tools)
adb push libpdfview2.so /data/data/com.googlecode.apdfviewer/lib/libpdfview2.so adb push libpoppler_jni.so /data/data/com.googlecode.apdfviewer/lib/libpoppler_jni.so adb shell reboot
- Done!
UnInstall
To uninstall using ADB:
adb uninstall com.googlecode.apdfviewer