-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
False alarm on Samsung S8 and A7 #73
Comments
It works as expected on a Samsung Galaxy A50.. |
I think I found the solution to my problem.. I was using JailMonkey.trustFall() which checks for a rooted device as well as if location is being mocked.. Testing now just with JailMonkey.isJailBroken() Will let you know. BTW Android devices without being rooted allow other apps to simulate the location of the device which can cause the JailMonkey checks to fail.. Why android why??? |
any updates on this? |
This was due to Android having an app that allowed for location spoofing. The issue was on my side.. also maybe a note, make sure testers are not spooofing location and that you use the correct checks. We now only check for root detection.
…Sent from my iPhone
On 18 Nov 2020, at 15:08, Morel ***@***.***> wrote:
any updates on this?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
i only check root with JailMonkey.isJailBroken() , and there are still devices that i get true although they are not rooted (checked them with root checker - android) is there still an issue with not rooted android but simulate the location of the device? is this the cause for get JailMonkey.isJailBroken() true? |
@morelgarisi shouldn't be, no - it's only There does seem to be some false positives with |
Got Reported it on "Samsung Galaxy Note 20 Ultra 5G". Any clue or suggestion how to get around it. I might be happy to look around and contribute if you can guide around. As for device even i don't have that. |
@quantumarun If you run the sample app here: https://play.google.com/store/apps/details?id=com.scottyab.rootbeer.sample&hl=en_GB&gl=US What does it flag as the reason for root on the Samsung Galaxy Note 20 Ultra 5g? |
I am also getting this issue in one of my client device: I have already tested that the device is not rooted(attached screenshot). Please help me to get this issue resoled. |
I get a false alarm that the device has been rooted when it has not been rooted..
I feel like this might be a Samsung related issue since the is another issue related to this that has not been solved.
#58
Any help would be appreciated, I will give you an electronic 🍫 .. (Which you can copy paste to make as many as you would like.. hehe)
❤️
The text was updated successfully, but these errors were encountered: