Hey Nicolas, you can use adb push

"adb push helloNote.txt  /data/data/org.myapp/files"

check permission first. If you can't, do a

1) adb shell
2) chmod 777 /data/data/org.myapp/files

regards

Breno

On Nov 14, 12:17 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Hi,
> I need to upload files in the directory /data/data/org.myapp/files/
> How can I do it ? Ftp ?
> Thx
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to