[android-porting] Custom bootanimation

2010-12-29 Thread agent-10
Hi, I can't change default boot animation. I added a new png file to "mydroid\frameworks\base\core\res\assets \images" and changed path to my own png in BootAnimation.cpp. But I see only first ANDROID_ animation then black screen and then Android Home screen. Can anyone help me? -- unsubscribe: a

[android-porting] Processing Home key in apps

2011-05-06 Thread agent-10
How to allow applications to interrupt Home key? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Processing Home key in apps

2011-05-07 Thread agent-10
I know that. So the question is how to change this limitation in Android sources? I suppose that KeyEvent isn't dispatched for KEYCODE_HOME but I can't find this place in code. On May 7, 10:28 am, Dianne Hackborn wrote: > They can't. > > On Fri, May 6, 2011 at 8:28 AM,

[android-porting] Re: Processing Home key in apps

2011-05-08 Thread agent-10
interrupting this key is importing for me. On May 8, 1:38 am, Dianne Hackborn wrote: > You don't.  The system is designed to not dispatch the home key to > applications. > On May 7, 2011 10:49 AM, "agent-10" wrote: -- unsubscribe: android-porting+unsubscr...@google

[android-porting] Re: Processing Home key in apps

2011-05-09 Thread agent-10
Thank you. I'll take into attention. On May 8, 4:56 pm, agent-10 wrote: > Ok. What first should I find to change such design. I think there is > possible to do this (I have android sources, I can compile this and I > can make firmware for my testing board running under android

[android-porting] In default browser YouTube video rotated after exit fullscreen

2012-12-17 Thread agent-10
Hi guys, i faced with the problem related to youtube video in default Android browser. In default mode the video is ok, but when i enter to full screen and then exit I see that video is paused and rotated to 180. My custom OS based on 4.0.3. What's the problem it can be? Android framework, WebK