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.
Honeycomb MissingSharedLibrary
From nookDevs
Fixing the INSTALL_FAILED_MISSING_SHARED_LIBRARY Error
I found this useful info after googling and checking out these links:
- [Missing Shared Library prevents Apps install http://www.slatedroid.com/index.php?/topic/15626-missing-shared-library-prevents-apps-install/]
- [Missing com.google.android.maps http://www.callum-macdonald.com/2011/02/06/missing-com-google-android-maps/]
Certain apps (such as Flixster "Movies" and "TAMU Mobile") require the Google Maps shared library to be installed for them to install.
If this is not setup correctly, you receive the following error when installing some of your apps:
Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]
To set this up correctly, there are 2 key files that need to be copied to the system:
com.google.android.maps.xml com.google.android.maps.jar
These files are located in the any of these google app packs:
- http://android.d3xt3r01.tk/cyanogen/gapps/gapps-gb-20110120-signed.zip
- http://goo-inside.me/gapps/gapps-gb-20110120-signed.zip
- http://android.local.host.name/gapps/gapps-gb-20110120-signed.zip
After unzipping any of these files, you want to copy the files to your system, like-ah-so:
adb remount adb push system/etc/permissions/com.google.android.maps.xml /system/etc/permissions adb push system/framework/com.google.android.maps.jar /system/framework adb reboot
After you reboot, the apps will now install ... enjoy!