[android-porting] Re: RIL implementation on omap 3530x EVM with external modem

2009-01-01 Thread Hemant
libril ---> Modem hardware specific layer. Here one has to implement ril.h commands. reference-ril implementation is example of libril which can be used if modem have serial interface (may be pseudo also) and understands AT commands (TS 27.007 standard). You may change the name to ... but not need

[android-porting] Re: Android x86?

2009-01-01 Thread Dima Zavin
init starts the installer. Try editing init.conf. On Tue, Dec 30, 2008 at 11:39 PM, Andriod Developer wrote: > > Hi freedom, > I am running this image under Sun VirtualBox and I ran into the same > issue (i.e. /dev/block/sdb2) > How do i resolve this? how do i provide the installer with arugments

[android-porting] Re: 128MB runtime heap for Asus eee target

2009-01-01 Thread Dima Zavin
I'm not sure I understand the what unmanaged heap you are talking about. AFAIK maps is all dalvik, so there are no native components allocating memory. You should look at logcat to see when the maps vm does garbage collection. Also, when you start maps, pan around a lot, in all different direction