Unable to delete or rename install-recovery.sh

Search This thread

buffettman03

Member
Aug 10, 2011
19
1
Using Root Browser I am unable to delete or rename the install-recovery.sh file. Does anyone know why? Thank you. I also tried ES file explorer.
 
Oct 30, 2011
33
21
I use root explorer. Just navigate to the file. Make sure the permissions are R/W. If not, just push the Mount button so that it shows R/W instead of R/O. Should be good to go....
 

KarmaCamel

Member
Aug 23, 2013
9
2
I had the same problem, which is how I found this thread, and was not able to resolve it by remounting /system RW. However it turns out the file had the immutable attribute "i". I was able to remove the attribute and delete the file via:
Code:
su
chgattr -i /system/etc/install-recovery.sh
rm /system/etc/install-recovery.sh
 
  • Like
Reactions: Bonoboo

ajstyles667

Member
Jul 19, 2013
5
0
recovery upgrade

how to upgrade the recovery. i have a old recovery. i want upgrade it to touch philz recovery plz help
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    I had the same problem, which is how I found this thread, and was not able to resolve it by remounting /system RW. However it turns out the file had the immutable attribute "i". I was able to remove the attribute and delete the file via:
    Code:
    su
    chgattr -i /system/etc/install-recovery.sh
    rm /system/etc/install-recovery.sh