You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have my project in Android studio and am attempting to run it on my ROOTED xperia 1 III on android 12.
I have attached the onCreate method. Originally I was simply running Shell.getShell but it just NEVER RAN. Like it would not even ENTER the callback. So I decided to use the Shell.isAppGrantedRoot() thing and it just keeps returning null. I DID go in and give this thing root in magisk. Every time I hit the run button this happens, even if the app already has magisk permissions before starting.
Solved by not trying to send the service thorugh the binder, apparently only a couple things can be sent through the binder. The FileSystem module is a better solution anyways.
So I have my project in Android studio and am attempting to run it on my ROOTED xperia 1 III on android 12.
I have attached the onCreate method. Originally I was simply running Shell.getShell but it just NEVER RAN. Like it would not even ENTER the callback. So I decided to use the Shell.isAppGrantedRoot() thing and it just keeps returning null. I DID go in and give this thing root in magisk. Every time I hit the run button this happens, even if the app already has magisk permissions before starting.
Any ideas on HOW FIX? Thanks :)
The text was updated successfully, but these errors were encountered: