<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><div>I have done this for my android-x86 build. The vanilla guest additions for Linux will not work. So you need to build vboxguest.ko with the kernel headers for your Android Linux kernel and write a small C program and STATICALLY link it, else it will not run on Android due to bionic and linker issues.</div><div><br></div><div>The small program needs to do VbglR3SetMouseStatus and link it to VBoxGuestR3LibShared.a and a bunch of others. Just run this binary in the init script for android and you will have a nice windows cursor which is much faster.</div><div><br></div><div>PS: Android doesn't use X</div><div>PPS: android-x86 has a software cursor implementation.</div><div><br></div><div>Suman</div><div><br>--- On <b>Thu, 24/3/11, François Revol <i><revol@free.fr></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left:
 5px; padding-left: 5px;"><br>From: François Revol <revol@free.fr><br>Subject: Re: [vbox-dev] Guest additions for Android<br>To: "Christian Pötzsch" <christian.poetzsch@oracle.com><br>Cc: vbox-dev@virtualbox.org, vchtch@gmail.com<br>Date: Thursday, 24 March, 2011, 8:10<br><br><div class="plainMail"><br>Le 24 mars 2011 à 16:04, Christian Pötzsch a écrit :<br><br>> Hi Vladimir,<br>> <br>> I guess you are using Android-x86 for that! What do you exactly mean by<br>> using host cursor in it? Do you just want to use the mouse itself or do<br>> you want seamlessly integration of the mouse into the guest?<br><br>I suppose Android doesn't display any cursor when simulating the touchscreen, so having VBox show a default cursor on the host would make it easier ?<br><br>Hmm Android doesn't use X11, right ?<br><br>François.<br>_______________________________________________<br>vbox-dev mailing list<br><a
 ymailto="mailto:vbox-dev@virtualbox.org" href="/mc/compose?to=vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br><a href="http://vbox.innotek.de/mailman/listinfo/vbox-dev" target="_blank">http://vbox.innotek.de/mailman/listinfo/vbox-dev</a><br></div></blockquote></div></td></tr></table><br>