scottyab / rootbeer

Simple to use root checking Android library and sample app
Apache License 2.0
2.47k stars 440 forks source link

On ASUS Zen9 Android 7.0. On a Non Rooted Phone #161

Open lokesh-se opened 3 years ago

lokesh-se commented 3 years ago

Hi, On ASUS Zen9 Android 7.0. On a Non Rooted Phone.

RootBeer rootBeer = new RootBeer(context); if (rootBeer.isRooted()) ------> Return True.

How can we solve this problem?

stealthcopter commented 3 years ago

Can you run the sample app and provide the log output on this device, so we can figure out why it's returning a false positive?

lokesh-se commented 3 years ago

Sorry, We don't have logs for this device

lokesh-se commented 3 years ago

Any other way to fix this issue?