This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3715 - Mouse Cursor visible when i use overridePendingTransition API in Application

Other Parts Discussed in Thread: AM3715

Hi,

I am using AM3715 with Gingerbread version 2.3.3

When i use overridePendingTransition() API in my application, I see mouse cursor visible during the screen transition.

In my hardware i don't have mouse, so is there a provision to disable the mouse feature either in kernel or android.

Please suggest.

- Guru

  • This should be answered better in the Android forum. I'm moving this post there.
  • Hi,

    Can you revert the following patches from frameworks/base if you do not require mouse cursor feature

    commit 174cb50436065dc092114d69fb40d5a7712e3ca0
    Author: Syed Mohammed Khasim <khasim@beagleboard.org>
    Date:   Wed Mar 30 19:49:08 2011 +0530

        Fix Mouse cursor build failure
        
        This patch fixes the build failure for Mouse cursor patch

    commit 17128d44ab04c5b7cb2911e8b1c9f837aa9b36a5
    Author: Amit Pundir <amitpundir@ti.com>
    Date:   Tue Mar 29 12:11:43 2011 +0530

        Gingerbread mouse cursor patch
        
        This mouse cursor patch is provided by Gregoire Gentil from AlwaysInnovating
        http://git.alwaysinnovating.com/cgit.cgi/ai.android/commit/?id=a721f7e2ab6e680257cc9cb5ecaee6238e615ff2
        
        Right click (back operation) and Middle click (menu key) support added by Rowboat.
        
        Signed-off-by: Amit Pundir <amitpundir@ti.com>

    Regards,

    Arun