[SCRIPT] [XMS/XMD] [JB 4.3] [FULL ROOT] Quick Way to Fix reboot,mount issue.

Search This thread
Hi all

I have read many threads with similar issue, then this my way how to fix it.

Ie: Folder mount app, which make reboot the phone after we mount a folder.

Just add this line to this file : /system/etc/install-recovery-2.sh

If the file is missing, just create it.

Requirement:
  • on JB 4.3
  • superSU atleast v200 installed
  • busybox installed, got it from Playstore, ie: Busybox X,

Code:
#!/system/bin/sh

pkill -f /sbin/ric; mount -o remount,rw /; chmod 644 /sbin/ric

#just to make sure ric is killed
pkill -f /sbin/ric

How to:
You better know than me. but here my way.
  • if your phone reboot after you touch mount rw in root explorer then adb or terminal emulator is your friend
  • remount rw system, make the file, then push/copy to target directory, and set correct permission , chmod 755 install-recovery-2.sh
  • done.



.
 

Attachments

  • install-recovery-2.zip
    274 bytes · Views: 276
Last edited:

mbc07

Senior Member
Dec 12, 2013
834
1,003
28
Sony Xperia M
Sony Xperia X
This thread lacks a lot of info. You just forgot to cite you must have busybox installed and that this line should be put in install-recovery-2.sh if running Android 4.3 firmware to avoid conflicts with daemonsu...

conclusion:
You didn't search enough
 
This thread lacks a lot of info. You just forgot to cite you must have busybox installed and that this line should be put in install-recovery-2.sh if running Android 4.3 firmware to avoid conflicts with daemonsu...

conclusion:
You didn't search enough

Hi mbc07,
:eek: i have put the line in that file and of course is work. never get reboot again. i have read the note by superSU in that file too.
but iam forgot to cite the busybox, and i have busybox installed.

but hey thanks, i edited the OP.