Data transfer in portable media players: Media Transfer Protocol (MTP). Fixing the MTP USB error What is a usb device mtr

Recently, the synchronization of mobile gadgets based on the Android OS with standard computer systems has undergone quite a lot of changes. The new technology was based on the use of the so-called MTP Device-driver when the device is directly connected to a computer or laptop via a universal USB port.

What is MTP Device?

In general, MTP (Media) technology first saw the light back in 2008 on mobile gadgets with Honeycomb in OS Android Ice Cream Sandwich. At that time it was considered an integral part of the Windows Media package, but then it was standardized as one of the main types of USB devices.

That is why now stationary operating systems, when connecting a mobile gadget, define it as an MTP Device. In fact, the development itself was not something new, since it very much resembles the PTP (Picture Transfer Protocol) protocols, more precisely, it is one of its varieties in the form of additional extensions.

MTP Device Driver as an alternative to USB Mass Storage

As for the functioning of such a system, it is probably clear that without installing a driver, it is basically impossible. However, compared to the usual data exchange through the driver, it works a little differently.

The most important difference, which is also the advantage of the new technology, is as follows. The fact is that when using a standard connection using USB Mass Storage, two sections are created (for media files and for applications separately), and one of them always depends on the other. A situation arises when a smartphone or tablet does not have access to one of the sections, and the computer perceives both. That is why a situation arises when applications installed on an SD card not only do not work, but do not even start.

In the case of using MTP Device, there are no such restrictions. In addition, there is even no need to use the FAT file system. And if earlier the redistribution of free space occurred due to the influence of one partition on another, in this case there is nothing of the kind. Simply put, in the past, taking up free space on one partition led to a decrease in the size of another. Now both sections remain unchanged.

Standard driver installation in Windows

Now let's see how the standard driver installation is performed when synchronizing a device with Windows. Let's say we have a Samsung smartphone or tablet.

As a rule, when the device is connected to the computer terminal for the first time, the system displays a message in the system tray that a new device has been found (in our case, MTP Device Samsung). The system itself installs the driver necessary for synchronization without any problems, after which the data transfer can be carried out in the same way as using a regular USB connection, when both the internal drive and the external SD card are detected. Of course, errors may appear (like “Samsung Mobile MTP Device driver not installed”), but we will dwell on them a little later.

General recommendations for installing drivers for most Android devices

In principle, the automatic installation of the necessary drivers by the Windows operating system itself almost always works. However, you can use alternative methods related to the installation of related utilities for a smartphone or tablet.

So, for example, the same Samsung MTP Device driver is installed automatically if the latest version of the Kies application is available. Note that Samsung does not release drivers for each specific model of a mobile gadget, so it makes absolutely no sense to look for them, say, for S6 or Galaxy Note 2.

For HTC smartphones, you need to use specialized software called HTC Sync Manager (sometimes you may need to install firmware via FastBoot mode). For LG, you can find a driver on the official website of the manufacturer specifically for a specific model. For Nexus, you need to use the ADB RUN utility and install the driver from the standard Device Manager. In the case of using Sony gadgets, there are two options: installing Sony PC Suite or using FlashTool drivers. In principle, there is no difference, but you need to remember that these are two mutually exclusive programs - when installing one, the other must first be removed.

Usage in Mac OS

Using devices classified as an MTP Device when synchronizing with stationary Macs or Apple laptops is not much different from its counterpart in Windows.

Unless, for complete certainty, you can additionally install the Android File Transfer application, that's all. The rest shouldn't be a problem.

Installation on Linux (Ubuntu)

On Linux systems, due to their specificity, installing MTP Device drivers is somewhat more complicated. As an example, consider this process for installing a Nexus driver.

So, we use the command window, in which we first write sudo nano -w /etc/udev/rules.d/51-android.rules (installing UDEV rules). Then enter the command SUBSYSTEM=="usb", ATTR(idVendor)=="04e8", ATTR(idProduct)=="6860", MODE="0600", OWNER="<Имя пользователя>", after which we sequentially execute the lines sudo apt-get install mtpfs, sudo mkdir/media/GNexus and sudo chmod 775/media/GNexus.

Next, we connect the gadget to the computer and enter sudo mtpfs -o allow_other /media/GNexus. Everything, now, using Nutilus, you can move any files and folders. Yes, the most important thing. When all operations are completed, don't forget to use the final command sudo umount mtpfs.

Possible errors and methods for their elimination

Unfortunately, the appearance of errors is also not excluded. In most cases, this only applies to Windows operating systems. Let's try to consider the most common failures and the simplest methods for their elimination.

First of all, it is worth checking if the accompanying utilities are up to date with the latest versions. When using them, it is advisable to download the latest distribution kit from the manufacturer's website.

If the driver for MTP Device still does not work, you can try to reinstall it manually. To do this, go to the "Device Manager". In theory, if the driver is not installed or the device itself is not working correctly, it will be marked with a yellow icon. Everything is simple here. You need to find the driver update button in the properties, and then select only compatible devices from the list. If this does not help, you will have to remove it, and then reinstall it automatically. If this does not work, you will have to tell the system the place where the installation distribution kit containing the necessary information is stored.

Sometimes, though, it doesn't help. There can be any number of reasons. In some cases, installing the most recent version of Windows Media Player on your system may help. Probably, you just have to check the system partition of the hard disk for errors, but you never know what could be. It also happens that this type of error or failure can be generated by the “native” media player itself (this option, unfortunately, is not excluded). In this situation, if you are using versions of Windows in the form of "seven" and higher, you can try to simply disable the multimedia components in the "Control Panel" program section.

As it is already clear, the reasons for such failures simply cannot be counted. Therefore, it will be necessary to move from the simplest methods of solving the problem to more complex or even cardinal ones, taking into account the specifics of the cause in each specific case and for each specific device.

However, as practice shows, one of the universal solutions can be the use of the system registry. Here you need to find the UpperFilters key in the main section HKEY_LOCAL_MACHINE through sequential navigation through the tree (System\CurrentControlSet\Control\Class) and delete it. This will not affect the performance of the "OS", but the connection will work as expected. We note right away that in most cases this method can be used for gadgets from Samsung.

Conclusion

Here, in principle, in brief, is everything that concerns the main issues related to the use of a connection using MTP technology. As you can see, you don’t have to strain yourself to install the driver, except perhaps in Linux. Basic errors are easily fixed, but for each case it is desirable to find out the root cause before taking any drastic actions like deleting registry keys. But in most cases, there should be no failures, especially if you install the latest versions of additional software for your gadget.

In any case, you can simply refer to the official Internet resources of mobile equipment manufacturers. Surely there is a help section with a description of problems of this type. Perhaps the problem is not even in Windows, but, let's say, in the device's firmware or disabled features and settings.

It is not uncommon to encounter situations when a user connects a mobile device to a computer via a USB cable, but the system does not recognize the device and even displays an error message. And this, unfortunately, applies not only to the simplest phones, but also to modern tablets, smartphones, and even cameras or cameras. How to recognize an MTP USB device, make it visible and fully functional, is further proposed to consider in as much detail as possible. Let's try to apply some classic methods and solutions that users offer on the Internet.

Windows 7 error: "MTP USB device. Refusal". General essence of the problem

I would like to note right away that the problem is that the mobile device is not defined by the operating system solely as a drive (neither the internal partition nor the removable card are visible).

Many users think that the main reason is that the MTP USB device driver does not work properly. Yes, indeed, such a situation can be observed, but only in part. Sometimes the problem may be in the settings of the device itself or even in the settings of the Windows system registry. In addition, if some additional components and updates are not installed on the system, designed to ensure the correct operation of these types of connected devices, an error may also appear.

Initial actions with the registry

So, before downloading the driver, you can take, so to speak, preventive measures using the system registry for this, since some installed keys may contain prohibitions on detecting mobile devices.

First of all, we call the editor (regedit in the Run menu) and go to the HKLM branch. Through the SOFTWARE section and control directories, we go to the final directory, as shown in the image above. On the right there is the UpperFilters key, which just interferes with us. Delete the entry, exit the editor and reboot the system. After that, as a rule, when the device is connected to a computer or laptop, the drivers, if they were not there, will be installed automatically, and the MTP USB device itself becomes visible in the system.

Installing or updating the driver

But it also happens that the above key in the registry is initially absent, and devices are not detected under any pretext. What to do in such a situation?

Here you need to go to the “Device Manager” with the device connected to the computer, find your device marked with a yellow triangle, and select the driver update through the RMB menu (you can also use the properties section). When the system starts to issue recommendations, you should select only compatible drivers. If this does not help, download the universal MTPPK driver from the Internet, install it yourself, or specify the full path to the saved file to the system.

Sometimes a non-working USB MTP device can be identified by selecting the hardware ID from the information drop-down list in the details tab, and then searching the Internet for a driver using the longest line containing the DEV and VEN identifiers. It goes without saying that after downloading the driver you will also have to install it yourself.

Installing additional system components

Sometimes, even with a working driver, the error can occur again and again. It is believed that this situation is largely due to the lack of special components of the operating system itself.

The fix for the error is to download the Windows Media Feature Pack or its missing elements from the official Microsoft website, and then install it. User feedback suggests that this sometimes works.

Other troubleshooting options

Some owners of mobile equipment, after deleting the above registry key, recommend disabling the mode. Sometimes it helps to set the settings using the PTP (camera) connection type instead of MTP.

Owners of Samsung smartphones and tablets claim that in order to determine the MTP USB device, it is enough to install the appropriate adapter (it is installed along with the Samsung Kies program).

Another option is allegedly to boot Windows in safe mode and log in with an administrator account. In this case, the drivers are installed automatically and without problems.

To identify Apple mobile technology, many users recommend using the following steps. Through RMB on the system partition (drive "C"), the properties section and the security tab are selected, and in the menu of groups or users, the presence of the "Authenticated" line with the "Read" parameter is checked.

Similar actions are performed for the Windows directory. If the specified parameter is not enabled, it must be added via the change options button. After rebooting Windows, "apple" devices will be recognized by the system.

Finally, if the system has been exposed to viruses, a full scan should be performed using portable antivirus utilities.

Hello, dear readers and users of smartphones. Today I will tell you what to do if the error “USB device MTP failure” occurs when you connect your smartphone to a personal computer. Below you can see a screenshot of this error. If you have the same problem, then read on.

The “USB device MTP failed” error can occur for several reasons, here are some of them:

  1. Problem with MTP driver. This sometimes happens, but not on all computers. This problem is fixed very simply and quickly, below I will describe it in more detail;
  2. Incorrect settings in the device itself. As practice shows, such a reason occurs in 1% of cases, but nevertheless, it is possible for you that it is the cause of the error;
  3. Outdated drivers. This problem also takes place, but, like the previous ones, this cause of the error is eliminated by simply updating the driver for your operating system.

So, we have analyzed the reasons, now let's start fixing this problem. Let's start in order, with the most working and common method to eliminate an unpleasant error.

Method 1

Now reconnect your mobile device to your personal computer and check if the error that occurred earlier has disappeared.

Method 2

If the previous method did not help, then let's try to delve into the settings of the mobile device itself. Do the following:

Important: if the development item is not visible, then do the following: go to the “About device” section and click on the build number about 10 times. Thus, you activate the “Development” item.

Method 3

If everything is in order, but the driver for the MTP Device still does not function, you can try to install it manually. To do this, you need to go to the "Device Manager". If the device is not working properly or the driver is not installed, the device itself will be marked with a yellow icon . Everything is quite simple here. Find the driver update button in the properties and select only compatible devices from the list. If performing this operation does not help, you will have to uninstall the driver, and then re-install it in automatic mode.

If this also does not work, tell the system the location where the installation distribution kit with the necessary information will be stored. In some cases, this is not effective either. There can be many reasons for this. In certain cases, installing a fresh version of Windows Media Player into the system saves. Most likely, you just need to check the system partition of the hard drive for errors. The problem could be anything. Sometimes it also happens that the "native" media player itself produces this type of error and failure.

This possibility cannot be ruled out either. In this situation, if you are using Windows 7 or higher, you can try disabling media components using the "Programs" section in the "Control Panel". There are many reasons for such failures. Therefore, it will be necessary to move from the simplest methods of solving this problem to a more complex and cardinal method. In each case, it is necessary to take into account the specifics of a particular device. However, as practice shows, the use of the system registry can become a universal solution to this problem.

It is enough to simply find the UpperFilters key in the main section HKEY_LOCAL_MACHINE by sequentially moving through the tree and delete it. This will not affect the performance of the operating system in any way. However, the connection will finally work as expected. It should be noted right away that this method is in most cases effective for gadgets manufactured by Samsung.

Conclusion

In this review, we tried to briefly describe the main issues related to using the MTP connection. As you can see for yourself, the user will not have to strain too much when installing the driver, unless of course you are using Linux systems. All major driver installation errors are fairly easy to fix. However, in each case, it is still desirable to establish what is the cause of the problem. It is better to do this before performing cardinal actions such as deleting system registry keys.

However, in most cases, failures should not occur, especially if you install the latest versions of additional software for your gadget. In any case, simply refer to the official resources of mobile device manufacturers. Surely, you can find a help section on the official website, which will describe the process of dealing with problems of this type. Most likely, the problem is not even in Windows, but in disabled settings and functions, or even in the device firmware.

Recently, the synchronization of mobile gadgets based on the Android OS with standard computer systems has undergone quite a lot of changes. The new technology was based on the use of the so-called MTP Device-driver when the device is directly connected to a computer or laptop via a universal USB port.

What is MTP Device?

In general, MTP (Media) technology first saw the light back in 2008 on mobile gadgets with Honeycomb in OS Android Ice Cream Sandwich. At that time it was considered an integral part of the Windows Media package, but then it was standardized as one of the main types of USB devices.

That is why now stationary operating systems, when connecting a mobile gadget, define it as an MTP Device. In fact, the development itself was not something new, since it very much resembles the PTP (Picture Transfer Protocol) protocols, more precisely, it is one of its varieties in the form of additional extensions.

MTP Device Driver as an alternative to USB Mass Storage

As for the functioning of such a system, it is probably clear that without installing a driver, it is basically impossible. However, compared to normal USB MTP Device communication, the driver works a little differently.


The most important difference, which is also the advantage of the new technology, is as follows. The fact is that when using a standard connection using USB Mass Storage, two sections are created (for media files and for applications separately), and one of them always depends on the other. A situation arises when a smartphone or tablet does not have access to one of the sections, and the computer perceives both. That is why a situation arises when applications installed on an SD card not only do not work, but do not even start.

In the case of using MTP Device, there are no such restrictions. In addition, there is even no need to use the FAT file system. And if earlier the redistribution of free space occurred due to the influence of one partition on another, in this case there is nothing of the kind. Simply put, in the past, taking up free space on one partition led to a decrease in the size of another. Now both sections remain unchanged.

Standard driver installation in Windows

Now let's see how the standard driver installation is performed when synchronizing a device with Windows. Let's say we have a Samsung smartphone or tablet.


As a rule, when the device is connected to the computer terminal for the first time, the system displays a message in the system tray that a new device has been found (in our case, MTP Device Samsung). The system itself installs the driver necessary for synchronization without any problems, after which the data transfer can be carried out in the same way as using a regular USB connection, when both the internal drive and the external SD card are detected. Of course, errors may appear (like “Samsung Mobile MTP Device driver not installed”), but we will dwell on them a little later.

General recommendations for installing drivers for most Android devices

In principle, the automatic installation of the necessary drivers by the Windows operating system itself almost always works. However, you can use alternative methods related to the installation of related utilities for a smartphone or tablet.


So, for example, the same Samsung MTP Device driver is installed automatically if the latest version of the Kies application is available. Note that Samsung does not release drivers for each specific model of a mobile gadget, so it makes absolutely no sense to look for them, say, for S6 or Galaxy Note 2.

For HTC smartphones, you need to use specialized software called HTC Sync Manager (sometimes you may need to install firmware via FastBoot mode). For LG, you can find a driver on the official website of the manufacturer specifically for a specific model. For Nexus, you need to use the ADB RUN utility and install the driver from the standard Device Manager. In the case of using Sony gadgets, there are two options: installing Sony PC Suite or using FlashTool drivers. In principle, there is no difference, but you need to remember that these are two mutually exclusive programs - when installing one, the other must first be removed.

Usage in Mac OS

Using devices classified as an MTP Device when synchronizing with stationary Macs or Apple laptops is not much different from its counterpart in Windows.


Unless, for complete certainty, you can additionally install the Android File Transfer application, that's all. The rest shouldn't be a problem.

Installation on Linux (Ubuntu)

On Linux systems, due to their specificity, installing MTP Device drivers is somewhat more complicated. As an example, consider this process for installing a Nexus driver.


So, we use the command window, in which we first write sudo nano -w /etc/udev/rules.d/51-android.rules (installing UDEV rules). Then we enter the command SUBSYSTEM=="usb", ATTR(idVendor)=="04e8", ATTR(idProduct)=="6860", MODE="0600", OWNER="", after which we sequentially execute the lines sudo apt-get install mtpfs, sudo mkdir/media/GNexus and sudo chmod 775/media/GNexus.

Next, we connect the gadget to the computer and enter sudo mtpfs -o allow_other /media/GNexus. Everything, now, using Nutilus, you can move any files and folders. Yes, the most important thing. When all operations are completed, don't forget to use the final command sudo umount mtpfs.

Possible errors and methods for their elimination

Unfortunately, the appearance of errors is also not excluded. In most cases, this only applies to Windows operating systems. Let's try to consider the most common failures and the simplest methods for their elimination.

First of all, it is worth checking if the accompanying utilities are up to date with the latest versions. When using them, it is advisable to download the latest distribution kit from the manufacturer's website.


If the driver for MTP Device still does not work, you can try to reinstall it manually. To do this, go to the "Device Manager". In theory, if the driver is not installed or the device itself is not working correctly, it will be marked with a yellow icon. Everything is simple here. You need to find the driver update button in the properties, and then select only compatible devices from the list. If this does not help, you will have to remove it, and then reinstall it automatically. If this does not work, you will have to tell the system the place where the installation distribution kit containing the necessary information is stored.

Sometimes, though, it doesn't help. There can be any number of reasons. In some cases, installing the most recent version of Windows Media Player on your system may help. Probably, you just have to check the system partition of the hard disk for errors, but you never know what could be. It also happens that this type of error or failure can be generated by the “native” media player itself (this option, unfortunately, is not excluded). In this situation, if you are using versions of Windows in the form of "seven" and higher, you can try to simply disable the multimedia components in the "Control Panel" program section.

As it is already clear, the reasons for such failures simply cannot be counted. Therefore, it will be necessary to move from the simplest methods of solving the problem to more complex or even cardinal ones, taking into account the specifics of the cause in each specific case and for each specific device.


However, as practice shows, one of the universal solutions can be the use of the system registry. Here you need to find the UpperFilters key in the main section HKEY_LOCAL_MACHINE through sequential navigation through the tree (System\CurrentControlSet\Control\Class) and delete it. This will not affect the performance of the "OS", but the connection will work as expected. We note right away that in most cases this method can be used for gadgets from Samsung.

Conclusion

Here, in principle, in brief, is everything that concerns the main issues related to the use of a connection using MTP technology. As you can see, you don’t have to strain yourself to install the driver, except perhaps in Linux. Basic errors are easily fixed, but for each case it is desirable to find out the root cause before taking any drastic actions like deleting registry keys. But in most cases, there should be no failures, especially if you install the latest versions of additional software for your gadget.

In any case, you can simply refer to the official Internet resources of mobile equipment manufacturers. Surely there is a help section with a description of problems of this type. Perhaps the problem is not even in Windows, but, let's say, in the device's firmware or disabled features and settings.

If you don't want to waste time on hunting after the needed driver for your PC, feel free to use a dedicated self-acting installer. It will select only qualified and updated drivers for all hardware parts all alone. To download SCI Drivers Installer, follow this link.

device: USB Device MTP Drivers Installer
version: 2.0.0.18
date: 2017-09-03
File Size: 1.12 Mb
Supported OS: Windows 2000, Windows XP, Windows Vista, Windows 7, Windows 8
Download Driver Installer

USB Device MTP: Drivers List

3 drivers are found for ‘USB Device MTP’. To download the needed driver, select it from the list below and click at ‘Download’ button. Please, ensure that the driver version totally corresponds to your OS requirements in order to provide for its operational accuracy.

version: 5.2.5326.4762 Download
date: 2012-05-10
File Size: 1.7M
Supported OS:
version: 1.1.0.0 Download
date: 2012-02-27
File Size: 8.8M
Supported OS: Windows XP 64bit, Windows Vista 64bit, Windows 7 64bit, Windows 8 64bit

MTP USB Device: Supported Models of Laptops

We have compiled a list of popular laptops models applicable for the installation of ‘USB Device MTP’. By clicking at the targeted laptop model, you'll be able to look through a comprehensive list of compatible devices.

# manufacturer Model devices
1 IBM 8141WT1 34 Devices List
2 IBM ThinkCentre S51 (8172Y3V) 23 Devices List
3 HP HP Compaq dc5100 SFF(EQ116US) 37 Devices List
4 HP KA915AA-ABF s3341.f 27 Devices List
5 Seneca V56683 33 Devices List
6 HP HP d530 CMT(DP002C) 28 Devices List
7 IBM ThinkCentre M51 (8141WT1)

Android application/vnd.android.package-archive Android application

Android from A to Z: What lies behind the abbreviation MTP, and how to properly dispose of it

MTP (media transfer Protocol) first appeared on devices with honey comb. The protocol is slightly different from the usual USB mass storage (UMS), at which you turn on the USB mod and start moving files. And since MTP became a part of on, it would be nice to find out all the nuances. In the post, we will try to understand as much as possible what exactly this protocol is, what is the need for it, and how to configure it to simplify file transfer.

What is MTR?

MTP is a set of custom extensions for PTP (Picture Transfer Protocol), which aims to transfer files and their associated metadata across USB. Still here? Then let's continue.

Initially part of the structure Windows Media, but in 2008 MTP has been standardized as a type USB devices, thereby becoming an established standard. If you have owned iriver or Creative MP3 players, you have probably come across MTP. If you are using a digital camera that is automatically recognized as a device when connected to a PC, then the RTR, which is essentially the same as MTP. The thing is old enough, but not for Android.

Why use MTP instead of USB Mass Storage?

Essence of use MTP is that now manufacturers of mobile devices do not need to create two separate sections, one for applications, the second for media files. Previously, a sin was noticed behind them, which consisted in expanding the second section at the expense of the first, and this very often led to a lack of space for new applications. FROM MTP both types of files can be stored together.

At USB mass storage there is one big drawback - when you create memory sections, one of them is completely at the mercy of another device. This means that your tablet or smartphone will not have access to this section, but the computer to which the device is connected can dispose of it in every possible way. For this reason, some applications and especially widgets placed on the SD card do not work.

Another advantage MTP is no need to use the FAT file system for storage. This ultimately leads to faster device performance.

MTP installation

From the time of Windows XPMTPdevices work without problems with. Connect yourGalaxyNexus, choose MTPas a connection type, the computer's operating system itself finds the necessary drivers, you will only need to wait a bit. Moving files between your smartphone and PC is guaranteed without any problems. But what about those users who have preferredlinux and Mac?

MacOS


Install UDEV rule, opening rules file via terminal

sudo nano -w /etc/udev/rules.d/51-android.rules

Then enter the following line at the bottom of the file (remember to include the username):

SUBSYSTEM=="usb", ATTR(idVendor)=="04e8", ATTR(idProduct)=="6860", MODE="0600", OWNER=" "

Then it's time for:

  • sudo apt-get install mtpfs
  • sudo mkdir /media/GNexus
  • sudo chmod 775 /media/GNexus

Then you should connect Galaxy Nexus to the PC and in the same window as before enter:

sudo mtpfs -o allow_other /media/GNexus

This will allow you to drag and drop files using Nautilus, and don't forget to enter the following command when you're done:

sudo umount mtpfs

Alternative


Alternatively, you can use a combination WiFi File Explorer and QuickSSHd and send files over a wireless connection.

Android from A to Z: What lies behind the MTP abbreviation, and how to properly dispose of it:
rating 80 out of 80 based on 80 ratings.
There are 80 reviews in total.

Android application/vnd.android.package-archive Android application

Android from A to Z: What lies behind the abbreviation MTP, and how to properly dispose of it

MTP (media transfer Protocol) first appeared on devices with honey comb. The protocol is slightly different from the usual USB mass storage (UMS), at which you turn on the USB mod and start moving files. And since MTP became a part of on, it would be nice to find out all the nuances. In the post, we will try to understand as much as possible what exactly this protocol is, what is the need for it, and how to configure it to simplify file transfer.

What is MTR?

MTP is a set of custom extensions for PTP (Picture Transfer Protocol), which aims to transfer files and their associated metadata across USB. Still here? Then let's continue.

Initially part of the structure Windows Media, but in 2008 MTP has been standardized as a type USB devices, thereby becoming an established standard. If you have owned iriver or Creative MP3 players, you have probably come across MTP. If you are using a digital camera that is automatically recognized as a device when connected to a PC, then the RTR, which is essentially the same as MTP. The thing is old enough, but not for Android.

Why use MTP instead of USB Mass Storage?

Essence of use MTP is that now manufacturers of mobile devices do not need to create two separate sections, one for applications, the second for media files. Previously, a sin was noticed behind them, which consisted in expanding the second section at the expense of the first, and this very often led to a lack of space for new applications. FROM MTP both types of files can be stored together.

At USB mass storage there is one big drawback - when you create memory sections, one of them is completely at the mercy of another device. This means that your tablet or smartphone will not have access to this section, but the computer to which the device is connected can dispose of it in every possible way. For this reason, some applications and especially widgets placed on the SD card do not work.

Another advantage MTP is no need to use the FAT file system for storage. This ultimately leads to faster device performance.

MTP installation

From the time of Windows XPMTPdevices work without problems with. Connect yourGalaxyNexus, choose MTPas a connection type, the computer's operating system itself finds the necessary drivers, you will only need to wait a bit. Moving files between your smartphone and PC is guaranteed without any problems. But what about those users who have preferredlinux and Mac?

MacOS


Install UDEV rule, opening rules file via terminal

sudo nano -w /etc/udev/rules.d/51-android.rules

Then enter the following line at the bottom of the file (remember to include the username):

SUBSYSTEM=="usb", ATTR(idVendor)=="04e8", ATTR(idProduct)=="6860", MODE="0600", OWNER=" "

Then it's time for:

  • sudo apt-get install mtpfs
  • sudo mkdir /media/GNexus
  • sudo chmod 775 /media/GNexus

Then you should connect Galaxy Nexus to the PC and in the same window as before enter:

sudo mtpfs -o allow_other /media/GNexus

This will allow you to drag and drop files using Nautilus, and don't forget to enter the following command when you're done:

sudo umount mtpfs

Alternative


Alternatively, you can use a combination WiFi File Explorer and QuickSSHd and send files over a wireless connection.

Android from A to Z: What lies behind the MTP abbreviation, and how to properly dispose of it:
rating 80 out of 80 based on 80 ratings.
There are 80 reviews in total.

Recently, the synchronization of mobile gadgets based on the Android OS with standard computer systems has undergone quite a lot of changes. The new technology was based on the use of the so-called MTP Device-driver when the device is directly connected to a computer or laptop via a universal USB port.

What is MTP Device?

In general, MTP (Media) technology first saw the light back in 2008 on mobile gadgets with Honeycomb in OS Android Ice Cream Sandwich. At that time it was considered an integral part of the Windows Media package, but then it was standardized as one of the main types of USB devices.

That is why now stationary operating systems, when connecting a mobile gadget, define it as an MTP Device. In fact, the development itself was not something new, since it very much resembles the PTP (Picture Transfer Protocol) protocols, more precisely, it is one of its varieties in the form of additional extensions.

MTP Device Driver as an alternative to USB Mass Storage

As for the functioning of such a system, it is probably clear that without installing a driver, it is basically impossible. However, compared to normal USB MTP Device communication, the driver works a little differently.


The most important difference, which is also the advantage of the new technology, is as follows. The fact is that when using a standard connection using USB Mass Storage, two sections are created (for media files and for applications separately), and one of them always depends on the other. A situation arises when a smartphone or tablet does not have access to one of the sections, and the computer perceives both. That is why a situation arises when applications installed on an SD card not only do not work, but do not even start.

In the case of using MTP Device, there are no such restrictions. In addition, there is even no need to use the FAT file system. And if earlier the redistribution of free space occurred due to the influence of one partition on another, in this case there is nothing of the kind. Simply put, in the past, taking up free space on one partition led to a decrease in the size of another. Now both sections remain unchanged.

Standard driver installation in Windows

Now let's see how the standard driver installation is performed when synchronizing a device with Windows. Let's say we have a Samsung smartphone or tablet.


As a rule, when the device is connected to the computer terminal for the first time, the system displays a message in the system tray that a new device has been found (in our case, MTP Device Samsung). The system itself installs the driver necessary for synchronization without any problems, after which the data transfer can be carried out in the same way as using a regular USB connection, when both the internal drive and the external SD card are detected. Of course, errors may appear (like “Samsung Mobile MTP Device driver not installed”), but we will dwell on them a little later.

General recommendations for installing drivers for most Android devices

In principle, the automatic installation of the necessary drivers by the Windows operating system itself almost always works. However, you can use alternative methods related to the installation of related utilities for a smartphone or tablet.


So, for example, the same Samsung MTP Device driver is installed automatically if the latest version of the Kies application is available. Note that Samsung does not release drivers for each specific model of a mobile gadget, so it makes absolutely no sense to look for them, say, for S6 or Galaxy Note 2.

FSP has announced the release of Hydro Series power supplies with 80 Plus Bronze certification. So far, the line includes three models with a capacity of 500 W, 600 W and 700 W. All of them are able to power PC systems with energy-intensive graphics cards, thanks to a stable and powerful +12V bus. The presence of the 80 Plus Bronze certificate implies that the efficiency of new products can reach 88%.

FSP Hydro Series 80 Plus Bronze PSUs are equipped with a 120mm fan controlled by a controller. The speed of rotation of the propeller blades is determined depending on the load. Thanks to the thoughtful design,…

Cryorig has unveiled prototypes of the first LED coolers in its range. The new Lumi Edition and Lumi RGB+ Edition H7, unlike most solutions that use LED fan lighting, offer a completely different approach to illumination: lighting the entire radiator area. To implement such a unique project, the manufacturer had to develop special components using CNC numerical control.

The Cryorig H7 cooler is part of the Cryorig H series, which is characterized by high performance and …

Motherboards of the middle price category are always at the peak of popularity, thanks to the symbiosis of good equipment and moderate prices. In addition, these solutions are able to satisfy the needs of a fairly wide audience. These criteria are fundamental for Asus products, which are famous for their excellent component base and a large number of interfaces. The Asus Z87-C model is a bright representative of the middle price segment, capable of offering the maximum at a rather pleasant price - only $140. Let's see what else...