[android-developers] SD Card Error after resetting my smartphone

2016-04-15 Thread Lucinafan1847 ת
Hello all, for a long time there was on my smartphone (Samsung Galaxy S3) an error and my smartphone received no updates and Google Play operated not very well (while downloading an app from Google Play, the Google Play app crashed and I was forced to download .apk files from the web). Before

[android-developers] sd card and internal memory

2012-08-31 Thread malina
hi , some devices have internal memory while others need to put sd cards on them . I have written an app which writes its data on devices' sd card. I just want to handle if there exists sd card the app writes its data on it , if it doesn't have sd card tell it to the user ,and if there exists

[android-developers] SD card on Sony Tablet S

2012-08-14 Thread Zsolt Vasvari
I know this is probably not the best place to ask, but I cannot think of a better one. The Sony Tablet S uses an external storage, which is actually internal. It's real SD card is on some other path. My app allows the user to configure their folders using a full path name. My user has done

Re: [android-developers] SD card on Sony Tablet S

2012-08-14 Thread Kostya Vasilyev
Your user is very clever, because I get a message saying Copying failed when trying to copy to this second memory card with ES on my S. There is a built-in app that lets you transfer files to and from this memory card, and that's it. As far as rights go, here is what I see. Note the different

Re: [android-developers] SD card on Sony Tablet S

2012-08-14 Thread Zsolt Vasvari
Well these are his exact words: BUT I can actually create files in that folder using ES file explorer or by copying files to it. I cannot however, rename or delete them. So he's not saying he was using ES to copy the files, but he was using ES to create files in there. Not sure what that

Re: [android-developers] SD card on Sony Tablet S

2012-08-14 Thread Kostya Vasilyev
2012/8/14 Zsolt Vasvari zvasv...@gmail.com Well these are his exact words: BUT I can actually create files in that folder using ES file explorer or by copying files to it. I cannot however, rename or delete them. So he's not saying he was using ES to copy the files, Perhaps he is

Re: [android-developers] SD card on Sony Tablet S

2012-08-14 Thread Zsolt Vasvari
I asked him if he did anything special. His answer is: No without any changes I can create a new file from ES using their new/file option but only using /mnt/sdcard2 not using /sdcard2. Its all very weird isn't it? He says he's on the latest ICS build. He doesn't seem like an especially

Re: [android-developers] SD card on Sony Tablet S

2012-08-14 Thread Kostya Vasilyev
2012/8/14 Zsolt Vasvari zvasv...@gmail.com I asked him if he did anything special. His answer is: No without any changes I can create a new file from ES using their new/file option but only using /mnt/sdcard2 not using /sdcard2. Its all very weird isn't it? Considering that /sdcard2 is

[android-developers] sd card (media searching) problem after ICS upgrade

2012-07-10 Thread naomi
I have a problem with external SD Card after ICS upgrade (Samsung gallaxy SII). The problem is that when I turn the smart phone on with micro sd card in it, it starts searching all the media files that I saved in my sd card. While the process of media searching (which takes about 2hours), I

[android-developers] sd card file system (fat32)

2012-04-26 Thread kayX
Hi. I'm trying to play around with the external sd card (fat32 formatted) file system. I'm trying to read the sector size, sector per cluster...etc so that I can search for deleted file like those popular undelete software. I am able to do this under windows using cpp when I connect my phone to my

[android-developers] SD card database

2012-03-06 Thread bob
Is it possible to use SQLiteOpenHelper to create a database on the SD card? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] sd card

2012-02-24 Thread bob
I just installed a 2GB sd card into my VIZIO tablet. However, it shows the Total Space as Unavailable: http://i1190.photobucket.com/albums/z449/m75214/sdcard.png Any idea why it won't show me the space? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] SD card

2012-01-13 Thread Vic
I have a HTC Android Incredible, Verizon model. The issues I'm having with the phone/SD card are: 1. The message I get is sd card not found. 2. Error message, preparing sd card, then removed sd card when it hasn't been removed. 3. I'm not sure if I have to reformat the sd card or phone. If I

Re: [android-developers] SD card

2012-01-13 Thread TreKing
On Thu, Jan 12, 2012 at 11:46 PM, Vic mav7...@gmail.com wrote: I have a HTC Android Incredible, Verizon model. The issues I'm having with the phone/SD card are: 1. The message I get is sd card not found. 2. Error message, preparing sd card, then removed sd card when it hasn't been

[android-developers] SD Card always mounted as nodev?

2011-10-26 Thread Bob
In Android, is an SD card always mounted with option nodev? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] SD Card Mount, Unmounted.

2011-07-20 Thread Qin
Hi there, In my application, I want to get SD card current state, mount or unmounted. While my phone has two external storage. One is built-in storage (phone storage) and the other is SD card storage. I use Environment.getExternalStorageDirectory() to get the path like /mnt/ sdcard/, in order to

Re: [android-developers] SD Card Mount, Unmounted.

2011-07-20 Thread Nikolay Elenkov
On Thu, Jul 21, 2011 at 11:39 AM, Qin babycoo...@hotmail.com wrote: Actually, after running app, I always get SD card mount state even I don't insert it. So I want to know how to get SD card mount or unmounted status if the phone has two external storage? Here's what the docs say, so I guess

[android-developers] SD Card format

2011-04-25 Thread Pandi
SD card format required after upgrading 2.3.3 version of Android? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] SD Card format

2011-04-25 Thread Mark Murphy
On Mon, Apr 25, 2011 at 10:03 AM, Pandi pandiwelco...@gmail.com wrote: SD card format required after upgrading 2.3.3 version of Android? Your existing SD card should work as well on 2.3.3 as it did on any prior version of Android. If you experience problems, please contact your carrier, device

[android-developers] SD Card encryption

2010-11-20 Thread mahesh singh
Hi All Is it possible to encrypt a whole external sdcard(or a part of its partition i.e ext/fat32) and mount it at boot time or when ever users wants. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] SD Card encryption

2010-11-20 Thread Mark Murphy
On Sat, Nov 20, 2010 at 12:49 PM, mahesh singh mahesh.cs2...@gmail.com wrote: Is it possible to encrypt a whole external sdcard(or a part of its partition i.e ext/fat32) and mount it at boot time or when ever users wants. With custom firmware, perhaps. -- Mark Murphy (a Commons Guy)

[android-developers] SD card contents on phone

2010-10-28 Thread manoj
How can I see the contents of SD card of my phone on the DDMS, when I connect to the computer? I want to pull the pictures out of my phone. Thanks, Manoj -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] SD card contents on phone

2010-10-28 Thread Kumar Bibek
Use the File Explorer view on the DDMS perspective On Sat, Oct 23, 2010 at 12:08 AM, manoj sayhelloma...@gmail.com wrote: How can I see the contents of SD card of my phone on the DDMS, when I connect to the computer? I want to pull the pictures out of my phone. Thanks, Manoj -- You

[android-developers] SD card Linux partition not recognized.

2010-10-11 Thread Jacob
Hi Thanks in advance. I created an ext3 partition thru Ubuntu Linux on a SD card. I am unable to see that in Android device (HTC hero) thru cm-recovery tool or thru adb shell. The card also had a FAT partition. I can only see that thru both options. The other way around is also an issue. I used

[android-developers] SD Card and iJetty

2010-08-18 Thread kypriakos
Hi all, The default for SD Card in an emulator is yes right? But the permissions to write to it need to be adjusted and I am using this: uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE / Still the iJetty apk fails since the SD card directory is completely locked

[android-developers] SD Card access for utility app

2010-07-27 Thread dtwood
I'm concepting an app that would *ideally* service as dashboard admin of the users SD Card. Is it possible to create a utility app that would be act as a file browser/manager for all the media on an SD Card? does this app already exist? many thanks for your thoughts. p.s. in the event this is

Re: [android-developers] SD Card access for utility app

2010-07-27 Thread TreKing
On Tue, Jul 27, 2010 at 12:24 PM, dtwood danielwooddes...@gmail.com wrote: Is it possible to create a utility app that would be act as a file browser/manager for all the media on an SD Card? does this app already exist? There are quite a few file manager apps already available, including

[android-developers] sd card autorun on 2.2

2010-07-23 Thread Alexander Cheskis
Hi, If somebody knows how to make autorun on specific SD program (for 2.2), during SD insertion? Thanks a lot, Alex -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Sd card file write

2010-03-16 Thread sumit asok
Hi, I'm trying to write a file from an Http post reply to a file on the sdcard. Everything works fine until the byte array of data is retrieved. I've tried setting WRITE_EXTERNAL_STORAGE permission in the manifest and tried many different combinations of tutorials I found on the net. How my

[android-developers] SD Card File I/O

2010-03-12 Thread Pradeep
Hi: I have the following code in my application. When loaded into the phone, I get File Open Exception. Any idea what I may be doing wrong? I suspect some issue with permissions or something but I'm not sure. = code snippet FileOutputStream

[android-developers] sd card access

2010-03-01 Thread Dan
Is there a right associated with write/read access to the sd card that needs to be set in the manifest.xml file? I'm currently trying to write to the sd card using a standard FileOutputStream here: FileOutputStream out = new FileOutputStream(/ sdcard/images/+imageName);

Re: [android-developers] sd card access

2010-03-01 Thread Mark Murphy
Dan wrote: Is there a right associated with write/read access to the sd card that needs to be set in the manifest.xml file? I'm currently trying to write to the sd card using a standard FileOutputStream here: FileOutputStream out = new FileOutputStream(/

[android-developers] SD Card not available to apps when mounted?

2010-02-15 Thread Nathan
I just want to confirm the behavior I'm seeing. Is it true that when the SD Card is mounted as a USB volume, it is unavailable to applications? (This is Windows: the behavior may be different for a Linux desktop) Nathan -- You received this message because you are subscribed to the Google

Re: [android-developers] SD Card not available to apps when mounted?

2010-02-15 Thread Mark Murphy
Nathan wrote: I just want to confirm the behavior I'm seeing. Is it true that when the SD Card is mounted as a USB volume, it is unavailable to applications? (This is Windows: the behavior may be different for a Linux desktop) Correct. The SD card can either be available as mass storage

[android-developers] sd card storage state and detecting it being plugged in or not...

2010-01-15 Thread sdphil
i have an app that needs to be able to write to the sdcard. so, it goes without saying that I need to be able to detect if the sdcard is being shared or not -- simple enough. android.os.Environment.getExternalStorageState().equals (android.os.Environment.MEDIA_SHARED) if this is true, then

[android-developers] SD Card file name.

2009-08-21 Thread Mathieu Plourde
Is there way, from the emulator, to get the SD Card file name / path? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] sd-card picture in grid view

2009-04-22 Thread Joby
Hi, I am trying to get the sd card images and viewing it in grid view.I can able to get the picture from sd card in gallery view ,but i want to view the images in gridview . I am trying a lot but the images is not appears on the screen in the grid view.Anyone can help me for fixing this

[android-developers] SD Card image

2009-04-07 Thread vinny.s...@gmail.com
Can Any Body Please tell me How to Create A SD Card image in Emulator to Paly the Files Present in Sd card On Media Player --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] SD Card

2009-04-01 Thread l hx
Hi. today i get the newest code and make it .but when i mksdcard, and mount it as same as i did before. but now i can not acces sd card int the emulate. who know why? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] sd card

2009-03-25 Thread dezel1216
thanks for advice your a life saver --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] SD card not detected in Android

2009-02-03 Thread Rajesh N
Hi all, I have ported android successfully on imx31 pdk board, when I go in android menu in music , it is not able to detect SD card placed in board, significantly I haven't seen any device like /dev/mmcxxx in /dev under android shell , if there are pointers to this issue it would be a great

[android-developers] sd card

2008-08-28 Thread Amin
Can anyone tell me how can I open a file(text file, word file, ...) of my sd card image through my application(file browser)... I tried this Intent myIntent = new Intent(android.content.Intent.ACTION_VIEW, Uri.parse(file://home/sdcard.img/test.txt)); but didn't