7

I have a OnePlus 10 Pro device with USB Type C 3.1 (according to gsmarena).

I am trying to transfer huge files from it to my pc using the USB cable, but the speed is only 45MB/s which is the max speed of USB 2.0 as I know (My pc also has USB 3 and fast SSD M.2).

Can I know how I can benefit from having USB 3.1 on my device and make the transfer faster?

18
  • Are these files compressable? community.oneplus.com/thread/1571776
    – Gantendo
    Commented Apr 13, 2023 at 3:11
  • would using the WIFI be faster than USB?
    – Gantendo
    Commented Apr 13, 2023 at 3:12
  • 1
    This question should include more details and clarify the problem.
    – Ramhound
    Commented Apr 13, 2023 at 3:28
  • 3
    On the OnePlus home page is mentioned that you need a special data cable (sold separately). The "standard data cable" (was one included?) only supports USB 2.0. oneplus.com/global/10-pro/specs
    – Robert
    Commented Apr 13, 2023 at 7:28
  • 1
    Have you checked on the PC if the USB connection to the OnePlus device is enumerating as USB 3 or USB 2? The way of checking that depends upon the Operating System and I'm not sure which Operating System your PC is running. Commented Apr 13, 2023 at 12:47

4 Answers 4

24

According to the OnePlus web-site the factory supplied USB cable is USB 2.0 only (even though it has a USB-C connector at the end).
(This is mentioned in the small print at the bottom of the specs page.)

So using a 3rd party cable that is a proper USB3.1 cable should in theory give you higher speeds.

Still... If the transfer is MTP based (not sure of this is the case for this phone) it will usually be 3x to 4x slower than the speed you would get from a USB memory stick. (MTP just is a less efficient and thus slower protocol.)
Another thing is the speed of the phones internal storage. If that is a slow form of memory it may also limit the maximum throughput on the cable.

So there is no telling what speed is actually achievable. It depends on more than just the cable.

6
  • Thanks for this detailed explaination. how to make sure if my device is using mtp or not? another small question my laptop has 3.2 gen 2 and my smartphone is 3.1 gen 1 if I bought a cable which version should I buy? also will that make the connection between them not compatible to be version 3 and forcing them to back to version 2 ? Commented Apr 13, 2023 at 10:36
  • @TharwatMella Either cable should work just fine. All USB 3/4 protocols/cables are compatible. (USB2 only cables may have USB 3 connectors, but not all wires will be connected internally as USB2 uses less wires than 3 and up...). MTP devices show in Windows Explorer as a media folder, but don't have a drive-letter,. And Disk Administrator doesn't see them as a "disk".
    – Tonny
    Commented Apr 13, 2023 at 11:48
  • 1
    It is using MTP. Android has been using MTP for ages because exposing internal storage as mass storage is like opening a Pandora's box.
    – gronostaj
    Commented Apr 14, 2023 at 15:02
  • @gronostaj Actually, Android used to do exactly that (expose the SD card as mass storage) in the olden days (up to maybe Android 4, roughly a decade ago). They then managed to close that Pandora's box by switching to MTP.
    – TooTea
    Commented Apr 14, 2023 at 21:18
  • @TooTea I'll take your word for it. I don't even own a smartphone myself (never have) and the one I get from work has always been an iPhone, so I wouldn't know about Android. iPhones are MTP as well if you don't use iTunes. iTunes uses some Apple proprietary way to connect which is my experience about twice as fast as MTP for file-transfer.
    – Tonny
    Commented Apr 15, 2023 at 12:47
2

To suggest a potential solution which has worked in prior instances I've experienced the same issue - try using a different / better / newer USB cable for the connection between your phone and the PC.

While I realize this doesn't strike confidence that it would work - or it didn't for me at first - but I was shocked to realize that, in fact, that was exactly what the problem was. And just as a fair warning, I have a dozen cords around here... and had to try quite a few before I discovered it was actually the cause.

Regardless, I assure you this is at least a potential solution.

9
  • I am using the cable came with the device it is the best cable I could try Commented Apr 13, 2023 at 3:42
  • 3
    @TharwatMella According to the OnePlus home page the cable that comes with the phone only supports USB 2.0.
    – Robert
    Commented Apr 13, 2023 at 7:28
  • 1
    @Robert is it really normal to buy a device supporting USB ver 3 and not giving the USB ver 3 Cable? Commented Apr 13, 2023 at 8:41
  • 3
    @TharwatMella from the vendor's point of view, only charging is the basic need that they have some responsibility to fulfill. (USB 3 cables have more data cables and can transmit higher current while usb 3 devices more or less mandates a usb 3 (type-a) host to at least give 0.4A more than a usb 2 port, type-c / pd charging cable can be usb 2.0 while supports 60w pd (or even 100w), and normally an in-terms-of-fast-charging-nice-enough-cable will be shipped with the phone)
    – Tom Yan
    Commented Apr 13, 2023 at 9:43
  • 1
    @DongLi The theoretical baseline for classic USB 3.0 (currently officially called ‘USB 3.2 Gen 1x1), factoring in encoding and protocol overhead, is roughly 400 MB/s. However, in practice that’s sufficiently fast that you won’t see that kind of performance unless you’re copying particularly large files (or using a UAS device and copying things in parallel). In my own experience, for USB MSC devices (most flash drives) it works out to something around 250-350 MB/s depending on the size of the files, and for MTP devices (most Android phones) it’s closer to 150 MB/s (MTP is pretty inefficient). Commented Apr 14, 2023 at 1:44
2

If your copy goes as fast as 45 MB/s over USB 2.0, then you are very lucky. In theory it can go up to 60 MB/s, but in practice it's closer to 20 MB/s, and sometimes it's as slow as 10 MB/s.

I was able to do 90 MB/s copies between an Android phone and a PC, using USB 3.0 and ADB. I haven't seen anything faster in practice, but maybe I have a slow phone or slow PC.

In addition to buying a faster cable, you may want to use a protocol faster than MTP. Such a protocol is the one used by the adb push and adb pull commands run on the PC. To set it up:

  1. Enable developer mode on the phone.

  2. Enable USB debugging in the developer options on the phone.

  3. Install ADB (the adb command) to the PC.

  4. Connect the phone to the PC using USB. Make sure that you use an USB 3 cable, an USB 3.x port on the PC, and nothing (e.g. USB hubs, USB adaptors, docking stations) other than the cable between the phone and the PC.

  5. At the command prompt, run adb devices, allow it within the notification window on the phone.

  6. Use adb pull (+ folder names) to copy from the phone to the PC. For example, to copy all photos and videos taken by the phone: adb pull -a /sdcard/DCIM DCIM_from_phone.

  7. Use adb push (+ folder names) to copy from the PC to the phone.

Follow tutorials on the web for more specific instructions depending on the operating system on the PC and the phone model.

Even after doing so, your copy may be slower than expected because:

  • The phone (e.g. built-in flash storage or CPU) is slow.

  • The storage on the PC (e.g. old HDD) is slow.

  • The PC (e.g. CPU) is slow or busy running other programs.

  • The antivirus software on the PC makes the copy slow, because it is checking all copied files one-by-one.

  • The operating system on the PC has a broken or suboptimal USB stack or drivers.

1
  • 1
    i was planning to write an answer about using adb. adb is the best and the fastest Commented Apr 16, 2023 at 16:01
0

I'd use ADB instead with a program like MyPhoneExplorer or AndroidDrive with a fast copying program like Teracopy

You'll need to enable developer options in settings to use these, and make sure ADB drivers are installed.

AndroidDrive is currently only available for 64 bit systems, (if someone knows how to compile the code for 32bit here is the link.)

Tutorial crossposted from AndroidDrive:

To be able to use AndroidDrive, you need to do three things (the order in which you do them doesn't matter):

Install AndroidDrive on your Windows computer: Either use the installation program, or download and extract the zip file. If you want to start AndroidDrive when Windows starts, create a shortcut to AndroidDrive in %appdata%\Microsoft\Windows\Start Menu\Programs\Startup.

Install Dokan on your Windows computer: The easiest way is to use their installation program (this is the installation program for Dokan 2.0.6, which is the version AndroidDrive was tested on). If you prefer, you can find other ways to install Dokan in their documentation.

Enable USB debugging on your Android device: For AndroidDrive to be able to detect and interact with your Android device, you need to enable USB debugging. To do so, follow these steps:

Open Settings on your Android device. Go to "About phone". Scroll down to the bottom and tap "Build Number" seven times until you get a message saying that you're a developer. Go back to the main settings screen, then go to System > Advanced > Developer Settings and enable USB debugging. Usage: When AndroidDrive is running and you connect an Android device, AndroidDrive will automatically mount a drive containing that device's internal storage.

If you don't want AndroidDrive to mound a drive for a specific Android device, you can right click on the AndroidDrive icon in the task bar, go to Devices and click "Device settings", then uncheck "Automatically connect drive". To actually disconnect it, you also need to click "Disconnect drive" in the Devices window. You can also temporarily disconnect a drive by clicking "Disconnect drive" without changing the device settings.

When AndroidDrive detects a new Android device, it will automatically be assigned the first available drive letter after C (for example if your only drive is the hard drive, this will mean that it will be assigned the letter D). You can change the drive letter assigned to a specific Android device by right clicking on the AndroidDrive icon in the task bar, going to Devices, clicking "Device settings" and selecting a drive letter under "Drive letter". If you do this to a drive that's already connected, you will need to disconnect and re-connect the drive for the changes to take effect.

Languages AndroidDrive is currently available in the following languages:

English French Hungarian (translation by gidano) Italian (translation by bovirus) Swedish

Once the drive is seen in Explorer with a drive letter, it should act just like any other hard drive and you can use teracopy or whatever program you wish.

3
  • 1
    This answer is a bit terse for most people. Please explain it. Such as what gets installed on the phone, what gets installed on the PC etc. Commented Nov 5, 2023 at 7:05
  • Do you have any evidence that TeraCopy is ableto copy files from/to Android devices? (I think it can't.) Does it work over MTP or ADB?
    – pts
    Commented Dec 4, 2023 at 12:11
  • Yes, I tried it. ADB with AndroidDrive and MTP with MTPdrive (but ADB works better) I'll try to post a tutorial soon. You need a good usb cable with data sync, the charging ones won't work for this. Commented Dec 5, 2023 at 17:30

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .