Thanks for the KitKat update guide (HKC1)! Just updated from 4.2.2 to 4.4.2 just in 30 min or less.
Is there Lollipop rom for HKC1 variant?
Is there Lollipop rom for HKC1 variant?
Last edited:
EDIT: Now I'm able to boot Lollipop! I made ext4 partition to my hard drive and now Lollipop is able to boot! However the tablet turns off immediately since it doesn't detect battery. It shows 0%.
No Lollipop yet but finally a working dual boot (Android x86 4.4.4)! I believe that we are now able to run Lollipop 5.1 also but there is some work to do.Wow sounds great.
Maybe i can provide drivers from my running HKC1. maybe we can load some drivers in android x86.
connect a usb hub with keyboard and windows boot stick. press "delete" during boot. in bios use boot from usb and Windows will install.I tried to put Windows on the tablet and for this, I have put first rom 1.12.
After I installed the BIOS and I have been brick tablet.
I do not normally detected by the computer or picking, or by pressing volume +, volume- and power.
Now I always get what I put in the picture.
![]()
The Windows Device Manager does not detect the tablet in any way and therefore neither FlashTools or Adb not work.
Someone has gone through something similar or have an idea of how to recover the tablet?
I did have that problem but this fixed it. Have you done this yet?has anyone the problem with extreme battery drain with windows 10? i have to power off the tablet to charge. with Windows running, even in power save, the charging current is to lower than what the tablet needs.
BTW I found fix for upside down accelerometer on Android x86. Still need to figure out how to implent. I have also tried to collect needed drivers for Lollipop build and I have found some:4. BATTERY DRAIN FIX UNDER WINDOWS (thanks to vpx)
The main problem is very old (year 2006) driver of "Intel SD Host Controller", they are 3 in Device manager. Only thing what you need is update driver.
- start Computer Management (hold My Computer and select Manage)
- select Device management
- find SD Controllers, if you click on it, there are 3 "Intel SD Host Controller"s
- hold on every one controller, select "Update Driver", select driver from computer, and there is another option "SDA Standard Compliant SD Host Controller", install driver, confirm restart of computer after last update install.
- reboot
i already changed the driver. didnt help... maybe i need to install the wifi driver also?I did have that problem but this fixed it. Have you done this yet?
I have Teclast BIOS 11.09.2014 and no battery drain after fix. EDIT: I have also updated WiFi driver.i already changed the driver. didnt help... maybe i need to install the wifi driver also?
edut: or is bios update necessary?
thank you i will try this.I have Teclast BIOS 11.09.2014 and no battery drain after fix. EDIT: I have also updated WiFi driver.
Currently I'm using Android-x86 Installer UEFI Version for installation. It makes the needed Grub entry automatically. With this method we are able to boot from Windows to Android without using external keyboard:one question to dualboot. android x86 uses grub loader?
do i need a keyboard to choose the OS? Or is it possible with touch/buttons?
[*]How to Enter Android
- Go to Windows power menu and Click on "Restart" while holding shift [Screenshot]
- Select "Use a device"
- Select "Android-OS"
Now your PC will reboot to Android
I have installed Windows 10 but it is not necessary. Android x86 should work with Windows 8.1 also. Althought I have only tested it with Windows 10 on Teclast x98 3G and with Windows 7 on my laptop. When I installed Windows 10 I followed this guide:Thanks for your work Flash-A-Holic. It looks great already. Hope you have luck with the accelerometer and the Lollipop build. Just a couple of questions:
- You have installed Windows 10 first. Have you followed any specific guide or is there any step we absolutely need to follow?
- How is performance in KitKat? Does it go to Deep Sleep? (any comment on battery life would be great)
- Any major issue with app compatibility?
Thanks!
[B]adb devices[/B]
[this is so we check that the tablet is correctly seen by the computer, it should say "BayTrail something"]
[B]fpt-setup.bat[/B]
[ignore the error that comes out]
[B]update.bat[/B]
# Remount /system as RW
adb root
adb remount
adb shell
mount -o rw,remount /system
exit
# Get the su binary across
adb push su /system/xbin/
adb shell
chmod 6755 /system/xbin/su
ln -s /system/xbin/su /system/bin/su
exit
adb reboot
# Temporary root
adb root
adb remount
adb shell
mount -o rw,remount /system
su --daemon
1
#!/system/bin/sh
/system/xbin/su --daemon &
/system/etc/install-recovery-2.sh
chmod 666 /system/etc/.installed_su_daemon
chmod 755 /system/etc/install-recovery.sh
adb push term-init.sh /sdcard/
sh /sdcard/term-init.sh
#!/system/bin/sh
/system/xbin/su --daemon &
exit
adb reboot