[android-developers] Re: Stream youtube to a videoview?

2009-10-13 Thread Timothy Collins
One stupid question... I can't get Eclipse to understand that the line : String uristr = "rtsp://rtsp.youtube.com/youtube/videos/" + page + "/video.3gp"; is a valid line ("page" is a String variable that includes the video I want to play). It says that is invalid... On Tue, Oct 13, 2009 at 11:26

[android-developers] Re: Stream youtube to a videoview?

2009-10-13 Thread Timothy Collins
It actually won't play any other video file I throw at it either... On Tue, Oct 13, 2009 at 2:30 PM, Roman ( T-Mobile USA) < roman.baumgaert...@t-mobile.com> wrote: > > I noticed that I cannot play the file > > rtsp://rtsp.youtube.com/youtube/videos/S2eoCqwBCQI/video.3gp > > which you put in your

[android-developers] Re: Emulator won't finish booting...

2009-09-16 Thread Timothy Collins
I'll take that under consideration... That might be a very good point. On Wed, Sep 16, 2009 at 9:40 AM, Mark Murphy wrote: > > furby wrote: > > I actually am starting it using Eclipse... Really, just running the > > project. (I have to admit, I am rather new at Android development). > > > > I cre

[android-developers] Re: Emulator won't finish booting...

2009-09-16 Thread Timothy Collins
> so all you really lose is database and preferences data. Since 1.5 > it's two files, userdata-qemu.img and cache.img > They are tucked away somewhere in your home directory, see if you can > find .android/avd/.avd (that's the XP directory > layout) > > > On S

[android-developers] Re: Emulator won't finish booting...

2009-09-16 Thread Timothy Collins
, and then run an app that > launches the emulator with the new AVD. This is inconvenient if you > have lots of app data in the emulator, but it does work. > > Hopefully this problem is gone in the 1.6 SDK. > > On Sep 16, 10:16 am, Timothy Collins wrote: > > Hmmm - I will

[android-developers] Re: Emulator won't finish booting...

2009-09-16 Thread Timothy Collins
I tried that... with no good results On Wed, Sep 16, 2009 at 12:14 PM, Dexter's Brain wrote: > > I also have the same problem sometimes. I just close the emulator and > restart it. That usually solves the problem > > On Sep 16, 9:06 pm, Walter wrote: > > I have the same problem too. Usually

[android-developers] Re: Emulator won't finish booting...

2009-09-16 Thread Timothy Collins
> 2. Select Run -> Run Configuration... and click on the AVD Manager... > button. > > From there it should clear how to delete and create AVD's. > > On Sep 16, 11:26 am, Timothy Collins wrote: > > Stupid question (And this really exposes how new I am to Android > d

[android-developers] Re: Emulator won't finish booting...

2009-09-16 Thread Timothy Collins
Recreating the AVD worked like a charm - thanks to everybody for their help! On Wed, Sep 16, 2009 at 12:44 PM, Timothy Collins wrote: > AHA! Thanks a lot - I will try it out as soon as I get home to my > computer... > > > On Wed, Sep 16, 2009 at 12:41 PM, Nmix wrote: > >&

[android-developers] Re: ListView....

2009-09-22 Thread Timothy Collins
I read the documentation... and (Being an imbecile as I fully admit I am) it read sort of like Charlie Browns teacher talking to me... What I need to do is be able to have a search that displays it's results in a list. But from the looks of the docs, it takes an entire Android app to display one l

[android-developers] Re: ListView....

2009-09-24 Thread Timothy Collins
You know - I believe that would work quite nicely... When I saw the name "Spinner" I assumed (Yes, I know what that means but in this case only the "Me" part applies!) that it was some sort of thing that iterated between a few different values before looping back to the beginning... On Thu, Sep 24