I am trying to transfer 14 GB folder from my laptop to my phone using USB cable but the copy stops at 2.1 GB and doesn't give any error message, is there a way I can transfer the whole folder?
Asked
Active
Viewed 46 times
0
-
1Do you copy the files to internal storage or to an "external" SD-card (non-adopted)? – Robert Jan 31 '23 at 12:10
-
1better use adb push – alecxs Jan 31 '23 at 12:31
-
@Robert internal storage – Victor Aldo Feb 01 '23 at 14:59
-
@alecxs dont know how to do that – Victor Aldo Feb 01 '23 at 14:59
-
Then this is strange, because MTP should have a limit of max 4GB per file and internal storage should be formatted with a file-system that should allow the same size or even more. Your laptop is running Windows? Which version? – Robert Feb 01 '23 at 15:02
-
enable developer options, enable usb-debugging, connect phone, install ADB drivers, extract platform-tools, (optional) set path, open cmd.exe, type: adb.exe push "C:\path\to\dir" /sdcard – alecxs Feb 01 '23 at 23:42