[android-porting] Re: Reg aspect ratio for displays supported in android

2013-03-14 Thread Vishveshwar
On Tuesday, March 12, 2013 5:50:19 PM UTC+5:30, Dattatraya_patil wrote: Hello All, Does android support displays of aspect ratio 16:10? How to change the framework to handle this aspect ratio supported displays? I don't think the android framework is much concerned with aspect ratios. I

[android-porting] Re: Crash in getSlotFromBufferLocked

2013-03-14 Thread ffxx68
Ok - got it. I double checked the patch for ICS and realized I forgot to port one single line. Inside media/libstagefright/AwesomePlayer.cpp, initRenderer_l(), AwesomeLocalRenderer had to be forced, in place of the default AwesomeNativeWindowRenderer. On Friday, 8 March 2013 16:56:35 UTC+1,

[android-porting] Android socket IPv6

2013-03-14 Thread 李强
I am testing the IPv6 support in Android. For lack of an IPv6 environment, I use the link-local IPv6 address for test. IPv6 is enabled on the phone and I can see my local IPv6 address with ip addr. I can also successfully ping6 my phone from the PC (I saw someone can ping6 the PC from phone,

[android-porting] Re: [android-jb]Sdcard data partition not mount over nfs

2013-03-14 Thread Mika31000
Hi, Did you resolve this problem ? I have a similar problem : My case : 1) SDCard with 3 partitions (Boot/rootfs/data) my device boots like a charm and apps like gallery are functionnal. 2) I change bootargs to boot on NFS (with the same tarball untar the same way for the rootfs SDcard

Re: [android-porting] Re: Android bayer sensor input

2013-03-14 Thread 한길종
Hi. Thanks for your reply. First of all, we have already tried like that. But, it was not working. Before this, we have already checked our register configureation in s5k4ecgx.h is working on another MCU with firmware. I think this probem occurs on fimc of Kernel and SecCameraHWInterface.cpp of