-
Notifications
You must be signed in to change notification settings - Fork 10
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
Error at running #4
Comments
I commend you for trying to run this, at all. Very few have tried and reported to me! Thank you for this. I think the problem is likely because the "grabservice" binary cannot be run for some reason. I would like to see a whole log for this but I need to first ask on what kind of Android device you've tried to run this? Because of SELinux protections, this program is not going to work on any modern stock Android device. We've tried but Google has long since cut us from the source of information we need to build the Binder Explorer display. |
@fdgonthier thank you for your concern, I'll post some photos in an app called DevCheck to tell the device I'm using. If you need more feel free to tell me. |
I disabled SELinux (
I suppose you need |
Good job. We're getting somewhere:
This means that /dev/binderfs is not mounted or not accessible. You can try this:
And see if it gets your your |
I get |
Another thing is that |
It means that your kernel is not built with I face the same problem when testing with SELinux set @fdgonthier is Another thing: does Thank you. |
I am facing the same problem here :/
But my target Android is actually a rooted echo dot 2. gen running Android 7.1.2 armv5 if it helps I got that following error too:
|
binderfs is absolutely mandatory for Binder Explorer to work, as it was designed to work to interpret the data available in binderfs to build up its display. If you can't get binderfs to work, you won't get Binder Explorer. Unfortunately, I no longer work for the company that employed me to work on Binder Explorer. The software is probably accumulating some significant technical debts as Android keeps evolving. |
Ok thank you for your quick reply, that Android here I am working here is actually massively stripped down. So I don't think binderfs has any chance to work. Still an awesome looking project, didn't thought you could run node so easily on that thing😄 |
I am on an ARM64 phone (OnePlus 7) with Android 11 (PixelExperience), when I tried running I met with these:
So what's going on ?
The text was updated successfully, but these errors were encountered: