Android :: Accessing External USB Storage
Jun 4, 2010
Are there Android API's to access data from an external USB device, such as a hard drive? I need to write an app to interface with an external usb device, is this possible? What system calls are used?
View 2 Replies
Jun 1, 2013
I'm running a custom ROM (4.2.2) on an HTC Vivid. When I connect to my PC via usb, Windows only sees the internal storage, not the external sd card, and there's no way to navigate to the System partition to access.
When I was running the stock HTC ICS, Windows would mount the external card as a separate drive. I know the file system hierarchy is different with JB. Is this why it only sees the internal storage now?
View 6 Replies
View Related
Aug 6, 2010
I have a NAS storage unit setup in a wireless workgroup I just wondered if anyone new of any way to access the NAS units files from my phone.I have a HTC Desire running Froyo.
View 4 Replies
View Related
Apr 15, 2014
I am trying to access my external HDD that is connected to my laptop with ES File Explorer, as it has all my media on it.I can access folders on my laptop's internal HDD, but when I try to access the shared folders in my external I get the following message:
Login Fails
This may be caused by:
WLAN is of
SMB server is out of network
The IP is invalid
Blocked by the firewall
SMB service is off
The external drive is formatted with NTFS file system.
View 1 Replies
View Related
Apr 20, 2010
I'm trying to find information on how to programmatically access the HTC Droid Incredible's supposed 8GB of internal storage.To determine the external storage (SD Card) location, In examining HTC/Google Nexus One, Motorola Droid, and HTC Dream/G1 phones, there (as would be expected) does not appear to be any mount point for such arbitrary internal storage. On these phones the internal storage is divided amongst /data, /system, and /cache partitions. The Incredible's internal storage is certainly not going to be located in /system. /cache is also unlikely given that it is globally non-readable/non-executable. I'd read in reviews that the phone will still be limited to 512MB or so for apps, suggesting that it is not simply a subdirectory of /data.
View 4 Replies
View Related
Apr 30, 2010
Is there a way to access an external mass storage device from the USB port of an Android phone? I have a project I'm working on, but I'm stuck on that part.The goal is to plug my DSLR into the phone's USB (I made a specific cable to do just that) and access the pictures from the phone, then with my phone running an FTP server app broadcasting over WiFi, access the pictures on my camera from my computer.I'm stuck on accessing the files on my camera from Android. Is this even possible?
View 8 Replies
View Related
Sep 5, 2010
I can't find a way to access the internal 8GB storage from the phone to put files there, or to open/use files there, for that matter.I can see it from the PC if I mount the Droid, but can't from the phone itself.please point out the obvious thing that I'm missing. I've tried Astro, Root Explorer, and the Files program that came w/the D2, none of them appear to allow me to access the 8gb storage.
View 6 Replies
View Related
Jul 11, 2010
Bought the Galaxy S yesterday. I connected the phone to my Windows 7 (64-bit) laptop directly (no USB hub). It detects the two internal memories, but the moment I access them; it says please insert the disk in the drive. What might be problem here? The memory shows as mounted in the phone.Also, Kies application does not appear to be working on Windows 7 64-bit. It does get installed properly, but does not detect the Galaxy S.
View 7 Replies
View Related
Aug 18, 2010
I've started seeing some apps that offer to read/write data to the internal phone memory (like Super KO Boxing 2, which offers to save a whopping 52MB to the phone memory). I suppose this is because newer Android devices have a lot of internal storage, as opposed to my devices, which have very little. I would like to support internal storage in my app as well.
But it's a bit difficult to implement a solution to something that I don't really know how it works. For example, do these newer devices allow users to upload files to the internal memory, like it's possible to do with the SD card? Can someone explain internal storage from an user perspective and recommend strategies for supporting read/write operations both for internal and external memory (ie: letting the user choose which memory to use at startup, like the Super KO Boxing 2 app)?
View 1 Replies
View Related
Oct 3, 2010
I have a question about where people expect me to store my application data. I have an application where the user will enter information via the keypad, and download information (including images) from a website. Where is the proper place to save this? Internal or External Storage?
View 5 Replies
View Related
Oct 11, 2010
I have created a directory and even a file in that directory on the external storage, I am able to read and write into that but the problem is they are not visible on the emulator i.e, in the phone.
View 17 Replies
View Related
Jul 6, 2010
I have an app that accesses music and I had at least one user complain that some of his songs are on internal storage and that causes a force close. My question is do I have to do 2 calls for each song now or can I make a query that will look at both the internal and external memory?
View 1 Replies
View Related
Jul 24, 2010
I would like my Activity to be informed when the SD card is removed, since it relies on files from the SD card (to keep apk size down) but for compatibility reasons is not targeted at Froyo. I'd like to close the application when the SD card is removed/mounted (giving the user a dialog message to inform them of course) so that I don't get IOExceptions etc (I'd quite like to not have to check everytime I load a file to see if the external storage is available, I already do a check on application launch). There doesn't seem to be any attribute in the manifest for this (like configChanges) that I can find.
View 5 Replies
View Related
Jul 2, 2010
How do you check if the SD card is full or not so that your application can decide if it can continue to do its job i.e. write to external storage or notify the user that storage has run out of space.
View 3 Replies
View Related
Jan 1, 2010
It'd be convenient if an application I'm writing stored some files to external storage permanently (so they persist after the application has been exited[destroyed]), but on an uninstall I'd like to do the decent thing and have these files removed to free up the storage.
Is there any way I can have these files removed on an uninstall?
If there isn't (and I'm skeptical), then I'll have to create these files each time. I'm trying to save start-up time and also occupy required space by having them exist permanently.
Note: I need to use external storage, so both internal storage or a DB would be inappropriate.
View 1 Replies
View Related
Jun 25, 2013
I flashed CM 10.1 Final Release on my Sprint GS3 and whenever I try to use the camera or gallery, I get a message saying "No external storage available." SPH-L710
View 9 Replies
View Related
Nov 5, 2010
In my application I load a couple of images from JPEG and PNG files. When I place all those files into assets directory and load it in this way, everything is ok:
CODE:..................
But when I try to load the exact same images from sd card, I get an OutOfMemory exception!
CODE:..............
This is what I get in the log:
CODE:...........
UPDATE: Tried both of these on real device - it seems that I can't load more than 12MB of bitmaps into whatever is called "external memory" (this is not an sd card).
View 7 Replies
View Related
Sep 20, 2010
I am storing image in External storage using MediaStore,and send email with attach that image,image saved and sent email with attachment is working fine,i want to delete that image in external storage after mail sent.anybody knows,please give sample code for me..
View 1 Replies
View Related
Mar 9, 2014
Recently I started using 32GB card with my Micromax Canvas HD and everything is working only for when I try to connect my mobile to PC for file transfer via usb storage I can see only two drive one of CD drive of mmx and other internal sd drive and I can see one more drive but it is not mounted which is my external sd drive when clicked on it, it asked to enter disk.
Solution tried so far by me
1. I have erase external sd card in mobile itself.
2. Reset the entire phone.
3. Uninstalled the mmx driver on my PC and reinstalled it.
View 1 Replies
View Related
Oct 2, 2013
I have purchased iball slide 3G 7271 ( 3G model ) (Android version 4.0.4) in India. Available Interneal SD memory 2GB.I have external micro SD card slot expandable upto 32GB.
I have downloaded and installed many games in it...but now whenever I try to download new ones , it says "INSUFFICIENT SD MEMORY"
In order to use my external SD card for installing the games and other things....
I have gone through Google search and found ""FolderMount "" software and downloaded to my tab.
I have installed also. It was successful.when I open FolderMount, it says......""serching for root "" ( with one EXIT button to cancel)....and doing nothing beyond that.
View 5 Replies
View Related
Oct 18, 2010
Does anyone know how to access programatically the internal(flash) and external(sd card) storage values such as space used and space available? I cant seem to find an api anywhere?
View 4 Replies
View Related
Oct 9, 2012
None of the Google Applications support external storage, Gmail 4.1.2 won't send documents attached from an external sd card, Play Movies & TV won't allow you to specify a external card as a storage location, pinned Google Drive documents can't be stored on an external card, Play Music sucks up internal memory. Try sending an attachment using Gmail from a Motorola Xoom, a "Google Experience Device".
How do we get Google to support this? Most other email applications support it, but as a Google Apps Enterprise user I want and expect the native Android email application to work.I use external storage on a Galaxy Note 10.1, Galaxy S3, Razr Maxx and Transformer Prime.
View 1 Replies
View Related
Oct 15, 2013
So I have this GT n7000 with android 4.0.4 ICS, rooted. I want to swap my 32 gb external sd card with my internal one. I googled it, found a method that included replacing a vold.fstab file in system/etc but that was only for jellybean. I need a method for ICS. Also I can't understand what usb storage means. Is it different form internal sd card??
View 5 Replies
View Related
May 7, 2013
How can I install app on external sd card and not on internal storage.
View 1 Replies
View Related
May 8, 2013
I finally upgraded to android, i got the cheapest phone possible(kyocera milano) which seems to be a mistake. The phone has only about 300mb internal storage and can barely handle its own updates(because of the limited storage). so i would like to know if its possible to make the phone "think" that some of the sd card is part of its internal memory? I found an adb driver for it(dont ask me where or which one because i had no idea and started messing with one until it worked) i have not tried rooting but can if i need to.
View 5 Replies
View Related
Apr 6, 2014
I have Zenithink ZT-280 ZT 102. When I try to turn on it's only "System is demaged, please try to recover from external storage." I tried to enter fastboot (Home button + Power On) but it doesn't work. When I connect device to PC nothing happens. Is there any chance to repair it?
View 1 Replies
View Related
Apr 8, 2013
This phone of mine is in Android Gingerbread 2.3.6. The phone is already rooted but without CWM.
Here are the significant screenshots that maybe needed (Specs of the Phone, File Explorer structure and path of the SD Card, Internal Storage & SD Card capacities, and Location Path and Size of the vold.fstab):
Attached file below is the original untouched "vold.fstab" file from my MyPhone A818 Duo Slim in zip
View 3 Replies
View Related
Mar 15, 2013
My phone is GT-I9260 8G,actually the available internal storage only 3.4G.
So i got a 32GB TF card and i try to modify the vold.fstab to swap internal/external storage card,but failed.
Here is the original file structure :
Code:
## Vold 2.0 Generic fstab
## - San Mehat (san@android.com)
##
#######################
## Regular device mount
[Code] ....
BUT it's not working.
View 1 Replies
View Related
Dec 4, 2013
How to stop phone from displaying "low storage, uninstall apps to free storage. "
View 3 Replies
View Related
Aug 23, 2013
I've bought this chinese clone of the SIII, it's a MT6575. It's great except for the internal storage, which supposedly is 500MB but there seems to be an invisible SD storage which is 2GB. It's really confusing... When I go to Settings -> Storage there are 3 memories: "Internal Storage" (claims to be 4GB but it's fake, it's actually 500MB), "Phone Storage" (claims to be 16.5GB but it's probably 2GB), and finally my SD, "SD Card" (32GB).
The thing is, I'm having problems downloading big apps because apps go to "Internal Storage" which is 500MB only, and which files are stored in the "Phone Storage" (maybe internal & phone are actually the same?). However when I go to Settings -> Apps, on the "Downloaded" tab, the apps are in "Internal Storage" (500MB), and on the "On SD Card" tab, it shows that apps are in "Phone Storage" (the ones I moved to SD). This means my 32GB SD isn't being used by the system when I send apps to SD probably.
Also, my 32GB SD card is found in /mnt/sdcard2, and the /mnt/sdcard... I don't know which storage is that.
So basically all this is happening because I tried to Link2SD with my 32GB SD doing all the 2 partitions stuff and so, but Link2SD never detects the "secondary SD" which is the 32GB SD, as this fake SD card, "Phone Storage", is probably what the programs thinks to be the SD card.
View 4 Replies
View Related