KB-20071127-009
From Triled Wiki
- Status: opened
- author: rtreffer
- link: http://groups.google.com/group/android-developers/msg/5fe320942262a161
- Description:
Android is limited to "-qemu -net nic -net user" networking on eth0. This limits the default android network device. E.g.
- ICMP is not possible (most noteworth: ICMP/Echo, better known as "ping")
- Opening priviledged ports (<1024)
As well as most "advanced" networking options. It is possible to open a second device, but it's impossible to change eth0 due to some hardcoded assumptions in adb initialization.
