the individual apps included in the softroot might have been updated recently, after the softroot was generated.
You don't have to install the softroot again to upgrade the individual apps. we will update the feed in Trook with new releases. You can just install from there.
If you get the "3rd party application install blocked" error message, follow the steps in the How to document in Trook - nookdevs feed. It's the first one in the list.
Steps from PC-
1. adb connect <nook ip address>:5555
2. adb shell
3. cd /data/data/com.android.providers.settings/databases
4. sqlite3 settings.db
5. update secure set value=1 where name='install_non_market_apps';
6. .exit
7. Ctrl-D
8. reboot the nook
|