Sergii Pylypenko
Sergii Pylypenko
Android disallows direct kernel calls to USB subsystem, as far as I know, so you will need root to run your code. Debian without root is exactly what this print...
But you can run GIMP and LibreOffice. On May 27, 2015 7:09 PM, "lbdroid" [email protected] wrote: > That certainly can't use any Android USB api... > > — > Reply...
Well yes. Anyway, please keep me updated on your CUPS/libusb progress. On May 27, 2015 11:06 PM, "lbdroid" [email protected] wrote: > You can run libreoffice on Android natively with its...
Putting your libusb.so to LD_PRELOAD env var should be enough. Or you can simply replace libusb.so inside Debian installation. Does your libusb.so hook to Android Java USB framework? Simply cross-compiling...
Yes, libusb will have to invoke Android SDK Java code, it cannot do kernel calls directly or parse USB filesystem in /sys as it does on Linux. On Nov 12,...
Run script img-cups-jessie.sh from here: https://github.com/pelya/debian-noroot/tree/master/img It does not compile CUPS, it pulls prebuilt packages from Debian.org On Mar 4, 2016 8:24 AM, "David Nolan" [email protected] wrote: > OK now...
Copy it to your jni directory and add it to your LOCAL_SHARED_LIBRARIES. On May 30, 2015 12:56 PM, "zhizunbao84" [email protected] wrote: > — > Reply to this email directly or...
I've never done that, so I don't know. On Oct 16, 2017 11:27 PM, "krijos" wrote: > Is this possible. If so, how? > If not what would need to...
You should be able to use this library without Xserver. Emulation however is incomplete, you should first use shmget() to allocate it from one process, then shmat() to attach to...
libasound is not accessible to regular apps on Android, adding shmem library won't make it work. Debian noroot uses pulseaudio with pipe to pass audio stream to Java layer, that...