|
|
|
|
|
by iam-TJ
1728 days ago
|
|
In Ubuntu kernels the Android modules are named "binder_linux" and "ashmem_linux" so: sudo modprobe binder_linux
sudo modprobe ashmem_linux
Where $version is the kernel version, for -generic kernels they are in the package "linux-modules-extra-${version}-generic" and for -lowlatency "linux-modules-${version}-lowlatency". On -generic the modules-extra may sometimes not be installed by default. |
|