Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
mouse support for android?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
李晖  
View profile  
 More options Feb 7, 10:24 am
From: 李晖 <lihui205...@gmail.com>
Date: Tue, 7 Feb 2012 07:24:33 -0800 (PST)
Local: Tues, Feb 7 2012 10:24 am
Subject: mouse support for android?
hi, all
   currently, I am porting android to a platform which don't has touch
screen support, so I want to use mouse to manipulate the system. As
android don't support mouse by default, so I want to know what and how
to do to let it support mouse, did anyone has experience with this
topic! Any tips or suggestion will be greatly appreciated!
    andy

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
freakingtux  
View profile  
 More options Feb 8, 7:29 am
From: freakingtux <kees.jongenbur...@gmail.com>
Date: Wed, 8 Feb 2012 04:29:55 -0800 (PST)
Local: Wed, Feb 8 2012 7:29 am
Subject: Re: mouse support for android?

Hi

Read http://source.android.com/tech/input/touch-devices.html creating a
device of type pointer will probably do what you want.

As for "hardware" support of the mouse this is typically something already
present in the kernel.

Greetings


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
李晖  
View profile  
 More options Feb 8, 10:03 am
From: 李晖 <lihui205...@gmail.com>
Date: Wed, 8 Feb 2012 07:03:49 -0800 (PST)
Local: Wed, Feb 8 2012 10:03 am
Subject: Re: mouse support for android?
thank you very much, I will try it then!

On 2月8日, 下午8时29分, freakingtux <kees.jongenbur...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zoltan Kuscsik  
View profile  
 More options Feb 9, 12:34 pm
From: Zoltan Kuscsik <kusc...@gmail.com>
Date: Thu, 9 Feb 2012 18:34:30 +0100
Local: Thurs, Feb 9 2012 12:34 pm
Subject: Re: [android-porting] Re: mouse support for android?

AOSP ICS has mouse support for the Pandaboard.

Z

2012/2/8 李晖 <lihui205...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vovkab  
View profile  
 More options Feb 9, 8:34 pm
From: vovkab <vov...@gmail.com>
Date: Thu, 9 Feb 2012 17:34:49 -0800 (PST)
Local: Thurs, Feb 9 2012 8:34 pm
Subject: Re: mouse support for android?
Mouse support exists since Honeycomb, you need just to enable it in
kernel.

On Feb 7, 7:24 am, 李晖 <lihui205...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
WANG.Jiong  
View profile  
 More options Feb 13, 10:31 pm
From: "WANG.Jiong" <soro...@gmail.com>
Date: Tue, 14 Feb 2012 11:31:14 +0800
Local: Mon, Feb 13 2012 10:31 pm
Subject: Re: [android-porting] Re: mouse support for android?
Hi all,

  have met the same problem.

  I have ported Android 4.0.3 to a new chip without touchpad,  the USB
keyboard can work, I can use ctrl + M to enter into the "setting" menu.

  but the USB mouse can not work, I can not see any mouse icon in the
screen.

  Does anyone know why?

  thanks in advance

---
Regards,
WANG.Jiong

On 02/10/2012 09:34 AM, vovkab wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kees Jongenburger  
View profile  
 More options Feb 14, 7:54 am
From: Kees Jongenburger <kees.jongenbur...@gmail.com>
Date: Tue, 14 Feb 2012 13:54:57 +0100
Local: Tues, Feb 14 2012 7:54 am
Subject: Re: [android-porting] Re: mouse support for android?

Hi

On Tue, Feb 14, 2012 at 1:28 PM, rakesh rao <raky...@gmail.com> wrote:
> hi
> i had connected another micro controller through UART i can read the
> values using terminal
> but i wont to use that micro controller like input device same as key board
> how can i do that
> iam already sending the charecters through UART, i can see them
> through terminal how that charecters can act like standard input
> please help me

There are at least two way's of doing this
You can read the serial data in a normal userland program and use uinput to
push events back into the kernel, alternatively you can
try and follow the inputattach road see
http://groups.google.com/group/android-x86/tree/browse_frm/month/2010...

Greetings


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rakesh rao  
View profile  
 More options Feb 14, 7:28 am
From: rakesh rao <raky...@gmail.com>
Date: Tue, 14 Feb 2012 17:58:52 +0530
Local: Tues, Feb 14 2012 7:28 am
Subject: Re: [android-porting] Re: mouse support for android?
hi
i had connected another micro controller through UART i can read the
values using terminal
but i wont to use that micro controller like input device same as key board
how can i do that
iam already sending the charecters through UART, i can see them
through terminal how that charecters can act like standard input
please help me

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »