Re: [Toybox] [PATCH] Update Android section of roadmap.

2016-06-28 Thread enh
ping. (i sent out a few updates close together, so you probably didn't notice. note to self: say _what_ i'm removing rather than just "update".) On Fri, Jun 24, 2016 at 9:40 AM, enh wrote: > nandread was MTD-only, and we don't support MTD any more. > --- > www/roadmap.html | 6

Re: [Toybox] [PATCH] Fix iteration for start/stop without arguments.

2016-06-28 Thread enh
On Tue, Jun 28, 2016 at 3:53 AM, Rob Landley wrote: > On 06/27/2016 04:52 PM, enh wrote: >> --- >> toys/android/start.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > I checked both of these in verbatim, because I don't have a test > environment to even

Re: [Toybox] IFCONFIG doubt

2016-06-28 Thread enh
On Tue, Jun 28, 2016 at 1:45 AM, Ashwini Sharma wrote: > Hello enh, > > Android's original ifconfig was only showing the ip address for interface > and flags. > > Otherwise ifconfig on other platforms gives out lot of other details. Does > it do so on Android? since we

Re: [Toybox] IFCONFIG doubt

2016-06-28 Thread Rob Landley
On 06/28/2016 03:45 AM, Ashwini Sharma wrote: > Hello enh, > > Android's original ifconfig was only showing the ip address for > interface and flags. > > Otherwise ifconfig on other platforms gives out lot of other details. > Does it do so on Android? What details do you need? I can try to add

Re: [Toybox] [PATCH] Fix iteration for start/stop without arguments.

2016-06-28 Thread Rob Landley
On 06/27/2016 04:52 PM, enh wrote: > --- > toys/android/start.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) I checked both of these in verbatim, because I don't have a test environment to even compile test these changes, even though I don't see how moving the ? : test out of the

[Toybox] IFCONFIG doubt

2016-06-28 Thread Ashwini Sharma
Hello enh, Android's original ifconfig was only showing the ip address for interface and flags. Otherwise ifconfig on other platforms gives out lot of other details. Does it do so on Android? I interested in how to get the MAC address at the ndk level. As earlier i saw that SIOCGIFHWADDR is