hi,
with the command
file.copy("/mnt/extsd","mytxt.txt","/mnt/sdcard","mytxt.txt")
I can copy from external Sd card to the internal SD card
with the
File.copy ("/mnt/sdcard","mytxt.txt","/mnt/ext","mytxt.txt")
I get the error permission denie
At then manifest file there is the WRITE_EXTERNAL_STORAGE
*** my device is MK802 and as DirRootExternal=sdcard=/mnt/sdcard
(it is the inside sd card)
the sd card at the mini slot is /mnt/ext
I can read from it but now write to it.
I read at the web that I must include at the manifest the
android.permission.WRITE_MEDIA_STORAGE
and the <group gid="media_rw"/>
I add them to manifest but nothing
just permission denie
HELP
thank
kalarakis
with the command
file.copy("/mnt/extsd","mytxt.txt","/mnt/sdcard","mytxt.txt")
I can copy from external Sd card to the internal SD card
with the
File.copy ("/mnt/sdcard","mytxt.txt","/mnt/ext","mytxt.txt")
I get the error permission denie
At then manifest file there is the WRITE_EXTERNAL_STORAGE
*** my device is MK802 and as DirRootExternal=sdcard=/mnt/sdcard
(it is the inside sd card)
the sd card at the mini slot is /mnt/ext
I can read from it but now write to it.
I read at the web that I must include at the manifest the
android.permission.WRITE_MEDIA_STORAGE
and the <group gid="media_rw"/>
I add them to manifest but nothing
just permission denie
HELP
thank
kalarakis