Re: [android-developers] Captured image FileNotFound

2010-12-31 Thread TreKing
On Fri, Dec 31, 2010 at 12:05 PM, Nikola nikola1...@gmail.com wrote:

 Anybody willing to take a look at it?


Giving your file that should hold an image a .tmp extension is
questionable. Besides that, a Google Search for ACTION_IMAGE_CAPTURE shows
some promise ...

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
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

Re: [android-developers] Captured image FileNotFound

2010-12-31 Thread Nikola
On Fri, Dec 31, 2010 at 7:32 PM, TreKing treking...@gmail.com wrote:

 On Fri, Dec 31, 2010 at 12:05 PM, Nikola nikola1...@gmail.com wrote:

 Anybody willing to take a look at it?


 Giving your file that should hold an image a .tmp extension is
 questionable.

Why? I would like to store it in database.




 Besides that, a Google Search for ACTION_IMAGE_CAPTURE shows some promise
 ...

Done it already and didn't find anything that could resolve this problem.


Is is very interesting that intent doesn't return any path or similar for
picture that is taken.
There is no info  ,and believe me I've searched for , that feature like that
exists.
Of all the things I think getting path of taken picture whould be most
useful.


-- 
God is Real, unless declared Integer.
J. Allan Toogood, FORTRAN programmer

-- 
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

Re: [android-developers] Captured image FileNotFound

2010-12-31 Thread TreKing
On Fri, Dec 31, 2010 at 12:42 PM, Nikola nikola1...@gmail.com wrote:

 Giving your file that should hold an image a .tmp extension is
 questionable.

 Why? I would like to store it in database.


Because .tmp is not an image format I'm aware of.


 Besides that, a Google Search for ACTION_IMAGE_CAPTURE shows some promise
 ...

 Done it already and didn't find anything that could resolve this problem.


Then you found this first hit and tried both alternate URIs?
http://stackoverflow.com/questions/1910608/android-action-image-capture-intent

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
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

Re: [android-developers] Captured image FileNotFound

2010-12-31 Thread Nikola
On Fri, Dec 31, 2010 at 7:49 PM, TreKing treking...@gmail.com wrote:

 On Fri, Dec 31, 2010 at 12:42 PM, Nikola nikola1...@gmail.com wrote:

 Giving your file that should hold an image a .tmp extension is
 questionable.

 Why? I would like to store it in database.


 Because .tmp is not an image format I'm aware of.

 Never said that you have to save file with image extension. Why would you
have to do that? Does system checks file extensions?






 Besides that, a Google Search for ACTION_IMAGE_CAPTURE shows some promise
 ...

 Done it already and didn't find anything that could resolve this problem.


 Then you found this first hit and tried both alternate URIs?

 http://stackoverflow.com/questions/1910608/android-action-image-capture-intent


Yea I saw that.


Thanks for helping.

-- 
God is Real, unless declared Integer.
J. Allan Toogood, FORTRAN programmer

-- 
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

Re: [android-developers] Captured image FileNotFound

2010-12-31 Thread TreKing
On Fri, Dec 31, 2010 at 12:59 PM, Nikola nikola1...@gmail.com wrote:

 Never said that you have to save file with image extension. Why would you
 have to do that? Does system checks file extensions?


I don't know, but if you're trying to save an image to a file, you might as
well make sure you have a reasonable extension for the file type. Probably
won't make a different, but who knows.

Then you found this first hit and tried both alternate URIs?

 http://stackoverflow.com/questions/1910608/android-action-image-capture-intent


 Yea I saw that.


Then I don't know what to tell you. Sorry.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
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