Skip to content

Commit

Permalink
Add Magisk and Busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
HemanthJabalpuri committed Apr 3, 2019
1 parent 8ccdced commit 70fce65
Show file tree
Hide file tree
Showing 10 changed files with 588 additions and 304 deletions.
Binary file added Magisk.zip
Binary file not shown.
76 changes: 76 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
Replace King or KingoRoot with SuperSU

To uninstall completely the script deletes files multiple times

##########################################################################################
# Method 1
##########################################################################################

1)Make a folder with name mrw in internal storage
Extract this zip in thaf mrw folder

2)Download Terminal Emulator and run following commands

su
sh /sdcard/mrw/root.sh

3)After succeeded with Green text type following

sh /sdcard/mrw/root.sh

After this, your device will reboot by installing SuperSU
If the device not reboot then execute the same for 5 times

4)After booted open Terminal Emulator app and type following

sh /sdcard/mrw/root.sh

##########################################################################################
# Method 2 - by uninstalling Kingroot manually
##########################################################################################
Root again with KingRoot
and follow below procedure

1)Type
su
in Terminal Emulator and go to KingRoot app
Tap on 3 dot and
choose settings and
choose remove root, untick keep backup option and unroot

Note:- If your device rebooted at time of unrooting, this method will not work

2)Go to Terminal Emulator and type following

sh /sdcard/mrw/root.sh

Your device will reboot after that and rooted with SuperSU

##########################################################################################
# Method 3 - by using older version of Kingroot
##########################################################################################
Requires :- Android Version less than 5.0

1)Unintall Kingroot by going to KingRoot app
Tap on 3 dot and
choose settings and
choose remove root, untick keep backup option and unroot

2)Install older version of Kingroot eg v4.5.0 from apkmirror
and root with it

3)Follow Method 1

##########################################################################################
# Method 4 - by using Magisk Manager
##########################################################################################
Requires :- Android Version greter than or equal to 5.0

1)Reroot with KingRoot

2)Install Magisk Manager
install Magisk by connecting to internet
and tap on install option
and choose Direct Install(Recommended)

3)Follow Method 2 and reboot your mobile
Binary file added busybox-arm
Binary file not shown.
Binary file added busybox-mips
Binary file not shown.
Binary file added busybox-x86
Binary file not shown.
210 changes: 0 additions & 210 deletions files.sh

This file was deleted.

20 changes: 0 additions & 20 deletions postuninstall.sh

This file was deleted.

Loading

0 comments on commit 70fce65

Please sign in to comment.