Skip to content
Snippets Groups Projects
Commit 8a23322e authored by Bob Mottram's avatar Bob Mottram
Browse files

Android support to transfer data between phones and mesh clients

parent dd6941b2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment