jrdnjhnstn

Results 78 comments of jrdnjhnstn

@just-ole I've encountered this as well.... I'm wondering, since you seem to have a better notion of what's going on here - you wouldn't by chance be able to point...

@just-ole I've kinda figured this out for myself... Removing these lines; https://pastebin.com/pEfdvkGR allows me to move the player freely in landscape mode... The close button / dragging to the bottom...

Hey David, First, thanks for the response! ... I'm not not in a rush and I am sure that you are busy, but that would be absolutely great if you...

Update: So I did manage to get the kernel module to build and I can see /dev/binderfilter on my Pixel. The errors during the compile went as follows; 1. fix...

UPDATE 2: You can ignore the above regarding Picky and the middleware... I've have Picky built and I can build middleware.c with both the toolchain in your sources and the...

Hey David, I just thought I would give you a friendly nudge and see if you've had any time to look at porting BinderFilter to a newer kernel?. .... not...

Hey, What is your testing device out of curiousity? Well, the nice thing about custom kernels is at least you don't need AOSP sources to do that - just an...

Hey David, The output from the above; ``` [ninez@nine7x cli]$ adb shell "su -c ls -l /data/local/tmp/bf.policy" -rwxrwxrwx 1 root root 0 2017-11-05 21:07 /data/local/tmp/bf.policy [ninez@nine7x cli]$ adb shell "su...

If you recall, gcc complained when compiling about arguments being different (documented by me above)... IIRC; your binder c; ``` #include "binder_filter.h" extern int filter_binder_message(unsigned long, signed long, int, size_t,...

side note: (and part of the reason I asked about your testing device). Is it possible that some of the work being done on hardening the kernel could be interfering...