Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Script to mount system R/W on boot

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Script to mount system R/W on boot

    Hi.
    I wonder if anyone can help me with this
    Im looking for a scrip for busybox to mount system as r/w on boot
    Thanks

    #2
    #!/system/bin/sh
    mount -o rw,remount /system

    Bob
    "Pzebacz im, bo nie wiedzą, co czynią"
    "Прости им, они не ведают, что творят"
    "Perdona loro perché non sanno quello che fanno"
    "Vergib ihnen, denn sie wissen nicht, was sie tun"
    "Vergeef hen want ze weten niet wat ze doen"
    "Pardonne-leur car ils ne savent pas ce qu'ils font"
    "Perdónalos porque no saben que lo que hacen"
    "Oprosti im, jer ne znaju što čine"
    "Forgive them as they know not what they do"





    Comment


      #3
      Originally posted by Finless View Post
      #!/system/bin/sh
      mount -o rw,remount /system

      Bob
      Thanks Bob
      I will test it.

      Edit: No luck.
      Fail on mounting
      Last edited by pajopasa; 26 August 2014, 17:12.

      Comment


        #4
        Originally posted by pajopasa View Post
        Thanks Bob
        I will test it.

        Edit: No luck.
        Fail on mounting
        did you put in init.d and chmod 777? or make it executable.
        Prahjister ****MK808(nonB)****MK808B V5****MK808B Plus****UBOX R89**** CX919****MK808B Pro****Nexbox N9****Eny Em95****Matricon Q2****Tanix TX5 Pro****

        Comment


          #5
          Originally posted by prahjister View Post
          did you put in init.d and chmod 777? or make it executable.
          Well...
          I think that i pass some of that
          I will trie it out again
          Thanks
          Last edited by pajopasa; 26 August 2014, 22:35.

          Comment

          Working...