Re: [android-porting] Re: Android 2.2 Froyo Wifi Hotspot

2010-09-04 Thread Irfan Sheriff
In addition to getting the UI, these are the other pieces: - the driver needs to support it. As I understand, the ti wlan driver from AOSP does not support it. - the network daemon (look at system/netd) IOCTL interface is broadcom specific. You need to either use the driver specific IOCTLs or

Re: [android-porting] Re: Zygot exits in a loop

2010-09-04 Thread Dianne Hackborn
I really doubt you can run Android on 32MB or RAM. On Fri, Sep 3, 2010 at 10:02 AM, Dmitry Grinberg dmitr...@gmail.com wrote: I have very little RAM, but I have swap enabled (I know it will be slow). Somehow android managed to avoid using swap and just dies. Where can I change this