I rooted my micromax a27 a few days back. It installed an app Kinguser to give root permission.
Earlier it was working fine.
I did a factory reset last night.
Now, when I try to copy file to root folders like /system/media/
directory. It gives error as Permission Denied
.
Please help how to recover root access.
I am using ES explorer
with root access enabled.
/system
before trying to copy? That partition usually is mounted read-only – so of course write permission is denied. – Izzy Dec 02 '14 at 12:12/system
? – Anuj TBE Dec 03 '14 at 10:25adb remount
, or (viaadb shell
or a terminal app after becoming root)mount -o remount,rw /system
, or using root-filemanagers which have this capability built-in. – Izzy Dec 03 '14 at 11:14root checker
is saysNot Rooted
– Anuj TBE Dec 05 '14 at 10:26root checker
fails, there must be some issue with root. "How to root the A27" would be a separate question (it's not yet listed in our rooting index). – Izzy Dec 05 '14 at 10:45