[android-porting] Re: wireless tools

2008-12-13 Thread dimitr...@android.com
Hi, You need to port them and to compile. It is not an issue. The main question is what are you trying to achieve ? On Dec 13, 4:03 am, mrmas...@gmail.com wrote: > Hi, > > I am trying to excute wireless tools to enable an WiFi module. > But I got an error. > > #./iwconfig > ./iwconfig: not found

[android-porting] Re: wireless tools

2008-12-13 Thread massa rubens
Hi, I wonder what I need to port it. This is what I have done: 1.compiled it with static option(=BUILD_STATIC) 2.confirmed it works with normal userland and Android kernel 3.tried the command with Android platform on the emulator and an actual target -> got the error I've recognized no -static o

[android-porting] Re: wireless tools

2008-12-13 Thread dimitr...@android.com
Hi, I think wireless tools "talk" to wireless kernel extension. So you need to allow wireless extension in the kernel. Your network driver should support it as well. Android runtime has libc that supposes to be enough for wireless tools. Hope this helps. On Dec 13, 5:32 pm, "massa rubens" wrot

[android-porting] Re: wireless tools

2008-12-13 Thread massa rubens
Hi, I enabled wireless extension in the configuration as the network driver is working with normal userland in the same kernel. Only problem is the wireless tools. thank you for your comment. On Sun, Dec 14, 2008 at 10:59 AM, dimitr...@android.com < dimitr...@android.com> wrote: > > Hi, > > I th

[android-porting] Re: wireless tools

2008-12-14 Thread mizmit1222
Hi, I had similar issue when I used a char code conversion tool - nkf. You would better try to build your tool linked to bionic - Android libc. 1) setup Android build environment http://source.android.com/download 2) mkdir your project under mydroid/external and copy your source code 3) writ