[android-porting] Re: GSM Modem

2009-06-06 Thread Michael Trimarchi
Hi, Sean McNeil wrote: > IMHO this would be a really bad feature and a severe security hole. > Android should never allow this. This is one reason I've always opposed > a separate multiplexer daemon as it would allow more than just the RIL > to talk directly to the modem. > I'm agree with S

[android-porting] Re: error: 'mSharedFd' was not declared in this scope

2009-06-06 Thread Dave Sparks
It looks like your OpenCORE project is out of sync. Which branch are you building from? There were some changes we made internally in the Cupcake release that PV didn't have when they did the OC 2.0 release. I wonder if you have a mix of old and new. On Jun 5, 5:38 pm, Alan Cramer wrote: > I am

[android-porting] Re: How the video display size making use of resize and rotation is set under Android

2009-06-06 Thread Dave Sparks
I don't have any idea what's involved in getting VGA working. We've done some work with density-independent-pixels, but that it assumes that the screen size is fairly close to the current device. You probably need some help from someone more familiar with the layout code. On Jun 4, 8:08 am, sreed

[android-porting] Re: About soundrecording, why I cannot Open a file for write/read on SDCARD

2009-06-06 Thread Dave Sparks
Does the media server process have write access to the directory where you are trying to create the file? On May 29, 7:31 pm, max wrote: > Hi  Guru, > > I am doing the job to enable sound recording on my device. > > I put all android stuff on a 4GB sdcard, it is formated using EXT3 , > I use chr

[android-porting] Re: Touch screen not up yet

2009-06-06 Thread shridhar
Hi Brian , Thanks a lot for the reply, In my init.rc I have these things set # Define the oom_adj values for the classes of processes that can be # killed by the kernel. These are used in ActivityManagerService. setprop ro.FOREGROUND_APP_ADJ 0 setprop ro.VISIBLE_APP_ADJ 1 setprop ro.