浏览代码

Android support to transfer data between phones and mesh clients

Bob Mottram 9 年前
父节点
当前提交
8a23322ec5
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/freedombone-image-customise

+ 3
- 0
src/freedombone-image-customise 查看文件

730
     # a sane editor
730
     # a sane editor
731
     chroot "$rootdir" apt-get -y install emacs24
731
     chroot "$rootdir" apt-get -y install emacs24
732
 
732
 
733
+    # android adb to allow phones to be connected and for example transfer photos/documents
734
+    chroot "$rootdir" apt-get -y install android-tools-adb
735
+
733
     # Produce a text file on the desktop listing users on the mesh
736
     # Produce a text file on the desktop listing users on the mesh
734
     cat <<EOF > $rootdir/usr/bin/list-tox-users
737
     cat <<EOF > $rootdir/usr/bin/list-tox-users
735
 #!/bin/bash
738
 #!/bin/bash