Skip to content
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

Open
unicornRainbows opened this issue Oct 26, 2020 · 9 comments
Open

False alarm on Samsung S8 and A7 #73

unicornRainbows opened this issue Oct 26, 2020 · 9 comments

Comments

@unicornRainbows
Copy link

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)

❤️

@unicornRainbows
Copy link
Author

It works as expected on a Samsung Galaxy A50..

@unicornRainbows
Copy link
Author

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???

@morelgarisi
Copy link

any updates on this?

@unicornRainbows
Copy link
Author

unicornRainbows commented Nov 18, 2020 via email

@morelgarisi
Copy link

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?

@levibuzolic
Copy link
Collaborator

levibuzolic commented Jan 15, 2021

@morelgarisi shouldn't be, no - it's only trustFall which checks both isJailBroken and canMockLocation.

There does seem to be some false positives with isJailBroken though. Any information you can provide on specific devices/cases would be helpful.

@quantumarun
Copy link

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.
Using isJailBroken only.

@jordanjoecooper
Copy link

@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?

@RohitPatilAtShell
Copy link

@morelgarisi shouldn't be, no - it's only trustFall which checks both isJailBroken and canMockLocation.

There does seem to be some false positives with isJailBroken though. Any information you can provide on specific devices/cases would be helpful.

I am also getting this issue in one of my client device:
Brand: Samsung
OS: Lineageos-18
Android: 11

I have already tested that the device is not rooted(attached screenshot).
Its a false alarm!!!

Please help me to get this issue resoled.
Thanks in advance.

MicrosoftTeams-image (6)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants