0

Screen shot of popup after reboot after checking if phone has root. So the "Grant" & "Deny" button at this point are unclickable! Why?Okay so I used the latest Ping Pong root.apk from XDA to root my S6 which worked fine but yet after doing the reboot after rooting with Ping Pong and opening SuperSU it never asked me to update binaries like it's supposed to. Is that why the Root checker app says my phone is not rooted? And how can I fix it? What is causing this? Other people with my model have successfully rooted.

Model of S6 SM-G920W8 OS: 5.0.2

verve
  • 1,035
  • 14
  • 32
  • 51
  • Try downloading the latest SuperSU zip and flash from recovery. – Akhoy Jul 02 '15 at 12:06
  • Where do I find the latest zip? And what does "flash from recovery" mean? I'm using the stock everything. – verve Jul 02 '15 at 12:19
  • First, you should have never proceeded without proper knowledge. Currently you aren't aware of even flashing (a vital part of rooting process). In case something messes up, it would be very difficult to recover for you. Second, heres the super su zip: https://download.chainfire.eu/396/supersu/ Third, android flashing-> http://android.stackexchange.com/questions/6028/what-is-the-meaning-of-flashing-a-custom-rom and http://android.stackexchange.com/questions/2885/what-is-the-difference-between-rooting-jailbreak-rom-mod-etc I suggest you properly read these links before proceeding with anything. – Jaskaranbir Singh Jul 02 '15 at 14:57
  • I was only going to try Ping Ping nothing else since I don't know much. – verve Jul 02 '15 at 21:41
  • CF Root? Ping Pong comes with pre-installed SuperSU. One click root!I don't have to flash a custom ROM or a anything. – verve Jul 02 '15 at 21:53
  • 2
    To me, it looks like the problem is in a different place than you think. Looking at your status bar, you seem to have a screen tint/filter app. Try disabling it and check if the buttons on the SuperSU popup work fine. – Arielle Jul 02 '15 at 23:17
  • @Arielle THANK YOU! You were correct. How did you know? Will I have to stop using the brightness app permanently? – verve Jul 02 '15 at 23:35
  • @verve I had that problem with a Night Mode app. And no, you won't have to stop using the app permanently. Just disable it whenever you install another app that uses root permissions. You can enable it again as soon as you grant or deny those permissions to the app. And let me submit my comment as an answer... – Arielle Jul 02 '15 at 23:42
  • Yes, do the answer. Is there any way to get SuperSU to stop asking for permissions? It's annoying to open Datasync and have ask for permissions continuously. – verve Jul 03 '15 at 00:09

1 Answers1

0

The problem is in a different place than you think. Looking at your status bar, you seem to have a screen tint/filter app. For whatever reason, apps like that seem to interfere with system dialogue boxes, such as the SuperSU one from your example, or the package installer. Disable the app temporarily whenever you have to deal with one of those.

Arielle
  • 757
  • 2
  • 6
  • 19
  • The whole point of certain dialogue boxes not functioning when a screen filter is active is to avoid click-jacking - a malicious app could display a fake UI as an overlay and trick the user into giving the app e.g. root access, accessibility etc. You can disable the feature in SuperSU settings, under 'tapjacking prevention' or some such (be warned that this could lead to you giving root access to an app you do not trust). –  Jul 05 '15 at 21:59