Fastest way to transfer files from PC to Redmi Note 5's MicroSD? - Xiaomi Redmi Note 5 Pro Questions & Answers

I have many gigs of files that need to be transferred to my phone's MicroSD card from the PC. The MicroSD card (Sandisk Ultra 64GB) is capable of 10 MB/s write speeds but I'm seeing ridiculously slow transfer rates using USB data cable or supposedly fast file transfer apps like SuperBeam, slow as in a lousy 5-15 Mb/s (yes, megaBITS!). It will take forever to transfer what I need to. Is there a way to transfer files from PC to Redmi Note 5 that can be done in MB/s instead of the completely unacceptable Mb/s ?

I have sandisk ultra 64gb and it is capable of 30MBps using usb 3 card reader. take it out and copy. mtp is too slow less than 10MBps

yusoffb01 said:
I have sandisk ultra 64gb and it is capable of 30MBps using usb 3 card reader. take it out and copy. mtp is too slow less than 10MBps
Click to expand...
Click to collapse
Yeah, I was hoping to avoid having to take the MicroSD out but you're right - it's the absolute fastest way to do it. Took just over a minute or two to transfer over a 1GB whereas MTP would have probably taken over an hour.

some recoveries can enable mass storage option. Also if rooted there are some apps you can try to enable mass storage option for external microsd card.

I always use Airdroid to transfer files. Should work fast if your wifi is good.

It seems you have many small files, those usually will slow down MTP a lot. When I have to backup my WA folder, I just use MiXplorer, copy it to PC SMB share folder. I just let it transfer while doing something else, speed is about 1-2 MB/s average, but better than MTP which usually stuck at somewhere because the MTP cache is not updated.
But if I want to copy it fast, I would use adb pull. More hassle, as you need to type the path completely, but very fast even for multiple small files (faster than using wifi/MTP). I forgot to measure it last time, and it may be different with your microsd. So, you have to tried it out.

Desmanto said:
But if I want to copy it fast, I would use adb pull. More hassle, as you need to type the path completely, but very fast even for multiple small files (faster than using wifi/MTP). I forgot to measure it last time, and it may be different with your microsd. So, you have to tried it out.
Click to expand...
Click to collapse
Yes, lots of small files. ADB push seems the way to go. What would be the syntax for transferring multiple files and subfolders from my PC to my android device? I'm assuming wildcards aren't supported.

JackOfOwls said:
Yes, lots of small files. ADB push seems the way to go. What would be the syntax for transferring multiple files and subfolders from my PC to my android device? I'm assuming wildcards aren't supported.
Click to expand...
Click to collapse
Oh, you want to copy to microsd, yes, should be adb push. Just replace the path with your destination. No wildcard support. It is probably faster if you copy to certain folder first and move it again at the phone. Or just simply copy the whole folder. Other method is without adb, you can just zip the small files and later unzip at the phone using MiXplorer. Yes, that will use up unnecessary write cycle, but time is much more important.
I have actually created a right click holder in the folder and files, connect it to eventghost. Selecting this menu will trigger the adb command to push the file/folder directly to /sdcard/download/ folder at the phone. I have ever create the script to parse the destination too, but my python skill is very limited. I can do it much better using automagic, but that is at the phone side only, while this must be done at PC side. Still finding time to learn python properly.

Desmanto said:
O
I have actually created a right click holder in the folder and files, connect it to eventghost. Selecting this menu will trigger the adb command to push the file/folder directly to /sdcard/download/ folder at the phone. I have ever create the script to parse the destination too, but my python skill is very limited. I can do it much better using automagic, but that is at the phone side only, while this must be done at PC side. Still finding time to learn python properly.
Click to expand...
Click to collapse
I'm surprised someone didn't make an app with a GUI that automatically runs ADB and the "push" command to simplify the process and eliminate the need for command lines. There was an app on XDA that enabled Mass Storage in later versions of android but, alas, not Oreo or later (Redmi Not 5).

Related

MTP vs MassStorage

Was ( and still am) curious why Google choose MTP over MassStorage. The other member (http://forum.xda-developers.com/showthread.php?t=1023153) did some tests with interesting results. Can confirm that got similar results for MTP's favour ( transfered same video,music,pdf files to GN and HTC Sensation).
I don't think that was the only reason for Googles decision.
Also find out one very annoying experience with MTP : you can't edit file on phone memory. It has to be transfered to PC, modified and put back to phone...
aspot72 said:
Was ( and still am) curious why Google choose MTP over MassStorage. The other member (http://forum.xda-developers.com/showthread.php?t=1023153) did some tests with interesting results. Can confirm that got similar results for MTP's favour ( transfered same video,music,pdf files to GN and HTC Sensation).
I don't think that was the only reason for Googles decision.
Also find out one very annoying experience with MTP : you can't edit file on phone memory. It has to be transfered to PC, modified and put back to phone...
Click to expand...
Click to collapse
It allows them to lump all of the internal storage together since MTP doesn't require the partition be unmounted with the phone.
Many people have phones that were partitioned poorly (N1, Vibrant, etc...) and after you install some apps you get an error that you've filled up your space (even though your phone still has 10GB free).
They hacked around it by doing Apps2SD, but even then, it wasn't perfect.
This new method allows them to utilize the full 16/32GB of storage however you want without any additional requirements from the user.
For most people that just want to copy their pictures off the phone, MTP is a lot smoother. It 'just works' and let's them get by with their day.
Unfortunately, the new way isn't perfect. I use Ubuntu for example and am having a hell of a time getting it to work. I eventually just gave up and installed a Samba File server instead.
Does anyone else have problems with folders not appearing or with errors when transferring files, or is it because I'm using a Mac and Android File Transfer software?
@tjhart85, you can get mtp working but you just need to compile the latest libmtp from source, libmtp that's included in the ubuntu repos is an older version.
i think I'm the minority here in that I actually like MTP.
The fact that I can unplug the phone, and it's ready to go is worth it. I hated the media scanning tool from gingerbread and before. Now the phone is ready to go when I unplug.
It lets the entire phone be one partition, so there are no annoying issues with multiple partitions for system, apps, etc.. It also lets the phone be used while its connected and transferring to/from the device. Also, no more mounting/unmounting and waiting for the device to be available.
It overall just removes headaches associated with files not being able to be accessed properly because they're on a different partition or on the SDcard (such as no widget support from apps installed on SDcard).
I also don't get the big deal over MTP and actually prefer it. I have a mac and haven't run into any problems. The file transferring didn't seem any slower and if anything seemed faster so I don't really get why everyone seemed to freak out when it was originally revealed.
Sent from my Galaxy Nexus using xda premium
This explains it - from the horse's mouth itself.
http://www.androidpolice.com/2011/1...behind-galaxy-nexus-lack-of-usb-mass-storage/
wolfman87 said:
This explains it - from the horse's mouth itself.
http://www.androidpolice.com/2011/1...behind-galaxy-nexus-lack-of-usb-mass-storage/
Click to expand...
Click to collapse
Great read. Thanks. I don't know why they're so against file managers, though.
tjhart85 said:
Unfortunately, the new way isn't perfect. I use Ubuntu for example and am having a hell of a time getting it to work. I eventually just gave up and installed a Samba File server instead.
Click to expand...
Click to collapse
I haven't tried this, but it does look promising:
http://collectskin.com/adbfs/
It sure sounds better than setting up a samba server, and since it's based on adb it can be made to run over wifi (although I'm not sure that is recommended).
---------- Post added at 09:34 AM ---------- Previous post was at 09:32 AM ----------
Buddy Revell said:
Does anyone else have problems with folders not appearing or with errors when transferring files, or is it because I'm using a Mac and Android File Transfer software?
Click to expand...
Click to collapse
It seems not all folders are appearing over MTP.
For instance my TitaniumBackup folder stored in /sdcard does not show at all and I'm not sure why. It might be because the folder contains no files the phone can work with? I honestly have no idea.
This was on Windows. Not Linux or Mac. So it seems to be a MTP-issue, not a platform-issue.
I had to adb shell in, create a tar of that and then adb pull it out to get it.
So yeah. MTP has its flaws. Hence me working on a workaround:
http://forum.xda-developers.com/showthread.php?t=1423392
---------- Post added at 09:36 AM ---------- Previous post was at 09:34 AM ----------
aspot72 said:
Also find out one very annoying experience with MTP : you can't edit file on phone memory. It has to be transfered to PC, modified and put back to phone...
Click to expand...
Click to collapse
If I were to nitpick I would have to say that technically speaking that was always true, but yeah, now you actually have to manage that transfer manually and that sucks.
But you can use the memory on the phone while transferring from pc!
jamontoast1291 said:
I also don't get the big deal over MTP and actually prefer it. I have a mac and haven't run into any problems. The file transferring didn't seem any slower and if anything seemed faster ...
Click to expand...
Click to collapse
can I ask what exactly happens when you plug into a MAC? Eg, do you have to launch ATP, does it appear in Finder, does it launch iPhoto automatically? I'm just trying to get a picture & short of taking my MAC into town ... has anyone YT'd this?
Sent via phone - nuff said
MTP also solves the 4GB file size limit. With USB mass storage all phones have FAT32 for their data partition in order to be compatible with most computer, but that means 4GB file limit.
With MTP the file system isn't visible for the computer, so the phones will use a good filesystem like EXT4 also for the data partition.

[Q] MPT Transfer issue

For some reason, MPT suck for me becasue it wont always transfer files between phone and PC.
For example, i select all images i want on my PC and copy them just to see that they aren't all copied. Same goes for APK.
Windows Explorer also can't see some of the thumbnails on camera folder and reports them corrupt but they look and open just fine on phone.
Anyone else has these issues and possible solution?
I don't accept managing media files via adb comments or anything similar.
THanks
does MTP transfer any files at all? or will it only transfer some?
MTP can be finicky sometimes....issues i've had before preventing me from transferring properly include a slightly dirty microUSB port on the phone, where wiggling the connection loses the MTP connection while transferring; drivers not installed correctly; sometimes just rebooting both phone and PC does the trick.
If it fails while transferring a large batch of files, try moving them in small groups, like 20 at a time and see if they all make it then.
PC or MAC? (or linux?)
yeah, it transfers the files but not all of them from one directory for some reason. Sometimes ot didn't trasnfered batches of 2-3 files at the same time which is insane.
Then about an hour ago i reead on some forum that guy recommends backing up files with ADB and deleting problematic directory and than copying files back to it.
I just did that and it works as it supposed to.
Transfers all filess to/from device.
What a strange issue.
GSM GNex/Windiws7 x64
I can confirm this issue. I have it from time to time as well and it seems rebooting my phone does the trick. Sometimes, I just cannot send my titaniumbackup folder from my pc to the phone, where I would get an error saying it cannot be sent or it hasn't been sent.
I'd like to know what's causing this. Is mtp not reliable?
Sent from my Galaxy Nexus using Tapatalk 2
MTP on the Galaxy Nexus/ICS is controlled by the MediaStore, and this can cause trouble.
General fix for this should be similar to what I outlined here.
Thanks for the tip man, i formatted my internal storage and recreated all folders again and it works as intended now.
I did this before you posted this solution.
I'll try it if i ever get this issue again (hopefully not)

What's the best way to backup files from the phone's storage?

I am using Windows 7 and I need to backup my data so I can move to JB. However, when I connect my phone with a USB cable and drag all the files from my phone over to my laptop, it TAKES FOREVER!!!
Also, I think it "times out" or something because in the middle of the process, I'll always get "invalid copy handle" errors and have to start over.
Does anyone know a good, fast way to backup the data on our phones?
Neo3D said:
I am using Windows 7 and I need to backup my data so I can move to JB. However, when I connect my phone with a USB cable and drag all the files from my phone over to my laptop, it TAKES FOREVER!!!
Also, I think it "times out" or something because in the middle of the process, I'll always get "invalid copy handle" errors and have to start over.
Does anyone know a good, fast way to backup the data on our phones?
Click to expand...
Click to collapse
Well you can always do "adb pull /sdcard/ C:\directory you want"
Also to backup apps+data, do "adb backup -f C:\directory you want -all -apk -noshared -system" For more info about backing up apps and data, check this thread
Hope I you have drivers installed and know how to use adb
Thanks for the ideas!
I actually tried copying one folder at a time and it's much more reliable. Still slow but at least no time outs.
I'm just glad I could help!
Transferring speed can't be adjusted, since there's a limit from the USB cable...
If there is a corrupt file that directory will fail transfer that directory manually, and avoid the corrupt file.
Sent from my Galaxy Nexus using xda app-developers app
Use adb or access a shared folder on your computer via wifi using a file manager that supports lan shares. For instance: es file explorer.
Sent from my Galaxy Nexus using Tapatalk 2

[APP] - Android File Transfer, issues on Note 3

***SOLUTION FOUND! I CAN NOW ACCESS THE FOLDER. SEE POST BELOW.***
Android File Transfer was working great up until a few days ago when it started to bug out, only for when trying to access the Camera folder on my exSD Card.
I can access everything else except when clicking on this folder the message pops up, which makes no sense because my screen isn't locked. (Screenshot attached.)
Could it be that the amount of pictures/videos on the exSD card is too much to handle for AFT? After all, it is a 64GB card...which is a lot of land to cover and load....hmmmm
I've tried this, but no luck.
Note: I'm aware of AirDroid etc...Personally I prefer to be plugged in direct via USB.
iunlock said:
Android File Transfer was working great up until a few days ago when it started to bug out, only for when trying to access the Camera folder on my exSD Card.
I can access everything else except when clicking on this folder the message pops up, which makes no sense because my screen isn't locked. (Screenshot attached.)
Could it be that the amount of pictures/videos on the exSD card is too much to handle for AFT? After all, it is a 64GB card...which is a lot of land to cover and load....hmmmm
I've tried this, but no luck.
Note: I'm aware of AirDroid etc...Personally I prefer to be plugged in direct via USB.
Click to expand...
Click to collapse
Not really a theme Or app question but I'll give it a swing.
Can you access it on your phone fine?
Did you try using a card reader an see if you can access it that way?
If it's stating locked, it may have set permissions on your folder that inhibit access? Check those in a root explorer an see what they say too
Sent from my SM-N900T using Tapatalk 2
Mod, can you move this over to the proper forum. Thanks.
Possible causes / Things I've tried:
I do have some pictures in an App called: KeepSafe, where you have to enter in a pin code to access those pics, so then I was thinking maybe this was causing the problem. So I entered the App and tried connecting, but darn...same old thing. Doesn't work and I keep getting the same error message as the pic I have attached to the original thread.
I have also tried to reboot in Recovery (twrp) and tried to mount the exSD, but still nothing. Here's the message it gave me:
E: Unable to mount '/usbstorage'
This is driving me crazy. Anyone?
cbucz24 said:
Not really a theme Or app question but I'll give it a swing.
Can you access it on your phone fine? - Yes I can access it just fine through ES File Explorer. I've also checked the permissions.
Did you try using a card reader an see if you can access it that way? - I'm sure it'll work fine with a card reader, but that's not my preferred method. It's just frustrating for something to have worked and out of the blue stop.
If it's stating locked, it may have set permissions on your folder that inhibit access? Check those in a root explorer an see what they say too - I've uploaded a screen shot of the message that I'm receiving.
Sent from my SM-N900T using Tapatalk 2
Click to expand...
Click to collapse
Try moving the KeepSafe files to another directory.
Frank
Update 6/30/14
SUCCESS!
From the gallery on your phone, you can create folders and move (not copy) over pictures/videos and it'll be default save it to your phones internal SD card.
I didn't want to move all 4,000+ pics/vids so I just did it in little batches of 20 here 50 there and made just a few folders.
Then I connected the phone to my computer and accessed the Camera folder and....bam there it OPENS!
My theory:
If you have more than ~50% of your external SD card filled up then chances are your computer (Android File Transfer, for Mac users) will have a hard time trying to access that huge folder that is < 30+GB's ...
Therefore, you just have to lighten up the load on that folder so that it can be accessed with ease...
Pretty straight forward and simple.
Update 6/30/14
***SOLUTION FOUND! I CAN NOW ACCESS THE FOLDER. SEE POST BELOW.***
From the gallery on your phone, you can create folders and move (don't copy) over pictures/videos and it'll by default save it to your phones internal SD card.
I didn't want to move all 4,000+ pics/vids so I just moved about a couple hundred pictures to varies folders.
Then I connected the phone to my computer and accessed the Camera folder and....bam there it OPENS!
My theory:
If you have more than ~50% of your external SD card filled up then chances are your computer (Android File Transfer, for Mac users) will have a hard time trying to access that huge folder that is < 30+GB's ... (Windows wouldn't open it either.)
Therefore, you just have to lighten up the load on that folder so that it can be accessed with ease...
Pretty straight forward and simple. Hope this helps.
iunlock said:
My theory:
If you have more than ~50% of your external SD card filled up then chances are your computer (Android File Transfer, for Mac users) will have a hard time trying to access that huge folder that is < 30+GB's ...
Click to expand...
Click to collapse
It is more likely that they thought it very unlikely that there would be more than the old limit of 2,000 files in a directory so they didn't allow for it in the program code.
Frank

usb charging will not turn off ??

I'm trying to transfer some photos from my note 7 to a usb stick and it keeps triping back to usb charging??
I have...
in developer options
usb debugging "on"
networking
usb configuration
MTP selected
when I plug the stick in I pull down the notification page when I tap "supplying power via usb"
I try to select "Transferring media files" ( MTP) for 2 seconds in engages then automatically switches back to "Supplying power via usb " ??? I can't transfer anything ???
any ideas on this one ??
skyeking69 said:
I'm trying to transfer some photos from my note 7 to a usb stick and it keeps triping back to usb charging??
I have...
in developer options
usb debugging "on"
networking
usb configuration
MTP selected
when I plug the stick in I pull down the notification page when I tap "supplying power via usb"
I try to select "Transferring media files" ( MTP) for 2 seconds in engages then automatically switches back to "Supplying power via usb " ??? I can't transfer anything ???
any ideas on this one ??
Click to expand...
Click to collapse
Your usb stick is not a computer, it does not need to read your phone with MTP protocol.
The phone should provide power to the USB stick, exactly as it is saying, so that your phone can read the contents of the USB stick.
Get a File Manager like FX to transfer items to and from your USB stick.
I have the same problem. It always says usb charging and I could not transfer pictures to my usb using the usb-c/usb adaptor. I tried using file manager app but I get confused with all these asking permissions and I end up unable to transfer anything. I never had this problem with my S7 edge before. I tried connecting the phone directly to the mac using android file transfer but could not connect. I would really appreciate if someone can give us a more detailed steps on how.
edsol said:
I have the same problem. It always says usb charging and I could not transfer pictures to my usb using the usb-c/usb adaptor. I tried using file manager app but I get confused with all these asking permissions and I end up unable to transfer anything. I never had this problem with my S7 edge before. I tried connecting the phone directly to the mac using android file transfer but could not connect. I would really appreciate if someone can give us a more detailed steps on how.
Click to expand...
Click to collapse
jcadduono said:
Your usb stick is not a computer, it does not need to read your phone with MTP protocol.
The phone should provide power to the USB stick, exactly as it is saying, so that your phone can read the contents of the USB stick.
Get a File Manager like FX to transfer items to and from your USB stick.
Click to expand...
Click to collapse
I tried that I have ES file explorer like "edsol" said it won't mount the stick because it's in charging mode
I tried several time to switch it off of charging mode but always flips back after a few seconds.
if "edsol" has the same problem then I guess it's not just my phone........there must be a fix for this??
I had the same situation, and I had to format the USB stick in "exFAT" to be able to copy files to it. NTFS is supported only for reading, but not for writing.
So check that your USB stick is not NTFS.
FAT32 and exFAT are the same, the difference is that exFAT doesn't have the FAT32 limitations (maximum file size of 4 GB)
Goremael said:
I had the same situation, and I had to format the USB stick in "exFAT" to be able to copy files to it. NTFS is supported only for reading, but not for writing.
So check that your USB stick is not NTFS.
FAT32 and exFAT are the same, the difference is that exFAT doesn't have the FAT32 limitations (maximum file size of 4 GB)
Click to expand...
Click to collapse
Thanks...but it is exFat......I did a reformat just incase.......still a no go ??
you probably need some file manager to do what you want, Android sucks when it comes to manual file management.
Anyway I have ES file explorer loaded on my phone, so plugged in USB c to USB2 adapter, put in 32 GB FAT32 memory stick, ES file exp. open up and I transferred couple files from stick to SD, just to test it if it works. It did, but you would have to pay me a lot of money to do it on regular basis, so awkward. I just plug my phone to PC and use windows click and drag to move files around. Now I run into problem, when I was transferring my pictures, couple days ago, F???? Android lock my sd card for no reason (F????? Google is messing SD cards on phones since at least kitkat). I had to fix sd and take write protect off, but I'm sure it's Google not Samsung. Anyway, it works like a charm, just watch out for Google's broken permissions showing it's ugly head.
What File Explorer are you using? Some of them can't write to external storage because of Marshmallow permissions.
"My Files" of Samsung worked for me while "ES File Explorer" didn't work (before root)
I used ES File Explorer, I'm sorry I said wrong in my previous post, I moved couple files to phones DCIM folder, not SD, it's so awkward and I just wanted to see if it works at all, it did, I confirmed the files were moved, before deleting them. So actually I don't know if it would work on SD card, but I would never ever transfer files like that: I would use my pc laptop for direct transfer between SD and stick. So the concept I described works, but as far as permissions to particular folders go, they're so messed up and don't even want to test it again against SD. In theory it should work at least for transfer to root directory, since card is not protected, may not work for transfer to folders created by other programs due to permissions. At some point I may have to root this phone just to fix those stupid permissions, but I haven't used Marshmallow until now, so not sure how broken those permissions are here.
pete4k said:
I used ES File Explorer, I'm sorry I said wrong in my previous post, I moved couple files to phones DCIM folder, not SD, it's so awkward and I just wanted to see if it works at all, it did, I confirmed the files were moved, before deleting them. So actually I don't know if it would work on SD card, but I would never ever transfer files like that: I would use my pc laptop for direct transfer between SD and stick. So the concept I described works, but as far as permissions to particular folders go, they're so messed up and don't even want to test it again against SD. In theory it should work at least for transfer to root directory, since card is not protected, may not work for transfer to folders created by other programs due to permissions. At some point I may have to root this phone just to fix those stupid permissions, but I haven't used Marshmallow until now, so not sure how broken those permissions are here.
Click to expand...
Click to collapse
I've tried a few file programs including My Files..........but the usb stick isn't recognized because it stays in charging mode
so can't even attempt to transfer anything....this is frustrating !!

Categories

Resources