[Q] Can not write to pen drive - Nvidia Tegra Note 7

I am not able to write anything to pen drive when connected to my xolo tegra note. I am using a USB>Micro USB connector and I can read/copy contents from PD just fine but whenever I try to write something to it, it gives me error. I can not copy anything to the pen drive from my tab.
I have tried total commander and Xplore both giving errors.
As you can see from attachment, it is giving me error. I tried changing permissions to USB but it still gives me error.
I am not rooted BTW.
Please let me know what to do.

Hello.What format is pendrive(ntfs or fat32),can you delete from anything from it?.

Related

[Q] Transfering files from phone to tab using usb

So I've been trying to figure this out for days (actually since I bought this thing when it first came out), and I can't. I'm currently on stock rooted ics. All I want to do is transfer a video from my phone (galaxy nexus) to my a500 using the USB port.
Is this even possible and how? Cause for the life of me I can't figure it out. Tried about every file manager out there and nothing.
Oh and Merry Christmas
@hlaalu..... I don't claim to be an expert in these matters but you might consider the following steps.
1. What format is your video file?... Are you certain it is compatible?
2. Are you certain that you have full root?...Any of the "root" File Managers will transfer the file provided your root is correct.
3. If you are connecting your Nexus direct to your A500 are you certain that you have correct drivers installed so that they see each other?
4. What I'm about to suggest is convoluted and time consuming but I'm pretty certain it will solve your problem although I'm certain others can suggest a better and more structured solution... (a) Copy the file to your PC from your Nexus... (b) Then copy the file from your PC to a usb thumb drive... (c) Then insert the usb thumb drive into your A500 and use a rooted File Manager to copy the file from ...../mnt/usb_storage..... to either your ...../mnt/external_sd ..... or any folder location you wish on your A500.
As I've said it's not pretty but it should work for you.
metpolds said:
@hlaalu..... I don't claim to be an expert in these matters but you might consider the following steps.
1. What format is your video file?... Are you certain it is compatible?
2. Are you certain that you have full root?...Any of the "root" File Managers will transfer the file provided your root is correct.
3. If you are connecting your Nexus direct to your A500 are you certain that you have correct drivers installed so that they see each other?
4. What I'm about to suggest is convoluted and time consuming but I'm pretty certain it will solve your problem although I'm certain others can suggest a better and more structured solution... (a) Copy the file to your PC from your Nexus... (b) Then copy the file from your PC to a usb thumb drive... (c) Then insert the usb thumb drive into your A500 and use a rooted File Manager to copy the file from ...../mnt/usb_storage..... to either your ...../mnt/external_sd ..... or any folder location you wish on your A500.
As I've said it's not pretty but it should work for you.
Click to expand...
Click to collapse
Yeah everything is rooted, and video files are compatible as I recorded them and played them on my phone. When you say I need the correct drivers, can you point me in the right direction?
So far the only way is to go phone > computer > tab
@hlaalu..... I think the simplest transfer is by using your PC. You've said it... NEXUS>PC>A500
Don't know whether this will work but you might try the following tip *** Make certain you have enabled USB Storage on both the Nexus and the A500 ***
This link should take you to Acer's page for USB drivers
http://support.acer.com/us/en/default.aspx
hlaalu said:
So I've been trying to figure this out for days (actually since I bought this thing when it first came out), and I can't. I'm currently on stock rooted ics. All I want to do is transfer a video from my phone (galaxy nexus) to my a500 using the USB port.
Is this even possible and how? Cause for the life of me I can't figure it out. Tried about every file manager out there and nothing.
Oh and Merry Christmas
Click to expand...
Click to collapse
You can transfer files between the two devices using Bluetooth. Don't know how big of the size of your video so test it out.

[Mysteriously solved] Can't transfer files to/from internal storage via USB

Hello. Today I wanted to transfer a movie from my PC to my N7 aaaand... something has happened.
When I go to my internal storage on my PC it doesn't show the blue bar below the name that tells how much free space I have: http://i.imgur.com/kOSjhb3.jpg
When I try to copy a file from the internal storage to the PC it says "Undefined error"
http://i.imgur.com/AZrgG8Y.jpg
And when I try to copy a file from the PC to the internal storage it shows that it's copying but the bar doesn't move and after 5-10 mins it says "The device has either stopped responding or has been disconnected."
http://imgur.com/OuthPXg (this pic was taken from Google images, I think the person who captured it had the same problem :cyclops
I tried with USB debugging on and off, redownloading and reinstalling drivers, rebooting - nothing.
I did a clean install with the Android 4.3 factory image a couple of days ago but I don't see how that can be a problem because yesterday I copied a bunch of avi. files to my tablet and today it just doesn't want to do that. *sigh* technology...
Have you tried using ADB to push or pull?
I have problems copying only if I'm not using the original N7 cable. Using the original cable, I get fast, reliable read/write throughput between my N7 and pc. I have one 3rd party cable that when I use it to copy from pc to N7 the 'copying' window comes up, but doesn't show the file copying and eventually hangs, but the file does copy and appears on the N7.
Username invalid said:
Have you tried using ADB to push or pull?
Click to expand...
Click to collapse
What ?
And I am using the original USB cable
http://forum.xda-developers.com/showthread.php?t=2141817
Username invalid said:
http://forum.xda-developers.com/showthread.php?t=2141817
Click to expand...
Click to collapse
Well that's great but I wanna fix this. My little brother won't know how to use this.
Ok I just checked now and it everything was ok. I have no idea what happened but now everything seems to be working fine, I am transfering my movie now

[Q] USB mounting after rooting

I can't get my Nook to mount on my computer after rooting with NookManager. Is this normal? I looked for a setting to re-enable this feature but couldn't find it. Any ideas? thanks
I forget where that is on settings, but if you have ADB working you can fix that.
You need sqlite3 installed on either host or Nook.
Code:
/data/data/com.android.providers.settings/databases/settings.db
update secure set value=1 where name='usb_mass_storage_enabled';
OTOH, if you have ADB, why would you want UMS?
Renate NST said:
I forget where that is on settings, but if you have ADB working you can fix that.
You need sqlite3 installed on either host or Nook.
Code:
/data/data/com.android.providers.settings/databases/settings.db
update secure set value=1 where name='usb_mass_storage_enabled';
OTOH, if you have ADB, why would you want UMS?
Click to expand...
Click to collapse
Thanks. I'm hoping I can find the setting. I don't really know much about ADB. I just want to be able to side load books easily.
Renate NST said:
I forget where that is on settings, but if you have ADB working you can fix that.
You need sqlite3 installed on either host or Nook.
Code:
/data/data/com.android.providers.settings/databases/settings.db
update secure set value=1 where name='usb_mass_storage_enabled';
OTOH, if you have ADB, why would you want UMS?
Click to expand...
Click to collapse
Shouldn't need to change the setting for a root with NookManager. USB mounting works but I have noticed sometimes that after connecting to the PC then disconnecting it looses its ability to be connected again as a USB drive until you reboot your Nook. Haven't spent the time to track down why the Nook looses its brain sometimes and won't connect.
straygecko said:
Shouldn't need to change the setting for a root with NookManager. USB mounting works but I have noticed sometimes that after connecting to the PC then disconnecting it looses its ability to be connected again as a USB drive until you reboot your Nook. Haven't spent the time to track down why the Nook looses its brain sometimes and won't connect.
Click to expand...
Click to collapse
I've rebooted. I've used sqlite to read and verify that 'usb_mass_storage_enabled' is set to 1. I've verified getprop reports that persist.service.mount.umsauto is 1. Still no usb automount.
Rooting isn't worth not being able to use Calibre
Is the host machine Windows?
if you loaded the ADB driver things can get out of whack and the UMS interfaces are driverless.
Normally when you connect a Nook to a host two new (UMS) disks will appear.
Whether those disks have backing (data behind them) is another question.
Are you missing the disks or the data?
Renate NST said:
Is the host machine Windows?
if you loaded the ADB driver things can get out of whack and the UMS interfaces are driverless.
Normally when you connect a Nook to a host two new (UMS) disks will appear.
Whether those disks have backing (data behind them) is another question.
Are you missing the disks or the data?
Click to expand...
Click to collapse
I am running Windows and have tried two different host machines that both worked with the Nook before the root.
The Nook does NOT show up whatsoever in "My Computer". Thanks for your help, I may just reset the firmware and give up on rooting it.
Classic773 said:
I am running Windows and have tried two different host machines that both worked with the Nook before the root.
The Nook does NOT show up whatsoever in "My Computer". Thanks for your help, I may just reset the firmware and give up on rooting it.
Click to expand...
Click to collapse
Sometimes Windows won't show a removable disk if another disk it has seen has been assigned the same drive letter. Plug your Nook into your PC and go into Administrative Tools | Computer Management | Disk management and see if the disks show up there. If they do
right click on them and select Change Drive Letter and Paths and assign them drive letters. It should stick after that unless you assign the same drive letter to another removable disk.
straygecko said:
Sometimes Windows won't show a removable disk if another disk it has seen has been assigned the same drive letter. Plug your Nook into your PC and go into Administrative Tools | Computer Management | Disk management and see if the disks show up there. If they do
right click on them and select Change Drive Letter and Paths and assign them drive letters. It should stick after that unless you assign the same drive letter to another removable disk.
Click to expand...
Click to collapse
Nope. I don't here the normal USB device connected sound that I here with other things, also the Nook doesn't show the normal popup that indicates its in USB mode.
I typically don't have an SD card in it, that shouldn't matter right. I've tried it with an SD card but most of the time I don't have one in.
You have ADB working on WiFi or USB?
If it's working on USB then you obviously do have it showing in Device Manager.
A somewhat tangental comment:
There seems to be lots of people who say, "I tried to root using Mega-Super-Giga-Updater" and it didn't work so I'm going back to stock 1.1.5".
Nook firmware is old and getting older with no update in sight.
I would strongly recommend standardizing on 1.2.1
Remember, the essence of "rooting" on the Nook is just enabling ADB.
All the other stuff is just the trimmings.
I have no knowledge/experience/insight of any of these "Super-Duper-Nooters".
Renate NST said:
You have ADB working on WiFi or USB?
If it's working on USB then you obviously do have it showing in Device Manager.
A somewhat tangental comment:
There seems to be lots of people who say, "I tried to root using Mega-Super-Giga-Updater" and it didn't work so I'm going back to stock 1.1.5".
Nook firmware is old and getting older with no update in sight.
I would strongly recommend standardizing on 1.2.1
Remember, the essence of "rooting" on the Nook is just enabling ADB.
All the other stuff is just the trimmings.
I have no knowledge/experience/insight of any of these "Super-Duper-Nooters".
Click to expand...
Click to collapse
The problem was the USB cable, which straygecko mentioned in different thread. Never thought of trying a different one since this one worked fine for charging. Thanks to both of you
Oh, you probably had a "charging" cable.
I ran into one of those once.
They only have 2 conductors in the cable.
It probably saved them a whole $0.02.
It's a cruel trick to play on somebody.
Renate NST said:
Oh, you probably had a "charging" cable.
I ran into one of those once.
They only have 2 conductors in the cable.
It probably saved them a whole $0.02.
It's a cruel trick to play on somebody.
Click to expand...
Click to collapse
Don't chuck them!
I find them invaluable if you want to charge a phone or nook without using it pop up as mass storage or MTP. They are also ALOT longer.
Great for car charging or grabbing power from public usb sources.
If booting from nookmanager to PC to copy backup across (something you should do asap before you forget) then trying to connect NST to computer after rooting you will find it won't appear in windows explorer.
This is windows getting confused. If you click on the safetly remove device icon you will see two drive letters are assigned its just explorer that can't access them. Easy fix is to reboot. If your like me and dozens of web browsing windows open and regard rebooting as something the power company forces on me few times a year you can do this to access.
Start->settings->Control Panel->Administration Tools->Computer Management->Disk Manager.
You will see the drive letters for your nook there. Right click (don't click format or delete!) and chose open. Explorer will now happily open a window with your drive contents.

[SOLVED] This device has either stopped responding or has been disconnected.

Whenever I plug in my S4, it seems fine. Drivers are installed correctly since I rooted fine and that also means the USB is fine.
The problem arises when I try to copy any file to my phone. It plugs in, allows me to switch it between Camera (PTP) and Media Device (MTP). I have tried turning USB Debugging on and off when transferring files and on both Camera and Media Device.
When I copy a device into any folder or the main card or phone directory, it starts copying, the green bar stops and then after a second the following message comes up:
"This device has either stopped responding or has been disconnected."
It allows me to Stop copying or Skip this file... which is the only file.
Any ideas on what is causing this and what I could do to try and fix it?
Use a different cable or usb port. Something is causing the phone to stop communicating with the computer. Also, make sure you don't have any power saving features enabled that may be turning of power to the usb port in Windows.
I've tried that and it still has the same issue.
Just unrooted and performed a factory reset. My phone is totally stock and doesn't allow me to copy any files onto it.
Does anyone have any idea?
[SOLVED]
Solved this by taking out my SD card, restarting my phone, putting the SD card back in and formatting it.
You can format by going into Settings > More > Storage > (Scroll to bottom) Format SD Card
That's right, it was not easy to find... Thanks!
cruise350 said:
Use a different cable or usb port. Something is causing the phone to stop communicating with the computer. Also, make sure you don't have any power saving features enabled that may be turning of power to the usb port in Windows.
Click to expand...
Click to collapse
Effectively, you have to turn off the ENERGIE ECO on your Tablet.
another way to see that the SDCARD is not responding, is to browse inside the Folders. They seems to be empty.
regards:good:
connection problem solved
FeversMirrors said:
Whenever I plug in my S4, it seems fine. Drivers are installed correctly since I rooted fine and that also means the USB is fine.
The problem arises when I try to copy any file to my phone. It plugs in, allows me to switch it between Camera (PTP) and Media Device (MTP). I have tried turning USB Debugging on and off when transferring files and on both Camera and Media Device.
When I copy a device into any folder or the main card or phone directory, it starts copying, the green bar stops and then after a second the following message comes up:
"This device has either stopped responding or has been disconnected."
It allows me to Stop copying or Skip this file... which is the only file.
Any ideas on what is causing this and what I could do to try and fix it?
Click to expand...
Click to collapse
i was getting the same problem,so i uninstalled the driver and then connected the mobile .
secondly i also have installed wondershare mogile go on my mobile and pc , so when i connected my mobile to pc after uninstalling the driver the mobile go pop up came up for usb installation and it asked for installing the usb driver for mobile go ,it asked me to swithonn the usb debugging ,and it installed the driver then it just worked fine .
may be it was a mobile go problem (any software) or Driver Problem but it helped so no need to format,reset or remove your card . just try this and tell wat helped.thank you.
This is a Driver Problem.
All I had to do was plug the usb cable into the usb port that i installed the device to. My PC won't read the phone right from any other USB port. I hope this helps
Im not sure if this thread is too old or not, just wanted to give my imput on the matter, so I ran into this issue just today but i had never had it before, turns out it was the file, I did everything I could think of : played around again with the USB port selective suspend feature and it wasnt that, plugged into other USP ports, want that, untill I tried copying something else and BINGO, the file got copied, so I tried with a folder full of different files like word, excell APK files etc...and they all went through fine, so next i tried a lange file a movie and it went though fine. the file in question was a nighlyROM apparently it was corrupt, or didnt download properly. So my suggestion is to check if you can copy or transfer other files.:good:
it didn't work for me
you have to fix permissions
it happened to me on my gt-n7100 (Galaxy Note II ) with android 4.4.2, you have to install TWRP (Team Win Recovery Project see how then reboot into recovery select ''advanced'' hen ''Fix Permissions'' that worked for me
you can use chmod to fix this it works too
hudtwalcker said:
Im not sure if this thread is too old or not, just wanted to give my imput on the matter, so I ran into this issue just today but i had never had it before, turns out it was the file, I did everything I could think of : played around again with the USB port selective suspend feature and it wasnt that, plugged into other USP ports, want that, untill I tried copying something else and BINGO, the file got copied, so I tried with a folder full of different files like word, excell APK files etc...and they all went through fine, so next i tried a lange file a movie and it went though fine. the file in question was a nighlyROM apparently it was corrupt, or didnt download properly. So my suggestion is to check if you can copy or transfer other files.:good:
Click to expand...
Click to collapse
:good::good::good:thanks a lot bruh, here i was thinkin i did somethin wrong on my phone but it was the file that had the problem, and the reason for the error
midoucaca said:
it happened to me on my gt-n7100 (Galaxy Note II ) with android 4.4.2, you have to install TWRP (Team Win Recovery Project see how then reboot into recovery select ''advanced'' hen ''Fix Permissions'' that worked for me
you can use chmod to fix this it works too
Click to expand...
Click to collapse
!!!
This did it for me. I already had TWRP installed and after quickly doing this I was able to copy to/from my SD card. It also fixed the problems I was having copying/moving things from internal storage to the SD card using ES.
FYI, It also caused XPosed to break until I rebooted again.
THANKS SO MUCH!
Doing this now, thanks so much! Wonder why that happens.
Didn't work unfortunately. Other files seem to be moving over just fine. All except this 1.6GB file (checked space, that's not the issue), where I cannot send either to Internal or SD Card. Maybe it's a corrupt file?
JJ
eNonsense said:
!!!
This did it for me. I already had TWRP installed and after quickly doing this I was able to copy to/from my SD card. It also fixed the problems I was having copying/moving things from internal storage to the SD card using ES.
FYI, It also caused XPosed to break until I rebooted again.
THANKS SO MUCH!
Click to expand...
Click to collapse
hudtwalcker said:
Im not sure if this thread is too old or not, just wanted to give my imput on the matter, so I ran into this issue just today but i had never had it before, turns out it was the file, I did everything I could think of : played around again with the USB port selective suspend feature and it wasnt that, plugged into other USP ports, want that, untill I tried copying something else and BINGO, the file got copied, so I tried with a folder full of different files like word, excell APK files etc...and they all went through fine, so next i tried a lange file a movie and it went though fine. the file in question was a nighlyROM apparently it was corrupt, or didnt download properly. So my suggestion is to check if you can copy or transfer other files.:good:
Click to expand...
Click to collapse
Yeah! Exactly! I was trying to copy an unfinished movie that was still downloading in torrent. It was stuck at 98.8% and it was playing fine in my computer. Only this file was not copying in my phone. and anyways i couldn't get it to my phone because it never downloaded 100% due to lack of peers, and i could copy other files. This means MTP mode does not allow to copy corrupt or half files and there is no mass transfer mode now a days...
---------- Post added at 08:53 PM ---------- Previous post was at 08:52 PM ----------
I was able to copy the unfinished file by mounting External SD in TWRP btw....
FeversMirrors said:
Whenever I plug in my S4, it seems fine. Drivers are installed correctly since I rooted fine and that also means the USB is fine.
The problem arises when I try to copy any file to my phone. It plugs in, allows me to switch it between Camera (PTP) and Media Device (MTP). I have tried turning USB Debugging on and off when transferring files and on both Camera and Media Device.
When I copy a device into any folder or the main card or phone directory, it starts copying, the green bar stops and then after a second the following message comes up:
"This device has either stopped responding or has been disconnected."
It allows me to Stop copying or Skip this file... which is the only file.
Any ideas on what is causing this and what I could do to try and fix it?
Click to expand...
Click to collapse
I've changed the file type which was a (.zip) to a (.mp3) and transferred the file. It worked.
hudtwalcker said:
Im not sure if this thread is too old or not, just wanted to give my imput on the matter, so I ran into this issue just today but i had never had it before, turns out it was the file, I did everything I could think of : played around again with the USB port selective suspend feature and it wasnt that, plugged into other USP ports, want that, untill I tried copying something else and BINGO, the file got copied, so I tried with a folder full of different files like word, excell APK files etc...and they all went through fine, so next i tried a lange file a movie and it went though fine. the file in question was a nighlyROM apparently it was corrupt, or didnt download properly. So my suggestion is to check if you can copy or transfer other files.:good:
Click to expand...
Click to collapse
This is the answer to this thread!
Guys this is dumb but instead of moving the file that wasn't working onto my SD card, I just moved it to my phone and it worked the first time.
Another fix - go to usb options, set to use as USB 3.0 device
Since this is the first thread that seems to come up when I googled the issue, I'll post the fix here...
though I'm on a Galaxy S5, not the S4. I'm guessing it's the same deal.
When I plugged in with USB and tried to copy a 1.2 gig file, it gave me the error message, though many large files had worked in the past.
I tried a reboot, pulling the SD card, and making sure my USB hubs didn't have the "let windows shut this off to save power" option checked.
So I tried pressing the "Connected as a media device via USB" notification when I slide the notification bar down. There are 3 options, MTP, PTP, or USB 3.0.
I changed to USB 3.0 and the file copied fine, and much faster too, about 1.5 or 2 minutes for 1.2 gigs.
This actually works.... - Raj

Nokia 6 USB Driver

Hi. I am a Windows Phone transplant. I got my Nokia 6 from Amazon and I am connecting it up via USB to put my music collection on the SD card. When I connect, it mounts as a CD and there is a setup for what looks to be the drivers there. When I run setup, nothing happens. The computer is Win 10. When I took the phone out of the box (from Amazon US), I noticed that the Amazon preloaded app took me to the Chinese Amazon site. so I think that this version is based heavily on the Chinese ROM. Does anyone have a direct link to the USB drivers for the PC? The ones I have seen on searching all look very dubious.
It was pretty cool turning this phone into an Android powered/Microsoft Services phone.
thanks
The Amazon app is just configured for Chinese. You can select another language, just go to the link next to the flag, drop down box, find the USA flag.
For the USB connection, after you connect the phone to the PC, on the phone, swipe down from the top and you should see a notification "USB *****". The "****" could be PTP, charging, MTP, etc. You want to use MTP to transfer files to the phone.
I am using MTP to connect, but has I mentioned, The phone is opening as a CD-ROM on the computer where there is a setup program with Drivers on it and it is write protected. If I try to run the setup program that it presents, Nothing happens. It starts, and gives me the Admin make changes screen, but after that nothing. This is the drivers that I think need to be on my computer to mount the phone properly to transfer files.
Mine did the same but as the previous poster said change it to mpt on the phone then in file explorer Nokia 6 appeared and when I clicked on it both the internal and sd cards showed up and I copied my music folder directly to sd card
Sent from my SM-T800 using XDA Free mobile app
I have the same issue. I tried choosing the MTP, even PTP as well, from the USB options, but still no luck in seeing the internal storage of my phone. Maybe this is a Windows 10 issue? I tried connecting my phone on my windows 8.1 PC and it worked fine. Anybody has a workaround on this?
my phone always have a pop-up ask me if I want to enable file transfer when I connect to a pc, maybe check if yours have the same pop-up.
Sent from my TA-1003 using XDA Labs
Phone does not show as drive
When I connect my Nokia 6 via USB, I get a popup asking what i want to do (charge, charge and transfer and two I can't remember at the moment). It does not show up as a (USB) drive (i.e. it is not assigned a drive letter), but among the Libraries (like Downloads, Pictures, etc.). I see the CD-ROM drive with the USB driver setup as well, but I guess you only need that when the phone does not show up right away. (Maybe on older versions of Windows?)
I can write to the phone and the SD card. I have a 64 GB Samsung class 10 card, it writes at only 12 MB/s; is that normal?
When I clicked 'Properties' on the SD Card, I saw that it was formatted as FAT32, so that explains why I can't write large (>4 GB) video files to it. Shame. Does anyone have an idea if this is ever gonna change?. I tried formatting the card to ExFat, but then the phone just says 'incompatible file system' or something like that.
Can't get access to my phone data mother internal nor external
I am using MTP to connect, but has I mentioned, The phone is opening as a CD-ROM on the computer where there is a setup program with Drivers on it and it is write protected. If I try to run the setup program that it presents, Nothing happens. It starts, and gives me the Admin make changes screen, but after that nothing happens. Pls help me guy's......
I have the same problem on Windows 8.1 x64
Nevermind, I found the solution for my device, I can't guarantee it's the same for you.
Open your settings on your phone
Go to About Phone
Repeatedly tap on Build number untill a message pops
up saying that you're a developer now.
Go back into settings and open Developer options now
Scroll down and find USB Debugging and turn it on.
That's it, you should be able to manage your files now
Finally Nokia is making Andorid based phones now. Because Android is the kind of OS people need today. With tons of application choice.
You can download the ADB driver for your Nokia in this link:
https://dl-ssl.google.com/android/repository/latest_usb_driver_windows.zip
change your cable. That's what the problem is

Categories

Resources