amartinz / DeviceControl

GNU General Public License v3.0
182 stars 94 forks source link

didn't support MagiskSU? #21

Open ming86 opened 7 years ago

ming86 commented 7 years ago

MagiskSU didn't prompt SU request when open DeviceControl. Nexus 6P 6.0.1.

amartinz commented 7 years ago

SU detection works like this

1) first checks for common binary locations, as its the fastest way 2) if no binary is found, it just tries to launch a su command

if both fail, it sees it as "no root available".

Did not try Magisk yet, might give it a try in the upcoming days and push an update to the Beta channel.

Thanks for reporting that issue!