Nook Netflix Fixer; Ad Blocker; Update 7/22/11 - Nook Color Themes and Apps

Changelog:
7/22/11
This is no longer needed. The new Netflix app works with no issues or fixes. Here is the link:
http://forum.xda-developers.com/showthread.php?t=1178312
7/17/11
Removed the USB Mounter feature; See Nook Color Tweaks.
Added support for different Nook Color setups. Emmc, Sdcard, ManualNooter
Put it on the market
7/4/11
Ad Blocker
USB Mounter - Mounts to /sdcard/USB. You must turn on USB host mode and have the device plugged in before using this utility. This will work even if you changed vold.fstab.
Failsafes - /system must be mounted to /dev/block/mmcblk0p1 for the emmc options to work or /system must be mounted to /dev/block/mmcblk1p3 for the sdcard options to work.
***********************************************
This is an app that will update your /system/build.prop file. It changes ro.product.manufacturer=bn to ro.product.manufacturer=HTC. It will also allow you to change it back. You must reboot for the change to take effect. This was designed for CM7. If it works for other devices or OSes, please post.
For SDCard users, DrSarcasmo has found a solution to get this to work. Update busybox. Here is his post http://forum.xda-developers.com/showpost.php?p=15052326&postcount=77
I added another app to this thread call "Nook Odds and Ends". It has a Netflix fix and Ad Blocker. There are eMMC and SDcard options. Some SDcard users are still having problems. Report any issues so we can this working for everyone.
PS: I fixed the Exit option and added the chmod command for the SDCard option.
https://market.android.com/details?id=com.brianf21.nookoddsandends

Worked flawlessly, thank you

Thank you very much, the community needed this.

Simple and easy, worked just dandy last night on Nightly 97, thanks!

Yes! Very helpful, I was getting tired of editing my prop everytime I flash a new nightly. Thanks for the app!
Sent from CM7 NOOK!

brianf21 said:
This is an app that will update your /system/build.prop file. It changes ro.product.manufacturer=bn to ro.product.manufacturer=HTC. It will also allow you to change it back. You must reboot for the change to take effect. This was designed for CM7. If it works for other devices or OSes, please post.
Click to expand...
Click to collapse
Been a while brianf21. And a wonderful return with this great app. Thanks!
-Racks
Sent from my NookColor using Tapatalk

Thanks. I've been around lurking.

As a lazy man I wholeheartedly approve of this app!

joenathane said:
As a lazy man I wholeheartedly approve of this app!
Click to expand...
Click to collapse
ha, I clicked Thanks instead of reply... So you're welcome
Anywho, yeah, I was editing bulid.prop with vi in a terminal, so this is much nicer. I was really close to just writing a shell script with sed in it but hadn't gotten around to it yet.
So now my upgrade process..
Install new nightly, boot it and let it boot up and make sure it's happy
Copy adblock hosts file to /system/etc
Run NetFlix Fix
Boot into CWM
Flash latest OC kernel
Profit

Great minds think alike. This is just a sed script wrapped in an apk.

khaytsus said:
ha, I clicked Thanks instead of reply... So you're welcome
Anywho, yeah, I was editing bulid.prop with vi in a terminal, so this is much nicer. I was really close to just writing a shell script with sed in it but hadn't gotten around to it yet.
So now my upgrade process..
Install new nightly, boot it and let it boot up and make sure it's happy
Copy adblock hosts file to /system/etc
Run NetFlix Fix
Boot into CWM
Flash latest OC kernel
Profit
Click to expand...
Click to collapse
Could you post you hosts file? Maybe we could automate that too.

brianf21 said:
Could you post you hosts file? Maybe we could automate that too.
Click to expand...
Click to collapse
There is already an app in the market that does this called adfree, but it would be nice to have everything in one place.
Here is an adblocking host file...

brianf21 said:
Great minds think alike. This is just a sed script wrapped in an apk.
Click to expand...
Click to collapse
Internet High Five! o/
brianf21 said:
Could you post you hosts file? Maybe we could automate that too.
Click to expand...
Click to collapse
The hosts file posted should work, for some reason the AdFree in the market doesn't work in CM7 on the NC, not sure exactly why, but yeah that'd be awesome if you could do like if -e ( "/sdcard/hosts.txt" ); then magic.

Will this work for CM7 running of SD card? Or only off emmc?
I use verygreen's SD card installer if it matters.
Oh and I second the hosts file since adfree won't work on (at least SD card versions) of CM7.

Much appreciated.

wonder if this works for 1.1 auto noot?

Thank you for this app.
While I had no problem using root explorer to edit the file, it is/was a little pain in the ass to do it nightly. Your contribution is appreciated.

danbutter said:
Will this work for CM7 running of SD card? Or only off emmc?
I use verygreen's SD card installer if it matters.
Oh and I second the hosts file since adfree won't work on (at least SD card versions) of CM7.
Click to expand...
Click to collapse
It should work.

silivrenion said:
wonder if this works for 1.1 auto noot?
Click to expand...
Click to collapse
I am not sure. Try it and let us know the results.

Netflix Help
I'm running the latest Phiremod from EMMC and I've been unable to get Netflix to do much of anything other than tell me to check my network connection.
If anyone can tell me which ROM to run and which netflix apk to install with it so it will work that would be really appreciated, I've tried the fix file as well as manually editing the build.prop file
just have no clue why it isn't working for me
thank you very much in advance for any assistance you could provide.

Related

[FIX] See ALL apps in Market (froyo only apps, and paid/protected apps) Automated!

laymil has posted a much better script for this. As such I will be discontinuing my work on this for now. Not for any hard feelings, but because it is now beyond me to help any further.
As always I am glad to have helped the community in some small way. Thank you all
CHEERS
Geniusdog254 Posted the exact lines in the build prop that needed to be changed. This is a pretty common fix for problems like this between versions of Android. There was some concern however that you may miss some of the newer apps released only for Froyo. I wrote some simple scripts that will fix this for us.
Simply: One puts the Froyo build.prop on your phone. The other puts the modded build.prop on your phone.
Prerequisites
YOU MUST HAVE GSCRIPT INSTALLED
YOU MUST HAVE BUSYBOX INSTALLED
(IF YOU ARE USING PAULS FROYO ROM FROM HERE
http://forum.xda-developers.com/showthread.php?t=686631
IT DOES NOT HAVE BUSYBOX INSTALLED
Also--
There are now 2 downloads.
One will reboot your phone automatically
One will not!
(I recommend this one for anyone that has problems, or doesn't know ADB well.)
Installation
Code:
Download the attached .zip file
Place the "buildprop" folder in the root of your sdcard
Place both "Normal_Froyo.sh" and "Modded_Froyo" files in the gscript folder on your sdcard
Code:
Open Gscript
Press menu and select Add Script
Press Load File button
Select Normal_Froyo file
Press Save button at bottom
Repeat for Modded_Froyo file
After that all you have to do is open gscript and select which one to run.
Normal_Froyo will give you stock froyo build.prop and let you see froyo only apps
Modded_Froyo will give you the market fix build.prop
You can also create shortcuts directly on your homescreen for each script if you wish
-----------------------------------------------
I've decided to skip the update.zip, I've found no way to copy the scripts to the gscript folder on the sdcard this way.
I'm going for an app instead.
P.S. I've never written an app before, java looks like russian to me lol. So if anyone has any tips, or knows any good tut's let PM me and let me know.
------------------------------------------------
fixed no buildprop folder
added NON-autoreboot download.
buildprop switcher v0.3.zip ORIGINAL
buildprop_switcher_no_rebootv0.3.zip NO REBOOT
buildprop swticher v0.3.1.zip DOWNLOAD THIS ONE
When the file is unzipped, there are 4 files - No Buildprop folder. Now I get the part about putting the two .sh files into Gscript folder.
Do I make another folder called buildprop and put build.2.1 and build.2.2 inside?
OR
Do I put build.2.1 and build.2.2 onto the root of the SDCARD?
Dayz xx
Dayzee said:
When the file is unzipped, there are 4 files - No Buildprop folder. Now I get the part about putting the two .sh files into Gscript folder.
Do I make another folder called buildprop and put build.2.1 and build.2.2 inside?
OR
Do I put build.2.1 and build.2.2 onto the root of the SDCARD?
Dayz xx
Click to expand...
Click to collapse
So sorry lol Didn't notice until I was making the update.zip that I didn't put the other files in a folder IN the zip. Just make a folder on your sdcard called buildprop. and put them in there.
BTW testing the flashable update.zip method right now
thx, seems to work
so no more *#*#etc.. afterwards?
watercool said:
thx, seems to work
so no more *#*#etc.. afterwards?
Click to expand...
Click to collapse
Right.. the checkin service runs on each reboot. So it is not needed.
Worked just fine, but I did have to do the checkin thing. Possibly had poor signal but checkin hadn't done on reboot. Worked fine after that...
Dayz xx
followinginsanity said:
Right.. the checkin service runs on each reboot. So it is not needed.
Click to expand...
Click to collapse
Can the checkin method be used, instead of rebooting? I'd much rather switch back and forth via checkin rather than having to reboot.
Thanks.
Namuna said:
Can the checkin method be used, instead of rebooting? I'd much rather switch back and forth via checkin rather than having to reboot.
Thanks.
Click to expand...
Click to collapse
The reboot is built into the script. On my phone, if I checkin, the apps still don't show till I reboot. But show if I only reboot. If checkin alone works for you though, you can remove the reboot command from the script.
I'm not sure what happened, but after following the instructions exactly, my phone crapped. It got as far as the first nexus logo (non-animated), then the buttons lit up and I got a black screen. And that's how it stayed.
Any ideas?
This worked great for me I also solved my (unrelated) prob with SlideIt by forcing the dictionary to save in the settings, so I'm no longer bothered about losing shortcuts stuff on a reboot.
Dandy!!
tested again with a second n1. works perfect! automated checkin works perfect.
Can you please post what changed in the .prop file.
Also you didn't add the video codecs in the "new" prop file
InGeNeTiCs said:
I'm not sure what happened, but after following the instructions exactly, my phone crapped. It got as far as the first nexus logo (non-animated), then the buttons lit up and I got a black screen. And that's how it stayed.
Any ideas?
Click to expand...
Click to collapse
Mine did this as well, though I am unsure why just yet. Been busy all day.
Mikey1022 said:
Can you please post what changed in the .prop file.
Also you didn't add the video codecs in the "new" prop file
Click to expand...
Click to collapse
The only thing I changed from the stock to the "modded" build.prop were these 2 lines
from this
ro.build.description=passion-user 2.2 FRF50 38042 release-keys
ro.build.fingerprint=google/passion/passion/mahimahi:2.2/FRF50/38042:user/release-keys
to this
ro.build.description=passion-user 2.1-update1 ERE27 24178 release-keys
ro.build.fingerprint=google/passion/passion/mahimahi:2.1-update1/ERE27/24178:user/release-keys
I didn't add anything else to these. If you would like other things added to the build.prop files. You are welcome to edit them yourselves, or let me know what things you want changed, and I can include them.
I can make it user friendly. With descriptions for each modded line, then you can simply un-comment the options that you want.
PS: I thought I had the flashable update ready, but the update-script is giving me problems. ANYONE that wants to help please let me know. I'd really like to get this out to everyone.
InGeNeTiCs said:
I'm not sure what happened, but after following the instructions exactly, my phone crapped. It got as far as the first nexus logo (non-animated), then the buttons lit up and I got a black screen. And that's how it stayed.
Any ideas?
Click to expand...
Click to collapse
same thing here....ANY IDEAS????????????
This is a great find, inductions were perfect and easy to follow. Not one issue getting all my paid apps back! Thank again!
JDMSirEK4 said:
same thing here....ANY IDEAS????????????
Click to expand...
Click to collapse
To anyone that can't get thier phone to boot all the way after doing this
Its not a big deal. Your phone booted. But the build.prop didn't get copied before the reboot.
If you did a nandroid before you tried it. Restore that!
If you didn't, OR you know how to use adb. Do this
Code:
adb remount
adb push [COLOR="red"]/path/to/build.2.1(or)build.2.2[/COLOR] /system/build.prop
adb reboot
I hope to have this fixed quickly.
ANYONE WHO'S PHONE WILL NOT BOOT AFTERWARDS!
Check and make sure you put the files in the right place.
build.2.2
&
build.2.1
go in
build.prop FOLDER ON YOUR SDCARD
that was the only reason I got the error, i deleted the files off my card when i was testing the flashable update.
If you still get an error. open both files in the gscript folder, and remove or comment out the reboot line. Then tell me what error you get in gscript.
So I did this and am able to see the new apps. When I reboot the phone I cannot see a bunch of old apps in my launcher. I revert to the normal script and reboot again and still cannot see a bunch of my apps. Appbrain says theyre installed and I can open them from there but no widgets or shortcuts for them Any Ideas?
r0adki111 said:
So I did this and am able to see the new apps. When I reboot the phone I cannot see a bunch of old apps in my launcher. I revert to the normal script and reboot again and still cannot see a bunch of my apps. Appbrain says theyre installed and I can open them from there but no widgets or shortcuts for them Any Ideas?
Click to expand...
Click to collapse
Are those apps moved to the SD by any chance? If so, best bet is to go to Settings>Applications>Manage Applications>Find your launcher, and force stop it. Should work after that.
dictionary said:
Are those apps moved to the SD by any chance? If so, best bet is to go to Settings>Applications>Manage Applications>Find your launcher, and force stop it. Should work after that.
Click to expand...
Click to collapse
Nope they're not on SD. I'll try the fc of launcher.
Ok it worked thank you! but my xiia widget still is not back and I'm assuming others. Anything I can do for the widgets?
Ok installed and reinstated the app. Works great thx again.
Update:
Ok after another reboot, apps don't show again. FC the launcher they come back but not the widgets.. Grrrrrr...

So many ads, so little definitive info (Netflix)

Any educated opinion on the issue is appreciated. Thank you for your time.
Problem: Netflix app has chipmunk problem. Video & sound are accelerated.
System: CM7 nightly 98 (uSD), dalingrin's OC kernel 06/13, Nook Tweaks, Netflix app: 1.2.2
Solutions applied: Nook Netflix Fixer, also tried downgrading the kernel to an older version, but to no avail.
It could be that you accidentally denied the "Netflix Fixer" superuser rights, open your superuser and make sure it isn't blacklisted.
Check your build.prop manually and make sure the fix has taken place...
joenathane said:
It could be that you accidentally denied the "Netflix Fixer" superuser rights, open your superuser and make sure it isn't blacklisted.
Check your build.prop manually and make sure the fix has taken place...
Click to expand...
Click to collapse
Joe, thank you, but it has the status of "Allow".
photoassign said:
Joe, thank you, but it has the status of "Allow".
Click to expand...
Click to collapse
I missed the part about you running off an sd card, check your build.prop, you may need to make the change yourself. Use a program like Root Explorer or Sufbs or ADB...
make this change:
ro.product.manufacturer=bn to ro.product.manufacturer=HTC
Ah, thanks again. Just purchased Root Explorer, went in enabling R/W rights and edited the build.prop as a text file. But even after hitting Save and Exit, new changes would not stick. No wonder the Fixer app did not work.
Any ideas, guys? This machine is not ADB-enabled, so hoping to fix the issue directly in Nook.
Save the modded build.prop somewhere on your sd card first and then use Root Explorer to copy and paste it over the old one, then check if the changes stuck, reboot, ??????, profit.
edit: just remembered that you are running off your sd card in the first place, what I mean when I say "Save the modded build.prop somewhere on your sd card first" I mean save it somewhere that doesnt require SU permissions on your sd card...
joenathane said:
I missed the part about you running off an sd card, check your build.prop, you may need to make the change yourself. Use a program like Root Explorer or Sufbs or ADB...
make this change:
ro.product.manufacturer=bn to ro.product.manufacturer=HTC
Click to expand...
Click to collapse
Don't you need to change NookColor to Vision for that to work (in addition to bn to HTC)?
ace7196 said:
Don't you need to change NookColor to Vision for that to work (in addition to bn to HTC)?
Click to expand...
Click to collapse
I initially thought so too but the "Nook Netflix Fixer" app only changes the one line...
http://forum.xda-developers.com/showpost.php?p=14614295&postcount=1
I'm having the same problem. Well, sort of. When I edit the build.prop file the changes do stick but it just doesn't change my chipmunk problem. I have a similar set up as well.
CM7 nightly 100 (uSD), Nook Tweaks, Netflix app: 1.2.2

"Solution" Link2sd on 2.3.3 or 2.3.4

Hi all, i tried really hard to run link2sd on a stock firmware (no custom roms, kernels, etc)
and i found a "solution" for it...
Thanks to: neo1234matrix
If you already got link2sd working in froyo, then you need to do this "one time only":
1. Install script manager from market
2. run the script manager...
3. go to: menu>more>advance options> config > select browse as root
4. give the root permission to it...
5. now click the file /system/etc/install-recovery.sh
6. select "run as root" and "run at boot"
7. save it and reboot your phone
8. after reboot, start Link2sd... you are done....
After all of this, you can use link2sd without doing anything else
Important! :
Every time you reboot your phone (turn off and turn on) you will notice that all the linked apps disappear from your home screens, app drawer, installed apps lists, etc as if they weren't installed, but dont worry.
Start link2sd and click menu button>more>quickreboot and all the "missing apps" are going to be available again for all your needs!
Maybe someone can figure out an easier way, real solution or something?
Hey!
I think you mean this one:HERE
You lazy one!(you dont want to use the search button)
CHEERS!
thank you, i will have that in mind, i was trying to keep my ace inside warranty hehehe
stranxk said:
thank you, i will have that in mind, i was trying to keep my ace inside warranty hehehe
Click to expand...
Click to collapse
Hey!
Dont worry, you can ALWAYS flash back to stock firmware. But its you choice of course.
CHEERS!
updating the thread with a temp fix
That's good news! Link2SD is the best, App2SD scripts also work fine but they've higher battery consumption. Thank you so much for sharing the workaround!
Hey!
Just wanted to say, that its not working with FirstUA-ROM-v.1.2. And the First... v.1.1 and v.1.2 have problems. Cant restore apps in Titanium. It sayes that all patch processes are DONE, but if I look in apps, there nothing. And the Titanium is processing them TOO QUICKLY.
CHEERS!
casiocas said:
Hey!
Just wanted to say, that its not working with FirstUA-ROM-v.1.2. And the First... v.1.1 and v.1.2 have problems. Cant restore apps in Titanium. It sayes that all patch processes are DONE, but if I look in apps, there nothing. And the Titanium is processing them TOO QUICKLY.
CHEERS!
Click to expand...
Click to collapse
Yeap, TB actually processed them too fast. What I did was restoring again until it processed properly. I don't know why, honestly, but so it worked
mastrone said:
Yeap, TB actually processed them too fast. What I did was restoring again until it processed properly. I don't know why, honestly, but so it worked
Click to expand...
Click to collapse
Hey!
Just it still strange to me. I even try ed several times again, but nothing.
CHEERS!
Hey!
Thx for replay. I let it give a try next time. Already restored with nandroid to v.1.0
CHEERS!
Tested on S5830LUBKP8 and works.. but... the quick reboot its a bad thing..
maybe someone can do a better thing. =D
well.. THANK YOU!..
i know whats the problem... this new firmware includes # (deactivates the mounting script at boot)
in the new firmwares (at least the one i have, but i believe its on all the official firmwares):
in the init.rc file there is this line:
#service flash_recovery /system/etc/install-recovery.sh
#oneshot
in froyo that line was:
service flash_recovery /system/etc/install-recovery.sh
oneshot
i already editing init.rc with root explorer (text editor) to delete the #, but when i restart (normal) the phone, it rewrites the old init.rc with the # included
if we could edit and keep the init.rc file without the # in those lines, link2sd will work as good as froyo without scriptmanagers or quickrebots
maybe someone can help me out?
just some (useless?) info.
In my phone its says in init.rc file:
#service flash_recovery /system/etc/install-recovery.sh
#oneshot
Dont know why it not say autoshot
ups, my bad, it is oneshot, i wasn't viewing the phone screen while typing this on the pc
i like link2sd.. would be cool of theres some permanent solution for this..
anyways thanx for the temp solution.. atleast now we know link2sd works on gingerbread..
Did not work for s5660 Samsung Galaxy gio with 2.3.3 stock rom
any other solution?
Can we modified the ROM of 2.3.4 about int.rc?
Xaphryl said:
Can we modified the ROM of 2.3.4 about int.rc?
Click to expand...
Click to collapse
you can modify the file, but when the phone turns off- turn on, it will generate a new file (from boot.img)... the only way to get it right should be decompiling boot.img and editing that file and compile boot.img
but thats risky
Thank you! Not a bad solution! Works perfectly!
Sent from my GT-S5830 using XDA App

Collection of Flashable Zips for CWM

Alright guys, I'm making a collection of flashable zips that I make for everyone as of now so then we don't have any issues. Instead of mirroring my files, please just link whoever needs them here. Anyway, lets begin listing files.
Files:
http://goo-inside.me/apps/Indirect/Nook_tablet/Flashable_Zips
(A specific zip of Gapps is listed there for now but there will be more as development continues.) I'll probably add apps to another directory as of now. But it's just gapps.
Dead links
Hey indirect, thanks for the post/links.
I'm sure These will come up as available eventually but in the mean time what are they for? Is this simply gapps of various version numbers?
Wow
nice, what is inside the zip
specifically?
edit 1
did not read you post
as rjin9673 pointed out.
(A specific zip of Gapps is listed there for now but there will be more as development continues.) I'll probably add apps to another directory as of now. But it's just gapps.
It's just gapps for now.
I'm working on making a B&N-less 1.4.1 update.
424aca said:
nice, what is inside the zip
specifically?
Click to expand...
Click to collapse
He said what was in them....
(A specific zip of Gapps is listed there for now but there will be more as development continues.) I'll probably add apps to another directory as of now. But it's just gapps.
Click to expand...
Click to collapse
Does anyone have a working (internal) boot.img? I've been trying to assemble one for CM7 but not having any luck, just looking for something to compare hex with.
Goncezilla said:
Does anyone have a working (internal) boot.img? I've been trying to assemble one for CM7 but not having any luck, just looking for something to compare hex with.
Click to expand...
Click to collapse
Doesn't the one extracted using CWM backup work?
rjmohit said:
Doesn't the one extracted using CWM backup work?
Click to expand...
Click to collapse
No because that's the signed bootloader from B&N
Indirect said:
Alright guys, I'm making a collection of flashable zips that I make for everyone as of now so then we don't have any issues. Instead of mirroring my files, please just link whoever needs them here. Anyway, lets begin listing files.
Files:
http://goo-inside.me/apps/Indirect/Nook_tablet/Flashable_Zips
(A specific zip of Gapps is listed there for now but there will be more as development continues.) I'll probably add apps to another directory as of now. But it's just gapps.
Click to expand...
Click to collapse
Goo-Inside.me is a crappy file host. They make you wait and profit off your download, which is great for a mirror. I'm sending you a PM.
AdamOutler said:
Goo-Inside.me is a crappy file host. They make you wait and profit off your download, which is great for a mirror. I'm sending you a PM.
Click to expand...
Click to collapse
Make you wait? I've not had to wait once when downloading stuff from him. IF you need somewhere to stick a few bits and pieces just let me know, I'll happily give you a little bit of web space.
I created this flashable zip today. Link Gone
it includes apps I describe in the video I am about to upload, to name a few, facebook, twitter, two angry birds you cant get on market, Es File Explorer, NT Highjack, NT Urooter. It was my first attempt at making a flashable zip, let me know what can be done to make it better. oh well. bring the criticism ;P
now everyone dont go crashing my public drop box links again. They already put me on a 3 day suspension before, next time could be a month, and that would mean more downloading from filfactory and sites like that!
update: testing Done.
CelticWebSolutions said:
Make you wait? I've not had to wait once when downloading stuff from him. IF you need somewhere to stick a few bits and pieces just let me know, I'll happily give you a little bit of web space.
Click to expand...
Click to collapse
that's because he just started using Goo-Inside.me. Look what happens when you link an individual file from that site and not a full folder.
http://goo-inside.me/apps/Indirect/Nook_tablet/Flashable_Zips/gapps-Nook_tab.zip
Mr. Wertz and Mr. Outler, Thank U for all the files I need in one place. Also Mr. Wertz your videos make me believe I just might be able to root following Indirect's amazing method. Thank U. You all are buzz names at my school.
AlbertCWMTest.zip
I tested it and it looks good. I can't find NT Urooter on my apps screen, but do see all the others. Hopefully soon we'll be able to mount the SD card as I had to copy your file to the internal storage to load it.
Thanks,
SK
edit: I found it, guess I need new glasses. Everything looks and worked great.
which school? will you rename your library after me?
AlbertCWMTest.zip
Angry Bird FC , but all the others are working fine. Since I don't play it, not a biggie to me. If you can tell me where and what logs you want, I can send them.
SK
SkipKelley said:
I tested it and it looks good. I can't find NT Urooter on my apps screen, but do see all the others. Hopefully soon we'll be able to mount the SD card as I had to copy your file to the internal storage to load it.
Thanks,
SK
edit: I found it, guess I need new glasses. Everything looks and worked great.
Click to expand...
Click to collapse
I am able to mount sdcard ???
Sent from XDA premium using my Nook Tablet
Hi Mr. Wertz, Unfortunately it's a Catholic school, so unless you're a saint, which in my opinion you all are for helping others, (This goes out to lavero as well, super patient with newbies), anywho, I doubt if I can get them to rename our library.
lavero.burgos said:
I am able to mount sdcard ???
Sent from XDA premium using my Nook Tablet
Click to expand...
Click to collapse
Interesting, on the OP it says to internal only. Everytime I try I get a error.
albertwertz said:
which school? will you rename your library after me?
Click to expand...
Click to collapse
Aiming high eh?
I call dibs on the stall closest to the window nearest the main entrance.... That or the bench outside the principals office.

Internal sd (media) storage not accesible

So I repartitioned my media and storage drives yesterday, and although I did have a few problems (post #156-158) I finally managed to repartition and proceeded mounting the drives in 1.4.1 rooted B&N. Also checked if they worked via usb to computer which they did. I then decided that I wanted to try cm7 today and installed it flawlessly. Only problem is that now my newly resized 10GB internal media partition don't show up. So tried installing the;
[CM7][GB] Soft-mod RibbonICS ROM by veronica, but still no change.
In the storage settings i've tried to mount the
Additional storage/mnt/sdcard/_internalSD but doesen't work and thats probably also just the folder I created myself as instructed in the soft-mod.
So yeah I'm wondering if I can only use the extended media part in stock rooted B&N or if its got to do with the problems I had with the process. Or mayb I just need to mount the media drive somewhere?
Please help
Went into adb-shell in CWM and checked via the p command if the media drive was there which is was
(looked like this: 10 1611MB 11.6GB 9989MB fat32 media msftres)...so it really should work.....shouldn't it?
Edit: actually the above is not entirely correct: I have found my media partition in the file browser now but its just not really accessible it seems. Is it just not mounted or what?
Included in the soft-mod for cm7 is also an application called multi-mount sd lite which should help with this but it force-closes on me even after i fix permissions need help with this..
nook tablet cm7 can not access internall sd
Hi
I loaded cm7 onto my nook tablet 16g internal SD using your latest Zip and it worked like a charm. Thank everybody.
only problem I have is that I can't access the internal SD from my windows computer. It accesses the external one fine but not the internal one.
can download app into internal via web and brows around it.
It doesn't seem to be mounted for external USB access.
Can anyone help with this?
Thanks Martyn
There's a typo in two lines of the build.prop. Described here: http://forum.xda-developers.com/showthread.php?t=1540272&referrerid=4611244
But the link to the corrected build.prop there doesn't work! There's a good link further down the thread...but I attached mine here if you want to use it.
Just download to the root of your removable sdcard and install it from CWM. Or extract it and copy it to /system with your favorite file explorer to overwrite the "typo" version.
EDIT: by "mine" I mean my copy of Celtic's.
OOPS!
Sorry. My reply above was to kingtechmartyn, not the OP domiel...didn't mean to hijack the thread.
Very sorry.
There's a typo in two lines of the build.prop. Described here: http://forum.xda-developers.com/showthread.php?t=1540272&referrerid=4611244<br />
<br />
But the link to the corrected build.prop there doesn't work! There's a good link further down the thread...but I attached mine here if you want to use it.<br />
Just download to the root of your removable sdcard and install it from CWM. Or extract it and copy it to /system with your favorite file explorer to overwrite the "typo" version.<br />
<br />
EDIT: by "mine" I mean my copy of Celtic's.
Click to expand...
Click to collapse
Just remember when changing build.prop to always make a backup of the original so if you want to revert you can.
Sent from my Nook Tablet using xda premium
I don't know if its specific to root explorer or not, but whenever I modify a build.prop that I have navigated to via root explorer, it automatically adds a .bak extension to the original build.prop file.
for an edit of build.prop, be sure to use the correct edit tool which places a 'line feed' at the eol and not a 'carriage return and line feed'.
hth.
Cubanluke88 said:
I don't know if its specific to root explorer or not, but whenever I modify a build.prop that I have navigated to via root explorer, it automatically adds a .bak extension to the original build.prop file.
Click to expand...
Click to collapse
Normal
Cubanluke88 said:
I don't know if its specific to root explorer or not, but whenever I modify a build.prop that I have navigated to via root explorer, it automatically adds a .bak extension to the original build.prop file.
Click to expand...
Click to collapse
you are right, normally a backup is automatically created. But, I have seen a lot of requests since November when we started messing with this device of people making mistakes and not having a backup. So it is always a good idea to copy and then save to the sd card just in case.
Sent from my Nook Tablet using xda premium
Well to be quite honest, before you make any sort of system modifications, you should always make a nandroid backup.
Having a backup of the build.prop or whatever file is nice because it allows you to quickly revert. But a nandroid backup protects you from when the damn thing decides to temp brick.
build prop differences
Also be aware that the build prop typo correction from the Team B CM 7 release (and I believe the RC2 release from a different source I cannot remember) is different from the mods Veronica released - she has developed her own build prop to handle the internal storage. I also had problems with the included Multi Mount SD Card Lite included in her mod and purchased the full version for $.99 which corrected the problems. Also note that there is an underline before _InternalSD in the full release of her mod which is different from just the small mod that handles the Internal over External SD card. Make sure you are being consistent with the folder name you create with the mod version you have installed.
Cubanluke88 said:
Well to be quite honest, before you make any sort of system modifications, you should always make a nandroid backup.
Having a backup of the build.prop or whatever file is nice because it allows you to quickly revert. But a nandroid backup protects you from when the damn thing decides to temp brick.
Click to expand...
Click to collapse
exactly, if more people would do this there might be fewer issues due to being able to restore if there is a oops moment.
Sent from my Nook Tablet using xda premium
Hi Bernardicus
Thanks heaps you are a champion!
I don't even know how to get terminal into su yet so you zip was a god send.
Now I have to work out how to enlarge the 1g of memory, i must admit it's very fulfilling modifying my Nook, looking forward to be proficient enough to return the favors from you all.
RhinoNelson said:
Also be aware that the build prop typo correction from the Team B CM 7 release (and I believe the RC2 release from a different source I cannot remember) is different from the mods Veronica released - she has developed her own build prop to handle the internal storage. I also had problems with the included Multi Mount SD Card Lite included in her mod and purchased the full version for $.99 which corrected the problems. Also note that there is an underline before _InternalSD in the full release of her mod which is different from just the small mod that handles the Internal over External SD card. Make sure you are being consistent with the folder name you create with the mod version you have installed.
Click to expand...
Click to collapse
Absolutely correct. I'm running her ribbon ics mod now on top of the Team B CM7 ROM (and loving it). She also modded the vold.fstab in /system/etc to reflect those changes in build.prop. I ended up replacing her vold.fstab with the Team B version and editing her build.prop to reflect the corrected "typos" in the Team B build.prop. (I know, I de-modded the mod, but for some reason, using the multi mount widget to do something that the OS should handle made the hairs on the back of my neck stand up!)
I'm spending more time modifying this thing that actually using it! But it has been fun.
bernardicus said:
Absolutely correct. I'm running her ribbon ics mod now on top of the Team B CM7 ROM (and loving it). She also modded the vold.fstab in /system/etc to reflect those changes in build.prop. I ended up replacing her vold.fstab with the Team B version and editing her build.prop to reflect the corrected "typos" in the Team B build.prop. (I know, I de-modded the mod, but for some reason, using the multi mount widget to do something that the OS should handle made the hairs on the back of my neck stand up!)
I'm spending more time modifying this thing that actually using it! But it has been fun.
Click to expand...
Click to collapse
I'm running Veronica's NT_CM7_Ribbon_ICS_v2.1 and I have the same problem. I replaced her vold.fstab with the Team B version and edited her build.prop. Now I can mount the Internal SD on my computer. Thanks for the help.

Categories

Resources