android-shmem icon indicating copy to clipboard operation
android-shmem copied to clipboard

System V shared memory emulation on Android, using ashmem. That includes shmget, shmat, shmdt and shmctl functions.

Results 14 android-shmem issues
Sort by recently updated
recently updated
newest added

please tell me how to compile it i have tried many times but failed as i have to use in kali nethunter chrooted for running postgresql

installed Linux Deploy Configured and installed debian buster with pulseaudio and XSDL downloaded WSJT-X 2.3.1 from Princeton site (also tried 2.4.0rc4) downloaded prebuilt libandroid-shmem.so library from AnLinux github repo (armhf...

Plz help how can I use your .so file to run postgresql in chrooted Ubuntu in android v5.1

Why do you think, that this shared memory emulation library can not enable users to use Tigervnc and Mate at The same time, when both processes are using shared memory?...

I have tried to start desktop environments in Arch Linux ARM64 by using The following approach unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS export LD_PRELOAD=usr/lib/libandroid-shmem.so export DISPLay=:0 Then I have install xinit package...

i am newer, even donot know how to complier To install: cp libandroid-shmem-gnueabihf.so /lib/libandroid-shmem-gnueabihf.so (in chroot environment) To start iceweasel env LD_PRELOAD="/lib/libandroid-shmem-gnueabihf.so" this is what i need to do ?

Is this possible. If so, how? If not what would need to be done to make it possible?

Please I have Kali installed on my android via linuxdeploy also postgresql installed but I have issues when calling pg_createclusters which says fatal error unable to create shared memory

Dear Pelia, Unfortunately, many C and C++ developers have falling in love with shared executable stack creation. I Am thinkink, if it would be possible to use or extend yours...

I understand this was done with applications connected to an XServer in mind, but I actually need this functionality to handle some C code I have (using SYSV shared memory...