Anton Skshidlevsky
Anton Skshidlevsky
@SkyWheel Спасибо)
You can set "Properties -> Username" as root and run "Properties -> Reconfigure".
You can call "am" with "unchroot" command: ``` export BOOTCLASSPATH=... unchoot am ``` BOOTCLASSPATH from Android env. This does not fit? Example for notifications from [source](https://github.com/meefik/linuxdeploy/blob/master/app/src/main/java/ru/meefik/linuxdeploy/ActionReceiver.java#L33): ``` unchroot am broadcast...
> What's the size of Ubuntu 18.04 Linux deploy? Base system ~ 200 MB. > Can I download it externally? You can deploy it from official repository by "deploy" command...
> Is it possible to run a Windows x86 application on it through wine? Yes, but only on x86 device. Or on ARM with architecture emulation ([binfmt_misc](https://en.wikipedia.org/wiki/Binfmt_misc) support is required)....
> How to get support for binfmt_misc ? Check support in App: Menu -> Status -> Support binfmt_misc From CLI: linuxdeploy status -> Support binfmt_misc From shell: test -d /proc/sys/fs/binfmt_misc...
You must be enable CONFIG_BINFMT_MISC as module in the config: ``` CONFIG_BINFMT_MISC=m ``` And build the module by [the guide](http://meefik.ru/blog/2015/02/05/linuxdeploy-build-kernel/).
Doesn't work for me :( "Failed to connect to socket /tmp/dbus-XXX: Connection refused" Xfce works If I run xterm (/home/android/.xsession): ``` exec dbus-launch --exit-with-session xterm -max ``` and after that...
SSH use pid files, see https://github.com/meefik/linuxdeploy-cli/blob/fed80bf890e89ee2be68bb4a2b6e791ad21abe91/include/extra/ssh/deploy.sh#L71
Hello! The project is experimental. For support other cameras need to build kernel driver. http://files.meefik.ru/Microscope.apk