Yes and NO.  After a very long first execute Help works, but browse_j_,
VIEW and EDIT still fail.

However, restarting after a shutdown whether Android's swipe or J's File >
Quit, Help no longer works.  In addition to full uninstall/reinstall; I
have tried avoiding an uninstall and just deleting
   android/com.jsoftware.android.qtide
which also restored Help for one session.
I checked 2!:1 depends on some of Michael's java code not
present in jqt. To workaround it now uses another method to
launch menuhelp. Please dwonload the new apk and test if that
can work in newer android.

external editor may not work for newer android.

the size of apk is bigger because it now include docs/help and
labs/labs addon.

Вт, 18 мар 2014, Paul Jackson писал(а):
> First
>    2!:5 'TMP'
> /data/data/com.jsoftware.android.qtide/files
> was the same on old and new machines.
>
> The two failing Android  4.2.2 machines are:
>
> My phone is a     Samsung Galaxy Nexus
>    Dual-core Cortex-A9
> Kernel     3.4.5
>
> My new tablet is a     Verizon Ellipsis 7
>     Quad-core Cortex A7
> Kernel     3.0.31
>
> The sequence
>    android_exec_host_z_=: 2!:1
>    browse_j_ 'http://www.google.com'
> crashes J whether or not it was working before.
>  Michael Dykman's version does not use 2!:0'am ...' to run other android
> apps.
>
> What are model and spec of your android devices that failed to run 2!:0'am
> ....' ?
>
> 19.03.2014, в 2:17, Paul Jackson <[email protected]> написал(а):
>
> > 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
> ----------------------------------------------------------------------
> 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

Reply via email to