Преглед на файлове

Android support to transfer data between phones and mesh clients

Bob Mottram преди 8 години
родител
ревизия
8a23322ec5
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3
    0
      src/freedombone-image-customise

+ 3
- 0
src/freedombone-image-customise Целия файл

@@ -730,6 +730,9 @@ function configure_user_interface {
730 730
     # a sane editor
731 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 736
     # Produce a text file on the desktop listing users on the mesh
734 737
     cat <<EOF > $rootdir/usr/bin/list-tox-users
735 738
 #!/bin/bash