有没有大佬知道xdroid在安装的过程中具体有哪些行为?
Tofloor
poster avatar
SamLukeYes
deepin
2020-06-18 05:06
Author
今天看了一下xdroid的安装脚本,看看有没有办法把它做成pkgbuild,没想到它的主要安装过程竟然调用了一个二进制程序xDroidInstall。有谁知道这个二进制程序是干啥的?
Reply Favorite View the author
All Replies
avatar
ucSec
deepin
2020-06-18 05:49
#1
xDroidInstall好像就是安装器……?好像和BiglyBT差不多的?
Reply View the author
avatar
SamLukeYes
deepin
2020-06-18 05:58
#2
https://bbs.deepin.org/post/196071
xDroidInstall好像就是安装器……?好像和BiglyBT差不多的?

我知道它是个安装器,但不知道它具体有哪些操作。它在运行过程中好像会调用系统的包管理器,所以不能把它直接放进软件包里,要打包的话得写个脚本代替它。
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-06-20 21:45
#3
samlukeyes123 replied at 2020-6-17 21:58
我知道它是个安装器,但不知道它具体有哪些操作。它在运行过程中好像会调用系统的包管理器,所以不能把它 ...

干脆就把整个软件打进去,exec到xDroidInstall
Reply View the author
avatar
SamLukeYes
deepin
2020-06-20 22:01
#4
https://bbs.deepin.org/post/196071
干脆就把整个软件打进去,exec到xDroidInstall

好像也是个办法,打包个xdroid-installer
那么下一个问题来了,xdroid没有直接的下载链接,我这pkgbuild咋写
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-06-20 23:42
#5
https://bbs.deepin.org/post/196071
好像也是个办法,打包个xdroid-installer
那么下一个问题来了,xdroid没有直接的下载链接,我这pkgb ...

自己申请个对象储存
存进去即可
Reply View the author
avatar
SamLukeYes
deepin
2020-06-20 23:57
#6
本帖最后由 samlukeyes123 于 2020-6-20 23:31 编辑
https://bbs.deepin.org/post/196071
自己申请个对象储存
存进去即可

xdroid的协议里面说了不允许二次分发,这样算不算违反协议啊
Reply View the author
avatar
Hello
deepin
2020-06-21 00:18
#7
xdroid是snap格式的,比较麻烦
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-06-21 07:12
#8
https://bbs.deepin.org/post/196071
xdroid的协议里面说了不允许二次分发,这样算不算违法协议啊

那当然了
Reply View the author
avatar
SamLukeYes
deepin
2020-06-21 07:35
#9

算了,到时候他们要是找我我就撤
Reply View the author