[android-porting] JB on Square display

2013-04-25 Thread kozak
Hi All, We are trying to bring up JB 4.1.1, on a square display. We see that, on the emulator as well as on the device, the following error happens: I/Process ( 686): Sending signal. PID: 686 SIG: 9 W/ActivityManager( 270): Force finishing activity com.android.launcher/com.android.launcher

Re: [android-porting] JB on Square display

2013-04-25 Thread Ron M
There is not enough information in this log sniplrt. Can you post earlier log messages from Gralloc and SurfaceFlinger? On Apr 25, 2013 4:54 PM, "kozak" wrote: > Hi All, > > We are trying to bring up JB 4.1.1, on a square display. We see that, on > the emulator as well as on the device, the foll

Re: [android-porting] JB on Square display

2013-04-26 Thread Bin Li
E/AndroidRuntime( 718): Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f03000d E/AndroidRuntime( 718):at android.content.res.Resources. getValue(Resources.java:1013) You are using some resource with ID #0x7f03000d which is not defined. --- Thanks, Li Bin O

Re: [android-porting] JB on Square display

2013-04-27 Thread kozak
Thank you guys foe your inputs! Interesting observation from my side. If I change the display driver resolutions from 320 x 320 to say 320 x 321 ! the error goes away! Sounds to me like AFS doesnt like SQUARE resolutions. Any pointers to make AFS happy with square displays? BR Kozak On Friday