damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.43k stars 800 forks source link

SL4A: Cannot instantiate a public server on a Motorola Xoom #128

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:30

> What device(s) are you experiencing the problem on?

Motorola Xoom, WiFi-only model.

> What firmware version are you running on the device?

Unless "Build HTK75D" actually means "Firmware version HTK75D" but someone 
decided to be obscure, I have no idea -- all I can say is it's current.

Apart from unknown "firmware", I have Kernel version 2.6.36-3-g111d827, Build 
number HTK75D

> What steps will reproduce the problem?

1. Install sl4a_r5x.apk and PythonForAndroid_r4.apk, run the latter to download 
the archives.

2. Run SL4A
3. Try to start a public server.

> What is the expected output? What do you see instead?

Instead of starting a public server, SL4A crashes and is forcibly closed 
(logcat.txt attached)

> What version of the product are you using? On what operating system?

Android Kernel version 2.6.36-3-g111d827, Build number HTK75D

SL4A version from sl4a_r5x.apk, which doesn't reveal what version it is in the 
user interface.

> Please provide any additional information below.

USB debug mode enabled. I can instantiate a private server (which works as 
expected) while tethered to a USB cable, but not a public server. This Xoom is 
not rooted and I selected a high port for this test, i.e. 50000.

FWIW, the network environment is an intranet where I have an easy time 
communicating with the Xoom because I assign IP addresses based on MACs (i.e. 
static leases), and I regularly use SSH to communicate with the Xoom. So there 
aren't any obvious network issues.

Original issue reported on code.google.com by lut...@gmail.com on 7 Oct 2011 at 9:31

Attachments:

Copied from original issue: damonkohler/android-scripting#578