[android-developers] Re: How read /data directory ?

2009-05-14 Thread Francesco Pace
Dianne, one question. It's possibile execute DD command from application (Terminal emulator) for copying all internal memory on sdcard? 2009/5/13 Francesco Pace > Ok, thanks for all Dianne, now I try with another way to implement my > application. > > > 2009/5/12 Dianne Hackborn > > You can't.

[android-developers] Re: How read /data directory ?

2009-05-12 Thread Francesco Pace
Ok, thanks for all Dianne, now I try with another way to implement my application. 2009/5/12 Dianne Hackborn > You can't. > > > On Mon, May 11, 2009 at 11:18 PM, Francesco Pace wrote: > >> Thanks Dianne. >> But, in my java application, I have to copy total internal memory on my >> sdcard, how I

[android-developers] Re: How read /data directory ?

2009-05-12 Thread Dianne Hackborn
You can't. On Mon, May 11, 2009 at 11:18 PM, Francesco Pace wrote: > Thanks Dianne. > But, in my java application, I have to copy total internal memory on my > sdcard, how I do it? > Precisely, I want read my contact data, my sms data and my calendar data > (events) and copy all on sdcard. > Can

[android-developers] Re: How read /data directory ?

2009-05-12 Thread Francesco Pace
Thanks Dianne. But, in my java application, I have to copy total internal memory on my sdcard, how I do it? Precisely, I want read my contact data, my sms data and my calendar data (events) and copy all on sdcard. Can you help me? 2009/5/11 Dianne Hackborn > Correct, applications can't read that

[android-developers] Re: How read /data directory ?

2009-05-11 Thread Dianne Hackborn
Correct, applications can't read that directory. They can only read their own sub-directiry, On Mon, May 11, 2009 at 8:10 AM, Cecco wrote: > > Hi, > sorry for my english, I'am an italian student. > I need help. I have to open, from my application, /data directory, but > using the "ls -l" comman