Actually you do not have to compile anything, asus_laptop have hid_multitouch and hid_ntrig modules. You only need to change initrd.img.
For example, Android-x86 installed on /dev/sda5:
# busybox mount /dev/block/sda5 /mnt/secure
# cp /mnt/secure/android-4.0-RC2/initrd.img /data/local/
# cd /data/local
# mkdir initrd-new
# cd initrd-new
# zcat ../initrd.img | cpio -id
# vi scripts/tx2z_info
tx2z_info contents:
# This is just an example scripts for HP TX2Z
set -x
tx2z_info()
{
PREDEV=hid_ntrig
TOUCH=hid_multitouch
EXTMOD="$EXTMOD $TOUCH"
return 1
}
detect_hardware()
{
tx2z_info
}
Save and exit from vi using ":wq" command.
# rm scripts/asus_info
# find . | cpio -H newc -o > ../initrd
# cd ..
# gzip -c initrd > initrd-new.img
# mv /mnt/secure/android-4.0-RC2/initrd.img /mnt/secure/android-4.0-RC2/initrd-orig.img
# cp initrd-new.img /mnt/secure/android-4.0-RC2/initrd.img
# sync
# busybox umount /mnt/secure
# reboot
Please note, this is just an example and untested. If something goes wrong, edit your grub command (using tab when grub boot selector appear), change "initrd /android-4.0-RC2/initrd.img" to "initrd android-4.0-RC2/initrd-orig.img". Good luck!
Best regards,
Ketut P. Kumajaya
Thank you for taking the time for that guide.
Thank you for taking the time for that guide.
interestingly, the asus_laptop 4.0.4 RC2 wont boot.It does not even reach the android splash screen. The tablet reboots before it gets that far
interestingly, the asus_laptop 4.0.4 RC2 wont boot.It does not even reach the android splash screen. The tablet reboots before it gets that far
I Own a HP Tx2z,It has the same hardware as the tx2500 expect for the digitizer.The latest ICS 4.0.4 RC2 build for the tx2500 works great on my tablet, however the tousch screen does not workFrom reading the fourms I need to:- Create a custom build- with a new target, add put these two lines in the customized defconfigCONFIG_HID_MULTITOUCH=y
CONFIG_HID_NTRIG=yHow do I go about doing this?Do I follow this guide?When I do follow it, how do I ensure that I modifying the existing tx2500 sources and not a generic ics build?Sorry about the newbienessThank you.Even after having first typed su
I tried downloading my own attachment, extracted without problems. I have uploaded to https://www.box.com/shared/88f26f8f81dccc30bdd8 too.
Hi BlackHawk, I tried your steps on my HP TX2 running android 4.0 RC2 ICS. I can't get beyond step 2. I get the following error when running the tar command - "Invalid gzip magic". I suspect the file is corrupt. Could you please resend the file.Thanksmohideen
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To view this discussion on the web visit https://groups.google.com/d/msg/android-x86/-/A0wJYj1MLTAJ.
I tried downloading my own attachment, extracted without problems. I have uploaded to https://www.box.com/shared/88f26f8f81dccc30bdd8 too.
When you install Android-x86 to hard drive, install /system directory as read/write.
Add:
modprobe hid_ntrig
modprobe hid_multitouch
to /etc/init.sh
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To view this discussion on the web visit https://groups.google.com/d/msg/android-x86/-/lH1lGJkQPvsJ.