You may also try 2!:1 that is also being used in Michael's built.
type inside your Term window

android_exec_host_z_=: 2!:1

then see if browse_j_ or menu help can work.  If success, add
this definition to your ~config/startup.ijs

menu help remote might not work because it hardcoded to use am
start. try install docs/help addon if needed.

Вт, 18 мар 2014, Paul Jackson писал(а):
> I ran your tests in jqt on an old machine, where Help and browse_j_ work.
> 
>    2!:0 'which am'
> |interface error
> |       2!:0'which am'
> 
>    2!:0 'am start -a android.intent.action.VIEW -d "http://www.google.com";
> -t text/html'
> Starting: Intent { act=android.intent.action.VIEW
> dat=http://www.google.comtyp=text/html }
> 
>    2!:0 'am start -a android.intent.action.EDIT -d "http://www.google.com";
> -t text/html'
> Starting: Intent { act=android.intent.action.EDIT
> dat=http://www.google.comtyp=text/html }
> 
> NB.  Only the VIEW line started a browser.
> 
> There must be some major difference because on the old version I'm using on
> this machine:
> 
>   JVERSION
> Engine: j701/2011-02-23/15:25
> Library: 7.01.068
> Platform: Android 32
> Installer: j701a_linux32.sh
> InstallPath: /data/data/org.dykman.j.android/app_jconsole
> 
>   browse_j_'http://www.google.com'
> 
> works.
> 
> Where as all these fail:
> 
>  2!:0 'which am'
> |interface error
> |       2!:0'which am'
>   2!:0 'am start -a android.intent.action.VIEW -d "http://www.google.com";
> -t text/html'
> |interface error
> |       2!:0'am start -a android.intent.action.VIEW -d "
> http://www.google.com"; -t text/html'
>   2!:0 'am start -a android.intent.action.EDIT -d "http://www.google.com";
> -t text/html'
> |interface error
> |       2!:0'am start -a android.intent.action.EDIT -d "
> http://www.google.com"; -t text/html'
> 
> On Mar 18, 2014 9:35 AM, "Paul Jackson" <[email protected]> wrote:
> 
> > Quite consistent:
> >
> >    2!:0 'which am'
> > |interface error
> > |       2!:0'which am'
> >    2!:0 'am start -a android.intent.action.VIEW -d "http://www.google.com";
> > -t text/html'
> > |interface error
> > |       2!:0'am start -a android.intent.action.VIEW -d "
> > http://www.google.com"; -t text/html'
> >    2!:0 'am start -a android.intent.action.EDIT -d "http://www.google.com";
> > -t text/html'
> > |interface error
> > |       2!:0'am start -a android.intent.action.EDIT -d "
> > http://www.google.com"; -t text/html'
> > On Mar 17, 2014 6:19 PM, "bill lam" <[email protected]> wrote:
> >
> >> It's good to learn 2!:0 works. can you also try the following
> >> (beware line wrapping), that is what basically browse_j_
> >>
> >> 2!:0 'which am'
> >>
> >> 2!:0 'am start -a android.intent.action.VIEW -d "http://www.google.com";
> >> -t text/html'
> >>
> >> 2!:0 'am start -a android.intent.action.EDIT -d "http://www.google.com";
> >> -t text/html'
> >>
> >>
> >> Пн, 17 мар 2014, Paul Jackson писал(а):
> >> > Your request fails.
> >> >    2!:0'uname -a'
> >> > |interface error
> >> > |       2!:0'uname -a'
> >> >
> >> > Shell commands like ls work.
> >> >    2!:0'pwd'
> >> > /storage/emulated/0
> >> > On Mar 17, 2014 5:50 PM, "bill lam" <[email protected]> wrote:
> >> >
> >> > > The installpath looks ok to me. Can you also test whether
> >> > > 2!:0 work or not, eg.
> >> > >
> >> > > 2!:0'uname -a'
> >> > >
> >> > > Пн, 17 мар 2014, Paul Jackson писал(а):
> >> > > > Uninstalled, downloaded 16 Mar .apk, installed.  Results are
> >> unchanged;
> >> > > > only the About sub menu of
> >> > > > Help has a visible response, essentially the same as the following:
> >> > > >
> >> > > >    JVERSION
> >> > > > Engine: j701/2011-02-23/15:25
> >> > > > Library: 8.01.023
> >> > > > Qt IDE: 1.0.25s/5.2.0
> >> > > > Platform: Android 32
> >> > > > Installer: j801 install
> >> > > > InstallPath:
> >> > > > /storage/emulated/0/Android/data/com.jsoftware.android.qtide/files
> >> > > >
> >> > > > Paul
> >> > > > On Mar 17, 2014 4:20 PM, "bill lam" <[email protected]> wrote:
> >> > > >
> >> > > > > Paul,
> >> > > > >
> >> > > > > Can you try remove the app, download the latest apk and install
> >> again?
> >> > >  do
> >> > > > > not install docs/help addon until it can work with the remote
> >> help.
> >> > > > >
> >> > > > > please also post the new JVERSION.
> >> > > > >
> >> > > > > 18.03.2014, в 0:32, Paul Jackson <[email protected]> написал(а):
> >> > > > >
> >> > > > > > It appears the problem I'm having with the Help menu and QT
> >> versions
> >> > > on
> >> > > > > > Android is related to the OS release level.  I have a tablet
> >> and a
> >> > > phone
> >> > > > > > which are at 4.2.2 and both of them fail.  Two older tablets at
> >> 4.1
> >> > > and
> >> > > > > 4.0
> >> > > > > > both work.  The ones that work first show a dialog asking how I
> >> want
> >> > > the
> >> > > > > > request handled, where as the failing machines show nothing.
> >> > > > > >
> >> > > > > > This is true of both qtide-signed.apk and qtide-signed-toy.apk.
> >> > > Since
> >> > > > > >  install 'docs/help'     NB. gets
> >> > > > > > must run from jconsole
> >> > > > > >
> >> > > > > > I used menu    Tools  >  Package Manager to   Install
> >> > > > > >  docs/help     1.0.28
> >> > > > > > The resulting files appear in
> >> > > > > >  Android/data/com.jsoftware.android.qtide/files/addons/docs/help
> >> > > > > > I can create a desktop link to view the web pages;
> >> > > > > > but, once again, the Help menu cannot find them.
> >> > > > > >
> >> > > > > > On Android 4.2.2, browse_j_ also fails to launch remote or
> >> local web
> >> > > > > pages,
> >> > > > > > or to ask what app should respond.
> >> > > > > >
> >> > > > > > Paul
> >> > > > > >
> >> > > ----------------------------------------------------------------------
> >> > > > > > For information about J forums see
> >> > > http://www.jsoftware.com/forums.htm
> >> > > > >
> >> ----------------------------------------------------------------------
> >> > > > > For information about J forums see
> >> http://www.jsoftware.com/forums.htm
> >> > > >
> >> ----------------------------------------------------------------------
> >> > > > For information about J forums see
> >> http://www.jsoftware.com/forums.htm
> >> > >
> >> > > --
> >> > > regards,
> >> > > ====================================================
> >> > > GPG key 1024D/4434BAB3 2008-08-24
> >> > > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
> >> > > gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3
> >> > > ----------------------------------------------------------------------
> >> > > For information about J forums see
> >> http://www.jsoftware.com/forums.htm
> >> > ----------------------------------------------------------------------
> >> > For information about J forums see http://www.jsoftware.com/forums.htm
> >>
> >> --
> >> regards,
> >> ====================================================
> >> GPG key 1024D/4434BAB3 2008-08-24
> >> gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
> >> gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3
> >> ----------------------------------------------------------------------
> >> For information about J forums see http://www.jsoftware.com/forums.htm
> >
> >
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to