Hi!

I am devoloping an application of image editor. I allways do it by
using the resources in the drawable carpet. Now I changed it to use
the resources in the SD card. I don't change the code of the image
access but the program allways produce an error if I intent to set the
value of a pixel. The program works correctly if I try to read the
pixel but if I try to modify it fails. I think this is a permissions
error but I added the following:

<uses-permission
android:name="com.android.editorImagenes.permission.WRITE_EXTERNAL_STORAGE"></
uses-permission>
<uses-permission
android:name="com.android.editorImagenes.permission.WRITE_OWNER_DATA"></
uses-permission>

And everything remains exactly the same. I'm desperate. A thing
happens is that if I try to do the scaling or rotating the image using
a matrix postrotate, etc, the program works correctly and as of this
moment I can use the SetPixel without causing error.

I need help please. Thank you very much.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to