[android-developers] Re: custom protocol handler...

2009-11-29 Thread Miguel Paraz
Hi all, I'm having the same problem. On Nov 19, 4:16 am, sdphil phil.pellouch...@gmail.com wrote: ping...  still unanswered and unworking... On Nov 15, 9:48 pm, sdphil phil.pellouch...@gmail.com wrote: ping... On Nov 13, 11:06 am, sdphil phil.pellouch...@gmail.com wrote: okay,

[android-developers] Re: custom protocol handler...

2009-11-29 Thread Miguel Paraz
Hi, I tested this with an embedded WebView, and it works. Not sure why the intent-filter isn't visible to Browser app. On Nov 12, 1:09 am, sdphil phil.pellouch...@gmail.com wrote: i want to do the following thing - when a user navigates to a web page, I want to have a link in there that looks

[android-developers] Re: custom protocol handler...

2009-11-29 Thread Miguel Paraz
On Nov 29, 11:17 pm, Miguel Paraz mpa...@gmail.com wrote: Hi, I tested this with an embedded WebView, and it works. Not sure why the intent-filter isn't visible to Browser app. I got mine working. It only works as a browser link, and not using the Go dialog box. As it turns out, no surprise -

[android-developers] Re: custom protocol handler...

2009-11-18 Thread sdphil
ping... still unanswered and unworking... On Nov 15, 9:48 pm, sdphil phil.pellouch...@gmail.com wrote: ping... On Nov 13, 11:06 am, sdphil phil.pellouch...@gmail.com wrote: okay, tried adding the ? mark.  same thing. i gotta believe someone else is doing this On Nov 13, 4:10 am,

[android-developers] Re: custom protocol handler...

2009-11-15 Thread sdphil
ping... On Nov 13, 11:06 am, sdphil phil.pellouch...@gmail.com wrote: okay, tried adding the ? mark.  same thing. i gotta believe someone else is doing this On Nov 13, 4:10 am, skink psk...@gmail.com wrote: On Nov 12, 6:31 pm, sdphil phil.pellouch...@gmail.com wrote: tried that,

[android-developers] Re: custom protocol handler...

2009-11-13 Thread skink
On Nov 12, 6:31 pm, sdphil phil.pellouch...@gmail.com wrote: tried that, didn't work -- same result. Web page not available The Web page at myprotocol:///blah=42 might be temporarily down or it may have moved permanently to a new web address. did you try: -

[android-developers] Re: custom protocol handler...

2009-11-13 Thread sdphil
okay, tried adding the ? mark. same thing. i gotta believe someone else is doing this On Nov 13, 4:10 am, skink psk...@gmail.com wrote: On Nov 12, 6:31 pm, sdphil phil.pellouch...@gmail.com wrote: tried that, didn't work -- same result. Web page not available The Web page at

[android-developers] Re: custom protocol handler...

2009-11-12 Thread Pierre Henry
sdphil hi, Have you setup a server for protocol yourprotocol:// ? On 12 nov, 07:39, sdphil phil.pellouch...@gmail.com wrote: anybody?  andybody?? :) On Nov 11, 9:09 am, sdphil phil.pellouch...@gmail.com wrote: i want to do the following thing - when a user navigates to a web page, I

[android-developers] Re: custom protocol handler...

2009-11-12 Thread skink
Pierre Henry wrote: sdphil hi, Have you setup a server for protocol yourprotocol:// ? server? what server? i'd suggest writing your own ContentProvider pskink -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: custom protocol handler...

2009-11-12 Thread sdphil
it looks like I could use a content provider and declare it in my manifest this way -- http://developer.android.com/intl/fr/guide/topics/manifest/provider-element.html but then it looks like my URLs have to look like this: content://... instead of myprotocol://... On Nov 12, 8:29 am, sdphil

[android-developers] Re: custom protocol handler...

2009-11-12 Thread sdphil
do I want a content provider or a content resolver? On Nov 12, 3:08 am, skink psk...@gmail.com wrote: Pierre Henry wrote: sdphil hi, Have you setup a server for protocol yourprotocol:// ? server? what server? i'd suggest writing your own ContentProvider pskink -- You received this

[android-developers] Re: custom protocol handler...

2009-11-12 Thread sdphil
starting to wonder if what I'm really trying to get at is being able to start an activity via. an intent from a web page thoughts? On Nov 12, 8:42 am, sdphil phil.pellouch...@gmail.com wrote: it looks like I could use a content provider and declare it in my manifest this way --  

Re: [android-developers] Re: custom protocol handler...

2009-11-12 Thread Pierre Henry Perret
Just implement a verver for yourprotocol:// Pierre 2009/11/12 sdphil phil.pellouch...@gmail.com starting to wonder if what I'm really trying to get at is being able to start an activity via. an intent from a web page thoughts? On Nov 12, 8:42 am, sdphil phil.pellouch...@gmail.com

[android-developers] Re: custom protocol handler...

2009-11-12 Thread sdphil
not sure what you mean here - a server? what class are you referring to? On Nov 12, 9:05 am, Pierre Henry Perret phper...@gmail.com wrote: Just implement a verver for yourprotocol:// Pierre 2009/11/12 sdphil phil.pellouch...@gmail.com starting to wonder if what I'm really trying to get

[android-developers] Re: custom protocol handler...

2009-11-12 Thread Smelly Eddie
use 3 whacks instead of two... href=myscheme:///?goodstuff=ohYeah I use this in my app to handle a call from Netflix and restart my activity. Users of OAuth can appreciate this need. You can capture anything passed by using getIntent().getData() whioch should return the full URI. Regards,

[android-developers] Re: custom protocol handler...

2009-11-12 Thread sdphil
tried that, didn't work -- same result. Web page not available The Web page at myprotocol:///blah=42 might be temporarily down or it may have moved permanently to a new web address. what does your AndroidManifest.xml file look like? On Nov 12, 9:23 am, Smelly Eddie ollit...@gmail.com wrote:

Re: [android-developers] Re: custom protocol handler...

2009-11-12 Thread Neiman Buffard
ok for starters im pretty sure im not doin this right but i wanted to throw an idea at anyone who would take the time to read/listen for upgrades to come if it cant make the cut for the next one. I would like to see this done in an upgrade instead of an app only because i feel that this is somthin

[android-developers] Re: custom protocol handler...

2009-11-12 Thread sdphil
don't you hate it when people hijack your thread? geesh... anyway, this is still an issue - gotta believe someone has done this already somewhere... On Nov 12, 9:07 am, Neiman Buffard neimanbuff...@gmail.com wrote: ok for starters im pretty sure im not doin this right but i wanted to throw an

[android-developers] Re: custom protocol handler...

2009-11-11 Thread sdphil
anybody? andybody?? :) On Nov 11, 9:09 am, sdphil phil.pellouch...@gmail.com wrote: i want to do the following thing - when a user navigates to a web page, I want to have a link in there that looks like this:     pa href=myprotocol://blah=42Click here for fun./a/p Then when the user