Adb file manager linux
Для функционирования программы необходимы права root пользователя.
Краткое описание:
Просмотр файлов на устройстве и локальном пк, обмен файлами в обе стороны.
Описание:
Файловый менеджер через adb
— Передача файлов между Android-устройством и ПК
— Установка *.apk на устройство
— Перезагрузка устройства
— Удаленное подключение по Wi-Fi
— Снятие скриншотов
Необходим root для adb и Busybox с поддержкой кириллицы (желательно, иначе русские названия могут отображаться корректно).
Для работы программы необходимо включить Отладку по USB!
Системные требования ПК:
— GNU/Linux x86/x86_64 (Ubuntu, Debian, etc.);
— Пакеты: dpkg, busybox, android-tools-adb;
Исходный код программы в архиве.
Русский интерфейс: Нет
Версия 0.9:
— Возможность «тапать» по экрану в модуле скриншотов
— Кнопки управления девайсом: Назад, Домой, Меню, Телефон
Версия 0.8:
— Исправление снятия скриншотов, теперь форма автоматически подстраивается под изображение
— Небольшие исправления
Версия 0.7:
— Снятие скриншотов
Версия 0.6:
— Удаленное подключение к устройству (через Wi-Fi) (Необходимо включить поддержку удаленной отладки на устройстве)
Версия 0.5:
— Смена разрешений у файлов
— Контекстное меню в списках
Версия 0.4:
— Исправлен баг с adb, теперь он сам ищет путь к adb
Версия 0.3:
— Добавлены исправления при ручном редактировании адресов
— Добавлена функция просмотра файла (до 20 Кб)
Версия 0.2:
— Добавлена функция удаления файлов (не папок)
— Добавлены кнопки «Вверх» вместо пунктов «../»
Скачать: версия: 0.9adb-fileman09.zip ( 7,36 МБ )
adb-fileman09.src.zip ( 8,02 МБ )
Скачать: версия: 0.8adb-fileman08.zip ( 7,35 МБ )
adb-fileman08.src.zip ( 7,99 МБ )
Скачать: версия: 0.7adb-fileman07.zip ( 7,34 МБ )
adb-fileman07.src.zip ( 7,97 МБ )
Скачать: версия: 0.6adb-fileman06.zip ( 7,31 МБ )
adb-fileman06.src.zip ( 7,88 МБ )
Скачать: версия: 0.5adb-fileman05.zip ( 7,31 МБ )
adb-fileman05.src.zip ( 7,88 МБ )
Скачать: версия: 0.4adb-fileman04.zip ( 7,27 МБ )
adb-fileman04.src.zip ( 7,78 МБ )
Скачать: версия: 0.3adb-fileman.zip ( 7,27 МБ )
adb-fileman.src.zip ( 7,78 МБ )
Скачать: версия: 0.2adb-fileman.zip ( 7,26 МБ )
adb-fileman.src.zip ( 7,72 МБ )
Скачать: версия: 0.1adb-fileman.zip ( 7,26 МБ )
adb-fileman.src.zip ( 7,71 МБ )
Сообщение отредактировал pheone — 21.10.13, 22:45
Источник
My Linux Adventure
Welcome to my Blog about Linux! I’ll bet a lot of you Android users are not aware that you are making calls on a smartphone powered by the Linux kernel. This blog was created to educate people on the merits of using Linux in their daily lives. Are you even aware that when it comes time to buy a new laptop or PC, you DO have other options than purchasing a MAC or a Windows laptop? Read this blog and I’ll give you useful tips to use Linux on a laptop.
Pages
Friday, February 21, 2014
Transfer Files from Android and Linux with ADB and AAFM
If you are currently using Linux on the desktop and looking for a way to transfer files from your Android device, continue reading this post. A female developer named Sole created a GTK program called AAFM. It stands for Android ADB File Manager. What this program does is causes the File Manager to display on the screen and communicate with ADB, after the Android device is plugged into a Linux PC’s USB slot and a Python command to call the File Manager is executed on the terminal.
For this example, I am using Linux Mint 14 and a Samsung Stellar Smartphone with Android 4.1.2. I followed the instructions from Sole’s site and added additional steps to make the process more automated once the Smartphone is plugged into the USB slot.
1. Clone Sole’s repository.
2. Download the Android SDK zip file from this link: (zip file will be found in Downloads folder)
3. Extract the Android SDK zip file to the Applications folder (created when you cloned Sole’s repository.)
You can perform the extraction one of 2 ways:
a. Using your mouse — Right click on the zip file, select «Extract to» and select the «Applications» folder within your Home directory.
b. Using the terminal command line — Bring up the Terminal Emulator by finding it on the Menu of your Linux distribution or using .
Type the command unzip adt-bundle-linux-x86_64-20131030.zip -d destination_folder_path wi th the path relative to where the Applications directory is located for the destination_folder_path and hit ENTER.
5. Display the Vendor ID of your Android device for the next step. — Bring up the terminal and type «lsusb» and hit ENTER. (It should be the four digit number next to the word «ID» on the same line as the name of your Android device.)
8. Enable Debug mode on your Android device. Go to Developer Options and make sure it’s on. Check the box for USB debugging.
9. Test the Configuration udev rule with your Android device. Type «adb devices» and hit ENTER.
To Display File Manager without executing step 10 after plugging Android device into USB:
11. Create a shell script and name it Pythonadb. Go into Gedit and type «#! /bin/bash» on the first line of the editor and click File|Save as «Pythonadb».
12. Store the command in step 10 in the Pythonadb shell script.
16. When you plug in your Smartphone cord to your USB, it will look like this.
Once the File Manager is displayed you can locate your Android files on the right pane of the Window and simply drag and drop them to your Linux desktop.
Here is the video I created to accompany the instructions so you can follow along more easily:
NOTE: On Linux Mint 16 (Petra), my Samsung Stellar is able to work with the Linux Mint File Manager (Nautilus) to transfer Android files. I just put my Samsung Stellar into Developer Mode and checked on USB Debugging and plugged it into the USB and it worked out of the box.
Источник
Adb file manager linux
Для функционирования программы необходимы права root пользователя.
Краткое описание:
Просмотр файлов на устройстве и локальном пк, обмен файлами в обе стороны.
Описание:
Файловый менеджер через adb
— Передача файлов между Android-устройством и ПК
— Установка *.apk на устройство
— Перезагрузка устройства
— Удаленное подключение по Wi-Fi
— Снятие скриншотов
Необходим root для adb и Busybox с поддержкой кириллицы (желательно, иначе русские названия могут отображаться корректно).
Для работы программы необходимо включить Отладку по USB!
Системные требования ПК:
— GNU/Linux x86/x86_64 (Ubuntu, Debian, etc.);
— Пакеты: dpkg, busybox, android-tools-adb;
Исходный код программы в архиве.
Русский интерфейс: Нет
Версия 0.9:
— Возможность «тапать» по экрану в модуле скриншотов
— Кнопки управления девайсом: Назад, Домой, Меню, Телефон
Версия 0.8:
— Исправление снятия скриншотов, теперь форма автоматически подстраивается под изображение
— Небольшие исправления
Версия 0.7:
— Снятие скриншотов
Версия 0.6:
— Удаленное подключение к устройству (через Wi-Fi) (Необходимо включить поддержку удаленной отладки на устройстве)
Версия 0.5:
— Смена разрешений у файлов
— Контекстное меню в списках
Версия 0.4:
— Исправлен баг с adb, теперь он сам ищет путь к adb
Версия 0.3:
— Добавлены исправления при ручном редактировании адресов
— Добавлена функция просмотра файла (до 20 Кб)
Версия 0.2:
— Добавлена функция удаления файлов (не папок)
— Добавлены кнопки «Вверх» вместо пунктов «../»
Скачать: версия: 0.9adb-fileman09.zip ( 7,36 МБ )
adb-fileman09.src.zip ( 8,02 МБ )
Скачать: версия: 0.8adb-fileman08.zip ( 7,35 МБ )
adb-fileman08.src.zip ( 7,99 МБ )
Скачать: версия: 0.7adb-fileman07.zip ( 7,34 МБ )
adb-fileman07.src.zip ( 7,97 МБ )
Скачать: версия: 0.6adb-fileman06.zip ( 7,31 МБ )
adb-fileman06.src.zip ( 7,88 МБ )
Скачать: версия: 0.5adb-fileman05.zip ( 7,31 МБ )
adb-fileman05.src.zip ( 7,88 МБ )
Скачать: версия: 0.4adb-fileman04.zip ( 7,27 МБ )
adb-fileman04.src.zip ( 7,78 МБ )
Скачать: версия: 0.3adb-fileman.zip ( 7,27 МБ )
adb-fileman.src.zip ( 7,78 МБ )
Скачать: версия: 0.2adb-fileman.zip ( 7,26 МБ )
adb-fileman.src.zip ( 7,72 МБ )
Скачать: версия: 0.1adb-fileman.zip ( 7,26 МБ )
adb-fileman.src.zip ( 7,71 МБ )
Сообщение отредактировал pheone — 21.10.13, 22:45
Источник