[android-developers] Re: How to re-use the photo picker activity in my application

2008-09-13 Thread Nickname
Hi, Megha. It's weird. I did include error log but it is not in my post. (does google filter off Android error log:-) Right now, it looks fine after i reboot the emulator. There is no more error log. My photo is shown in photo picker now. Thanku for the help. Have a nice weekend!! On Sep 12,

[android-developers] Re: How to re-use the photo picker activity in my application

2008-09-12 Thread Nickname
Thanku, Megha! One more question: does that mean camera cannot work without sdcard installed? On Sep 11, 10:23 am, Megha Joshi [EMAIL PROTECTED] wrote: 2008/9/11 Nickname [EMAIL PROTECTED] *** HELP *** I followed Cheryl Sedota's sample code to reuse photo picker activity. The

[android-developers] Re: How to re-use the photo picker activity in my application

2008-09-12 Thread Megha Joshi
2008/9/12 Nickname [EMAIL PROTECTED] Thanku, Megha! One more question: does that mean camera cannot work without sdcard installed? Yes, you cannot use camera to capture pictures without installing sdcard. On Sep 11, 10:23 am, Megha Joshi [EMAIL PROTECTED] wrote: 2008/9/11 Nickname

[android-developers] Re: How to re-use the photo picker activity in my application

2008-09-12 Thread Nickname
More thanks, Megha. One more problem: when i try to push a photo file from my XP directory to /sdcard directory where taken photos seem have been stored, the following errors show up. Could you please take time to elaborate them and instruct me how to fix it, because i need to add a few non-

[android-developers] Re: How to re-use the photo picker activity in my application

2008-09-12 Thread Megha Joshi
2008/9/12 Nickname [EMAIL PROTECTED] More thanks, Megha. One more problem: when i try to push a photo file from my XP directory to /sdcard directory where taken photos seem have been stored, the following errors show up. Could you please take time to elaborate them and instruct me how to

[android-developers] Re: How to re-use the photo picker activity in my application

2008-09-11 Thread Nickname
*** HELP *** I followed Cheryl Sedota's sample code to reuse photo picker activity. The activity showed up, but... there is no photos to verify it. Can anyone please teach me WHERE and HOW to MAUNUALLY add photos to Android repository so that Android photo pick activity can pick?? Thanks!

[android-developers] Re: How to re-use the photo picker activity in my application

2008-09-10 Thread Nickname
It seems I have missed this stuff, which is what i desperately need! Where can I find the documentation on this photo picker activity? Thanks for any information!! On Aug 29, 12:49 pm, Cheryl Sedota [EMAIL PROTECTED] wrote: Hi, I have some code that attempts to invoke thephotopickeractivity

[android-developers] Re: How to re-use the photo picker activity in my application

2008-09-02 Thread Cheryl Sedota
Thanks Megha - it started working when I relaunched Android - I have no idea why it wasn't working before - I definitely had the SD card installed because I was selecting from images on the SD card in the photo picker. On Aug 29, 5:28 pm, Megha Joshi [EMAIL PROTECTED] wrote: Did you launch this

[android-developers] Re: How to re-use the photo picker activity in my application

2008-08-29 Thread Megha Joshi
Did you launch this with sdcard installed? Are there any Pictures in your Pictures app? If not, you should install sdcard, take pictures from the Camera app and then try app. I tried executing your code and onActivityResult() is being called. I tested it on Linux, but the OS shouldn't matter in