Eric Callahan

Results 245 comments of Eric Callahan

The notification should work as it would fire and process before the shutdown command is executed. I will need to implement a blocking version of `send event`, that shouldn't be...

Thanks. I'm not sure that falling back to the user site package directory is the preferable behavior. Any application that needs to symlink a dist-package should do so in the...

For the time being I think it makes sense to focus support on virtualenv installs. You can use symlinks to get around that if you desire a custom install. In...

Are you using a kernel that has the usbtv module compiled/loaded? Assuming you have a rooted device with busybox installed, you can determine if the module is loaded with the...

The developers for easycapviewer wrote their own Android user space driver for easycap devices. My app relies on existing kernel space easycap drivers using the V4L2 subsystem. The downside to...

Compiling a kernel is far too complex of a process for me to explain it. There are tutorials on how to compile an Android kernel, most of which are several...

Those are just lint errors because I don't use Android Studio's built in NDK support. Edit: I have added an annotation to suppress those warnings.

If you are using Windows 8 or greater, its an issue with the renderscript llvm compiler. Go to NDK_DIR\toolchains\renderscript\prebuilt\windows-x86_64\bin, right click on llvm-rs-cc.exe, click properties, go to the compatibility tab,...

Did you change the compatibility mode for llvm-rs-cc.exe? Try both Windows 7 and Windows XP SP3. Also use NDK r10e, not NDK 9.

NDK 12 hasn't been released. This project requires NDK r10e. It also requires that you navigate to llvm-rs-cc.exe and change the compatibility mode to Windows 7 if you are using...