[IDEA]Possibility of running Windows 8 on Galaxy Tab 3 10.1 - Galaxy Tab 3 General

Hi guys !
I wanted to know whether the new Samsung Galaxy Tab 3 10.1 can run Windows 8./LINUX !!
Theoretically it shouldn't be too hard as it has an Intel Atom x86 processor and it shares a lot of it's specs with the Acer Iconia w510 and other tablets running Windows 8
Can you please tell me some of the issues that we may have to deal with ?
Like we will have to do something with the bootloader to make Windows 8 bootable and things like that :/
And please if you want to say something like -Why do you want to run windows on an Android tablet-
XDA is about modding. A new OS will not hurt anyone AFAIK.
What are your ideas ? I think it can be done but what will we need to do ?
Now we will be concentrating on Linux. it Will be easier.
Please use this thread for discussing Linux on the Samsung Galaxy Tab 3 10.1
Thanks for reading !

Nitro_123 said:
Hi guys !
I wanted to know whether the new Samsung Galaxy Tab 3 10.1 can run Windows 8.
Theoretically it shouldn't be too hard as it has an Intel Atom x86 processor and it shares a lot of it's specs with the Acer Iconia w510 and other tablets running Windows 8
Can you please tell me some of the issues that we may have to deal with ?
Like we will have to do something with the bootloader to make Windows 8 bootable and things like that :/
And please if you want to say something like -Why do you want to run windows on an Android tablet-
XDA is about modding. A new OS will not hurt anyone AFAIK.
What are your ideas ? I think it can be done but what will we need to do ?
Thanks for reading !
Click to expand...
Click to collapse
much like apple windows 8 is closed source. Thats pretty much the end of the thread. Without a way to compile, edit the operating system and know what changes your making its just not a undertaking many will accept.

@trevd Do you have anything to say about this ?
@wranglerray I'm just talking about installing windows to a device. AFAIK no compiling/editing will be needed. There are other tablets out there that do the same thing so why not this one ? The only major hurdle I see is making some kind of a custom bootloader that can boot the windows stuff instead of the android stuff. THAT part will probably need to be made from scratch or it may be ported from a similar device.
There are quite a few devices like this that run windows with similar specs so why not this one ?

Nitro_123 said:
@trevd Do you have anything to say about this ?
@wranglerray I'm just talking about installing windows to a device. AFAIK no compiling/editing will be needed. There are other tablets out there that do the same thing so why not this one ? The only major hurdle I see is making some kind of a custom bootloader that can boot the windows stuff instead of the android stuff. THAT part will probably need to be made from scratch or it may be ported from a similar device.
There are quite a few devices like this that run windows with similar specs so why not this one ?
Click to expand...
Click to collapse
well quite honestly your talking about porting windows to a device. Our device comes with android and you want to port windows to it instead. So on our device there are parititons chuncks of data of varying sizes allocated to hold a small part of the code that runs our phone. from ramdisk to the radio. The issue on its surface, we dont know how that partition table lines up with a different device.(which the partition table can and most likely is, completely different) and because winodws 8 is closed source we dont know how it boots, or how to edit the imstaller to ensure the os gets copied over the correct partitions. if porting were as easying as just flashing what ever you want and then changing some things to tweak it i'm sure you'd see hundreds of ports in a day or two. Unforntatley it really kinda sucks

The partitions are the biggest problem. We could in theory also boot from the SD card and as a result bypass all the android stuff and get it dual-booting but first we need to know how we can boot windows

Nitro_123 said:
@trevd Do you have anything to say about this ?
Click to expand...
Click to collapse
Hi There
I've not got a device in my hands yet to be able to give a proper device focused opinion on this.
but since you ask, I will say It really all depends on the bootloader setup on the device and how accessible that is, it could well be a proprietary Samsung Design in which case I wouldn't want to "mess" with it unless you had a JTag handy for when s**t goes wrong, otherwise you'll be holding a very expensive brick.
Even without bootloader access theoretically you could create a 3rd stage bootloader ( possibly Grub2/uboot ) which sits in place of the kernel in the boot image ( or recovery image ) , this would give the Option to load android or chainload into the windows boot manager, this is how things are done on classic x86.
If you have to go with a 3rd Stage Loader then the first steps is to get your own code running instead of the Standard Kernel Initialization inside an android boot image, There's all sorts of fun to be had after that as basically you'd need to place things in memory where the Kernel or the Boot Manager is expecting to find them amongst many other things.
Standard Windows 7/8 Installations setup a "hidden ( not assigned a drive letter in windows) " 100MB NTFS partition which contains the bootmgr.exe ( TRIVIA : boot manager replaced NT LOADER ( NTLDR ) which was used by Windows XP ). The boot configuration datafile ( BCD ) contains the settings for loading the actual operating system.
I wouldn't be too concerned about the closed source nature of Windows as there's still plenty of folks doing some absolutely bonkers **** with Windows/Windows Booting. Check out http://reboot.pro if you want to see some of that. My favourite is the 10MB WindowsXP that boots cmd.exe and nothing else LOL WAT!?! . I'm not saying you'll find the answers there but I'd consider it the "state of the art" when booting windows in unusual ways.
Without getting too far ahead, if you did get it booting then it appears the Asus Memo Pad FHD 10 which is a windows 8 device has the same SOC so I would expect there to be driver support already present ( or available ).
Additionally I've not even considered UEFI and how that would affect the whole scenario as I've not delved into the UEFI chaos yet.
Personally I've not used Windows in anger for a couple of years and I've only booted Windows 8 in VM's just to have a look, so my "WindowsFu" is getting a little rusty.
In Summary : Technically Possible ( anything is possible ) - All depends on the bootloader and how much you want it! and to paraphrase @wranglerray "If it was easy, everyone would be doing it"
Trevd

@trevd @wranglerray Thanks so much for the input
This shouldn't really be too hard to do for an experienced dev IMO but I don't have mcuh experience with all this stuff
The stuff that has been done to the HD2 was a lot harder I think but Cotulla still managed to make a custom bootloader and boot WP7 things like that
Thanks again for the comments

@wranglerray @trevd
http://forum.xda-developers.com/showthread.php?t=2540480
Please read the above link
basically we can now understand what the partitions are and what they do
Is it really that hard to make some kind of a zip file that can be flashed in recovery to boot the windows 8 bootloader ?
Why can't we just install an image of windows 8 to the SD card and boot off it ?
What do I need to know in order to understand and try to make this work ? Since no one is developing for the tab 3 10.1 I thought I'd give it a try

Nitro_123 said:
@wranglerray @trevd
http://forum.xda-developers.com/showthread.php?t=2540480
Please read the above link
basically we can now understand what the partitions are and what they do
Is it really that hard to make some kind of a zip file that can be flashed in recovery to boot the windows 8 bootloader ?
Why can't we just install an image of windows 8 to the SD card and boot off it ?
What do I need to know in order to understand and try to make this work ? Since no one is developing for the tab 3 10.1 I thought I'd give it a try
Click to expand...
Click to collapse
As a newbee I will guess:
Windows can take a bigger effort.
Runing Linux natively, easier. Android drivers should be already Linux Compatible. Tweeking them under Linux I do not know. My best guess is looking how to make grub to run first for dual booting. Or even better, Create a partition on external SD forl Linux, To be safe on TWRP recovery add a bottom to boot Linux or even esier re-use one temporary to test posibility.
Good Luck.

dale_para_bajo said:
As a newbee I will guess:
Windows can take a bigger effort.
Runing Linux natively, easier. Android drivers should be already Linux Compatible. Tweeking them under Linux I do not know. My best guess is looking how to make grub to run first for dual booting. Or even better, Create a partition on external SD forl Linux, To be safe on TWRP recovery add a bottom to boot Linux or even esier re-use one temporary to test posibility.
Good Luck.
Click to expand...
Click to collapse
@dale_para_bajo EXACTLY my friend. You stole the words right out of my mouth
Objective: Get Linux booting. SD card way is better.

Any updates on this?

SharpnShiny said:
Any updates on this?
Click to expand...
Click to collapse
It will never happen, the firmware isn't compatible.

calden74 said:
It will never happen, the firmware isn't compatible.
Click to expand...
Click to collapse
Yeah I've looked a bit more into it since, I think the best chance was Windows RT, and that isn't downloadable I believe, so that's it. Thanks for the reply though.

SharpnShiny said:
Yeah I've looked a bit more into it since, I think the best chance was Windows RT, and that isn't downloadable I believe, so that's it. Thanks for the reply though.
Click to expand...
Click to collapse
Even if Windows RT aka an ARM optimized ISO, was downloadable, it COULD NOT be used on Tab 3 10.1
Because this Tab doesn't have an ARM CPU, it have a x86 (32Bits) CPU. So better get a x86 ISO. I also got the same idea (like many other Tab 3 10.1 users). But the dream is NOT going anywhere. Also, Android apps are honestly BAD OPTIMIZED for this CPU ! That's why the Tab lags.
I sold mine and have bought a Tab 7.7 w/ SuperAmoled HD Screen but I broke its screen and can't now find any replacement in my region
Our best chance would be:
Ability of instally Windows 8 into a single .IMG file like Windows XP has been installed !
However, QEMU and KVM refuses to install Windows 8 into a VM idk why !
The RAM of the Tab is also a bit low to run Windows 8 inside Android.
If only a Great Dev could port or create "The Multi-boot bootloader" for Tab 3 10.1 as done on Nexus 7, then I won't waste my money buying a Windows 8 Tablet again since I would manage to install Windows 8 natively, whatever happened !
Sent from my roomate's computer

Can this work?
trevd said:
Hi There
I've not got a device in my hands yet to be able to give a proper device focused opinion on this.
but since you ask, I will say It really all depends on the bootloader setup on the device and how accessible that is, it could well be a proprietary Samsung Design in which case I wouldn't want to "mess" with it unless you had a JTag handy for when s**t goes wrong, otherwise you'll be holding a very expensive brick.
Even without bootloader access theoretically you could create a 3rd stage bootloader ( possibly Grub2/uboot ) which sits in place of the kernel in the boot image ( or recovery image ) , this would give the Option to load android or chainload into the windows boot manager, this is how things are done on classic x86.
If you have to go with a 3rd Stage Loader then the first steps is to get your own code running instead of the Standard Kernel Initialization inside an android boot image, There's all sorts of fun to be had after that as basically you'd need to place things in memory where the Kernel or the Boot Manager is expecting to find them amongst many other things.
Standard Windows 7/8 Installations setup a "hidden ( not assigned a drive letter in windows) "* 100MB NTFS partition which contains the bootmgr.exe ( TRIVIA : boot manager replaced NT LOADER (* NTLDR ) which was used by Windows XP ). The boot configuration datafile ( BCD )* contains the settings for loading the actual operating system.
I wouldn't be too concerned about the closed source nature of Windows as there's still plenty of folks doing some absolutely bonkers **** with Windows/Windows Booting. Check out httpdouble slash)reboot(dot)pro if you want to see some of that. My favourite is the 10MB WindowsXP that boots cmd.exe and nothing else LOL WAT!?! . I'm not saying you'll find the answers there but I'd consider it the "state of the art" when booting windows in unusual ways.
Without getting too far ahead, if you did get it booting then it appears the Asus Memo Pad FHD 10 which is a windows 8 device has the same SOC so I would expect there to be driver support already present ( or available ).
Additionally I've not even considered UEFI and how that would affect the whole scenario as I've not delved into the UEFI chaos yet.
Personally I've not used Windows in anger for a couple of years and I've only booted Windows 8 in VM's just to have a look, so my "WindowsFu" is getting a little rusty.
In Summary : Technically Possible ( anything is possible ) - All depends on the bootloader and how much you want it! and to paraphrase** @wranglerray "If it was easy, everyone would be doing it"
Trevd
Click to expand...
Click to collapse
I am new to the forum but not windows and android though not advanced but do you think that getting those files in the 100mb partition and making an ext2 image of them with slight modifications to fit in the architecture and flash the image as a recovery image?
or perhaps we could use rom manager and by creating a virtual rom composing of windows and boot them via the rom manager tool.
or perhaps we could use grub or a similar tool to boot into an image file or sdcard with windows installed on it and flash the grub files onto the recovery partition but some one with advanced info please confirm all these possibilities!
________________________________________________________________________________________
Hit thanks if I helped, its not that tough

Go ahead guys !
This thread is becoming IRRELEVANT !
Tab 3 was made to run Android (and possibly Ubuntu since Android is a mobile version of Linux) but NOT Windows !
So just use Android or Nothing.
Sent from my roomate's computer

yes but
Nonta72 said:
Go ahead guys !
This thread is becoming IRRELEVANT !
Tab 3 was made to run Android (and possibly Ubuntu since Android is a mobile version of Linux) but NOT Windows !
So just use Android or Nothing.
Sent from my roomate's computer
Click to expand...
Click to collapse
Yes, but since both Windows and any x86 Linux are designed for the same architecture, shouldn't we be able to boot Windows?

glorified sd card
Dani515 said:
Yes, but since both Windows and any x86 Linux are designed for the same architecture, shouldn't we be able to boot Windows?
Click to expand...
Click to collapse
i think it's possible
check this out starting at angel_666's post #18
http://forum.xda-developers.com/showthread.php?t=2589370&page=2
finding out where the flag checking starts and finishes would probably make the third stage boot
more realizeable. i directly flashed both grub and then plop to recovery block and got nowhere,
so it's mmcblk0boot0 or mmcblk0boot1, i haven't found anything in param===>/dev/block/mmcblk0p16 yet
and if p5210 has the little kernel burnt onto the chip setup, from my understanding of what i've
read it's a really basic/small/simple setup so even if the flag was there and unchangeable we should
still be able to get past it somewhere else, right?

Really ?
Dani515 said:
Yes, but since both Windows and any x86 Linux are designed for the same architecture, shouldn't we be able to boot Windows?
Click to expand...
Click to collapse
I firstly got this idea and have posted here on XDA about it :good:
Look at this thread http://forum.xda-developers.com/showthread.php?t=2682603
However, mine was about running Windows 8 inside Android
Sent from my roomate's computer

Done already?
Hello,
I have found this thread: http://forum.xda-developers.com/showthread.php?t=2070139
If you read further, you can find almost complete solution for archlinux natively on Note 10.1. WIth multiple fixes/scripts. Any reason why it cannot be done on tab3 10.1? I'm asking because I might try to compile proper kernel and prepare some distribution as tablet provides power that ends up completely wasted by android.

Related

[Q] Android Porting on Netbooks

I have a Fujitsu P1120 touchscreen netbook. I have been trying to dual boot android with the windows xp that is on there but have had no success. I cannot seem to figure out the right way to put android on the hard drive. It keeps coming up with a grub error for invalid filesystem. I have downloaded liveandroid, android 86x. The main problem that I have is that my device doesn't support booting from usb, booting from network, or any usb external drive. So the only way I can get it to work is to manually install android but I don't know how to do that.
Can anyone help me with this please?
i have same problem , i want to install android on fujitsu p1120, but i see installation freezed, now i want to test froyo android
monedadeoro said:
i have same problem , i want to install android on fujitsu p1120, but i see installation freezed, now i want to test froyo android
Click to expand...
Click to collapse
i have tried everything that I can think of besides, network installation. I can't figure out how to set up the server to do it.
How version android x86 work in lifebook p1120?
The touch screen work in android?
I see the information about touch....
http :// ariescomputing .com/lifebook/
I so happy now.. i found one dvd-rw usb work very fast in the my fujitsu...
Is liteOn Slim USB (have 2 usb) dvd-rw and the bios work..
To put it bluntly you're trying to get your netbooks to do something it isn't intended to do. Those thing are built with the absolute bare minimum to do pretty much nothing more than browse the web, hence "netbook". It's not a full PC. Even the newer ones don't run a full version of Windows 7. Short of knowing how to re-write a BIOS image or finding a modified one and flashing it, which has the risk of perma-bricking your computer.
Волк,
Sorry my bad english..I have a good computer, phone and tablet. However I like to modify my old electronics giving new life to them .... Now for example I'll replace the HDD Fujitsu Lifebook P1120 IDE for SSD and I'll put a PCMCIA card with internal memory to speed up Windows. I installed windows 7 and it is working. So I had to make a modification in winsetup.dll to install.
At the moment I install Android but I am having difficulties.

[Q] Remove Windows on Netbook and Run Android

I know you can use different virtual applications that will allow a person to run Android on a Windows device. For example:
http://www.redmondpie.com/how-to-install-and-run-android-4.0-on-mac-windows-pc-or-linux-tutorial/
What I'm wondering is . . . is it possible to remove the Windows OS on a netbook and run Android 4.0 instead? If so, does someone have a link they can point me to?
*BUMP* Anyone?
Yes, it's possible. Just burn an ISO with Android-x86 (ICS RC1), delete all the partitions you have on your netbook and then create two - one ext3 for Android (4-8GB should be ok) and one fat32 for your data. Then boot Android installer and install on ext3 partition. And yes, it can boot as a normal system.
Teoretically it should work. Don't know if there are any more things to do.
Thanks for the info, so you're saying it's possible to dual boot, windows or Android, just as long as I have the partitions set up correctly? Has anyone else done this? If so, do you have a link to a tutorial or thread? I appreciate the help!
I might try to do this when my I disconnect service to my netbook. Is the android version that is installed rootable?
Sent from my ADR6400L using Tapatalk
disconnecktie said:
I might try to do this when my I disconnect service to my netbook. Is the android version that is installed rootable?
Sent from my ADR6400L using Tapatalk
Click to expand...
Click to collapse
For what I see, Android x86 comes with the SU command, so it's already rooted.
Hell yea. Since there isnt a boot loader there is no need for unlockig either.
Sent from my ADR6400L using Tapatalk
You probably want your data partition something other than FAT32, because it has problems with larger files...
Android-x86.org
There i got 4.0 fully ru.ning on pc
unwritten sentance
mkm1126 said:
Thanks for the info, so you're saying it's possible to dual boot, windows or Android, just as long as I have the partitions set up correctly? Has anyone else done this? If so, do you have a link to a tutorial or thread? I appreciate the help!
Click to expand...
Click to collapse
It is indeed possible, I have done it. If you have the partitions setup right the installation is pretty straight forward, it asks if you have Windows so it's dualboot capable, it will install GRUB and add the Android and Windows items to it for you.
Format your hard drive to ext, then install the Android-x86 project.
icechen1 said:
Format your hard drive to ext, then install the Android-x86 project.
Click to expand...
Click to collapse
You really don't even have to do this, you can install it to a FAT32 partition (I think even an NTFS. But by doing so you can't have root.
Sent from my LS670 using XDA
not sure the point of this , I **** canned WIN7 on my netbook and put Kubuntu on it and it flies now , Windows slowed it down, but Android I dont think would do anything for me, its like running Windows 8 on a desktop (which I am doing right now because I dont have an ARM available)
Vintage144 said:
not sure the point of this , I **** canned WIN7 on my netbook and put Kubuntu on it and it flies now , Windows slowed it down, but Android I dont think would do anything for me, its like running Windows 8 on a desktop (which I am doing right now because I dont have an ARM available)
Click to expand...
Click to collapse
Windows 8 consumer preview is not that bad on a desktop but Android is indeed not that useful on a desktop at all. Although on a laptop of any kind, it's pretty nice as an instant on.
Sent from my LS670 using XDA
Well if thats the case just download the app Bluestacks, then you can keep Windows and run all your android apps in a second! Personally speaking , on the netbook ,windows uses too many resources for it to be useful , Kubuntu only uses what you want and therefore is far superior (on this platform)

Not sure which os

hi everyone well im getting a custom built pc soon but not sure which os so what do you think (also i have heard there are also driver problems and ubuntu is not for gaming)
Run Ubuntu then run windows inside of it
Run Windows then run ubuntu inside of it
only thing is i cant burn windows straight away so ubuntu is probably the way to go
all input would be appreciated
Ryan Stampton said:
hi everyone well im getting a custom built pc soon but not sure which os so what do you think (also i have heard there are also driver problems and ubuntu is not for gaming)
Run Ubuntu then run windows inside of it
Run Windows then run ubuntu inside of it
only thing is i cant burn windows straight away so ubuntu is probably the way to go
all input would be appreciated
Click to expand...
Click to collapse
Neither. Dual-boot it so that both Linux and Windows are both running natively as it's a much better way to run them.
SimonTS said:
Neither. Dual-boot it so that both Linux and Windows are both running natively as it's a much better way to run them.
Click to expand...
Click to collapse
Thanks i forgot you could duel boot
Ryan Stampton said:
Thanks i forgot you could duel boot
Click to expand...
Click to collapse
Not a problem. It is slightly trickier installing Linux first, then Windows - but not a real problem. You will just have to make sure that you keep your Linux Live image handy so you can re-install the Linux bootloader afterwards as Windows doesn't like sharing with anything else
Yeah, definitely dual-boot if you must have Linux, though I find it's a rather irrelevant operating system.
Mrbadboy3 said:
Yeah, definitely dual-boot if you must have Linux, though I find it's a rather irrelevant operating system.
Click to expand...
Click to collapse
Irrelevant? Really? Do you have an Android phone? You are aware that Android wouldn't exist without Linux and the Linux kernel ... aren't you?
SimonTS said:
Irrelevant? Really? Do you have an Android phone? You are aware that Android wouldn't exist without Linux and the Linux kernel ... aren't you?
Click to expand...
Click to collapse
Android and GNU+Linux are largely unrelated. That said, it's hard to see how he could call the latter "irrelevant". It's really only "irrelevant" if you are a hardcore gamer (and even then, there are pretty decent stopgap solutions for many games, and steam is also coming).
SimonTS said:
Irrelevant? Really? Do you have an Android phone? You are aware that Android wouldn't exist without Linux and the Linux kernel ... aren't you?
Click to expand...
Click to collapse
I often work with Windows 7, then install Wubi to create a dual-boot system with Ubuntu (except that the Ubuntu disk is stored inside a virtual disk file on the host filesystem, whilst still running on its own).
Try it, super easy, simple and safe
francocm said:
I often work with Windows 7, then install Wubi to create a dual-boot system with Ubuntu (except that the Ubuntu disk is stored inside a virtual disk file on the host filesystem, whilst still running on its own).
Try it, super easy, simple and safe
Click to expand...
Click to collapse
Wubi is more vulnerable to corruption in the event of a hard reboot, and is naturally slower.
The problem with ubuntu (alone) is that the first things you do is to install WINE (or else it does not last long).
If you install a dual boot and if you are accustomed to windows most of the time you will use windows.
for a time I had windows and ubuntu installed but it was really useless however do it if you want it costs nothing more (first install windows and next ubuntu, it's easier in this order)

Can Atrix 2 run on Ubuntu

Are there anyone succeed run on Ubuntu?
zq6559636 said:
Are there anyone succeed run on Ubuntu?
Click to expand...
Click to collapse
you mean ubuntu touch or the webtop ubuntu port........(without dock)
darth_nihar said:
you mean ubuntu touch or the webtop ubuntu port........(without dock)
Click to expand...
Click to collapse
the webtop ubuntu,can use lapdock.
zq6559636 said:
the webtop ubuntu,can use lapdock.
Click to expand...
Click to collapse
Only if you are running gingerbread. I wrote some scripts to hack a full Ubuntu webtop. Motorola however removed the Ubuntu portions from ICS on, and the removed all of the low level drivers and file system info needed to even try a new hack.
Instead moto gave us landscape mode of android on the dock/webtop.
I and others have tried to bring it back without success.
jimbridgman said:
Only if you are running gingerbread. I wrote some scripts to hack a full Ubuntu webtop. Motorola however removed the Ubuntu portions from ICS on, and the removed all of the low level drivers and file system info needed to even try a new hack.
Instead moto gave us landscape mode of android on the dock/webtop.
I and others have tried to bring it back without success.
Click to expand...
Click to collapse
You can always run a x86 emulator and install it try using bochs....
http://forum.xda-developers.com/showthread.php?t=1389700
just create the disk image on ur pc of ubuntu or even windows if you want just run the apk.........
but be careful to run it on a separate:good: clean rom new system coz it uses up alot of ram and cpu.....
darth_nihar said:
You can always run a x86 emulator and install it try using bochs....
http://forum.xda-developers.com/showthread.php?t=1389700
just create the disk image on ur pc of ubuntu or even windows if you want just run the apk.........
but be careful to run it on a separate:good: clean rom new system coz it uses up alot of ram and cpu.....
Click to expand...
Click to collapse
I am not sure that will work quite the way he intends to run it.
The real issue is the drivers for the lapdock/HD dock and using ubuntu with it.... that is why the old version that motorola gave with gingerbread was so nice, is because they had all of it running from the phones underlying android kernel with the drivers for both docks built in. This will be "emulating" a PC, and will have a self contained kernel and drivers that running in an x86 emulated env.
Yes it will technically run Ubuntu, but if you read the OPs request a little deeper (and post number 3), he mentioned the lapdock, so that will be the real issue. and the lapdock apks now only use the landscape mode, and even the old ones can't be redone with out the old kernel structure and underlying root filesystem that was a part of / (which even with root is still not writeable on this phone without an unlocked kernel). That was actually my first hack on this phone, was to open up the full ubuntu, so that it was not locked down, and you run any linux app that was compiled for the ARM kernel all from synaptic.
Jim
jimbridgman said:
I am not sure that will work quite the way he intends to run it.
The real issue is the drivers for the lapdock/HD dock and using ubuntu with it.... that is why the old version that motorola gave with gingerbread was so nice, is because they had all of it running from the phones underlying android kernel with the drivers for both docks built in. This will be "emulating" a PC, and will have a self contained kernel and drivers that running in an x86 emulated env.
Yes it will technically run Ubuntu, but if you read the OPs request a little deeper (and post number 3), he mentioned the lapdock, so that will be the real issue. and the lapdock apks now only use the landscape mode, and even the old ones can't be redone with out the old kernel structure and underlying root filesystem that was a part of / (which even with root is still not writeable on this phone without an unlocked kernel). That was actually my first hack on this phone, was to open up the full ubuntu, so that it was not locked down, and you run any linux app that was compiled for the ARM kernel all from synaptic.
Jim
Click to expand...
Click to collapse
True but as you said they removed the ubuntu scripts after the 2.3.6 roms so integration into ics cant be done unless we actually sit and write the code for it or say port it from the earlier versions emulators work pretty fine but i was thinking why not make a standalone version which can be run on bmm as another rom that would make it better in the performance perspective as the base android rom would not be using the cpu resources.... give a thought on that concept or even porting ubuntu touch to atrix 2 would be gr8 but the locked bootloader could be a issue
jimbridgman said:
Only if you are running gingerbread. I wrote some scripts to hack a full Ubuntu webtop. Motorola however removed the Ubuntu portions from ICS on, and the removed all of the low level drivers and file system info needed to even try a new hack.
Instead moto gave us landscape mode of android on the dock/webtop.
I and others have tried to bring it back without success.
Click to expand...
Click to collapse
Oh, i see.That is to say there is no way can. Run on ubuntu in ICS.
zq6559636 said:
Oh, i see.That is to say there is no way can. Run on ubuntu in ICS.
Click to expand...
Click to collapse
With a dock or lapdock, no.
You can run Ubuntu on android and vnc into it, or run it in a chrooted env. If you do this it will not work like webtop did with the docks. It kind of is like running it in a virtual machine, sort of. If used in the vnc way, you could use a vnc app to get it to display on the lapdock/HD dock, but again it runs much like a VM an performance is similar to something like this. There are a number of how to's, if you Google "android Ubuntu vnc".
jimbridgman said:
With a dock or lapdock, no.
You can run Ubuntu on android and vnc into it, or run it in a chrooted env. If you do this it will not work like webtop did with the docks. It kind of is like running it in a virtual machine, sort of. If used in the vnc way, you could use a vnc app to get it to display on the lapdock/HD dock, but again it runs much like a VM an performance is similar to something like this. There are a number of how to's, if you Google "android Ubuntu vnc".
Click to expand...
Click to collapse
Jim is there anyone trying to port the Ubuntu touch to the Atix 2
why not try to bring this new thing over .........
Because you need an unlocked bootloader. Ubuntu touch uses its own bootloader, just like the full Ubuntu desktop uses lilo. Besides it is still really alpha. Things still do not fully work. Music and video playback is still broken.
If you must give it a try you MUST have a phone with a fully unlocked bootloader. Any nexus phone or the sgs3/4 or one of the note phones, etc.
I wish we could port it, but without the bootloader it is impossible at this point. Kexec will not boot the kernel, yet.. I say yet, because I am sure we can crack that eventually.
Sent from my SAMSUNG-SGH-I747 using XDA Premium 4 mobile app

Chuwi HiBook Pro - i want android only, how to remove windows from dual boot and save

Hi, i am sorry if this is not the right forum, maybe there are no forums about tablets.
Chuwi HiBook Pro - i want android only, how to remove windows from dual boot and save space.
it seems that all tutorials show how to remove android from tablet, but i would like to remove windows.
Thank you.
METAL66 said:
Hi, i am sorry if this is not the right forum, maybe there are no forums about tablets.
Chuwi HiBook Pro - i want android only, how to remove windows from dual boot and save space.
it seems that all tutorials show how to remove android from tablet, but i would like to remove windows.
Thank you.
Click to expand...
Click to collapse
Windows is probably the main/primary OS. If getting Android to boot is somewhat linked to the existence of Windows, then you might not be able to remove it. That's probably why no one did that yet.
Edit: I found this http://forum.chuwi.com/thread-1848-1-1.html
Maybe you can give it a try. Remember that you do it at your own risks.
Hi and thanks for your replies, no i dont want to take risks, as i am no expert.
the next question is
Can i show more space on android? the 46Gbs taken by windows? do i only get 9Gb of it on android ??
METAL66 said:
Hi and thanks for your replies, no i dont want to take risks, as i am no expert.
the next question is
Can i show more space on android? the 46Gbs taken by windows? do i only get 9Gb of it on android ??
Click to expand...
Click to collapse
What you're trying to do is getting more space under Android.
That won't go without repartitioning. It's another task for the expert. Although you should be able to access (read) windows partition in Android if you use an app that can mount NTFS drivers in Android system.
Bigger issue. I just tried to reset from window to the if Android disappears. The tablet is stuck at some boot situation. Anyway to solve this plz?
METAL66 said:
Bigger issue. I just tried to reset from window to the if Android disappears. The tablet is stuck at some boot situation. Anyway to solve this plz?
Click to expand...
Click to collapse
I'm not familiar with these tablets, so I cant help you sorry.
METAL66 said:
Bigger issue. I just tried to reset from window to the if Android disappears. The tablet is stuck at some boot situation. Anyway to solve this plz?
Click to expand...
Click to collapse
Hi @METAL66 are you still stuck?
I don't have a guaranteed solution (I have original not "Pro") for you but the following helped me get Android working again when it got stuck at the Intel Inside logo.
This tablet is a x86-64 PC, and boots into a UEFI BIOS first.
1. If you don't have the Chuwi keyboard for this tablet, you can use an OTG (on the go) cable to connect a regular PC keyboard to it. I used a USB hub to allow me to connect a USB drive at the same time:
Code:
[Tablet] -- (OTG) -- [USB hub] -- [keyboard]
[USB storage]--------------------/
With the keyboard attached, you can press Del or Esc (a few times) during bootup to enter the BIOS config.
In there you can change things like whether to show a "quiet" boot or not. I turned it off so I see the AMI BIOS info when it first boots.
2. The official Chuwi Web site has self-contained recovery image installers (WinPE based).
This is the tutorial I used to recover Android while preserving Windows 10.
http -- forum.chuwi.com / thread-1283-1-1.html
Among the available recovery images is one that installs Android and causes Windows to be "lost"
http -- forum.chuwi.com / thread-1210-1-1.html
I'm not sure if the WinPE instance they distribute has full control over the partitions (presumably it at least has software on it to allow access to the Android partitions to repair the boot files write the image), but if so, maybe you can use it to delete the Windows Partitions and reclaim the space for use by Android.

Categories

Resources