Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Don't get browser choice option in program OI Update
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
kolbysoft  
View profile  
 More options Jan 19 2009, 5:12 pm
From: kolbysoft <kolbys...@gmail.com>
Date: Mon, 19 Jan 2009 14:12:14 -0800 (PST)
Local: Mon, Jan 19 2009 5:12 pm
Subject: Re: Don't get browser choice option in program OI Update
Peli, how do you trigger the View intent from OIUpdate. I just
installed it, but it never tries to open a browser.

What am I missing?

Michael

On Jan 18, 9:35 pm, Peli <peli0...@googlemail.com> wrote:

> Hm, this actually looks quite good. Next thing is to try with the
> browser itself.

> Since I currently only have the emulator, I have to wait until the apk
> is available :-)

> Peli

> On 19 Jan., 03:14, kolbysoft <kolbys...@gmail.com> wrote:

> > Peli,

> > sorry, I was out all weekend, hence the late reply,
> > here is the intent list from the manifest:

> >             <intent-filter>
> >                 <action android:name="android.intent.action.VIEW" />
> >                 <category
> > android:name="android.intent.category.DEFAULT" />
> >                 <category
> > android:name="android.intent.category.BROWSABLE" />
> >                 <data android:scheme="http" />
> >                 <data android:scheme="https" />
> >                 <data android:scheme="about" />
> >             </intent-filter>
> >             <!--  For these schemes where any of these particular MIME
> > types
> >                   have been supplied, we are a good candidate. -->
> >             <intent-filter>
> >                 <action android:name="android.intent.action.VIEW" />
> >                 <category
> > android:name="android.intent.category.BROWSABLE" />
> >                 <category
> > android:name="android.intent.category.DEFAULT" />
> >                 <data android:scheme="http" />
> >                 <data android:scheme="https" />
> >                 <data android:mimeType="text/html"/>
> >                 <data android:mimeType="text/plain"/>
> >                 <data android:mimeType="application/xhtml+xml"/>
> >                 <data android:mimeType="application/vnd.wap.xhtml+xml"/

> >             </intent-filter>
> >             <!-- We are also the main entry point of the browser. -->
> >             <intent-filter>
> >                 <action android:name="android.intent.action.MAIN" />
> >                 <category
> > android:name="android.intent.category.DEFAULT" />
> >                 <category
> > android:name="android.intent.category.LAUNCHER" />
> >                 <category
> > android:name="android.intent.category.BROWSABLE" />
> >             </intent-filter>
> >                         <intent-filter>
> >                 <action
> > android:name="android.intent.action.WEB_SEARCH" />
> >                 <category
> > android:name="android.intent.category.DEFAULT" />
> >                 <category
> > android:name="android.intent.category.BROWSABLE" />
> >                 <data android:scheme="" />
> >                 <data android:scheme="http" />
> >                 <data android:scheme="https" />
> >             </intent-filter>
> >             <intent-filter>
> >                 <action
> > android:name="android.intent.action.WEB_SEARCH" />
> >                 <action
> > android:name="android.intent.action.MEDIA_SEARCH" />
> >                 <category
> > android:name="android.intent.category.DEFAULT" />
> >             </intent-filter>
> >             <intent-filter>
> >                 <action android:name="android.intent.action.SEARCH" />
> >                 <category
> > android:name="android.intent.category.DEFAULT" />
> >             </intent-filter>

> > I also checked against the manifest form the default browser and don't
> > think i'm missing something. Not sure why it doesn't open the dialog.

> > Michael

> > On Jan 18, 3:25 pm, Peli <peli0...@googlemail.com> wrote:

> > > If you could post the apk file of Steel and copy and paste the section
> > > containing the intent filter from your Manifest file with the VIEW
> > > intent this would be great! Then we could further analyze what goes
> > > wrong.

> > > Peliwww.openintents.org

> > > On 18 Jan., 19:04, taa1 <starman...@gmail.com> wrote:

> > > > I posted this problem at the OI Update forum as I thought it was
> > > > specific to their app.

> > > > Short version: The OI Update developer thinks the problem is because
> > > > Steel doesn't know what to do with the VIEW action/intent (I don't
> > > > know if I'm using the right terminology) they are using.

> > > > Long version:http://www.openintents.org/en/node/201

> > > > Is there something I need to change in the Steel settings?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.