Re: [android-developers] Writing file to app folder

2013-08-06 Thread Kristopher Micinski
Did you make sure that you're mounting the proper thing on Windows? I don't if you mount in Windows, per se, but your device should have a "connect as a media device" option... Kris On Tue, Aug 6, 2013 at 1:59 PM, dashman wrote: > I'm writing a data file to my app folder > > /Android/data//

[android-developers] Writing file to app folder

2013-08-06 Thread dashman
I'm writing a data file to my app folder /Android/data//files and the file is visible from my android phone file explorer app. But when I use the desktop Windows file explorer - it's not visible. This is how i'm writing the file out: File storageFolder = mContext.getExternalFilesDir(n

[android-developers] writing file

2010-05-07 Thread pramod.deore
Hello I am reading one image and convert that image to Base64 format and write that to one txt file. But my code is not working properly. I had not get correct output .(txt file is not correctly written), Actually size of txt file has to be around 155kb but my txt file size is about 266kb. here is

[android-developers] Writing file to a shared directory on Android

2008-10-13 Thread Anshul
Hello everyone, I have three small android applications that read and write data to the same file. Is there a directory on Android file system that is shareable across multiple applications? I tried creating a file in "/ system/usr/share" but getting aorent directory nit writable error. I can wr