How do I enable mass storage? - Samsung Galaxy Nexus

I'm trying to connect my phone to my Father's Mini via usb, but the car does "see" the phone.
I've noticed that the check box for mass storage is greyed out and I cannot select it.
Does anyone have any good ideas for me to try out and get my gnex to connect?
For what it's worth, I'm using Liquid rom, and but my dad's HTC Desire HD running AOKP has the same problem, yet I have no problem connecting a BlackBerry.
Cheers.
Sent from my Galaxy Nexus using xda premium

your nexus will never have mass storage as the partition is 1 giant partition used by the system and used for storage.

You will never be able to use USB Mass Storage on the Galaxy Nexus. It uses MTP (Media Transfer Protocol) and PTP (Picture Transfer Protocol) to xfer files between the phone and a PC.
The reason why they use this is to provide the phone with 1 partition for the entire storage, rather than separate system, apps, data and media partitions. It also allows for the OS to be running while accessing the files.

MTP is much better than Mass Storage.
Sent from my Galaxy Nexus using Tapatalk 2

Thanks for the quick explanations. What I don't understand, is why the option is there under usb connections (in storage options). If the option is not available on our phone, why show it?
As far as MTP being better, it's not when you want to play music on a Mini!
I'm not convinced that MTP is my problem though, as my dad's phone (see above) will not connect either. Interestingly the option to select mass storage is not available on his HTC.
Sent from my Galaxy Nexus using xda premium

itsfozzy said:
Thanks for the quick explanations. What I don't understand, is why the option is there under usb connections (in storage options). If the option is not available on our phone, why show it?
As far as MTP being better, it's not when you want to play music on a Mini!
I'm not convinced that MTP is my problem though, as my dad's phone (see above) will not connect either. Interestingly the option to select mass storage is not available on his HTC.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
ice cream sandwich supports mass storage, the nexus does not. the option is going to be there since it is stock android.
The HTC phone, did you actually select it to be in mass storage mode?

itsfozzy said:
As far as MTP being better, it's not when you want to play music on a Mini!
Click to expand...
Click to collapse
can you elaborate? do you mean a Mini, as in the automobile?

JoeM01 said:
can you elaborate? do you mean a Mini, as in the automobile?
Click to expand...
Click to collapse
im pretty sure he means the car.

Zepius said:
im pretty sure he means the car.
Click to expand...
Click to collapse
If so, what's the problem? there's no shortage of people who connect their nexus to their car stereo's (myself included)

Quick bit of clarification.
Yes it's a BMW Mini (2009)
Yes I did connect via Mass Storage on the HTC, yet it still did not work. It would not connect to an iPod Classic either. I wonder if it needs a special cable to connect? My wife's Seat Leon needed a dedicated cable to make it compatible with the car stereo.
Sent from my Galaxy Nexus using xda premium

JoeM01 said:
If so, what's the problem? there's no shortage of people who connect their nexus to their car stereo's (myself included)
Click to expand...
Click to collapse
They are trying to connect it through usb, and the vehicle will not communicate with a mtp device
Sent from my Galaxy Nexus using xda premium

As of now, Android does NOT support USB audio, which explains why the Nexus nor the HTC worked. Blackberries DO support USB audio, as far as I'm aware.
Sent from my Galaxy Nexus

itsfozzy said:
Thanks for the quick explanations. What I don't understand, is why the option is there under usb connections (in storage options). If the option is not available on our phone, why show it?
Click to expand...
Click to collapse
I take it you're using a custom ROM? The option is not there in standard ICS.

Frosty666 said:
As of now, Android does NOT support USB audio, which explains why the Nexus nor the HTC worked. Blackberries DO support USB audio, as far as I'm aware.
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
I think what he's getting at like myself I used my Evo to USB to car CD player and could access my music files and play them and I guess that's cause the Evo has a sd card. now with the nexus i cant that IM aware of.

It's very annoying that we can't use UMS anymore. I know it's great, to have only one partition but MTP just sucks. I wasn't even able to copy files from Windows 7. The only system that has worked for me so far was Windows XP Pro.
I'd rather have a well sized Internal storage plus some Mass Storage 8/8GB or so.
And well, I'm mainly a PowerPC Mac user. Android File Transfer crashes all the time when I connect the phone (seems to use Intel-Only libraries which is very typical for Google) and on Intel Macs it's slow as hell.
So I always had to use ADB which was......very comfortable.
To the devs: Wouldn't it be possible to emulate a Mass Storage device thru software?
land.apfel
Sent from my Galaxy Nexus using XDA

land.apfel said:
To the devs: Wouldn't it be possible to emulate a Mass Storage device thru software?
Click to expand...
Click to collapse
Keep in mind that wanting to maintain two separate partitions isn't the only reason for wanting to switch to MTP. Another reason was so we no longer had to store our data on the fragile and limited fat32 file system. In order to emulate a fat32 block device over USB you would need to be able to translate between fat32 and ext4 at a low level. I don't think there is generally a 1-1 mapping between structures in the two file systems which would make this difficult and slow if not impossible.

theking_13 said:
MTP is much better than Mass Storage.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
At which point?
Some examples?
There are so many things, which dont work with MTP
I didnt found any advantages, yet

land.apfel said:
I know it's great, to have only one partition but MTP just sucks. I wasn't even able to copy files from Windows 7. The only system that has worked for me so far was Windows XP Pro.
Click to expand...
Click to collapse
I don't like MTP either, and was missing being able to use it as a Mass Storage. My biggest annoyance with MTP is that I can't get last modified date Windows Explorer
I've not had any problems copying files to/from my Galaxy Nexus from one Windows 7 system, but another didn't work until I installed the Samsung drivers (the MTP device came up with a "?"). What was the problem you had?
---------- Post added at 06:20 PM ---------- Previous post was at 06:05 PM ----------
itsfozzy said:
Yes it's a BMW Mini (2009)
Click to expand...
Click to collapse
LOL, because I first thought you meant a Mac Mini, but then realized you meant a car and thus a Mini Cooper... because no one I know calls it a BMW, even though it is.

pfmiller said:
In order to emulate a fat32 block device over USB you would need to be able to translate between fat32 and ext4 at a low level. I don't think there is generally a 1-1 mapping between structures in the two file systems which would make this difficult and slow if not impossible.
Click to expand...
Click to collapse
Why can't we just take the ext file system? Who cares what the Mass Storage is formatted for?
Sent from my Galaxy Nexus using XDA

land.apfel said:
Why can't we just take the ext file system? Who cares what the Mass Storage is formatted for?
Sent from my Galaxy Nexus using XDA
Click to expand...
Click to collapse
I'm not sure if that would work, but assuming it does, we then have to face the issue of the single partition storage that the Nexus has. If we were to mount it via UMS, the whole phone would become completely inoperable.
Sent from my Galaxy Nexus

Related

GN Mass Stroage / MTP

I have been very excited about the GN since it was announced. I love the big screen and the fact that it is a pure Android phone.
There has been a lot of talk about the lack of Mass Storage on the GN, but I am not sure I care. I don't really understand what happens with MTP. So I have some questions that perhaps those familiar can fill me in on.
When you plug the phone into a Windows PC, what happens?
-Can I still drag music over to the phone or do I have to use some kind of a wizard?
-I will ONLY be able to copy over music, videos and pictures correct? I can't copy other data over, for example a ROM via USB right?
- I can still copy things like ROMs over using a file manager and WiFi correct?
Thanks!
TheTinRam said:
I have been very excited about the GN since it was announced. I love the big screen and the fact that it is a pure Android phone.
There has been a lot of talk about the lack of Mass Storage on the GN, but I am not sure I care. I don't really understand what happens with MTP. So I have some questions that perhaps those familiar can fill me in on.
When you plug the phone into a Windows PC, what happens?
-Can I still drag music over to the phone or do I have to use some kind of a wizard?
-I will ONLY be able to copy over music, videos and pictures correct? I can't copy other data over, for example a ROM via USB right?
- I can still copy things like ROMs over using a file manager and WiFi correct?
Thanks!
Click to expand...
Click to collapse
Provided that the Windows PC is Windows XP + WMP10 or above, it'll function very similarily to a normal drive, except you will just see it as "Galaxy Nexus" instead of being represented with a drive letter.
You can copy anything you desire, only PTP has a restriction of accessing the camera/picture folders.
It is said that transferring larger files or a bigger queue of files may lead to freezing or cancelled transfers, but i've personally not experienced that yet(On my Eee Pad Transformer)
FISKER_Q said:
Provided that the Windows PC is Windows XP + WMP10 or above, it'll function very similarily to a normal drive, except you will just see it as "Galaxy Nexus" instead of being represented with a drive letter.
Click to expand...
Click to collapse
Thanks! So if that is the case, why all the talk that people are disappointed that Mass Storage support is not there? If it still appears and you can still copy files over, what is the problem? Do people really want a drive letter that badly? For what? Scripting of some soft?
How does this affect mounting the phone under Linux?
With my current phone, I plug it in and since it is a mass storage device Fedora simply assigns it as a hard drive /dev/sdb for example. I can then just mount the SD card inside the phone.
Is this going to cause a major headache for me? I'm switching to a Linux phone to get away from all this Windows crap!
HooloovooUK said:
I'm switching to a Linux phone to get away from all this Windows crap!
Click to expand...
Click to collapse
You are going to have to deal with all the Linux crap, including the additional software you will need to make MTP work for you.
TheTinRam said:
Thanks! So if that is the case, why all the talk that people are disappointed that Mass Storage support is not there? If it still appears and you can still copy files over, what is the problem? Do people really want a drive letter that badly? For what? Scripting of some soft?
Click to expand...
Click to collapse
Actually MTP is not without it's drawbacks, due to the "lack of a drive letter", or rather it being considered a physical drive, it also means that interoperability will be harder to achieve.
This would especially be true for devices like car radios with USB support, traditionally you would be able to simply connect your phone and let it serve as a USB thumb drive, the car radio could then play music from the phone, but that won't be possible due to MTP, further more since the phone is not a drive, a program that for example does not use the windows explorer as a way to copy those files would have no concept of the drive, for example, a command prompt wouldn't be able to access the drive as it has no drive mapping.
There are other pros and cons, but i think this is the one people are the most concerned about.
HooloovooUK said:
How does this affect mounting the phone under Linux?
With my current phone, I plug it in and since it is a mass storage device Fedora simply assigns it as a hard drive /dev/sdb for example. I can then just mount the SD card inside the phone.
Is this going to cause a major headache for me? I'm switching to a Linux phone to get away from all this Windows crap!
Click to expand...
Click to collapse
Google has official support for MTP on Mac, as for Linux the community already has support for it as well, i don't use either system so i can't go into more detail, i just know that the support is there
TheTinRam said:
You are going to have to deal with all the Linux crap, including the additional software you will need to make MTP work for you.
Click to expand...
Click to collapse
Great. Well I'm sure there will be a mod somewhere that enables mass storage.
HooloovooUK said:
Great. Well I'm sure there will be a mod somewhere that enables mass storage.
Click to expand...
Click to collapse
If you're referring to a mod that enables USB Mass Storage mode on the Galaxy Nexus, there likely won't be since the storage on the Galaxy Nexus is partitioned in a completely different manner to how has been done previously on Android phones.
oscillik said:
If you're referring to a mod that enables USB Mass Storage mode on the Galaxy Nexus, there likely won't be since the storage on the Galaxy Nexus is partitioned in a completely different manner to how has been done previously on Android phones.
Click to expand...
Click to collapse
Well I guess I'll just plug it in and see what it makes of the device.
oscillik said:
If you're referring to a mod that enables USB Mass Storage mode on the Galaxy Nexus, there likely won't be since the storage on the Galaxy Nexus is partitioned in a completely different manner to how has been done previously on Android phones.
Click to expand...
Click to collapse
I'm wondering what would happen if one put an extra partition on the phone...
not going to be the first (or even 10th) to try it though!
Clancy_s said:
I'm wondering what would happen if one put an extra partition on the phone...
not going to be the first (or even 10th) to try it though!
Click to expand...
Click to collapse
Considering how Dan Morrill explains why the Galaxy Nexus has no USB Mass Storage support I certainly wouldn't want to try it
edit: to clarify, it probably is possible to do it on a modded ROM, I'm just saying that I wouldn't want to monkey around with that personally.
Clancy_s said:
I'm wondering what would happen if one put an extra partition on the phone...
not going to be the first (or even 10th) to try it though!
Click to expand...
Click to collapse
Using your own bootloader/recovery there's nothing preventing you from repartitioning the Galaxy Nexus the same way how Android systems used to be partitioned before Honeycomb, i.e. with a separate FAT32 internal partition for media storage. You just have to be aware of the tradeoffs: with a separate media partition, you have USB mass storage but you'll have to manage two separate partitions for apps and media with two separate space constraints. With a unified partition you just have one constraint, but you lose the USB mass storage capability.
oscillik said:
Considering how Dan Morrill explains why the Galaxy Nexus has no USB Mass Storage support I certainly wouldn't want to try it
Click to expand...
Click to collapse
Thanks for that link.
On Mac or Linux, MTP devices appear just as any another UMS device.
Click to expand...
Click to collapse
Sounds ok then.
seems time waits for no man..... done here :
http://forum.xda-developers.com/showthread.php?t=1359579
birdster said:
seems time waits for no man..... done here :
http://forum.xda-developers.com/showthread.php?t=1359579
Click to expand...
Click to collapse
Indeed..
*this* is why I got a Nexus Something not right.. wait a couple of hours and there'll be a fix on XDA..
Sorry, but the Nexus is a pile if I can't use it as a DAP source for my car audio. Is there any possible way to enable USB mass storage? This device will have far too many compromises to be even usable if mass storage isn't present.
Sent from my DROIDX using Tapatalk
Which built-in or OEM car infotainment systems support MTP?
Supposedly Ford cars with SYNC 1.0/2.0 support MTP. Windows Embedded Automotive 7 supports MTP, which is used in the MY2012+ MyFord/MyLincoln Touch systems, Nissan Leaf, Fiat 500, and some Kia models (may go under the "Uvo" system name). Alpine may use WEA7 at some point, maybe in a built-in or OEM nav system that might have a USB port that would work with the Galaxy Nexus, but I haven't found any model numbers yet. There have also been rumors that some upcoming cars (Tesla Model S, maybe?) will use Android for their infotainment systems, but nothing specific, and that doesn't guarantee MTP support.
One article mentioned using Bluetooth instead, but I'm not sure how that would work with the car's built-in Bluetooth. Possibly means pairing with a portable Garmin/TomTom nav device that supports Bluetooth A2DP, though higher end portable nav devices have flash storage for music files and can play music directly.
There are also several aftermarket head units that support MTP. Alpine, Sony, and Kenwood have some, I believe, and there may be others.
EDIT: As far as built-in goes, I think BMW has supported MTP devices on their stock audio systems for at least 3-4 years. I haven't looked at Audi or some of the better Japanese/Korean makes/models, but wouldn't surprise me if some of them did as well.
This is not the same.
This is USB host functionality, where GN can access external usb disk attached to it.
What we are talking here is GN attached to something an recognized as usb disk.
birdster said:
seems time waits for no man..... done here :
http://forum.xda-developers.com/showthread.php?t=1359579
Click to expand...
Click to collapse
Well, doesn't clockworkmod recovery already allow you to repartition your storage the way you want?
And since the OS does actually support usb mass storage, it should be fairly easy to create a FAT32 partition for sd card usage. (Similar to Nexus S, which has no sd card slot but comes with 2 partitions: 1 GB internal storage apps, 15 GB for usb storage)

[Q] Resize partition for USB Mass Storage?

Thinking about getting a VZW-branded GN. One of the biggest draw backs I have with it is the lack of USB Mass storage support. Is it possible to resize the internal 32GB memory to 16 or 24GB, and then create another partition that can be used for USB Mass Storage?
It basically acts as USB mass storage.. you plug it into your computer and you see all of the files. You can place files on it and remove just like you would USB mass storage
joshnichols189 said:
It basically acts as USB mass storage.. you plug it into your computer and you see all of the files. You can place files on it and remove just like you would USB mass storage
Click to expand...
Click to collapse
The problem is that MTP/PTP doesn't work for embedded devices and also most cars don't support them. That's why I'm trying to find a solution to make it work in normal USB Mass Storage mode instead.
Cheyse said:
Thinking about getting a VZW-branded GN. One of the biggest draw backs I have with it is the lack of USB Mass storage support. Is it possible to resize the internal 32GB memory to 16 or 24GB, and then create another partition that can be used for USB Mass Storage?
Click to expand...
Click to collapse
It should be possible (take a look at the Blackrose thread in the Nexus One forum). Dla5244 and intersectRaven managed to do it for the N1, so it should be a similar process for the GN. It will take a custom bootloader.
Sent from my Galaxy Nexus using Tapatalk
joshnichols189 said:
It basically acts as USB mass storage.. you plug it into your computer and you see all of the files. You can place files on it and remove just like you would USB mass storage
Click to expand...
Click to collapse
It is not that simple. If you dont have the right drivers drag and drop could be frustrating. And then there's the "other" hardware issue like car radios or other mobile devices not seeing the device.
Sent from my Galaxy Nexus using xda premium
@rbiter said:
It is not that simple. If you dont have the right drivers drag and drop could be frustrating. And then there's the "other" hardware issue like car radios or other mobile devices not seeing the device.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Didn't think about that sorry, just works on my Mac so I never thought about the drivers a window user might need :/
Sent from my Galaxy Nexus using xda premium

internal storage as removable?

does it support USB Mass Storage???
i connect device to PC via cable (debugging mode already on) but internal storage doesn't determines as removable... seems like it is in PC-mode only.
how to make it removable? i am former sgs2 user and the only thing i had to do is mark debugging mode, connect the device to PC, in status-bar choose removable device/mass storage.
You can't. It uses mtp
Sent from my Galaxy Nexus using xda premium
There is no USB mass storage.
Sent from my Galaxy Nexus using xda premium
Not sure if it's available for Windows but I use Android File Transfer for Mac and it lets me transfer files to and from my Verizon Galaxy Nexus.
http://www.android.com/filetransfer/
To expand a little - the GN doesn't do UMS because there's only one data partition, formatted as ext4. To make it support UMS you'd need to repartition it to have an extra fat32 partition, afaik no-one's done it nor said they're going to try.
MTP deals with the file system for you, should work OOTB for Windows Vista and 7 (MTP is a microsoft product) but winXP users seem to have problems.
Android file transfer does something similar for mac.
MTP is a pita under linux; I run Ubuntu and have switched to airdroid for doing transfers over wifi.
joshnichols189 said:
There is no USB mass storage.
Click to expand...
Click to collapse
I don't see a difference though? As you can just plug it in your PC and put whatever file you want on it.
If you're running Linux you can also look into using sshfs and an SSH server on your phone. I use that now and it works great, even automatically reconnecting when I leave home and come back again. But I also had the SSH server (QuickSSHd) installed on my phone prior to this.
Tanith said:
I don't see a difference though? As you can just plug it in your PC and put whatever file you want on it.
Click to expand...
Click to collapse
I don't see a difference either..
joshnichols189 said:
I don't see a difference either..
Click to expand...
Click to collapse
The difference is most marked for those running linux, to a degree for mac users and also for some xp users.
If you're running Vista or Win7 you won't notice unless you're moving big files (say > 1Gb) - MTP is slower.
I couldn't move files to my nex from my PC either:/ ..so I started using drop box to move files back and forth
Sent from my Galaxy Nexus using xda premium
Check out the StickMount app, if you use a ROM. With the right cable, you can mount a USB stick. Works great.
Sent from my Galaxy Nexus using Tapatalk

[Q] ROM which supports USB Mass Storage on Galaxy Nexus?

Hi
To my great dismal, I only noticed after having bought the Galaxy Nexus, that it doesn't support USB Mass Storage (UMS) mode I've read Dan Morrils explanation, but don't subscribe to it - since I'm on Linux and since PTP and MTP don't work too well there (at least on my two Ubuntu 11.10 installations) his statement "On the whole it's a much better experience on the phone." is just plain wrong, as far as I am concerned. The pseudo SD Card in my "old" Nexus S worked totally fine…
Oh well… Enough for the rant…
I'm now looking for a ROM which allows to mount the device in good ol' USB Mass Storage mode. I read that the modaco ROM supports this - but only after a "rebake" (what's meant with this?).
Are there alternatives?
Thanks,
Alexander
same opinion!
I don't know if there are any
Sent from my Galaxy Nexus using XDA App
There is no sdcard, internal or not. There probably was on the S. The data partition and sdcard are one and the same. Sdcard is a symlink to data/media. Android does not support mounting individual folders as ums. So until someone devises a way to partition sdcard separately, you will have to live with mtp.
Sent from my Galaxy Nexus using XDA
I don't use it but I understand you can install Stickmount by Chainfire from the market. That will give you USB host.
Sent from my Galaxy Nexus using xda premium
samizad said:
I don't use it but I understand you can install Stickmount by Chainfire from the market. That will give you USB host.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Which is not usb mass storage, which the thread deals with
I too wish there wish there was a mass storage option.
In my car - I get a constant connect/disconnect cycle when attempting to charge it via the auxilliary usb jack which renders the radio useless. Another car just failed to recognize the device and wouldn't read the directory structure, so couldn't play over usb. In both cases, iDevices work fine :/
PS - why are the captchas so darn hard to read on this forum?
ceribaen said:
I too wish there wish there was a mass storage option.
In my car - I get a constant connect/disconnect cycle when attempting to charge it via the auxilliary usb jack which renders the radio useless. Another car just failed to recognize the device and wouldn't read the directory structure, so couldn't play over usb. In both cases, iDevices work fine :/
PS - why are the captchas so darn hard to read on this forum?
Click to expand...
Click to collapse
Where do you see any captchas in this forum...?
anton2009 said:
Where do you see any captchas in this forum...?
Click to expand...
Click to collapse
Might be due to the low post amount or searching while not logged in?
I'm hoping they go away after 10 posts? But I constantly find I have to take several attempts for it to say that I got it right.
Anyway back on topic... does anyone know of any software/roms/etc that would make the usb media on your phone look more like mass storage for things like car radios to read them proper?
ceribaen said:
I'm hoping they go away after 10 posts? But I constantly find I have to take several attempts for it to say that I got it right.
Anyway back on topic... does anyone know of any software/roms/etc that would make the usb media on your phone look more like mass storage for things like car radios to read them proper?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=27495288&postcount=13
scandiun said:
http://forum.xda-developers.com/showpost.php?p=27495288&postcount=13
Click to expand...
Click to collapse
Stop bumping old posts.
"Long is the way, and hard, that out of hell leads up to light."

Nexus internal memory as common USB drive under Linux

Hi every, I want to connect my internal phone storage as USB drive under Linux Fedora 17 but I can't because every time I plug the USB cable I get a popup saying me that play under VLC or any other music or video software. I check under connection options and it's connected as MTP, any knows how to access internal memory? This only happens on Linux because in Windows 7 it works perfectly.
Thanks and cheers in advance
PS: I read this post http://forum.xda-developers.com/showthread.php?t=1473265 and this one too http://forum.xda-developers.com/showthread.php?t=683223 but the tool seems to be very outdated the latest version is from 2011 and we're almost in 2013
reynierpm said:
Hi every, I want to connect my internal phone storage as USB drive under Linux Fedora 17 but I can't because every time I plug the USB cable I get a popup saying me that play under VLC or any other music or video software. I check under connection options and it's connected as MTP, any knows how to access internal memory? This only happens on Linux because in Windows 7 it works perfectly.
Thanks and cheers in advance
PS: I read this post http://forum.xda-developers.com/showthread.php?t=1473265 and this one too http://forum.xda-developers.com/showthread.php?t=683223 but the tool seems to be very outdated the latest version is from 2011 and we're almost in 2013
Click to expand...
Click to collapse
The Galaxy Nexus does not support USB Mass Storage mode at all.
Sent from my Galaxy Nexus using Tapatalk 2
So there is no way to connect the phone as mass storage?
reynierpm said:
So there is no way to connect the phone as mass storage?
Click to expand...
Click to collapse
No way at all.
Sent from my Galaxy Nexus using Tapatalk 2
reynierpm said:
So there is no way to connect the phone as mass storage?
Click to expand...
Click to collapse
and there never will be in the foreseeable future.
Too bad .... thanks both of yours for your time
reynierpm said:
Too bad .... thanks both of yours for your time
Click to expand...
Click to collapse
its been known for months (almost a year) that there is no mass storage.
my advice, use adb, learn it and you'll love it..
Sent from my Galaxy Nexus using Tapatalk 2
You can connect it without adb. There are countless guides on how to do it that can be found with a simple Google search
Use a ftpserver. MTP support on linux has never been really good. Stuff like mtpfs exists but it is slow, really really slow. Setup an ftpserver on your phone(search for it on play, there are several options) and connect to it on linux. Done
Sent from my Galaxy Nexus using xda app-developers app
I'm able to connect my Nexus to my Ubuntu without any issue, I'm seeing the Internal Storage and able to transfer files from Ubuntu to Nexus with drag and drop . I don't understand where the issue is ?
dinoc said:
I'm able to connect my Nexus to my Ubuntu without any issue, I'm seeing the Internal Storage and able to transfer files from Ubuntu to Nexus with drag and drop . I don't understand where the issue is ?
Click to expand...
Click to collapse
not all flavors of linux have MTP support.

Categories

Resources