A1 - no USB storage with ICS

Since I have upgraded my A1 to ICS using:
http://download.lenovo.com/slates/a1/ICS_OTA/A107I0_A404_001_013_0116_US.zip
I have not had USB storage to connect the tablet's file system to a PC. Previously, when I plugged the USB cable in, the tablet would aske me if I wanted to turn on USB debugging or USB storage. Now, it only asks if I want USB debugging.
I have looked carefully through settings for an option to control this, there does not seem to be one for USB storage, only for USB debugging.
Solved!
Go to Solution.

No, I found the answer in a different thread. The option is on Settings->Storage->three dots.
Interface guideline:
Hide the important options so the droolers will not find them, change them, and whine when the system no longer works the "way it used to".
Well, I am gonna whine:
1) the mutually exclusive MTP and PTP options are two check boxes, not a grouped pair of radio buttons.
2) The PTP option is not selectable, it reverts quickly to MTP. 
IF IT AIN"T SELECTABLE, DON"T PUT IT IN THE INTERFACE !
Excuse for yelling.  Since you were not paying attention during the interface design briefings, I will tell you to pay attention now. Thank you.

Similar Messages

  • E4200 - USB Storage with Media server

    Pros: Decent basic router
    Cons: Advanced features don't work, not worth the price, poor support, critical forum posts deleted
    Other Thoughts: The Linksys e4200 is supposed to be a high-end router, with media server capabilities. It is NOT. The media server feature does not work and has not worked correctly since product release. Linksys keeps promising a fix, but customers are still waiting. Support forum members have been pressing the company for a solution, but Linksys merely deletes critical post from the forums. This is apparently their idea of how to "fix" the problem.
    There are certain features that make a router a high-end purchase. If usb storage with media server capability is one of the features you are looking for, you should avoid this product.

    Hi,
    USB HDD uto 1 TB with file system NTFS ot FAT32 works just fine, if any issues try taking up the back up for the data already present on the HDD and then try to format the HDD using the router''s formatting tool available under set up page - Storage...
    Please share your issues faced with the same....

  • USB storage with WRT610N....help!

    After spending 4 hours (no exageration) with Linksys Level 2 tech support I am at my wits end....
    I just purchased a WRT610N and want to use the USB storage feature to backup my primary desktop.  Here's the specifics:
    Desktop is an older Dell XPS runnings XP SP3.  Desktop has three logons....for myself and my kids.
    I'd also like each desktop logon to be able to access the router USB storage feature so that we have a common place for pictures, etc.
    I have an office laptop and I would like this to access the storage device
    Eventually I will be adding more computers to the network for my kids.
    I'm also interested in using the FTP access to get to the files on the storage device when I am away from home.
    Through 3 separate tech support calls, each tech tried a different approach to get this to work.  Nothing worked.  I want to start from scratch....  What is the best way to accomplish what I want to do?  After suffering through the pain, is the WRT610N a good solution or should I return it to Amazon and do this some other way?
    A final note, tech support did upgrade the WRT610N's firmware to 1.00.00.18.
    Thanks in advance for your help!

    jal4680 wrote:
    After spending 4 hours (no exageration) with Linksys Level 2 tech support I am at my wits end....
    I just purchased a WRT610N and want to use the USB storage feature to backup my primary desktop.  Here's the specifics:
    Desktop is an older Dell XPS runnings XP SP3.  Desktop has three logons....for myself and my kids.
    I'd also like each desktop logon to be able to access the router USB storage feature so that we have a common place for pictures, etc.
    I have an office laptop and I would like this to access the storage device
    Eventually I will be adding more computers to the network for my kids.
    I'm also interested in using the FTP access to get to the files on the storage device when I am away from home.
    Through 3 separate tech support calls, each tech tried a different approach to get this to work.  Nothing worked.  I want to start from scratch....  What is the best way to accomplish what I want to do?  After suffering through the pain, is the WRT610N a good solution or should I return it to Amazon and do this some other way?
    A final note, tech support did upgrade the WRT610N's firmware to 1.00.00.18.
    Thanks in advance for your help!
    The harsh reality is that the results for people trying to use the Storage Link function have been mixed, at best.  Especially in trying to utilize it for a "backuP' function.  The kernel used to manage the Storage Link is apparently unix/linux based, and has some difficulty playing nice with Windows based backup utilities.  Additionally, there have been reports that the connectivity to the attached devices is, at times, poor.  Finally, there are issues with file corruption (date/time stamps, specifically).  There have been no firmware updates to deal with these issues.  If your primary need is for an attached NAS solution, I would strongly recommend looking at other devices for that solution.

  • HAL won't mount USB storage with "flush" option.

    Trying to mount a 8G vfat USB stick automatically with HAL that using "flush" option to decrease the flushing time when unmounting it.
    And I've consulted the wiki HAL entry and wrote this:
    <match key="block.is_volume" bool="true">
    <match key="@block.storage_device:storage.hotpluggable" bool="true">
    <merge key="volume.policy.mount_option.flush" type="bool">true</merge>
    </match>
    <match key="@block.storage_device:storage.removable" bool="true">
    <merge key="volume.policy.mount_option.flush" type="bool">true</merge>
    </match>
    </match>
    put it in /usr/PolicyKit/PolicyKit.conf, and restart HAL.
    But it's still not working. Can anyone tell me where I do wrong?

    ok, thank you.
    I've been putting my setting into /etc/hal/fdi/policy/20-usbvfat.fdi
    Here's its content:
    <?xml version="1.0" encoding="UTF-8"?>
    <deviceinfo version="0.2">
    <device>
    <!--<merge key="volume.ignore" type="bool">false</merge>-->
    <match key="volume.fstype" string="vfat">
    <merge key="volume.policy.mount_option.utf8" type="bool">true</merge>
    </match>
    <match key="storage.hotpluggable" bool="true">
    <merge key="volume.policy.mount_option.flush" type="bool">true</merge>
    </match>
    <match key="storage.removable" bool="true">
    <merge key="volume.policy.mount_option.flush" type="bool">true</merge>
    </match>
    <match key="@block.storage_device:storage.hotpluggable" bool="true">
    <merge key="volume.policy.mount_option.flush" type="bool">true</merge>
    </match>
    <match key="@block.storage_device:storage.removable" bool="true">
    <merge key="volume.policy.mount_option.flush" type="bool">true</merge>
    </match>
    </device>
    </deviceinfo>
    (with every possible syntaxs i can find)
    The fact is that I've tried putting them under /etc/hal/... and /usr/share/hal...
    But none of them really work, I doubt if HAL is really reading this file or it has changed its variable names (idk...)

  • USB storage with password

    Hello,
    I have the N900 model and would like to connect a hard drive via usb.  The router can see the external hard drive but the problem I run into is the HD uses a password to open it.  Any ideas on how to get past this issue?

    OK, sorry for the much delayed response.  I actually lost where I had posted this question.
    I can see the router in the "My Network Places" in Windows XP.  When I click on the folder for the drive it opens the folder.  Inside there is a bunch of  things inside:  an few application extensions, setup information file, icon files, and two applications.  When I click on one of the applications titled "FDETravelerApplication" a dialogue box opens with "Open File-Security Warning" at the top and "The publisher could not be verified.  Are you sure you want to run this software?".  I click "Run" and another dialogue box opens which is the one that would normally open if the usb drive were connected directly to the computer.  However this dialogue box doesn't contain a password prompt now.  It contains an error message which reads as "No Device Found".
    So what now?

  • How can I see file with chinese name in Sunray USB storage?

    hi, All
    I installed Sunray4u3 on Solaris0805. the application server is win2003EE.
    I accessed usb storage from win2003, but I can only see files with English name , and could not see files with chinese name. Why? who can help?
    best regards
    xiong wei

    You might want to make sure your credit card is listed in the billing information associated with your Apple ID (see http://support.apple.com/kb/ht1918).
    Also, to change the From name that appears when you address emails on and iOS device, go to Settings>Mail,Contacts,Calendars...tap your iCloud email account, tap you iCloud account at the top, tap Mail at the bottom, then enter the name you want to use in the Name field at the top.
    To change the From name on your Mac Mail, go to icloud.com, sign into your account, open Mail, click the gear shaped icon on the bottom left and choose Preferences, go to the Accounts tab and enter the name you want to use in the Full Name field and click Done.  Then quit Mail on your Mac and re-open it.  Your new From name should now appear in the drop-down list when you compose a new email.

  • USB Storage devices not working with kernel in repositories [Solved]

    I am experiencing a quite vexing problem with my USB Mass Storage devices, when I plug one in I get the following error in my dmesg:
    [ 1811.976758] usb 2-2: new high speed USB device number 5 using ehci_hcd
    [ 1812.101854] scsi7 : usb-storage 2-2:1.0
    [ 1813.102576] scsi 7:0:0:0: Direct-Access     Verbatim STORE N GO       2.68 PQ: 0 ANSI: 2
    [ 1813.103818] sd 7:0:0:0: [sdb] 3913728 512-byte logical blocks: (2.00 GB/1.86 GiB)
    [ 1813.104327] sd 7:0:0:0: [sdb] Write Protect is off
    [ 1813.104331] sd 7:0:0:0: [sdb] Mode Sense: 0b 00 00 08
    [ 1813.105567] sd 7:0:0:0: [sdb] No Caching mode page present
    [ 1813.105572] sd 7:0:0:0: [sdb] Assuming drive cache: write through
    [ 1813.107560] sd 7:0:0:0: [sdb] No Caching mode page present
    [ 1813.107565] sd 7:0:0:0: [sdb] Assuming drive cache: write through
    [ 1813.108340]  sdb: sdb1
    [ 1813.112180] sd 7:0:0:0: [sdb] No Caching mode page present
    [ 1813.112186] sd 7:0:0:0: [sdb] Assuming drive cache: write through
    [ 1813.112190] sd 7:0:0:0: [sdb] Attached SCSI removable disk
    [ 1813.196828] sdb: detected capacity change from 2003828736 to 0
    In the /dev/ folder on the device shows up, not the partitions. When I try to open it with cfdisk I get "FATAL ERROR: Cannot open disk drive". I am pretty sure it iss neither a hardware problem with my laptop or my usb devices, as they both work on my dual-booted Ubuntu. My usb ports in general seem to be functioning, I can still charge a phone through them and use my built in USB webcam.
    I am not sure where exactly this issue lies, it started after I upgraded to 3.0.7 (among other updates) from the normal repositories, but still persisted after I downgraded to 3.0.6.
    My attempts at Googling have so far revealed mainly hardware errors, which don't seem to fit with the devices working on another OS on the same pc.
    Thanks.
    Last edited by MartianW (2011-11-09 16:30:15)

    Same problem. I try to mount different devices. For each device same result.
    The file /var/log/error.log is full of this kind of messages:
    Nov  4 21:34:18 moria kernel: [  113.455195] sd 6:0:0:0: [sdb] No Caching mode page present
    Nov  4 21:34:18 moria kernel: [  113.455200] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov  4 21:35:29 moria kernel: [  184.077728] sd 7:0:0:0: [sdb] No Caching mode page present
    Nov  4 21:35:29 moria kernel: [  184.077736] sd 7:0:0:0: [sdb] Assuming drive cache: write through
    Nov  4 21:35:29 moria kernel: [  184.080720] sd 7:0:0:0: [sdb] No Caching mode page present
    Nov  4 21:35:29 moria kernel: [  184.080730] sd 7:0:0:0: [sdb] Assuming drive cache: write through
    Nov  4 21:35:30 moria kernel: [  184.808109] sd 7:0:0:0: [sdb] No Caching mode page present
    Nov  4 21:35:30 moria kernel: [  184.808116] sd 7:0:0:0: [sdb] Assuming drive cache: write through
    Nov  4 21:41:10 moria kernel: [  525.107109] sd 8:0:0:0: [sdb] No Caching mode page present
    Nov  4 21:41:10 moria kernel: [  525.107114] sd 8:0:0:0: [sdb] Assuming drive cache: write through
    Nov  4 21:41:10 moria kernel: [  525.110615] sd 8:0:0:0: [sdb] No Caching mode page present
    Nov  4 21:41:10 moria kernel: [  525.110619] sd 8:0:0:0: [sdb] Assuming drive cache: write through
    Nov  4 21:41:11 moria kernel: [  525.841487] sd 8:0:0:0: [sdb] No Caching mode page present
    Nov  4 21:41:11 moria kernel: [  525.841491] sd 8:0:0:0: [sdb] Assuming drive cache: write through

  • Neo2 Platinum - How to boot with USB storage?

    Hi,
    I can't find in any bios setting to enable boot with USB storage... It recognize the USB storage drive but not booting it.  I am using Imation 256mb memory stick.  It boots in other system where there is option to select in bios, but not with Neo2. please help 

    Some older threads dealing with the same issue :
    https://forum-en.msi.com/index.php?topic=76565.msg540210;topicseen#msg540210

  • Windows Server 2012 Group Policy Block USB Storage devices @ User Level Not getting applied on a Domain Client machine with Windows Server 2008 R2. Why?

    Hello,
    I have a Windows Server 2012 R2.
    I have configured the Group Policy on it to block the usage of USB - Storage Devices @ user level on the client machines. It works properly for my Windows 7 client machines but it's not working on one of the machine having Windows Server 2008 R2 installed
    on it (this machine is also a domain client in the same domain).
    I will really be thankful if anyone can suggest some solution to this issue.
    Please feel free to write back in-case I have missed anything obvious to be shared.
    Thanks!
    -Vinay Pugalia
    If a post answers your question, please click "Mark As Answer" on that post or
    "Vote as Helpful".
    Web : Inkey Solutions
    Blog : My Blog
    Email : Vinay Pugalia

    Hi,
    Any update?
    Just checking in to see if the suggestions were helpful. Please let us know if you would like further assistance.
    Best Regards,
    Andy Qi
    TechNet
    Subscriber Support
    If you are TechNet
    Subscription user and have any feedback on our support quality, please send your feedbackhere.
    Andy Qi
    TechNet Community Support

  • USB connection with PC is not working after updating firefox OS 1.3 to 2.0 on my device. How to fix this?

    After updating OS 1.3 to 2.0 usb connection to PC is not working. I am using firefox os device Flame. I cannot share files with my PC. Please help me to fix this problem.

    ''Ralph Daub [[#answer-694088|said]]''
    <blockquote>
    Hi Raiyad Raad,
    I'm sorry to hear that you're having issues when connecting your Firefox OS device to the PC, after updating it from v1.3 to v2.0.
    Please ensure that USB Storage and Media Storage are activated.
    If you are still having issues after activating USB storage and restarting your device, please write back to us with the following information:
    * What is the model of your phone?
    * What is the OS version and Build ID found in the Device Information page? Please visit [https://support.mozilla.org/en-US/kb/how-do-i-find-what-version-firefox-os-i-have this link] if you need help finding the Build ID of your phone.
    * Please describe the steps you took to update your device.
    * Please provide the exact steps to reproduce the issue you are encountering.
    * How often do you encounter this issue?
    Please be sure to include as much detail as possible, including any websites that may exhibit this issue, and any error messages that you may be receiving, exactly as they appear. This will ensure that we have all the necessary information to investigate this behavior.
    - Ralph
    </blockquote>
    I've activated the USB storage and media on the phone. But still it's not working. I'm using T2mobile Flame and my OS version is 2.0. Build ID: 20141016183911
    I've written a blog about how I updated it here: http://raiyadraad.blogspot.com/2015/02/how-to-update-firefox-os-13-to-20-with.html
    I'm having this problem after updating to firefox OS 2.0

  • My new iPhone 5 won't connect to iTunes, and when I connect to my computer it comes up as a usb storage device, also in the phone itself under usage it shows internal memory of 2gb and sd card 64 gb, is this an original iPhone or have I been sold a copy

    My new iphone 5 can not connect to itunes, it comes up as a usb storage device when I plug it in, also in the phone under settings/usage it shows internal memory of 2gb and SD card of 64gb, I cannot get it to connect to itunes at all so cannot sync etc, is this a genuine Iphone or a copy. I have owned 4 iphones and never had a problem with connecting to iphones and restoreing to a backup.

    According to http://en.wikipedia.org/wiki/IPhone_5
    the iPhone5 has 1GB of RAM, and internal storage of 16, 32, or 64GB.
    It does not use SD cards.
    Fake iphones are really Android phones using the skin of iOS6.
    Click on the App Store icon. If it takes you to Apple's App Store, then it's a real iPhone.
    But if you are directed to Google Play, then I'm afraid you've gotten a copy.

  • I am trying to add music to my computer and then put it on a usb storage device

    ok i havent used a computer in a very long time and the last time i did things seemed a whole lot easier.  i got a new laptop for valentines day and i still aint figured this thing out. what i am trying to do is add all my music cds to my computer, make some playlists, then download the music to a usb storage device so i can have the music in my truck.
    when i put a cd in my computer it pops up and it starts playing but i have no clue as what to do next. i have tried to make a playlist through the player that pops up and plays the music but aint having any luck. IM CLUELESS!!!! nothing ive tried has wroked, i need help please.
    thank you in advance

    Hi,
             The below link shows how to create playlist in Itunes.  Once the playlist is created, if you are using apple Ipod or any other apple product. Then once you connect the device it will start the sync with the device and then you can start playing.
    http://support.apple.com/kb/PH12340
    If you are using another device, then please do mention the device to which you want to sync the music and which player are using on the system.
    "I work for HP."
    Please click the "White Kudos" star to say thanks for helping.
    Please mark "Accept As Solution" if my help has solved your problem.

  • USB storage devices not being recognised

    Product:
    13" Macbook Pro w/ Retina Display (Late 2013 model)
    OS X Yosemite (version 10.10.2)
    2.4GHz i5, 8gb 1600 MHz DDR3, 256gb HDD
    Issue:
    - macbook unable to recognise USB storage devices.
    - can be found on disk utility but 'greyed out'.
    - cannot be found under devices in finder.
    - tried restarting laptop, no effect.
    - additional storage via Nifty + 64gb micro SD is working fine.
    - apple products (iPod/iPhone/iPad) and printer/scanner working fine, only storage devices appear to be affected.
    - USB-ethernet adapter appears to be working w/o problems too.
    - last technical thing done to the computer was SMC reset 5 days ago for power cable light not working properly (fixed with reset).
    Hello everyone,
    I seem to having some issues with my macbook and the ability to use USB storage devices. The SD card slot appears to be working fine as I have a nifty device attached on. I'm not sure exactly when this started to happen but it was working last week for sure.
    I've put some succinct notes above for anyone who is willing to help out and is able to use it to determine the problem but I don't think it's a hardware issue. Maybe it's a bug with the new OS X update over the weekend?
    I've attached a screenshot of the disk utility below as well.
    If anyone could help me out then that would be greatly appreciated.
    Thanks in advance!

    Some users on another Apple thread had success in running Kext Utility last November with similar issues.
    I ran kext utility 2.6.1, restarted my computer and everything was working again.

  • My Pro freezes when I connect USB storage

    ok so for about a month and a half now, sometimes when I connect a USB storage device, my MBP (13 inch, from the most recent early 2011 line) will freeze. if there's an animation ont he screen, like the time machine symbol, it will keep going, but no response from keyboard or trackpad. at first it happened with a new cheap USB flash stick, so I thought it was that. but since then, once in a while it happens with my time machine USB hard drive, my android phone, and a different USB stick, none of which have had this problem before on anything, including my earlier Macbook from 2008. ideas/causes? this guy seems to have a similar problem: https://discussions.apple.com/message/15088832#15088832

    Hi f,
    Try an SMC Reset: http://support.apple.com/kb/HT3964         

  • WRT600N USB Storage Problems Solved

    For a couple of years, I've been living with all the problems others have reported with the WRT600N USB storage - lost connections, permissions problems, rebooting the router to recover access to the USB drive, etc. I solved my problems, mostly, by switching to a DLink DIR-655 router. I assume other routers in the Dlink family that support USB devices will perform similarly.
    My main problem seemed to be interference from the microwave, which is in an open kitchen/keeping room arrangement in my house. However, the bottom line is that any time I lost wireless connectivity to the router, due to the microwave or unknown causes, I'd lose access to the USB drive. This meant a trip upstairs to power cycle the router and the USB drive several times a day.
    With the Dlink, I still sometimes lose wireless connectivity due to the microwave or unknown causes, but not as often. Sometimes, but not always, this will cause me to lose the USB drive access. If I do need to reboot the router, I can do so from the web based interface, something that was not possible with the WRT600N, so no more trips upstairs to perform this operation. I also find have a stronger wireless signal in my work location with the Dlink.
    Dlink uses a SharePort software utility to manage the USB connection and this has to be installed on all PC's that want access to the USB device. SharePort makes a USB device appear to be a local device attached directly to the computer you're using and you can attach external drives/printers/probably USB hubs. (I've experimented only with an external USB drive.) Because of this, however, only one computer can attach to the USB device at a time - not a problem for me, but you need to be aware. The software has a mechanism for requesting access to the USB device from one computer, when the device is in use by another computers. You can also set it to automatically connect to the USB device if its available, to try a reconnect if connection is lost, and to automatically run a program when the USB device connects. Dlink says SharePort will support FAT or NTFS formatted drives and there's no known limitation on the drive size.
    Dlink support doesn't seem much better than here - it took about three weeks for me to get an answer on the external drive size and formatting options. There are plenty of complaints on the Dlink support site about poor support, poor performance of SharePort, etc.  So, all I can say is their router/USB device sharing has worked much better for me than my Linksys WRT600N ever worked.

    Welcome to the WRT600N nightmare. The Storage Link is poorly documented, and the firmware controlling it has issues. Basically, it will corrupt file date/times stamps whenever you copy files onto the attached drive. It has also been known to be a bit flaky about maintaining the drive as a connected/mapped drive. Backup programs may have difficulty accessing the drive via Storage Link. Depending on the file format you use, you may encounter file size limitations on the Storage Link drive.
    I, personally, gave up after a few days of these issues mentioned above and bought extra USB hard drives for each computer in the house rather than try and use the Storage Link as a NAS.
    What O/S are you using on your computer? I can try and walk you through the setup.
    A+ Certified, over 15 years of hands on computer and home networking experience...and I still get lost!

Maybe you are looking for

  • Using 2 ipods on one computer with Windows XP

    Is it possible to have two iTunes accounts on one computer with Windows XP? My brother already had an iTunes account on this computer and then I got an iPod too. I just loaded his music onto my iPod at the time, but I want to delete all of the music

  • SMSY Technical System Delete and Clean-up

    I need to completely delete a SID from Solution Manager: SMSY technical system, projects, logical components,ChaRM, CCMS, tansport routes, SMD, SLD, etc. I am looking for clean-up documentation. Is there a document(s) which will describe a logical pr

  • Purge MCX data?

    I have a Managed computer running 10.5.4 that I dont want to manage anymore. I unbound the computer from OD by removing the computer record in WGM on the OD server, and by unbinding the client from the Directory Utility on the client. No luck. Wen I

  • Epub with lots of photos

    I created an iBook combining text and many photos. How do I now convert it to an epub? Most of what I've read applies to text epubs.

  • ITunes ringtones: Bought one, but won't take password for any more??

    Using iTunes 7.4.2, last night I bought my first ringtone. It went through without a hitch. However, I tried again and again to preview another one, but it keeps prompting me for my password to the iTunes store. All my other iTunes functions that req