Android support to transfer data between phones and mesh clients

This commit is contained in:
Bob Mottram 2016-08-29 12:45:11 +01:00
parent dd6941b20d
commit 8a23322ec5
1 changed files with 3 additions and 0 deletions

View File

@ -730,6 +730,9 @@ function configure_user_interface {
# a sane editor
chroot "$rootdir" apt-get -y install emacs24
# android adb to allow phones to be connected and for example transfer photos/documents
chroot "$rootdir" apt-get -y install android-tools-adb
# Produce a text file on the desktop listing users on the mesh
cat <<EOF > $rootdir/usr/bin/list-tox-users
#!/bin/bash