Nextbook Flexx 11 Tutorials - Windows 8 General

Nextbook Flexx 11
A 200-250$ 2-in-1 laptop.
CPU: 1.83 GHz Intel Atom Z3735F Quad-Core
RAM: 2 GBs
SSD: 64GBs
Screen: 11.6" Touchscreen
Ports: 1 x MicroHDMI, 1 x MicroUSB 2.0, 2 x USB 2.0
Micro SD Card slot

Installing every linux based OS(Android, RemixOS, Linux Distros)
Prerequisites:
A bootia32.efi file (Found in attachments)
A copy of your favorite linux distro
Rufus, UNetbootin, or a USB disk image write of your choice.
A flash you can wipe, and boot from
A little bit of time
Step 1: Setting up
First thing you'll need to do is use your image writer to write the iso to your USB.
MAKE SURE YOU SELECTED THE RIGHT USB DRIVE!
I cannot stress this enough, if you don't want to lose everything on another flash drive, or your hard drive, check and make sure you are using the right drive letter.
Do not restart now. We need to add some files to it.
Extract bootia32.efi and copy it to /boot/efi on your flash drive.
So this was some instructions I made for booting it, but this is much more complicated than it should be. You can totally disregard this spoiler.
Step 2: Booting
Plug your USB into your nextbook (if you haven't already) and turn it on/reboot it.
As its powering on, hold ESC to get into the boot options.
Click "Boot Manager" and select your USB drive.
IF IT DOESN'T SHOW UP, FORMAT YOUR USB DRIVE TO FAT32 AND GO BACK TO STEP 1.
Now, 2 things may happen, it may boot up perfectly, and from there, just follow the steps to install.
If it doesn't boot properly, we'll need to type a few commands.
Step 2.1: Grub Command Line.
So if it doesn't boot up properly, which chances are it wont, you'll be dropped into a command line.
This is grub, if you didn't know, and to boot we need to locate the drive its on.
First press FN+Ins to turn off NumLk, then type,
Code:
linux (hd
now if you press tab, it should list everything you have attached, for example:
Code:
hd0, hd1, hd2, hd3
The usb will most likely be hd0. So now you should have
Code:
linux (hd0,
If you press tab again, it will list off all of your partitions, or autofill one in.
Now you should have either:
Code:
1. linux (hd0,msdos1)
2. linux (hd0,gpt1)
Now, if you have this, type this(replace hd0,gpt1 with what you got):
Code:
set root=(hd0,gpt1)
then type
(new)Step 2: Creating a boot file.
So, now that you have the files copied over, you need to name the drive.
Right click your drive, and click Rename... (Remember the drive name, its important)
After you renamed your drive, create a folder at DriveLetter:/boot/grub
In that directory, create a file named grub.cfg
Now depending on your linux version, you'll have either syslinux, or grub already.
If grub: The file should already be there, so you can move on to step 3.
If syslinux: Find the isolinux.cfg or syslinux.cfg (probably in /syslinux or in /isolinux)
It will look something like:
Code:
label LinuxVersion
kernel /kernelFile
append initrd=/initrdFile (more options)
We're going to use these options to create our grub.cfg file.
Use this as a template.
Code:
menuentry 'LinuxVersion' {
search --set=root --label THIS_IS_WHERE_THE_LABEL_YOU_SET_EARLIER_GOES
linux /kernelFile (more options)
initrd /initrdFile
}
Step 3: Boot into your new OS.
Reboot your PC. When it turns back on, hold ESC.
You should be brought back to the BIOS area.
Press "Boot Manager" (you will need a mouse for this), and select your USB drive.
If you did everything correctly, it should boot.
Step 4: Go wild!
You should be booted, GO CRAZY!
There are a few problems with most distros, including:
No Wifi
No Bluetooth
No Gyroscope
No Audio
There are drivers online for these, but you need to be able to patch a kernel, and build/install a driver.
Wifi
Is the guide not working?
Go ahead and ask some questions, don't be afraid of help.

Useful resources:
Ubuntu with Wifi (Source)
Thats all the links for now. I will add more as I find them (hopefully to fix audio, power button, and rotation)
Huge thanks to Ian Morrison for the Ubuntu iso.

TAG

Any chance you're going to do the linux?
Reserved
I'm guessing that is where the linux how to, is going.

Dude.. You gonna finish this?
set code=(hd0,msdos1)
Then type
Type what? Need a complete tutorial here...

I'm so sorry
Chaosmstr said:
Dude.. You gonna finish this?
set code=(hd0,msdos1)
Then type
Type what? Need a complete tutorial here...
Click to expand...
Click to collapse
I apologize for the delay, busy with school and all.

You can't leave us hanging like this!

I'm not sure about OP here, but I have the smaller model of this device being the Flexx 10. Now I haven't tried to boot Android on it, but I have successfully booted Linux Mint with it.
First I would recommend using a USB OTG capable flash drive (they are available at office stores, walmart, and so on and so forth,) or an OTG adaptor instead of using a full sized usb. The reason for this is stability of the booted system as the connection of the keyboard dock does not appear to be extremely reliable. This may vary by model or device but I would still recommend it as you may need the full sized USB ports later.
Now instead of using Unetbootin, I used Rufus. I used the settings of GTP for efi and bios to write the image to the drive. I didn't mess with any other settings there. After that I had to get a file called bootia32.efi and then add it to the /efi/BOOT/ before the system would even try to recognize it. From there it was just waiting patiently while it booted. (use the instructions in the earlier post to get to the boot options of the UEFI) It took it a while to boot as I suspect the USB speed was rather slow.
As I didn't really have time to really mess with it and get to the point of install, I will list the issues I came across.
1: Automatic rotation of the screen did not work.
2: wifi (RTL8723BS SDIO)
3: bluetooth
4: sound
everything else seemed to work just fine though, even the volume rocker, windows button and power button on the tablet section reacted and did things. not entirely useful, but they did work.
Edit: forgot to mention that if you go through with the install, you will have to finish the install by doing some grub modifications to make it boot without a live disk. just a heads up.

Hmfan said:
I'm not sure about OP here, but I have the smaller model of this device being the Flexx 10. Now I haven't tried to boot Android on it, but I have successfully booted Linux Mint with it.
First I would recommend using a USB OTG capable flash drive (they are available at office stores, walmart, and so on and so forth,) or an OTG adaptor instead of using a full sized usb. The reason for this is stability of the booted system as the connection of the keyboard dock does not appear to be extremely reliable. This may vary by model or device but I would still recommend it as you may need the full sized USB ports later.
Now instead of using Unetbootin, I used Rufus. I used the settings of GTP for efi and bios to write the image to the drive. I didn't mess with any other settings there. After that I had to get a file called bootia32.efi and then add it to the /efi/BOOT/ before the system would even try to recognize it. From there it was just waiting patiently while it booted. (use the instructions in the earlier post to get to the boot options of the UEFI) It took it a while to boot as I suspect the USB speed was rather slow.
As I didn't really have time to really mess with it and get to the point of install, I will list the issues I came across.
1: Automatic rotation of the screen did not work.
2: wifi (RTL8723BS SDIO)
3: bluetooth
4: sound
everything else seemed to work just fine though, even the volume rocker, windows button and power button on the tablet section reacted and did things. not entirely useful, but they did work.
Edit: forgot to mention that if you go through with the install, you will have to finish the install by doing some grub modifications to make it boot without a live disk. just a heads up.
Click to expand...
Click to collapse
Sorry I'm coming back so late, I've been busy with life.
The Wifi issue can be fixed by building the driver (https://github.com/hadess/rtl8723bs)
The bluetooth wont work on most OS' because it relies on some windows drivers to work.
I might be able to find a driver for screen rotation/audio.
Another issue is the power doesn't get registered, and the touch screen is VERY flaky.

Kitsumi said:
Sorry I'm coming back so late, I've been busy with life.
The Wifi issue can be fixed by building the driver (URL removed per post restrictions.)
The bluetooth wont work on most OS' because it relies on some windows drivers to work.
I might be able to find a driver for screen rotation/audio.
Another issue is the power doesn't get registered, and the touch screen is VERY flaky.
Click to expand...
Click to collapse
I didn't really notice that power one as I did not use it long, but I think that is just an atom thing. My old n270 based aspire one does that too.
Really though, the way I would use it, I wouldn't miss screen rotation or the bluetooth, but the touch screen is the nuisance. What I noticed with it is that when the screen is forced into proper orientation (by use of screen rotation in the settings, you know without using the command line) is that the touch screen doesn't follow the new orientation correctly. It appears to have the portrait resolution set to the top left of the screen in landscape. That said, it works fine in portait. Or at least managably.

Hmfan said:
I didn't really notice that power one as I did not use it long, but I think that is just an atom thing. My old n270 based aspire one does that too.
Really though, the way I would use it, I wouldn't miss screen rotation or the bluetooth, but the touch screen is the nuisance. What I noticed with it is that when the screen is forced into proper orientation (by use of screen rotation in the settings, you know without using the command line) is that the touch screen doesn't follow the new orientation correctly. It appears to have the portrait resolution set to the top left of the screen in landscape. That said, it works fine in portait. Or at least managably.
Click to expand...
Click to collapse
Well, I decied to try and boot remixOS, and it works VERY well, so does android-x86 5.0
That being said, audio is a glaring issue.

When you tried Remix OS and say it worked very well. What do you mean? What actually worked? Obviously audio is what doesn't since you mentioned it. But am I to assume that screen rotation works as expected then?
I'm not willing to use REMIX OS personally as the whole android bit is a limiting factor to me. Unless it rooted of ccourse. but even then some of my prefered uses for Linux is lost.
Also hows the hardware acceleration?

How do I install the x64 version of Windows? I downloaded the ISO with the Media Creation Tool and it won't boot from the USB drive. I enabled USB booting and made sure secure boot was off, but it's not working. It keeps saying there's no USB device available.

Unfortunately due to the way that Windows works, the 64 bit version is not usable due to the bootloader difference. Even though the hardware of the device is capable of 64 bit code execution, the 32 bit UEFI Bootloader will only allow a 32 bit version of Windows or a 64 bit version of Linux with some EFI fiddling. And as far as I know there is not a way to fiddle with the EFI related workings of a Windows ISO so 64 bit Windows is not possible on these Nexbook devices or others with similar hardware (Asus t100 is a good example of similar device)

Hmfan said:
Unfortunately due to the way that Windows works, the 64 bit version is not usable due to the bootloader difference. Even though the hardware of the device is capable of 64 bit code execution, the 32 bit UEFI Bootloader will only allow a 32 bit version of Windows or a 64 bit version of Linux with some EFI fiddling. And as far as I know there is not a way to fiddle with the EFI related workings of a Windows ISO so 64 bit Windows is not possible on these Nexbook devices or others with similar hardware (Asus t100 is a good example of similar device)
Click to expand...
Click to collapse
That's really dumb. Most Windows devices are 64-bit nowadays. Why would they put in a 64-bit processor but not allow x64 operating systems?

You're guess is as good as mine on that one. Ask Microsoft on that one. They used the 32 bit version because Microsoft will only give the "Windows XX (originally 8.1) with bing 32bit for free. Which keeps the device cost down. Kinda hard to to sell a cheapskate device when it ends up costing as much as a better speced laptop.

Where can I find recovery images for this? I messed up and now I don't have audio or touchscreen drivers.

You can try this web site from Efun themselves
http://nextbookusa.com/recovery/index.html That is their official recovery download site.
(apparently I can post links...)

Hmfan said:
You can try this web site from Efun themselves
http://nextbookusa.com/recovery/index.html That is their official recovery download site.
(apparently I can post links...)
Click to expand...
Click to collapse
I tried that. It says there's no recovery option for this model....
Do you have this tablet? Do you think you could do a driver backup and upload it here? Or create a recovery image and share it?

Related

[Q] Installing android on the nextbook NXW8QC16G

I have a nextbook tablet running windows 8.1 that I got from black Friday. I hate windows 8 and bluestacks won't run on the tablet, so therefore I can't even run my android apps.
Is there a way to install android on this tablet and get rid of windows? I've searched online and came up dry.
Any help would be appreciated.
I also bought one form wally world and would love to run android on it
nolan714 said:
I also bought one form wally world and would love to run android on it
Click to expand...
Click to collapse
This is where I got mine too.
Please anyone who can shed some light on this I would really appreciate it. This is a great tablet but windows 8 sucks.
For Bay Trail:
https://01.org/android-ia/ - Intel's build of Android for x86 devices. They have builds available for Bay Trail devices, which according to the specs I found for that device, should work.
It does support running as a live image, which will get it off the ground and running for testing to see if all of the hardware is supported, and an installer to drop the Android setup on disk as necessary.
Installing Google Play and such might be a bit more involved of a task, but it's doable.
Interesting... but how would I get the tablet to boot into the image? since I can't plug a flash drive into it or access a boot menu of sorts how do I do this?
I had a similar question. I got an HP Stream 7 for $80 on Black Friday, and it comes with Windows 8.1. The reviews on amazon were glowing, considering the low price and still running a 32-bit version of Windows 8.
However, I'm not a big fan of Windows 8. Perhaps some day it'll grow on me, but at this moment, I don't find it intuitive.
Since the HP Stream has Intel Atom, I found this page (which apparently I'm not allowed to share). Just do a google search for Atom and kit kat. That gave me an Intel page with some instructions, but it looks like virtualization, as opposed to replacing or dual booting the OS.
zonykel said:
I had a similar question. I got an HP Stream 7 for $80 on Black Friday, and it comes with Windows 8.1. The reviews on amazon were glowing, considering the low price and still running a 32-bit version of Windows 8.
However, I'm not a big fan of Windows 8. Perhaps some day it'll grow on me, but at this moment, I don't find it intuitive.
Since the HP Stream has Intel Atom, I found this page (which apparently I'm not allowed to share). Just do a google search for Atom and kit kat. That gave me an Intel page with some instructions, but it looks like virtualization, as opposed to replacing or dual booting the OS.
Click to expand...
Click to collapse
This won't work because the tablet doesn't not have enough ram to run an emulator. If that was the case I would just use bluestacks :/
ItsJon said:
Interesting... but how would I get the tablet to boot into the image? since I cant plug a flash drive into it or access a boot menu of sorts how do I do this?
Click to expand...
Click to collapse
Sounds like it's got a micro-USB port on it - given that the tablet is meant for running Windows, probably an OTG port.
Find a USB OTG cable and you should be able to plug a proper keyboard into it (to get into the firmware) or plug a USB thumb drive into it.
I think the same is true for the Stream 7 (a quick search tells me it's got the same sort of micro-B port on it).
As far as accessing the firmware for either (to do things like disable Secure Boot or change the boot device), I'm not sure - but the documentation for each device should have instructions on how to access the firmware.
For installation - the images I linked above are for direct installation, not running inside of a VM. (I don't think any of the images that Intel provides will run under virtualization because they expect certain hardware to be present that isn't typically provided by any of the VMs out there - graphics being the big one.)
android,ubuntu,windows?
irony_delerium said:
Sounds like it's got a micro-USB port on it - given that the tablet is meant for running Windows, probably an OTG port.
Find a USB OTG cable and you should be able to plug a proper keyboard into it (to get into the firmware) or plug a USB thumb drive into it.
I think the same is true for the Stream 7 (a quick search tells me it's got the same sort of micro-B port on it).
As far as accessing the firmware for either (to do things like disable Secure Boot or change the boot device), I'm not sure - but the documentation for each device should have instructions on how to access the firmware.
For installation - the images I linked above are for direct installation, not running inside of a VM. (I don't think any of the images that Intel provides will run under virtualization because they expect certain hardware to be present that isn't typically provided by any of the VMs out there - graphics being the big one.)
Click to expand...
Click to collapse
i managed to get to the bios of it by trying android installer (wubi) but android wouldn't boot but it let me get into boot options it says it doesn't have usb connected when in fact i did via usb otg but still trying if it's possible to boot ubuntu i will report first thing lets hope the dev's figure this one out please note it has uefi bios ubuntu desktop maybe a possibility but that's just a wild guess
joeylikesubuntu said:
i managed to get to the bios of it by trying android installer (wubi) but android wouldn't boot but it let me get into boot options it says it doesn't have usb connected when in fact i did via usb otg but still trying if it's possible to boot ubuntu i will report first thing lets hope the dev's figure this one out please note it has uefi bios ubuntu desktop maybe a possibility but that's just a wild guess
Click to expand...
Click to collapse
emergency i need a recovery image could someone that owns this create one and upload it to here i forgot to make a backup of os i'm not gonna lose any faith in xda not now anyways probally not ever i got this for a early christmas present and already screwed it up my own fault but i'm hoping we can all communicate and come up with a solution to solve these problems and figure out a way to get android or ubuntu on this device which can only be accomplished through unity
Awesome tab
ItsJon said:
I have a nextbook tablet running windows 8.1 that I got from black Friday. I hate windows 8 and bluestacks won't run on the tablet, so therefore I can't even run my android apps.
Is there a way to install android on this tablet and get rid of windows? I've searched online and came up dry.
Any help would be appreciated.
Click to expand...
Click to collapse
Ditch Windows +1, I bought it with the intention of running XBMCLive on it (I have already tried the windows version of XBMC, Updated the HUGE library I have and it still runs at only 35% CPU usage and 76% RAM usage, so one can only assume that with the "Resource Pig" removed from the device XBMC should be in Idle 99% of the time) I found an article that said that if you press the Vol+ button and the Power Button at the same time it boots into what can only be described as a"Boot Menu" of sorts, which includes booting from Flash disk, DVD rom, etc. Now I just have to find my Micro USB cable to USB to test it out and see if I can destroy it, or alternatively the better option, install the live version of XBMC on to it. IMO this is the smallest form factor Quad core I have seen with HDMI out....... A bit of "Velcro" on the back, stick it to the back of the flat panel tv and hey presto.... XBMC I can't see, but works better than Winblows. If anyone has any info on this, it would be Greatly appreciated.... Before I go and brick the device or something, LoL.
MeM-TecH said:
Ditch Windows +1, I bought it with the intention of running XBMCLive on it (I have already tried the windows version of XBMC, Updated the HUGE library I have and it still runs at only 35% CPU usage and 76% RAM usage, so one can only assume that with the "Resource Pig" removed from the device XBMC should be in Idle 99% of the time) I found an article that said that if you press the Vol+ button and the Power Button at the same time it boots into what can only be described as a"Boot Menu" of sorts, which includes booting from Flash disk, DVD rom, etc. Now I just have to find my Micro USB cable to USB to test it out and see if I can destroy it, or alternatively the better option, install the live version of XBMC on to it. IMO this is the smallest form factor Quad core I have seen with HDMI out....... A bit of "Velcro" on the back, stick it to the back of the flat panel tv and hey presto.... XBMC I can't see, but works better than Winblows. If anyone has any info on this, it would be Greatly appreciated.... Before I go and brick the device or something, LoL.
Click to expand...
Click to collapse
could you please make recovery file from inside windows and copy it an attach it to this thread
---------- Post added at 01:18 AM ---------- Previous post was at 01:06 AM ----------
joeylikesubuntu said:
could you please make recovery file from inside windows and copy it an attach it to this thread
Click to expand...
Click to collapse
it has 3 options to boot from efiusb efidvd efi network i've pushed all of these and get the message system doesn't have usb boot option please select other boot option in boot manager menu my only option is to boot from a recovery partition on an sdcard it's a matter of making the partition in update & recovery and copying the root folder of the sdcard to a zip or img file shouldn't be that hardim stuck in a boot loop by the way
joeylikesubuntu said:
could you please make recovery file from inside windows and copy it an attach it to this thread
---------- Post added at 01:18 AM ---------- Previous post was at 01:06 AM ----------
it has 3 options to boot from efiusb efidvd efi network i've pushed all of these and get the message system doesn't have usb boot option please select other boot option in boot manager menu my only option is to boot from a recovery partition on an sdcard it's a matter of making the partition in update & recovery and copying the root folder of the sdcard to a zip or img file shouldn't be that hardim stuck in a boot loop by the way
Click to expand...
Click to collapse
Are you referring to a windows recovery? I have this same tablet, I can make one for you tomorrow and post it if you'd like.
Re: Recovery
Silentwidow said:
Are you referring to a windows recovery? I have this same tablet, I can make one for you tomorrow and post it if you'd like.
Click to expand...
Click to collapse
Any way you could do a "How To" on that? It would be great if I also had a backup of the unit before I decided to wipe it and maybe render it useless if something went wrong! Also then I could supply an alternative image for "joeylikesubuntu" or anyone else that is thinking of messing with it and isn't sure if it will work or not. Thanks.
ItsJon said:
This won't work because the tablet doesn't not have enough ram to run an emulator. If that was the case I would just use bluestacks :/
Click to expand...
Click to collapse
Try installing this one:
http://forum.xda-developers.com/android/software-hacking/how-to-install-bluestacks-1gb-ram-t2885950
joeylikesubuntu said:
emergency i need a recovery image could someone that owns this create one and upload it to here i forgot to make a backup of os i'm not gonna lose any faith in xda not now anyways probally not ever i got this for a early christmas present and already screwed it up my own fault but i'm hoping we can all communicate and come up with a solution to solve these problems and figure out a way to get android or ubuntu on this device which can only be accomplished through unity
Click to expand...
Click to collapse
I also uploaded the recovery files:
http://www.mediafire.com/download/mc9cbhntkpxqcgp/nextbook+recovery.rar
Having problems
I'm not able to get the device into any type of mode where it will read an external storage device. I've tried all sorts of combinations of power and volume and home keys with no results.
It just keeps saying "attempting automatic repair" and "diagnosing your PC"
any suggestions? None of the images posted in this thread seem to help me
Here my lead.
I recently saw this video in youtube (can't post the link since this is my first post) but video ID is /PG1_2MDYMtk
The specs of the device used in the video are by far surpassing the ones of the NCW8QC16G but I wasn't able to locate any minimum requirements so I think and hope it's doable.
I would only need a Micro USB OTG adapter to be able to plug in a wireless mouse and keyboard (which is currently in the mail).
I could load the installation image into a micro SD and then go to PC Settings\Update and Recovery\Recovery\Advanced Startup(restart now)\Troubleshoot\Advanced Options\ and try to make it boot into bios from there. or try pressing the usual combination of keys in my keyboard upon boot to access bios on a regular computer might work although I fear the chances are slim. Once we get into the boot menu and confirm that we can boot from SD I think the rest would be easy as shown in the video.
re:
brik.m3 said:
I recently saw this video in youtube (can't post the link since this is my first post) but video ID is /PG1_2MDYMtk
The specs of the device used in the video are by far surpassing the ones of the NCW8QC16G but I wasn't able to locate any minimum requirements so I think and hope it's doable.
I would only need a Micro USB OTG adapter to be able to plug in a wireless mouse and keyboard (which is currently in the mail).
I could load the installation image into a micro SD and then go to PC Settings\Update and Recovery\Recovery\Advanced Startup(restart now)\Troubleshoot\Advanced Options\ and try to make it boot into bios from there. or try pressing the usual combination of keys in my keyboard upon boot to access bios on a regular computer might work although I fear the chances are slim. Once we get into the boot menu and confirm that we can boot from SD I think the rest would be easy as shown in the video.
Click to expand...
Click to collapse
that would be great if we can get some form of linux on it if we can figure out how to do so then this tablet would be great perhaps maybe using an old ubuntu recovery might work but that's just a guess and the recovery might have to be in the same format as the windows recovery or file type but that's good that others are working on this
---------- Post added at 11:52 PM ---------- Previous post was at 11:42 PM ----------
why cant we just use part of sdcard as ram to run vbox
---------- Post added at 11:59 PM ---------- Previous post was at 11:52 PM ----------
Sloogle_Flugelmann said:
I also uploaded the recovery files:
http://www.mediafire.com/download/mc9cbhntkpxqcgp/nextbook+recovery.rar
Click to expand...
Click to collapse
thank you
@Sloogle_Flugelmann
Thx for the recovery image link.
I've tried all the options and I'm unable to get the recovery image to load after extracting them to a usb.
I actually managed to get Win10 build 9926 loaded on my nextbook via the OTG and usb drive. Got the internal wifi working after using a wifi dongle via OTG first then doing and update. Win10 doesn't seem to update drivers like Win8 does.
Also, anyone know what are the drivers for the different hardware on the NXW8QC16?
Sucks that touchscreen, etc don't work in Win10 preview, but it's probably to be expected.
I'm going to try my Win8.1 Pro image and to see if it picks up the drivers then.
Btw, I'm also trying the 64 bit version of Win8.1 since the processor in my tablet says it's 64bit capable and had a 32bit operating system loaded. Yes, I know that I don't need a 64bit OS since the tablet's only got 1GB ram, but while I'm playing around (struggling withit) so why not

[GUIDE] Install Windows 10 on TW800/801

I offered myself to do a guide to install Windows 10 on the Winbook TW800/801, this might work for the others too and even for other tablets, however.
TRY AT YOUR OWN RISK, I AM NOT RESPONSIBLE FOR ANYTHING THAT HAPPENS TO YOUR TABLET OR THE WORLD.
This guide is very tedious but it will payoff in the long run, I regret nothing and I will not comeback to Windows 8/8.1.
-Requirements:
2 - USB Stick: 16GB or more. Why 2?: I just want to make sure nothing goes wrong, I will explain later why.
USB Hub with USB Keyboard and USB Mouse
A brain?
I will simplify the guide, later I will make a longer one, and see if more devices work.
Step 1. Do the gansta rap. Go to Control Panel > Backup and Restore.
Step 2. When asked rock and plug in one of the USB then make the HDD backup.
Step 3. With the second USB Stick now make a backup of Windows folder.
Step 4. Extract the Windows 10 ISO (recommended builds 10041 or 10049) in the C:/ Disk
Step 5. Enter the extracted Windows 10 folder, then enter > Source
Step 6. Execute the Setup.exe in the source folder, not the one outside that folder or else it will give you error.
Step 7. Follow all the normal steps to install Windows, it will not give you the option to format but it will let you install it.
Step 8. After it is installed nothing will work, this is where the USB Hub / Keyboard and Mouse will give be of use.
Step 9. After plugging the USB Hub / Keyboard and Mouse also put the USB Stick where the Windows folder is located.
Step 10. Go to Device Manager and then all the devices with ? or ! go to them and update drivers, use specific location and put the location where the old Windows folder is.
Step 11. Repeat the same for all devices even for all the devices that are working fine without any symbol, same goes for graphic.
Step 12. ENJOY!, now unplug everything touch and WiFi/Bluetooth and anything else should be working.
I will update the guide in some more hours to add more information.
​
lumia 5202
can u tell me how to install window 10 in lumia 520
mpmca90 said:
can u tell me how to install window 10 in lumia 520
Click to expand...
Click to collapse
I don't have any Lumia phone that I could try it on, sorry mate.
Thanks but it didn't work for the TW800 I'm missing hard drive space on this POS and it won't let me do it off of removable media either. Sucks looks like I'm stuck with 8.1 for ever.
I successfully installed windows 10 on my TW-801 with the free windows 10 download and everything works perfect. I went directly to Microsofts website and first installed internally - I had to install it twice the second time via the sdcard image so it does not ask you for the product key. I am also running Ubuntu via VMWare virtual machine on this tablet. Windows 10 is so much better than 8.1 on this tablet. Also when you download windows 10 it gives you the option of 32 or 64 bit. I just installed the 32 bit since the stock 8.1 was 32 bit - but I am wondering since it is a 64 bit processor if you can install the 64 bit version.
rsktkr1 said:
I successfully installed windows 10 on my TW-801 with the free windows 10 download and everything works perfect. I went directly to Microsofts website and first installed internally - I had to install it twice the second time via the sdcard image so it does not ask you for the product key. I am also running Ubuntu via VMWare virtual machine on this tablet. Windows 10 is so much better than 8.1 on this tablet. Also when you download windows 10 it gives you the option of 32 or 64 bit. I just installed the 32 bit since the stock 8.1 was 32 bit - but I am wondering since it is a 64 bit processor if you can install the 64 bit version.
Click to expand...
Click to collapse
Do you have any idea to install Windows 10 from bootable USB without Windows 8.1,
I did usb installation and it always crash with blue screen
My tw800 is broken, it cannot login into Windows anymore, it always do automatic recovery and No. Windows shows... i have delete system.001
Please help...!
thank you
clean install 10 tw802
i was able to clean install windows 10 from usb. its a bit of a pain reinstalling all the drivers and you do need usb hub to connect mouse and keyboard but it can be done.
Is there any way to run android apps?
Sent from my CHC-U01 using Tapatalk
Has anyone been able to install Windows 10 Threshold 2 (1511 lastest build) My TW801 freezes always at 40% of the installation
dtracks said:
Has anyone been able to install Windows 10 Threshold 2 (1511 lastest build) My TW801 freezes always at 40% of the installation
Click to expand...
Click to collapse
The 1511 build installer won't finish on the WinBook tablets. You should use the installer from July 29th to get Windows 10 on it, then let it update itself to 1511.
how you can fix touchscreen and gaerometer drivers? I have win10 on my TW800 but only work with keboard and mouse and vertical postion. Any drivers you have for those too becasue rest is working better than 8.1
so how i can fix it? Microcenter said they are not supporting Windows 10 rollback to Windows 8.1 but which version or where i can find drivers they are not helping too.
Thanks @TravisAntonio !
For anyone still fooling with the TW801, I'm about to find out if I can fresh install the latest Windows 10 (otherwise using these instructions), however, if build 1903 still has the same installation problem that 1511 evidently had, Dell has a webpage here where they give direct Microsoft hosted download links to the 32 and 64-bit versions of the MediaCreationTool for build 1507. Note that even if you want to download the 32-bit version but you're doing it on a 64-bit PC, you want the 64-bit MediaCreationTool - you can still download the 32-bit ISO from the 64-bit tool. I can confirm that although the size of the build 1507 ISO doesn't match up with the sizes listed on Dell's site (same link as above), the size is close enough - possibly the tool is downloading the very last, most up to date build 1507 ISO.
The direct Microsoft hosted download links for the build 1507 MediaCreationTools are:
x86: MediaCreationTool
x64: MediaCreationTool64
Once I get around to actually fooling with the tablet again, I'll post an update regarding which fresh install build I had to use.
rsktkr1 said:
I successfully installed windows 10 on my TW-801 with the free windows 10 download and everything works perfect. I went directly to Microsofts website and first installed internally - I had to install it twice the second time via the sdcard image so it does not ask you for the product key. I am also running Ubuntu via VMWare virtual machine on this tablet. Windows 10 is so much better than 8.1 on this tablet. Also when you download windows 10 it gives you the option of 32 or 64 bit. I just installed the 32 bit since the stock 8.1 was 32 bit - but I am wondering since it is a 64 bit processor if you can install the 64 bit version.
Click to expand...
Click to collapse
Thanks for share me such information. I am also using window 10 64 bit version.
Well, some great news. I followed the directions but with a very recent build 1903 of Windows 10 x86, downloaded 8/17/2019 - MD5 of the ISO was A9E0929B411E18867F6A630A8C4731FD (I'm giving the MD5 because one x64 ISO I downloaded just three weeks prior would never work correctly on my regular PC but the x64 ISO I downloaded the following week has worked perfectly.
Possibly very important: First, I didn't have to use the Setup.exe in the Sources folder - I used the main Setup.exe, I unchecked the option to keep personal files and apps, and I allowed it to download all updates and drivers. No idea if that made any difference, but it's what I did.
The bad news is I think my USB port is busted - I was hoping a fresh Windows install would fix the problem but alas it's probably because the tablet hit the floor last week. Devices get some power but as you can see in the screenshot attached of Device Manager within a minute of logging into the new Windows installation for the first time, all device drivers are installed but when I plug anything into the USB port, I get the "Unknown USB Device (Set Address Failed)" error. Port worked fine 4-5 months and possibly more recently but the tablet fell on the floor last week so guessing that's why it's not working.
It's a good thing the drivers loaded on their own since I couldn't even use a USB keyboard and mouse. I don't know if the MicroUSB port is actually a proper USB port as well, but first, it's wonky already - the power cable has to have pressure coming from underneath it to tilt it a little "down" into the port in order to charge, and so far with any MicroUSB adapter, I haven't gotten any regular USB devices to work through it.
Cheers!
Edit: Forgot to mention that when Windows was booting the first time after the install was complete, it eventually froze on some kind of progress screen (immediately before the OOBE). The tablet screen would still both timeout and go dark and respond to power button presses but would still have the progress circle frozen. I believe I was still able to get to a shutdown menu, if I remember correctly, and shut down the tablet, after which I was able to start it back up and boot fully up without a hitch.
Also note that I had a small fan blowing on the back of the tablet all along
Great write,thanks for sharing

[Q] Dual boot Windows and Android possible on LENOVO YOGA 2 TABLET 1051?

I have Lenovo Yoga 2 Tablet 10" with windows 8.1 (1051L)
its hard to use windows 8.1 on a tablet.
can i install Android on my tablet or even better ... dual boot with windows and android possible on this tablet?
it' fantastic. I have yoga 2 10 with android 1050L. It's very speed. but i think the problem is bootloader mods.
I think I would rath:cyclops:er run Android as the primary OS and the run Windows as a VM.
pateken said:
it' fantastic. I have yoga 2 10 with android 1050L. It's very speed. but i think the problem is bootloader mods.
Click to expand...
Click to collapse
How do you do that ? I need WM for a private app.
Successfully booted Android 4.4 R3 X86 from USB...
Hey all,
I have successfully managed to boot the 4.4 R3 efi img file from Android X86 on my 1051F. It's working pretty well, very smooth, but pretty much none of the hardware works (GPS, WIFI, Bluetooth, rotation, sound, etc).
Anyone have any idea how we could fix that? The process for getting it to boot is actually pretty easy. You download the img file from the android x86 site, use Rufus to create a bootable USB key (being sure to set it to GPT for EFI). You then need to disable secure boot on the tablet (instructions found various places on the net if you don't know how), shutdown the tablet, connect the USB key via OTG cable to the tablet, hold the volume up and power on. You will get into the NOVO menu. Once there, select boot menu and boot from the USB key (if it's not listed you probably didn't create the USB key in GPT, or it was detected when you powered on).
In order for it to boot into Android, you'll need a USB keyboard connected to select the android option. Alternately, you can just modify grub.cfg to set a default option and a timeout (which is what I did).
I'd really love it if anyone can provide some input on how to fix the missing drivers. Since the 1050 tablet is basically the identical hardware, I would think it should be easy to get the drivers over to this image, but I just don't know how.
Any help greatly appreciated!
mantatia said:
Hey all,
I'd really love it if anyone can provide some input on how to fix the missing drivers. Since the 1050 tablet is basically the identical hardware, I would think it should be easy to get the drivers over to this image, but I just don't know how.
Any help greatly appreciated!
Click to expand...
Click to collapse
I know it sounds basic, but have you tried getting the drivers from here: http://support.lenovo.com/us/en/products/tablets/yoga-series/yoga-tablet-2-1051
I wanted to do a fresh install of Windows 10 and I got the drivers from this place.
tejaswy said:
I know it sounds basic, but have you tried getting the drivers from here:
I wanted to do a fresh install of Windows 10 and I got the drivers from this place.
Click to expand...
Click to collapse
Thanks for the suggestion, but I'm pretty sure they only provide Windows drivers there. From my experience, Android drivers tend to need to be part of the image you install from, though I'm sure more advanced users could probably add drivers to a live install.
I'll take a look anyway, just to make sure, though.
EDIT: Just checked and, as I thought, only Windows 8 and 10 drivers. Realistically Lenovo don't support running Android on the 1051F, so it's pretty unlikely that they'd ever post drivers like that, unfortunately.
mantatia said:
Thanks for the suggestion, but I'm pretty sure they only provide Windows drivers there. From my experience, Android drivers tend to need to be part of the image you install from, though I'm sure more advanced users could probably add drivers to a live install.
I'll take a look anyway, just to make sure, though.
EDIT: Just checked and, as I thought, only Windows 8 and 10 drivers. Realistically Lenovo don't support running Android on the 1051F, so it's pretty unlikely that they'd ever post drivers like that, unfortunately.
Click to expand...
Click to collapse
My apologies. I misread the post. I thought you were looking for the windows drivers. I am sorry to have given you unnecessary hope!
What's this got to do with the Tab S?
wanted modified grub.cfg, please share
wanted modified grub.cfg, please share
mantatia said:
Hey all,
I have successfully managed to boot the 4.4 R3 efi img file from Android X86 on my 1051F. It's working pretty well, very smooth, but pretty much none of the hardware works (GPS, WIFI, Bluetooth, rotation, sound, etc).
Anyone have any idea how we could fix that? The process for getting it to boot is actually pretty easy. You download the img file from the android x86 site, use Rufus to create a bootable USB key (being sure to set it to GPT for EFI). You then need to disable secure boot on the tablet (instructions found various places on the net if you don't know how), shutdown the tablet, connect the USB key via OTG cable to the tablet, hold the volume up and power on. You will get into the NOVO menu. Once there, select boot menu and boot from the USB key (if it's not listed you probably didn't create the USB key in GPT, or it was detected when you powered on).
In order for it to boot into Android, you'll need a USB keyboard connected to select the android option. Alternately, you can just modify grub.cfg to set a default option and a timeout (which is what I did).
I'd really love it if anyone can provide some input on how to fix the missing drivers. Since the 1050 tablet is basically the identical hardware, I would think it should be easy to get the drivers over to this image, but I just don't know how.
Any help greatly appreciated!
Click to expand...
Click to collapse

Question: How do I add hardware drivers to Android for the Yoga 2 1051F?

Hey all,
I have successfully managed to boot the 4.4 R3 efi img file from Android X86 on my 1051F. It's working pretty well, very smooth, but pretty much none of the hardware works (GPS, WIFI, Bluetooth, rotation, sound, etc).
Anyone have any idea how we could fix that? The process for getting it to boot is actually pretty easy. You download the img file from the android x86 site, use Rufus to create a bootable USB key (being sure to set it to GPT for EFI). You then need to disable secure boot on the tablet (instructions found various places on the net if you don't know how), shutdown the tablet, connect the USB key via OTG cable to the tablet, hold the volume up and power on. You will get into the NOVO menu. Once there, select boot menu and boot from the USB key (if it's not listed you probably didn't create the USB key in GPT, or it was detected when you powered on).
In order for it to boot into Android, you'll need a USB keyboard connected to select the android option. Alternately, you can just modify grub.cfg to set a default option and a timeout (which is what I did).
I'd really love it if anyone can provide some input on how to fix the missing drivers. Since the 1050 tablet is basically the identical hardware, I would think it should be easy to get the drivers over to this image, but I just don't know how.
Any help greatly appreciated!
UPDATE: Today I tried and succeeded to get Android 5.1.1 running in the same way. I got the image from the android-x86.net page and it runs very smoothly with working WIFI. Just need to get the rest of the drivers working and add all the google apps (they aren't included in the image).
Hi,
I installed x86 android 6.0 Rc2 on my 1051F too, but I got freeze sometimes Wifi is working....but Screen Rotation Not. Any ideas?
Greetings
Headley said:
Hi,
I installed x86 android 6.0 Rc2 on my 1051F too, but I got freeze sometimes Wifi is working....but Screen Rotation Not. Any ideas?
Greetings
Click to expand...
Click to collapse
Could you go farther in detail about when it freezes and if it is going into sleep mode and back out?

Trio PRO-8, Windows 8.1 to 10 Botched upgrade

So, I know I botched the upgrade from Windows 8.1 to Windows 10 and when I boot the Trio PRO-8 it automatically goes to a Windows error screen with "press the Windows key to enter UEFI firmware settings. Error Code: 0x0000225"
There are several places to go, that tell you how to factory reset, enter boot mode on the Trio Stealth, but I have yet to find anything for the Trio PRO-8
Has anyone used or modified this device? I've contacted Trio, but I keep getting the run around because I mentioned Windows 10, they think I am still trying to install Windows 10 and keep telling me to call Microsoft. Microsoft can't help me with this issue, or I would have already known about it. There is no "Windows Key" on this tablet. All I want to do is figure out how to re-load either the Factory installed OS and start from the beginning, or install a fresh copy from the SD card.
The tablet itself, before I botched the upgrade WAS a decent little table especially getting it on sale on top of it being low cost, up until this point I had been using it regularly for the last 6 or 7 months without issue, maybe longer, can't remember how long I've had it now.
At any rate, I appreciate your time for reading this, and would be grateful to any help to get this thing back up and running before my Grandson comes up to visit next month, when he's here to visit, it is his movie player
With an adapter, I was able to hook up a USB keyboard, even pressing the Windows key did nothing. However, after trying every F key at boot, and a few others, I found that the [Esc] will get you in to the system's UEFI bios. I've been experimenting with settings. I left my card reader at work, but tomorrow I'm going to make the SD card bootable and put a LiNUX distro on it and install that over Windows. Since I don't know what my Windows 8.1 key was for this device.
Going this route because the keyboard has to be hooked up with an adapter and there is only one port. I may try a powered USB hub and see if I can boot from USB with the keyboard installed and a flash drive.
Das Faust said:
With an adapter, I was able to hook up a USB keyboard, even pressing the Windows key did nothing. However, after trying every F key at boot, and a few others, I found that the [Esc] will get you in to the system's UEFI bios. I've been experimenting with settings. I left my card reader at work, but tomorrow I'm going to make the SD card bootable and put a LiNUX distro on it and install that over Windows. Since I don't know what my Windows 8.1 key was for this device.
Going this route because the keyboard has to be hooked up with an adapter and there is only one port. I may try a powered USB hub and see if I can boot from USB with the keyboard installed and a flash drive.
Click to expand...
Click to collapse
This post is probably no longer in the right forum now, especially if I outline the procedure I used to get LiNUX on to this Intel based tablet.
Das Faust said:
This post is probably no longer in the right forum now, especially if I outline the procedure I used to get LiNUX on to this Intel based tablet.
Click to expand...
Click to collapse
No luck as of yet:
- Can't get it to boot off of USB
- Can't get it to boot of the Micro SD card
- Will only boot to the Windows error message
- will keep trying
hi
Amigo gets a multi USB otg, a mini keyboard with pad and usb wireless connector. I have the same tablet trio pro 8 upgrade to windows 10 as well. I have another problem with the various touch screen controllers. I can not make it work. I am using it with the keyboard but I would like to use it free without loading keyboard.
Already solved your problem?

Categories

Resources