react-native-detect-frida icon indicating copy to clipboard operation
react-native-detect-frida copied to clipboard

Pixel and other latest devices are giving isRooted true, but the device is not rooted

Open nikethsingh opened this issue 1 year ago • 8 comments
trafficstars

Hi,

I've noticed that on Pixel and other latest devices, the isRooted is returning true even though the devices are not rooted. This seems to be a false positive detection.

Steps to Reproduce:

Install the app using react-native-detect-frida on a Pixel device (or other latest devices). Call the isDeviceRooted method. Observe that the method returns isRooted true even though the device is not rooted.

Expected Behavior: The isRooted should return false if the device is not actually rooted.

Actual Behavior: The isRooted returns true on non-rooted Pixel and other latest devices.

Additional Information:

Device: Pixel 7a & Samsung s24 ultra(and other latest devices) react-native-detect-frida version: 0.1.3

Please let me know if you need any additional information to diagnose this issue.

Thank you!

nikethsingh avatar Aug 05 '24 09:08 nikethsingh