On 28 February 2011 20:33, Alexander Sack wrote:
> Is there something like a network management service/framework in
> android that could be improved to also consider LAN to achieve
> always-online? I assume it currently reacts on wifi or 3g signal
> becoming available/going away.
hi Alexander,
On Mon, Feb 28, 2011 at 1:00 PM, Jeremy Chang wrote:
>
> On Sat, Feb 19, 2011 at 3:53 AM, Alexander Sack wrote:
>> On Fri, Feb 18, 2011 at 5:15 PM, Jim Huang wrote:
>>> 2011/2/19 Alexander Sack :
On Fri, Feb 18, 2011 at 4:42 PM, Jim Huang wrote:
>>> [...]
> To be precise, this patch w
On Sat, Feb 19, 2011 at 3:53 AM, Alexander Sack wrote:
> On Fri, Feb 18, 2011 at 5:15 PM, Jim Huang wrote:
>> 2011/2/19 Alexander Sack :
>>> On Fri, Feb 18, 2011 at 4:42 PM, Jim Huang wrote:
>> [...]
To be precise, this patch works with Beagleboard-xM only.
Beagleboard xM has one Ethe
On Fri, Feb 18, 2011 at 5:15 PM, Jim Huang wrote:
> 2011/2/19 Alexander Sack :
>> On Fri, Feb 18, 2011 at 4:42 PM, Jim Huang wrote:
> [...]
>>> To be precise, this patch works with Beagleboard-xM only.
>>> Beagleboard xM has one Ethernet port connected over USB, and the
>>> driver model makes it
2011/2/19 Alexander Sack :
> On Fri, Feb 18, 2011 at 4:42 PM, Jim Huang wrote:
[...]
>> To be precise, this patch works with Beagleboard-xM only.
>> Beagleboard xM has one Ethernet port connected over USB, and the
>> driver model makes it usable
>> as a normal network device on device node, usb0.
On Fri, Feb 18, 2011 at 4:42 PM, Jim Huang wrote:
> 2011/2/18 Jeremy Chang :
>> Try to enable network interface and fetch IP via DHCP in boot script.
>>
>> This will give the network interface a shot to fetch IP via DHCP.
>
> To be precise, this patch works with Beagleboard-xM only.
>
>> --- a/ini
2011/2/18 Jeremy Chang :
> Try to enable network interface and fetch IP via DHCP in boot script.
>
> This will give the network interface a shot to fetch IP via DHCP.
To be precise, this patch works with Beagleboard-xM only.
> --- a/init.omap3.sh
> +++ b/init.omap3.sh
> @@ -15,3 +15,5 @@ do
>
Try to enable network interface and fetch IP via DHCP in boot script.
This will give the network interface a shot to fetch IP via DHCP.
Signed-off-by: Jeremy Chang
---
init.omap3.sh |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/init.omap3.sh b/init.omap3.sh
index 997