how do I install ashmem or binder?Install Linux on 3TB HDDHow do I figure out which driver is making my...
How to reduce predictors the right way for a logistic regression model
Would a primitive species be able to learn English from reading books alone?
PTIJ: Which Dr. Seuss books should one obtain?
Deciphering cause of death?
Can I cause damage to electrical appliances by unplugging them when they are turned on?
How to make a list of partial sums using forEach
How to test the sharpness of a knife?
Why the "ls" command is showing the permissions of files in a FAT32 partition?
Isometric embedding of a genus g surface
How do I Interface a PS/2 Keyboard without Modern Techniques?
If the only attacker is removed from combat, is a creature still counted as having attacked this turn?
Does the Crossbow Expert feat's extra crossbow attack work with the reaction attack from a Hunter ranger's Giant Killer feature?
When and why was runway 07/25 at Kai Tak removed?
Do I have to take mana from my deck or hand when tapping a dual land?
Make a Bowl of Alphabet Soup
Why is participating in the European Parliamentary elections used as a threat?
Usage of an old photo with expired copyright
What is the meaning of "You've never met a graph you didn't like?"
Giving feedback to someone without sounding prejudiced
Why does a 97 / 92 key piano exist by Bösendorfer?
How do I tell my boss that I'm quitting in 15 days (a colleague left this week)
What is this high flying aircraft over Pennsylvania?
Is there a distance limit for minecart tracks?
Ways of geometrical multiplication
how do I install ashmem or binder?
Install Linux on 3TB HDDHow do I figure out which driver is making my headset work?How to temporarily try dev branch of a Git project for which I used aptitude to install stable branch?Is it possible to use firefox hello in debian iceweasel?How to install Windows 10 after DebianLeft arrow doesn't work on Debian 9How do I install the Ubuntu Software-Center in Debian?How to make cmake find installed packagesNot able to install any apps with command apt-get installHow to identify partitions in Windows Disk Management
I have recently installed anbox, and I have gotten it to the point that I can see it's icon, but it can't start due to the ashmem and binder not being installed. I have attempted to install them from the repository, but it just says that it can't find one and the other has no installation candidate. any help would be appreciated big time. linux version is debian jessie.
linux debian repository
add a comment |
I have recently installed anbox, and I have gotten it to the point that I can see it's icon, but it can't start due to the ashmem and binder not being installed. I have attempted to install them from the repository, but it just says that it can't find one and the other has no installation candidate. any help would be appreciated big time. linux version is debian jessie.
linux debian repository
add a comment |
I have recently installed anbox, and I have gotten it to the point that I can see it's icon, but it can't start due to the ashmem and binder not being installed. I have attempted to install them from the repository, but it just says that it can't find one and the other has no installation candidate. any help would be appreciated big time. linux version is debian jessie.
linux debian repository
I have recently installed anbox, and I have gotten it to the point that I can see it's icon, but it can't start due to the ashmem and binder not being installed. I have attempted to install them from the repository, but it just says that it can't find one and the other has no installation candidate. any help would be appreciated big time. linux version is debian jessie.
linux debian repository
linux debian repository
asked May 14 '17 at 20:03
PhillipPhillip
112
112
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Maybe try building and installing the kernel modules yourself.
- Download anbox from github [1] so that you have the ashmem and binder directories.
- Extract ashmem and biinder into /usr/
- Rename the folders to anbox-ashmem-1 and anbox-binder-1 (the 1 is the version number in dkms.conf)
install dkms if not already installed(sudo aptitude install dkms)
sudo dkms add -m anbox-binder -v 1
sudo dkms build -m anbox-binder -v 1
sudo dkms install -m anbox-binder -v 1
sudo modprobe ashmem-linux binder-linux
[1] https://github.com/anbox/anbox/archive/master.zip
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1209153%2fhow-do-i-install-ashmem-or-binder%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Maybe try building and installing the kernel modules yourself.
- Download anbox from github [1] so that you have the ashmem and binder directories.
- Extract ashmem and biinder into /usr/
- Rename the folders to anbox-ashmem-1 and anbox-binder-1 (the 1 is the version number in dkms.conf)
install dkms if not already installed(sudo aptitude install dkms)
sudo dkms add -m anbox-binder -v 1
sudo dkms build -m anbox-binder -v 1
sudo dkms install -m anbox-binder -v 1
sudo modprobe ashmem-linux binder-linux
[1] https://github.com/anbox/anbox/archive/master.zip
add a comment |
Maybe try building and installing the kernel modules yourself.
- Download anbox from github [1] so that you have the ashmem and binder directories.
- Extract ashmem and biinder into /usr/
- Rename the folders to anbox-ashmem-1 and anbox-binder-1 (the 1 is the version number in dkms.conf)
install dkms if not already installed(sudo aptitude install dkms)
sudo dkms add -m anbox-binder -v 1
sudo dkms build -m anbox-binder -v 1
sudo dkms install -m anbox-binder -v 1
sudo modprobe ashmem-linux binder-linux
[1] https://github.com/anbox/anbox/archive/master.zip
add a comment |
Maybe try building and installing the kernel modules yourself.
- Download anbox from github [1] so that you have the ashmem and binder directories.
- Extract ashmem and biinder into /usr/
- Rename the folders to anbox-ashmem-1 and anbox-binder-1 (the 1 is the version number in dkms.conf)
install dkms if not already installed(sudo aptitude install dkms)
sudo dkms add -m anbox-binder -v 1
sudo dkms build -m anbox-binder -v 1
sudo dkms install -m anbox-binder -v 1
sudo modprobe ashmem-linux binder-linux
[1] https://github.com/anbox/anbox/archive/master.zip
Maybe try building and installing the kernel modules yourself.
- Download anbox from github [1] so that you have the ashmem and binder directories.
- Extract ashmem and biinder into /usr/
- Rename the folders to anbox-ashmem-1 and anbox-binder-1 (the 1 is the version number in dkms.conf)
install dkms if not already installed(sudo aptitude install dkms)
sudo dkms add -m anbox-binder -v 1
sudo dkms build -m anbox-binder -v 1
sudo dkms install -m anbox-binder -v 1
sudo modprobe ashmem-linux binder-linux
[1] https://github.com/anbox/anbox/archive/master.zip
answered 2 mins ago
hyiltizhyiltiz
191114
191114
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1209153%2fhow-do-i-install-ashmem-or-binder%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown