打开 Nexus One(版本 2.1)上的端口
我正在尝试加载需要连接到端口 873 的 Web 应用程序。我收到一条错误消息,似乎暗示它无法到达该端口,并且我猜测 Android 2.1 不会公开该端口开箱即用。
有没有办法在2.1操作系统中开放端口?
预先感谢,
=瑞安
I'm trying to load a web application that needs to connect to port 873. I'm getting an error message that seems to imply that it can't reach that port and I'm guessing that Android 2.1 doesn't expose that port out of the box.
Is there any way to open up ports in the 2.1 operating system?
Thanks in advance,
=Ryan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有低于 1024 的端口,无需 root 设备。这更多是 Linux 的事情,而不是 Android 的事情。
Not ports lower than 1024, without you rooting the device. That's a Linux thing more than an Android thing.