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

Revision as of 08:04, 28 December 2010 by Ohyo (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
link=NookColor portal
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. Exit the app and reboot your nook. You're done.

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.

Note: You may have to restart your homescreen for the apps to show up.
Views
Personal tools
  • Log in / create account
Navigation
nookDevs Team
miscellaneous