Transferring files between macOS and Android or any other MTP devices has always been a nightmare. There are a few File Transfer MTP apps which are available online but most of them are either too expensive or come with bad UI/UX.
Countless searches to find an app to solve these problems and failing to find one made me restless. So, I took the leap and decided to create an app for us that could help us have a smooth and hassle-free file transfer process from macOS to Android/MTP devices. Created with the objective of giving back to the community, we can all use this app for free in this lifetime.
- Flutter version: 3.22.1
- Source code: Flutter
- Core: ADB
- Open MTP not working on any devices.
- This project work on ADB
- Support transfer unlimited file size.
- Support show file detail in json, text, image, video, ...
- Auto highlight and scroll to file pasted.
- Extract compress file without password (zip, rar, ...).
- Download
.dmg
file. - Open and drag Device Xplore to Applications
- Open app, waiting download dependencies and play now.
- N/A
- [ ✅ ] Auto install adb if not exist
- [ ✅ ] Extract Zip file
- [ ✅ ] View audio, text, json, mp3, mp4, image, svg
- [ ✅ ] Copy files/folder from host to adb
- [ ✅ ] Copy files/folder from adb to host
- [ ✅ ] Reload file list
- [ ✅ ] Sort by name
- [ ✅ ] Sort by type
- [ ✅ ] Sort by date
- [ ✅ ] Show image
- [ ✅ ] View flat list
- [ ] View grid
- [ ✅ ] Delete file
- [ ✅ ] Rename file
- [ ✅ ] Make folder
- [ ✅ ] View multi tab, add new instance
- [ ✅ ] Add short key
- [ ✅ ] View file system
- [ ✅ ] Paste files/folder
- [ ] Install apk
- [ ✅ ] Navigate by keyboard
- [ ✅ ] Select all
- [ ✅ ] Select multiple item by short key
- Target short key:
Status | Command | Short Key |
---|---|---|
[ ✅ ] | Delete | backspace |
[ ✅ ] | New Folder | Command(⌘) + N |
[ ✅ ] | Copy | Command(⌘) + C |
[ ✅ ] | Paste | Command(⌘) + V |
[ ✅ ] | Select All | Command(⌘) + A |
[ ✅ ] | Refresh | Command(⌘) + R |
[ ✅ ] | Rename | Command(⌘) + D |
[ ✅ ] | Open | Enter |
[ ] | Navigate left | left |
[ ] | Navigate right | right |
[ ✅ ] | Navigate bottom | down |
[ ✅ ] | Navigate top | up |
[ ] | Select multiple forward | Shift + left or Shift + up |
[ ] | Select multiple backward | Shift + right or Shift + down |
[ ✅] | Select multiple | Command(⌘) + click or Shift + click |
[ ] | New tab | Command(⌘) + T |