scottyab / rootbeer

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

Rootbeer not working on Android 15 with page size 16kb #239

Closed IkeaOlof closed 1 month ago

IkeaOlof commented 1 month ago

When using Android 15 with page size of 16kb, the libToolChecker library doesnt work. The logs received are the following: “RootBeer: checkForRootNative() [445] We could not load the native library to test for root”

How to reproduce. Flash a phone with Android 15 and page size of 16kb, or create a matching emulator. Use the lib by calling RootBeer(context).isRooted

Rootbeer Library Version Library Version : 0.1.0

Device Information

scottyab commented 1 month ago

Thank you for flagging this. Please can you update to the latest release. 0.1.1 this issue was specifically fixed as noted in the release notes. If you are still seeing the issue in latest please let us know. Thanks

IkeaOlof commented 1 month ago

Im so sorry, I totally missed that. Thanks for a quick reply. I will update to latest version of the lib and create a new issue if i find something. 🤗