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.
NookColor Enable App install from on-device installers
From nookDevs
Part of the NookColor portal
|
Contents |
Enable APK Install using on-device installers
- thanks to Novaglarion*
This will allow you to install apk files directly from the device, no need to adb them over. Just get the apk from the web or whatever source you want and install.
If you used autonooter to root your NookColor
On the device is an app called NookColor Tools. Run it, and ensure that the checkbox for on-device install is checked. If it's already checked, uncheck and re-check it to make sure that it's actually set. Exit the app and reboot your nook. You should now be able to sideload apps.
If you did not use autonooter
If you have adb access
- Open a command prompt and navigate to your sdk tools folder (i.e. C:\android-sdk-windows\platform-tools)
- Run the following commands:
$ adb pull /data/data/com.android.providers.settings/databases/settings.db settings.db $ sqlite3 settings.db sqlite> update secure set value=1 where name='install_non_market_apps'; sqlite> .q $ adb push settings.db /data/data/com.android.providers.settings/databases/settings.db $ adb reboot
If you do not have adb access
If you do NOT have adb access:
- Download SQLITE Editor from the market.
- In SQLite Editor open /data/data/com.android.providers.settings/databases/settings.db
- choose the table secure
- find the entry where the name field is "install non market apps"
- change the value field to 1.
- reboot the device.
Result
Obtain a file manager like ASTRO from market to install apps from NC without ADB.
Once you have that, you can download and install other apps such as an alternative market like slideme.