So I am running Cyanogenmod 6.0.2 and it doesn't recognize my internal memory. I have tried mounting it in recovery mode. Anyone know how to fix this because it kind of sucks to have only 2 gigs of storage :/
Don't think that functionality works yet. Dealing with same issue on ruby rom.
Sent from DI
Ruby w/ Kings #1 Kernel
2.0.5 radio
I use estrongs file explorer and I can get into the internal memory with cm6
Currently im using shadow rom and it works also
Sent from my ADR6300 using XDA App
Last time I checked it was working fine. mounted and scanned automatically for music/images. The only thing that wasn't working was it would show up as a drive if plugged into a Mac but not on a Windows machine.
Thread moved to Q&A.
Also works fine here. Like others said... it does not yet work when using USB mode on a Windows PC (on a Mac it works fine).
if it doesn't show up as usb drive on windows, how should i move files to internal memory...?
lentm said:
if it doesn't show up as usb drive on windows, how should i move files to internal memory...?
Click to expand...
Click to collapse
Use a file manager app like Astro.
Everything seems to be working fine on 9/20 nightly.
yea this is driving me nuts in windows as well. what a pita... so the new roms don't take advantage of the fact that the phone has 8gb of internal memory?
Related
I am not going to develop it any further as the Easy UMS app now supports i747
http://forum.xda-developers.com/showthread.php?t=1711009
OLD
I have made an app to toggle between the two scripts suggested by bazald in
http://forum.xda-developers.com/showthread.php?t=1768752
Issues:
1. Only mounts external SD card. This is the limitation of the bazald's scripts. If in future the scripts allow for internal SD card, I'll modify the app for that.
2. On starting the app, the app assumes that you are in MTP mode.
Credits:
bazald : for coming up with the commands to mount external SD card
Edit: Replaced APK with a signed version.
Update:
Mass Storage Beta 2: Mass_b2.apk
Changed the way sdcard is mount to
plaut said:
This isn't working for me, and I'm guessing it's because the mount location of the external card is specified explicitly as /dev/block/vold/179:97 (as in bazald's script). It would be better to cut it from the output of the mount command, as in the (mostly) US-compatible version of SGS3 Easy UMS. To wit, replace
Code:
echo "/dev/block/vold/179:97" > /sys/devices/virtual/android_usb/android0/f_mass_storage/lun_ex/file
with
Code:
mount | grep /mnt/extSdCard | cut -f 1 -d " " > /sys/devices/virtual/android_usb/android0/f_mass_storage/lun_ex/file
in the UMS enable script.
Click to expand...
Click to collapse
Screenshot attached
Works like a charm, thanks elfie!
Can you make one for cm10/aokp?
Different mount directory I think.
Sent from my SGH-I747 using xda app-developers app
jiggytom said:
Can you make one for cm10/aokp?
Different mount directory I think.
Sent from my SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
If you can point me to the right script/mounting directory. I can do it. + I am not on CM10/AOKP so you'll have to test it for me.
This is very useful, thanks!
Works on T-999
elfie said:
I have made an app to toggle between the two scripts suggested by bazald in
http://forum.xda-developers.com/showthread.php?t=1768752
Issues:
1. Only mounts external SD card. This is the limitation of the bazald's scripts. If in future the scripts allow for internal SD card, I'll modify the app for that.
2. On starting the app, the app assumes that you are in MTP mode.
Credits:
bazald : for coming up with the commands to mount external SD card
Edit: Replaced APK with a signed version.
Click to expand...
Click to collapse
Thanks so much! Works great on stock, rooted T-Mobile T-999 :good:
Didn't work for me. Tries to mount in MTP mode, then tries to install a driver and fails. It started to install a mass storage device driver at first but then switched, I can't get it to do that again. Would love to make this work.
jordant2 said:
Didn't work for me. Tries to mount in MTP mode, then tries to install a driver and fails. It started to install a mass storage device driver at first but then switched, I can't get it to do that again. Would love to make this work.
Click to expand...
Click to collapse
Yeah windows sometimes messes up the driver part.
"If Windows fails to find the correct driver, go to the Device Manager and manually set it to use the driver, "USB Mass Storage Device". It seemed to try to stick with the MTP driver in my case."
Check the script thread for more pointers.
Thanks for the response. I'll give that a shot now.
Sent from my SGH-I747M using xda app-developers app
EDIT: That did the trick! Thanks Given.
jiggytom said:
Can you make one for cm10/aokp?
Different mount directory I think.
Sent from my SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
I'm running Jellybro's CM10 August 4th nightly on my AT&T Galaxy S III and it worked fine for me.
Can't mount internal SD card after using app
So I'm probably doing something wrong, but here is what happened.
Starting from a rooted stock ROM, in MTP mode, I ran the app and turned it "on". The external SD card popped up with no problem.
I was able to load my music etc. and it worked great (thanks for that).
After I was finished I unmounted the SD card from my computer and turned the app "off". I disconnected the phone from the computer.
I reconnected the phone to the computer, selected PTP mode and my internal SD card showed up but only for a second. I could not access it. I switched to MTP mode and it didn't work (as expected since I am using Linux). I tried every combination of off/on, MTP, PTP I could think of and nothing would give me access to the internal SD card.
As a last resort I ran the MTP.sh script using gscript and everything went back to "normal". I could mount my internal SD card in PTP mode.
I manually ran the Mass Storage.sh script and the external SD card popped up. All good.
Did I screw up something in using the app in the first place?
Thanks for the great work. I just want to figure out if I should have done something differently. If you need additional info let me know and I'll send it your way.
procco13 said:
So I'm probably doing something wrong, but here is what happened.
Starting from a rooted stock ROM, in MTP mode, I ran the app and turned it "on". The external SD card popped up with no problem.
I was able to load my music etc. and it worked great (thanks for that).
After I was finished I unmounted the SD card from my computer and turned the app "off". I disconnected the phone from the computer.
I reconnected the phone to the computer, selected PTP mode and my internal SD card showed up but only for a second. I could not access it. I switched to MTP mode and it didn't work (as expected since I am using Linux). I tried every combination of off/on, MTP, PTP I could think of and nothing would give me access to the internal SD card.
As a last resort I ran the MTP.sh script using gscript and everything went back to "normal". I could mount my internal SD card in PTP mode.
I manually ran the Mass Storage.sh script and the external SD card popped up. All good.
Did I screw up something in using the app in the first place?
Thanks for the great work. I just want to figure out if I should have done something differently. If you need additional info let me know and I'll send it your way.
Click to expand...
Click to collapse
I tried it on my machine (windows 7 64bit)
1. Connected phone in MTP mode
2 Launched App, and turned it on. SD card showed up.
3. Ejected the card. Got a notification on phone saying MTP needs to restart. Clicked OK. Phone showed up in MTP mode again.
4. Switched to PTP. Worked perfectly.
The only thing I see different is the MTP restart notification. Just wait for it before you disconnect.
Thank you very much! works great!
I can now use my work internet to get my media on my device
thanks :good:work's perfect:victory:
I got it to work in my car, but then my SD card got corrupted. I formatted, and now I can't get it to work...odd.
---------- Post added at 08:00 PM ---------- Previous post was at 07:13 PM ----------
jiggytom said:
I got it to work in my car, but then my SD card got corrupted. I formatted, and now I can't get it to work...odd.
Click to expand...
Click to collapse
When I hit the button for "On", my MTP device disappears and nothing new shows up in device manager. I'm on Win 7 64 bit. Using AOKP rom. I know this worked because my car was able to read it...
elfie said:
Yeah windows sometimes messes up the driver part.
"If Windows fails to find the correct driver, go to the Device Manager and manually set it to use the driver, "USB Mass Storage Device". It seemed to try to stick with the MTP driver in my case."
Check the script thread for more pointers.
Click to expand...
Click to collapse
Try this ^^
How did your SD card get corrupted by the way?
I think it got corrupted because it was mounting and un mounting to my car when I was removing and plugging in the phone while playing music. But since then, I can't get it to work. I can't try the mass storage trick because I don't even get a device on my win 7 to try it on. The mtp device disappears and nothing new comes in when I hit the on button
Sent from my SGH-I747 using xda app-developers app
jiggytom said:
I think it got corrupted because it was mounting and un mounting to my car when I was removing and plugging in the phone while playing music. But since then, I can't get it to work. I can't try the mass storage trick because I don't even get a device on my win 7 to try it on. The mtp device disappears and nothing new comes in when I hit the on button
Sent from my SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
Did you check in device manager?
elfie said:
Did you check in device manager?
Click to expand...
Click to collapse
Yep, nada. What should it be under. I even tried it in my car today, where it worked a couple days ago and it was a no go. Maybe it's something to do with the ROM
Sent from my SGH-I747 using xda app-developers app
I have an ATT SGS3 and today I flashed 4.2. Everything is cool, but due to multiple flashes over the past few days, I had several (0) folders on my SD card. I know this is due to 4.2 having the option to have multiple users. Since I had like 6 (0) folders, I moved my main folder back to the newest folder. The problem? While I can see the folder in Root Explorer and CWM, it does not show up when I plug it into the computer via USB. I only see one folder and nothing else.
How can I fix it so I can see this folder when plugged into the computer? The way it is now, my personal ringtones, music and everything else are not being found as they are not being seen.
Thanks for any help!!
I'm on 4.2 and both of my cards show up on my pc. I don't have the (0) folder you speak of either. Closest I have to that is usbdisk(0)
Look on one of your cards for a folder with the name of "0". The content of that folder is everything previously on your internal sd.
I can see the folder on root explorer but can't when I am hooked up to computer.
Sent from my SGH-I747 using xda premium
I've just flashed AOKP 4.2...and have the exact same problem..
Infuser86 said:
I can see the folder on root explorer but can't when I am hooked up to computer.
Sent from my SGH-I747 using xda premium
Click to expand...
Click to collapse
I just found that my contents of the internal sd card is showing up as the extenal sd when hooked to the computer. Crazy. But I can't move the files to the comptuer like this. How can I get this back to the way it should be? I want the internal contents to show up as the internal contents!
Infuser86 said:
I just found that my contents of the internal sd card is showing up as the extenal sd when hooked to the computer. Crazy. But I can't move the files to the comptuer like this. How can I get this back to the way it should be? I want the internal contents to show up as the internal contents!
Click to expand...
Click to collapse
This is a known issue in 4.2 ROMs at the moment. Assuming you flashed CM or AOKP, you can follow this thread: http://forum.xda-developers.com/showthread.php?t=2052337
Problem: USB MTP connection failing to transfer files between device and computer. Windows states the device may be disconnected, when in fact it is not. Another issue with 4.2 is sometimes it does not show your complete folder contents, it will also swap Internal Storage and SD Card folders.
There is no known solution at this time. (None that I have found anyway, and trust me I've been searching for the past 2 days non stop. Really looking forward to cm10.1, but every time I update I get the above issues. I'm waiting for them to be sorted out before I use it as a daily ROM.)
Okay so my SD works on my phone, but when i connect to compy it says:
E:\
application not found
I uninstalled a bunch of apps thinking they wernt useful, when this happened.
So what apps are needed for Mass storage mode? Thanks
Well sir. Do you have the appropriate drivers installed on your computer?
Sent from my SCH-I535 using xda app-developers app
Was working fine untill I uninstalled the apps :good:
Re-installed Xperia-NXT light edition and the same problem arises o.o
Yes there is app that allows your pc to detect the android device mass storage. If you need to access to your content inside the sd card you must use an sd card adapter. Otherwise use a CWM backup.
Alright in CWM aswell in Mass storage mode it doesnt work.
ROMS before dont work either.. something with my computer?
I've had driver problems something with the pram in macs. Hard to say but did you backup your phone to a point it once was working?
Sent from my SCH-I535 using xda app-developers app
Did you try a different usb port?
Sonygenmod
Hey all,
So I've been having a problem with Mass Storage mode as well. But I fear my problem may be ROM related. I'm running Sonygenmod, and the only access to my phones sd card is through Media Transfer, which isn't nearly as nice or effective as mass storage. Anybody know what's up?
Anyone else try stickmount to mount their USB device?
I know its not my cable nor the flash drive. They both work in my Original Nexus 7 and I can mount the drive in the TRWP recovery in the Nexus 7 2013.
I also know I am rooted because I have Root Manager installed and it was Granted root permission. Same with ES FIle Explorer 3.
androidfr33k said:
Anyone else try stickmount to mount their USB device?
I know its not my cable nor the flash drive. They both work in my Original Nexus 7 and I can mount the drive in the TRWP recovery in the Nexus 7 2013.
I also know I am rooted because I have Root Manager installed and it was Granted root permission. Same with ES FIle Explorer 3.
Click to expand...
Click to collapse
Stick mount works for me on 4.3. I just mounted a flash drive.
It created a usbStorage partition in the root of the internal storage(SD card).
I then used root explorer to navigate to the usb storage folder and voila, my flash drive and all its contents are accessible from my Nexus 7(2013)
darll said:
Stick mount works for me on 4.3. I just mounted a flash drive.
It created a usbStorage partition in the root of the internal storage(SD card).
I then used root explorer to navigate to the usb storage folder and voila, my flash drive and all its contents are accessible from my Nexus 7(2013)
Click to expand...
Click to collapse
Thats good to know then I am wondering why mine is not working? I wonder if maybe I am not rooted correctly. Is there an app that can check that I am rooted correctly?
I actually have tried other mounters as well and none of them are working to so must be something with the root?
EDITED:
I tried a fresh flash drive and it now shows up but my concern is why does that flash work on the original N7 and not on the N7 2013?
Could it be TWRP backups on the drive some device specific protection?
NTFS?
Sent from Nexus 7 FHD from XDA Premium HD
player911 said:
NTFS?
Sent from Nexus 7 FHD from XDA Premium HD
Click to expand...
Click to collapse
Both flash drives are Def Fat32!!. This is just too weird. The New and Old flash drives work on the original N7, but the old one I used on the Original N7 just will not work on the N7 2013, only the new one. I even did a re-format.
Both Flash drives are Kingston DataTraveler G3 8GB.
androidfr33k said:
Both flash drives are Def Fat32!!. This is just too weird. The New and Old flash drives work on the original N7, but the one I used on the Original N7 just will not work on the N7 2013, only the new one. I even did a re-format.
Both Flash drives are Kingston DataTraveler G3 8GB.
Click to expand...
Click to collapse
Have you tried the one that doesn't work on your old N7 recently, or on a computer to make sure it still works? Probably a stupid question but I figured I'd ask haha
The Peanut Master said:
Have you tried the one that doesn't work on your old N7 recently, or on a computer to make sure it still works? Probably a stupid question but I figured I'd ask haha
Click to expand...
Click to collapse
It works on Mac and PC. Just totally lost on this. Maybe the firmware version on this Flash Drive is not compatible with the N7 2013 hardware/kernel.
With nexus media importer there are problems too, I guess they must update the apps to work on 4.3, something has changed.
Mine is not working either on my Nexus 7 2013, but works fine on the original N7. Just shows an empty folder when navigating with ES File Explorer
busdonic said:
Mine is not working either on my Nexus 7 2013, but works fine on the original N7. Just shows an empty folder when navigating with ES File Explorer
Click to expand...
Click to collapse
Maybe ppl can comment on their root methods here to see what works and what doesn't.
I just tried it again to make sure it is still working after I've gotten a few updates, and it works fine for me. Just started playing a video off a NTFS format sdcard with MX Player and it worked fine.
I'm using stock rom and am rooted with TWRP recovery and Super SU.
i just copied a 6gb mkv video onto my thumbdrive and mount with stickmount. it mounted ok but in my file explorer, there is no file despite me navigating to the correct folder.
any help here guys?
fkfs9 said:
i just copied a 6gb mkv video onto my thFbdrive and mount with stickmount. it mounted ok but in my file explorer, there is no file despite me navigating to the correct folder.
any help here guys?
Click to expand...
Click to collapse
How are you formatted? It can't be FAT32 or you couldn't get a 6Gb file on it. I don't think NTFS works without some add-on support.
PJ Clifford said:
How are you formatted? It can't be FAT32 or you couldn't get a 6Gb file on it. I don't think NTFS works without some add-on support.
Click to expand...
Click to collapse
i'm using NTFS format because FAT32 like you say cant allow me to dump a 6gb inside. What type of addons is required?
same issue
I am having the same issue, rooted with cwm and superSU, lexar 32 gig thumbdrive, 2 .mkv files on it, nothing shows in es file explorer or file manager hd. anyone figure aything out? I messed around for a couple of hours with no luck so far.
I have a rooted device running JSS15R and have a problem with OTG Helper. When I plug in the drive, it opens OTG Helper but I can't mount the drive. It just says no drives found. Tried two different flash drives, both FAT32 and both working on my PC.
fixed my issue
bigmikebrooklyn said:
I am having the same issue, rooted with cwm and superSU, lexar 32 gig thumbdrive, 2 .mkv files on it, nothing shows in es file explorer or file manager hd. anyone figure aything out? I messed around for a couple of hours with no luck so far.
Click to expand...
Click to collapse
fixed it. Needed the ntfs3g script from http://forum.xda-developers.com/attachment.php?attachmentid=1145436&stc=1&d=1340293802 added to the root of the sdcard for stickmount to read the ntfs files. should have read the whole description on the play store for stickmount.
don't remember having to do that for my 1st gen nexus 7 but, then again, i do drink a lot of beer sometimes...
:victory:
Just wondering if anyone can confirm that I am not crazy. I just tried to copy some ROMS to my sd card and it locked up after just one transfer...not enough space. It seems the phone won't mount the sd card (the properties shows very little space when I know this to be not true).
Is there a way to mount the storage for easy file transfering, or do I have to do everything by adb push/pull?
If it helps...I am running Ubuntu.
Same issue. Windows 7.
Sent from my HTC6500LVW using XDA Premium 4 mobile app
No issues here but I am on a Mac. dragged over 3 old roms totaling about 2.8 Gb without issues.
Just found this thanks to Flyhalf205 http://teamw.in/DataMedia.