I'm really only interested in transferring relatively small ASCII text files. None of my devices are rooted. Look at ssrecv to see what is happening.
On Mon, Aug 15, 2016, 11:11 PM bill lam <[email protected]> wrote: > The J android simple minded socket approach to fetch webpages > only works for HTTP/1.0 protocol, but most web server out there > use HTTP/1.1 instead. For this reason, J android have been > changed to use wget if available as a workaround. wget is only > available for rooted android with busybox installed. If your > android devices do not have busybox installed, there should not > be any change of behavior. > > I think transfer of binary objects will the more or less the > same under 1.0 or 1.1 and the size of webpage in jsoftware to be > grabbed is small, so that both 1.0 and 1.1 can work for pacman. > > You may echo the error code and bytes received in ssrecv to see > why it failed. > > I don't have any android 5/6 devices to test. > > Вт, 16 авг 2016, Paul Jackson написал(а): > > I believe Android 6 began the practice of asking for access when needed > > instead of at install, but I get the same results on Android 6.0.1 and > > 5.1. I don't know how to confirm that an app can access the internet, so > > I've made a couple guesses. > > > > I assume Tools > Package Manager uses internet access to fetch > > packages. I had to do an uninstall before reinstalling the non-beta > > because the beta gives me a problem I haven't reported. > > > > I also installed the Help > Demos... where webview grabs the Yahoo page > and > > an image of J. > > > > Paul > > > > > > Sun, Aug 14, 2016, 8:41 PM bill lam <[email protected]> wrote: > > > > > No problem here. Android 4.4. > > > > > > Has J in your android been blocked from accessing internet? > > > > > -- > > > > Paul > > 650-766-1863 > > ---------------------------------------------------------------------- > > 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 -- Paul 650-766-1863 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
