anbox跟deepin的主题挺般配的
Tofloor
poster avatar
peacekeep
deepin
2017-12-02 07:31
Author
本帖最后由 peacekeep 于 2017-12-2 07:30 编辑

毫无违和感。不错不错。有好用的计算器用了

安装也很简单,安装snapd(sudo apt install snapd),
然后下载anbox-common_9_all.deb:http://ppa.launchpad.net/morphis/anbox-support/ubuntu/pool/main/a/anbox/anbox-common_9_all.deb
和 anbox-modules-dkms_9_all.deb:http://ppa.launchpad.net/morphis/anbox-support/ubuntu/pool/main/a/anbox/anbox-modules-dkms_9_all.deb
手动安装这两个包。
然后sudo snap install --edge --devmode anbox,这个过程要下载300多M的文件,会慢点。我是用的自己打的包,比较快就装上了。
重启,ok

2017.12.02

重启anbox以后偶尔会造成深度应用菜单消失,当然这应该是深度的问题,重启anbox只是添加了应用启动器(快捷方式)而已。
Reply Favorite View the author
All Replies
1 / 2
To page
avatar
hitman72ita
deepin
2018-01-26 01:54
#1
Edited by hitman72ita at 2018-1-25 18:28

I can't make andbox work, I have tried with many linux distributions, various different hardware and variuos guides, I have always this error! It's getting pretty annoying, actually...

[ 2018-01-25 09:50:08] [launch.cpp:134@operator()] Anbox session manager service isn't running, trying to start it.
[ 2018-01-25 09:50:16] [launch.cpp:134@operator()] Anbox session manager service isn't running, trying to start it.
[ 2018-01-25 09:50:21] [launch.cpp:134@operator()] Anbox session manager service isn't running, trying to start it.
[ 2018-01-25 09:50:26] [launch.cpp:206@operator()] Couldn't get a connection with the session manager

amministratore@pclinux:~$ sudo modprobe ashmem_linux
modprobe: ERROR: could not insert 'ashmem_linux': Unknown symbol in module, or unknown parameter (see dmesg)
amministratore@pclinux:~$


Reply View the author
avatar
duanyao
deepin
2018-01-26 03:47
#2
https://bbs.deepin.org/post/149402
Edited by hitman72ita at 2018-1-25 18:28

I can't make andbox work, I have tried with many linux d ...

Run `sudo dmesg` as suggested.
Reply View the author
avatar
Dream
deepin
2018-01-26 04:03
#3
看到300M就放弃了
Reply View the author
avatar
rekols
deepin
2018-01-26 04:35
#4
https://bbs.deepin.org/post/149402
看到300M就放弃了

第一眼把你头像看成胖虎了,  原来是一只喵...
Reply View the author
avatar
Dream
deepin
2018-01-26 04:46
#5
本帖最后由 denjay 于 2018-1-25 20:49 编辑
https://bbs.deepin.org/post/149402
第一眼把你头像看成胖虎了,  原来是一只喵...

你的眼神是有多不好啊,这也能看错?


Reply View the author
avatar
hitman72ita
deepin
2018-01-26 06:25
#6
[15676.363347] ashmem_linux: Unknown symbol __vfs_read (err 0)
[15728.367595] ashmem_linux: Unknown symbol __vfs_read (err 0)

maybe is due to kernel 14.4.x
Reply View the author
avatar
rekols
deepin
2018-01-26 06:40
#7
https://bbs.deepin.org/post/149402
你的眼神是有多不好啊,这也能看错?

猫猫
Reply View the author
avatar
hitman72ita
deepin
2018-01-26 07:02
#8
ok with kernel 4.9.x

sudo modprobe ashmem_linux

works, latest kernels need this change (I don't know how you do it), in file kernel/ashmem/ashmem.c change
ret = __vfs_read(asma->file, buf, len, pos);
with
ret = kernel_read(asma->file, buf, len, pos);

anyway like in ALL distros I have always the same error
Couldn't get a connection with the session manager
Reply View the author
avatar
waler
deepin
2018-03-11 19:31
#9
error: cannot perform the following tasks:
- Download snap "core" (4110) from channel "stable" (Get https://068ed04f23.site.internapcdn.net/download-snap/99T7MUlRhtI3U0QFgl5mXXESAiSwt776_4110.snap?t=2018-03-11T07:00:00Z&h=c18a6392c4957f66443df27c73f989d53a7f37d7: net/http: TLS handshake timeout)


显示无法下载咋办啊?
Reply View the author
avatar
139******14
deepin
2018-03-12 17:20
#10
安装好也重启了
打开starting一会就退出了怎么回事
Reply View the author
avatar
ixingbo
deepin
2018-03-12 18:19
#11
安装完,重启后,点击anbox 没有任何反馈
Reply View the author
avatar
w1096224934
deepin
2018-03-17 11:48
#12
终于找到deepin安装anbox的教程了,希望anbox能比较稳定运行
Reply View the author
avatar
jhonny
deepin
2018-03-20 00:10
#13
https://bbs.deepin.org/post/149402
安装好也重启了
打开starting一会就退出了怎么回事

对呀,什么原因,有没找到方法呢
Reply View the author
avatar
2***7@qq.com
deepin
2018-03-21 21:04
#14
打开几秒就退出了
Reply View the author
avatar
jhonny
deepin
2018-03-21 23:14
#15
也是打开几秒就退出了
Reply View the author
avatar
peacekeep
deepin
2018-03-23 22:29
#16
https://bbs.deepin.org/post/149402
也是打开几秒就退出了

能进adb shell吗?
Reply View the author
avatar
ixingbo
deepin
2018-03-24 21:06
#17
为什么我不行?
Reply View the author
avatar
friddle
deepin
2018-04-24 22:18
#18
内核问题
:[ 5134.229790] ashmem_linux: Unknown symbol __vfs_read (err 0)

前面操作相同
kernel version 4.4以上临时解决办法
git clone https://github.com/anbox/anbox.git
cd kernel/ashmem
make
sudo insmod ashmem_linux.ko
然后就ok了....

Reply View the author
avatar
sjtlqy
deepin
2018-05-25 20:07
#19
给力啊  老铁
Reply View the author
avatar
nero28
deepin
2018-05-25 20:36
#20
看到300M就不想动了,但思考着回去复制粘贴执行一下,看怎么样
Reply View the author
1 / 2
To page