I have recently rooted my devour but am new to this and cannot seem to remove the verizon bloatware. I first tried mv VCastVideos.apk VCastVideos.bak to simply rename but that would not work. Then I decided to use adb to pull the apps to my computer and then remove them from my phone. So I successfully pulled VCastMusic, VCastVideos and others and then began trying rm VCastMusic.apk and I tried rm -f VCastMusic.apk and i continuously got this:
# rm -f VCastVideos.apk
rm failed for -f, Read-only file system
so then i tried chmod 777 VCastMusic.apk to give me all permissions and I got this:
# chmod 777 VCastMusic.apk
Unable to chmod VCastMusic.apk: Read-only file system
If anyone has experienced this or knows how to fix it please help me.
# rm -f VCastVideos.apk
rm failed for -f, Read-only file system
so then i tried chmod 777 VCastMusic.apk to give me all permissions and I got this:
# chmod 777 VCastMusic.apk
Unable to chmod VCastMusic.apk: Read-only file system
If anyone has experienced this or knows how to fix it please help me.