Active Topics

 


Reply
Thread Tools
Posts: 105 | Thanked: 4 times | Joined on Sep 2011
#1
somebody help me how to delete a read only file in photos and media... because when i tried to delete it shows cannot delete read only files..
 
Posts: 74 | Thanked: 68 times | Joined on Dec 2011
#2
If you wanted to change permissions you could use "chmod" in the terminal.

If you want to forcibly delete the file, navigate to the directory (folder) containing the file (using the "cd" command) and then use "rm" to remove it.

I suggest looking them up but if you tell me the name of the photo or file I will write out exactly what you need to do so you can copy/paste.

Cheers,

Abe

By the way, you will likely need to install the "gainroot" app and then, before using the commands I listed above, type "sudo gainroot".

Hope this helps.

Last edited by Old Abe; 2012-02-06 at 17:44.
 

The Following User Says Thank You to Old Abe For This Useful Post:
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#3
You need rootsh installed for the code to work
Code:
sudo gainroot
umount /dev/mmcblk0p1
fsck -af /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
 

The Following 2 Users Say Thank You to michaaa62 For This Useful Post:
Posts: 105 | Thanked: 4 times | Joined on Sep 2011
#4
the files was a picture and sounds... because i copied a online game on my phone,, i use it as a temporarily storing device.. when i tried to put on the game on my pc some pictures and sound didnt delete..
 
Reply


 
Forum Jump


All times are GMT. The time now is 00:22.