惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

大猫的无限游戏
大猫的无限游戏
J
Java Code Geeks
小众软件
小众软件
D
Docker
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
V
V2EX
博客园 - 叶小钗
GbyAI
GbyAI
Microsoft Azure Blog
Microsoft Azure Blog
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
IT之家
IT之家
博客园 - 司徒正美
M
MIT News - Artificial intelligence
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
L
LangChain Blog
阮一峰的网络日志
阮一峰的网络日志
C
Check Point Blog

jdhao's digital space

Conversion between base64 and OpenCV or PIL Image 腾讯云对象存储博客图床开启 CDN 加速(不需要购买额外域名) Search and Replace in Multiple Files in Vim/Neovim Change Table Column Width in LaTeX Image or Table Side by Side in LaTeX LaTeX 并排显示图像或表格 Firenvim: Neovim inside Your Browser Content inside HTML tags missing in Latest Hugo? Creating Markdown Front Matter with Ultisnips Labelme JSON 标注格式转 voc XML 格式 Nifty Nvim Techniques That Make My Life Easier -- Series 6 macOS 下如何为视频制作字幕 Running Command Asynchronously inside Neovim Resolving Merge Conflict after Git Stash Pop Pylint: command not found? A Hands-on Experience with Neovim's Built-in LSP Support How to Convert PDF to Images with Imagemagick 互联网上常用缩略语集锦 File Backup in Neovim Converting PDF Pages to Images with Poppler Nifty Nvim Techniques That Make My Life Easier -- Series 5 Neovim Configuration for System-wide Use How to sort a list of tuple or list in Python -- lambda or itemgetter? Building A Vim Statusline from Scratch 人类第一颗原子弹爆炸始末 Distributed Training in PyTorch with Horovod Learning Expect Programming Essential Knowledge about SSH Nifty LaTeX Techniques -- Series 1 更改 Adsense 邮寄地址,重新寄送 PIN
File Sharing between Android and Mac Wirelessly without Pain
2018-10-21 · via jdhao's digital space

If you connect your Android device to a Macbook, you will notice that your phone is not recognized. Unlike Windows, Apple’s Mac is not so friendly to Android devices. Of course, you can install Android File Transfer provided by Google and connect your phone to Mac. But it is kinda cumbersome and does work so well. In this post, I want to share several ways to transfer files between Android and Mac wirelessly.

I have tested the three different methods listed below on my Mac and Android. For your reference, the device info is:

  • Mac: Macbook Pro 2018 with the latest macOS Mojave (version 10.14)
  • Phone: OnePlus 3T with Android 8.0.0

Bluetooth#

In order to share files between Android and Mac using Bluetooth, you need to set up Mac first. Open the system preference setting and open the Sharing panel. Turn on the Bluetooth Sharing service and set up the destination folder properly. Then you can share files via Bluetooth easily.

Pros and Cons#

The advantage of this method is that you do not need to install any additional software since Bluetooth is the standard utility across different OS. The disadvantage is also obvious: the file transfer speed is slow. I have observed that the transfer speed is about 100kb/s. For large files, it will take a lot of time. Unless you are always transferring small files, I would not recommend using Bluetooth.

KDE connect and Soduto#

From the KDE connect GitHub repo:

KDE Connect is a multi-platform app that allows your devices to communicate (eg: your phone and your computer).

First, you need to install kdeconnect for Android from the Google Play store. There is no official package for Mac. Fortunately, there is a software called Soduto which is like KDE connect. So you can install Soduto on Mac instead.

After installing these applications, you should make sure that your Mac and Android device is connected to the same wireless router. Open kdeconnect on your phone, you should be able to see your Macbook automatically like the image below.

Tap the Macbook device and let your phone pair with it. Now, you can browse files on your phone easily and share files freely.

With kdeconnect, you can not only share files, but also share the clipboard between your Android phone and Mac. When you copy text on one device, it will be automatically synced to another device. Amazing, isn’t it? The transfer speed is also high.

The disadvantage is that you need to install an application both on your phone and on your Mac.

MiXplorer#

The third way is to install MiXplorer file manager on your phone. MiXplore is a light-weight yet powerful file manager. With it, you can create FTP server or http servers on your phone, which your Mac can later connect to.

Create a HTTP server#

Open MiXplorer and click top-right button and click servers… menu, you will be prompted to choose a server type. Choose Start HTTP Server.

You will see a notification on your notification bar like the following:

Open the HTTP address in your browser, and you should be able to see all the files on your phone. Click a file to download it to your Mac1. To upload files to your phone, first choose a file and then hit the upload button in the interface.

The transfer speed is high and the process is stable.

Create a FTP server#

Like the way to create a HTTP server, we can also create a FTP server on our phone.

After starting the FTP server, we need to connect to it to share files. To connect to the FTP server. We need a FTP client. You may try the free software such as cyberbuck or filezilla. Let’s take filezilla for an example. Install this application, open it and set up the FTP server, you will see an interface like the image below:

The file transfer speed is also quite high.

Conclusion#

In this post, I introduced three ways to share files between Android device and Mac wirelessly. Overall, I recommend the second (using Soduto) and third way (using MiXplorer), since these two methods can all guarantee high transfer speed. If you need to exchange texts, URLs and other small text snippet between Android and Mac frequently, maybe Soduto suits you better.

References#