See Rooting new hardware FIRST if you have a nook original with a 1003* serial# or above.
Belated congratulations to [mbm] and pokey9000 for rooting the Nook Color. Check out our Nook Color portal also.
We're actively removing spam now. Need wiki help? Contact User:TimRiker or another Administrator.
FileSelector
From nookDevs
FileSelector | |
General | |
---|---|
Author(s) | Hari, Kevin |
Type | Apps/Miscellaneous |
Version | 1.0 |
Links | |
Download | |
Website |
Contents |
Synopsis
File Selector utility. Used by Crossword app to open puzzles. This can be used in other apps as well. Caller can pass the root folder, title and the type of file to select. User will be able to navigate the folders and select a file. Full path of the file will be returned to the caller.
Install
Application can be installed via NookMarket or via adb by running:
adb install FileSelector.apk
UnInstall
adb uninstall com.nookdevs.fileselector
ChangeLog
v1.0
- (initial release)