Tuesday 18 October 2016

How to enable root access to ES file explorer rooted android device/ Marshmallow 6.0?

Hello if you have rooted android device but still you are facing the below problem while opening root feature from ES file explorer
Please follow the below steps
“sorry test failed this feature cannot run on your device”

Solution:
1  1) Download and Install below two app from PlayStore 
a) Busybox (Download, Install, Open and again install with root access)
https://play.google.com/store/apps/details?id=stericson.busybox&hl=en

b) Android Terminal Emulator
https://play.google.com/store/apps/details?id=jackpal.androidterm&hl=en

    2) Open an Android terminal emulator and type the below commands
Su   (enter)
mount -o remount  (enter)
rw /system (enter)
touch /sbin/su /system/bin/su /system/xbin/su  (enter)
mount -o remount (enter)
ro /system (enter)
exit (enter)

OR
(below method works on Samsung phones)

su   (enter)
mount -o rw,remount /system   (enter)
touch /sbin/su /system/bin/su /system/xbin/su  (enter)
mount -o ro,remount /system    (enter)
exit (enter)

Reboot the system and Enjoy the full access to ES file explorer


Cheers !!! Please comment if any doubts