Unrooted my android tab (Lenovo A7600-F running RR 5.8.5 Android 7.1.2 ) but still fails root detection

Search This thread

UncommonName1

Member
Oct 12, 2020
6
0
I recently installed Resurrection Remix 5.8.5 Custom Rom by @SaberShip based on Android 7.1.2 which came with root access enabled and supersu installed by default. So I tried to unroot by flashing unsu.zip by @osm0sis through twrp recovery. After that I checked using Root Beer Sample app but my device was still showing up as rooted. It fails the dangerous build.prop and selinux flag tests. I need to unroot for using an education app which doesn't run on rooted devices.
 

Attachments

  • IMG20230401164640.jpg
    IMG20230401164640.jpg
    2.6 MB · Views: 7

xXx yYy

Senior Member
Feb 4, 2017
1,478
6
278
To check whether Android is rooted or not people do it themselves via ADB :)

Code:
adb devices
adb shell "which 'su'"

If a path containg "su" is returned, Android is rooted, otherwise it's not.

To get rid off of root simply re-flash device's Stock ROM.
 

UncommonName1

Member
Oct 12, 2020
6
0
To check whether Android is rooted or not people do it themselves via ADB :)

Code:
adb devices
adb shell "which 'su'"

If a path containg "su" is returned, Android is rooted, otherwise it's not.

To get rid off of root simply re-flash device's Stock ROM.
It didn't return with anything. The stock rom is Android 4.4 based and the app which I need to run needs android 7 atleast. That's why I flashed a custom rom based on Android 7, unfortunately which came with root enabled. Now I can't get rid of it completely and the app which I need to run says my device is still rooted. 🥲