brothertcoleman
Member
- Jan 29, 2011
- 9
- 0
- 0
I'm pretty new ,how do I mount the sd card?
Thanks
Is this the right version ,this is my screen on the Nook?
![]()
http://i927.photobucket.com/albums/ad117/brothertcoleman/PIC_1629.jpg?t=1296340344
On rooted Nook Color (after the 1.1.0 update), whenever I try to install a non market apk, I get the "Installation of downloaded apks is not supported." (the checkbox is checked in nookcolor tools) When I try to side load an *.apk file using Root Explorer and then click on it, I get the same message.
Am i doing something wrong?
UPDATE 01/28:
***SNIP,SNIP,SNIP***
2) (credit to khaytsus, whose post is here: Want to try to avoid 1.1.0 OTA? Modify build prop? - xda-developers)
In Root Explorer, go to system/build.prop, set system as r-w, and open the file in a text editor.
Change the following part:
ro.build.version.incremental=278
ro.build.version.sdk=7
ro.build.version.codename=REL
ro.build.version.release=2.1
ro.build.date=Thu Dec 16 14:27:20 PST 2010
ro.build.date.utc=1292538440
ro.build.description=1.0.1.278.int.enc.rrdp.s30428
# So let's use ARM, until we are totally conformatable with DSP Jpeg decoder.
# Setting limit to 2 Megs, as that seems to be the sweet spot
skia.jpeg_threshold=2000
...to the following:
ro.build.version.incremental=328
ro.build.version.sdk=7
ro.build.version.codename=REL
ro.build.version.release=2.1
ro.build.date=Fri Jan 21 18:45:35 PST 2011
ro.build.date.utc=1295664335
ro.build.description=1.1.0.328.int.enc.rrdp.s31975
# Setting limit to 1 Meg, as that seems to be the sweet spot
skia.jpeg_threshold=1024
Then reboot.
This could also be done by adb:
adb shell mount -o remount,rw /dev/block/mmcblk0p5 /system
adb pull system/build.prop build.prop
(then make the above changes in a text editor on your computer, and save under the same name, then...)
adb push build.prop system/build.prop
adb reboot
This second method is basically tricking your Nook into thinking it already received the OTA. This is a new method suggested in the previous link. It shouldn't hurt anything, and it just might help.
Again, we'll see if the above procedures completely disable the firmware from automatically updating, but I'd say if you don't want the update, these procedures are WELL worth doing.
As time passes, please post your results in terms of whether you get an OTA or not after doing the tricks above.