Possible to install on Android tablet? - Windows 10, 8, 7, XP etc.

Hey, thanks for reading. I have a cheap Chinese Neutab n9 with KitKat. I was wondering if it's at all possible to install Windows 10 on it
Sent from my SGH-T399N using XDA Free mobile app

Technicially, if it meets the minimum system requirements, then I think it's possible.
Your tablet will need to recieve support first, though (device tree, etc...).
Perhaps Microsoft will do it themselves, and perhaps some 3rd party developer will do it, but until then, not a chance.

Related

[Q] windows software to Android?

Is there a way to convert Windows based software to work on the Transformer?
There is a GPS tracking software I use for the Trackstick tracker and would like it on the Trans.
In short, no. Longer, Windows programs are written for x86 and x86_64 processor architecture where as the transformer uses an ARM based processor. The programs are also written for the Windows OS.
thanks for the info
Guess i will email the company.
diverwes said:
Is there a way to convert Windows based software to work on the Transformer?
There is a GPS tracking software I use for the Trackstick tracker and would like it on the Trans.
Click to expand...
Click to collapse
Hi mate,
I'm not sure what you want, so if you could explain the functions that you are looking for?
Maybe someone can help with a native android app?
rio
Can we boot windows 7 on our TF?
mikelt89 said:
Can we boot windows 7 on our TF?
Click to expand...
Click to collapse
Not now.
Sent from my Nexus S 4G using xda premium
Being able to port Windows programs probably won't happen until Windows 8, which is supposed to be ARM supported. Hopefully then, companies will start making their programs ARM supported. Would take a lot of work to port it though, translating one programming language into another isn't easy, unless it is written in Java.
EDIT: I guess you're talking about this? http://www.trackstick.com/ There may be an app already, or you may be able to find someone that can create an app for you. I'm sure you're not the only one wanting this.
Account removal
Deleted

[Q] port windows on arm to android

Is it possible? I'd like to have it on my galaxy tab 7.7
I'm sure it would be possible.. For Microsoft.
Windows is a closed source operating system, meaning there can never be a direct port to your device. The closest someone could do is perhaps a bootloader that would allow it to run but you would still have other problems like drivers.
Not to mention the required boot security features that Windows 8 is rumored to have on the ARM version.
Sent from my LS670 using XDA
Remember Microsoft said that windows 7 would not ever have a successful license hack. that happened and quite quickly at that. Give it time and the devs, specifically the black hatters, will get the security opened and then we'll have some very interesting ports.
Sent from my SGH-I717R using xda premium
Awesome!
Eun-Hjzjined said:
Remember Microsoft said that windows 7 would not ever have a successful license hack. that happened and quite quickly at that. Give it time and the devs, specifically the black hatters, will get the security opened and then we'll have some very interesting ports.
Sent from my SGH-I717R using xda premium
Click to expand...
Click to collapse
I understand that but a license hack is a whole different monster. This is taking an operating system that theoretically doesn't support the OP's device and making it work. Even if it can be made to boot, we'd still need input drivers, display drivers for it's GPU, etc.
Maybe possible if the ARM version uses a WinCE style BSP, but that's speculation I suppose.
Sent from my LS670 using XDA
I suppose that they will use something similar to what they use on wp7 devices. And in that case we could see derivatives of those drivers running under arm-win8
Sent from my SGH-I717R using xda premium
your biggest problem is drivers, assuming you get around the security and get it installed, you will need drivers, and traditionally, OEM built devices don't always have openly available drivers to every platform Esp, ARM devices
you would need to hope that Win RT uses some of the same hardware on its own devices, enabling us to take the drivers from those devices and install them on your own ex android device.
and given that Win RT isn't a user installable OS your looking at having to build images with the drivers available, flash it, and hope that it works!
to be honest, I wouldn't hold my breath.
Well, that is how WinCE/Embedded works and look how well it can be "ported" (if that can be said as the right word for this.) around.
A small hypothetical situation:
Someone hacks out drivers for the Galaxy Tab's components and just happens to release a version compatible with WinRT-ARM, That's fine. Someone with the WinRT Platform Builder creates an image targeting the Galaxy Tab, even better. But the problem would be getting the Galaxy Tab to actually boot something that isn't recognized by the device's inbuilt bootloader (Theoretically this could be bypassed like the Android phones that can dual-boot WM7). Only then, after you get a bootloader to actually bootstrap and start the image created will you be able to run "Windows 8 for ARM" on a Galaxy Tab.
The above situation is the only, only possible way you'd be able to get it to work.
Also, It seems even then it wouldn't work
http://forum.xda-developers.com/showthread.php?t=1466400&page=2
opps screwed up
Sent from my HD2 using XDA Windows Phone 7 App
IHATEHIPSTERS said:
Is it possible? I'd like to have it on my galaxy tab 7.7
Click to expand...
Click to collapse
Rumor is WOA (windows on arm) will require efi (locked boot loader).
Sent from my iPad using Tapatalk HD
i am also a 7.7 user. very disappointed with honeycomb's performance so far i would love to see win8 here
what about missing windows button? it is very necessary in metro
Use custom lancher with moded windos 8
IF I HELPED PRESS THE THANKS BUTOM OR DONATE ME IN ORDER TO BUY A NEW PHONE AND CONTINUE THE DEV.
Pator57 said:
Use custom lancher with moded windos 8
IF I HELPED PRESS THE THANKS BUTOM OR DONATE ME IN ORDER TO BUY A NEW PHONE AND CONTINUE THE DEV.
Click to expand...
Click to collapse
The OP wants to install Windows 8 on his tablet, not a custom launcher. Although if you want the metro experience, a Launcher like Launcher7 or such would probably be the best choice.
skategeezer said:
Rumor is WOA (windows on arm) will require efi (locked boot loader).
Click to expand...
Click to collapse
Microsoft stopped calling it WOA a while back, they now call it WinRT.
And EFI (or UEFI to be precise) doesn't imply boot signature checking, rather it is a next generation bootstrap that replaces the long dated PC BIOS with many improvements. My current PC does an EFI boot, and there is no signature checking involved.
Rather, in order to have signature checking, EFI is a requirement. (Signature checking is also a requirement to run the x86 version of Windows 8 OEM channel license, by the way.)
But that is only one among many problems (and not the hardest one, BTW) that will prevent you from running WinRT on non Microsoft approved ARM systems. The biggest problem will be creating a driver set that is compatible with the hardware.
It's going to be hard to find developers who will take on such a project since not only is it a huge time investment, but it's liable to get you sued by Microsoft.
Anything can be hacked given time and patience, but Win RT will be a tough nut to crack. You will have to have to find an exploit to unlock/replace the bootloader and likely write custom firmware. Given what a b!#@h the Lumia 900 has been to unlock, it may be a long time.
The good news is that Windows 8 (at least full Win 8) is moving to a class driver model which makes the likelihood of cross device compatibility much more likely than in the past. Base drivers could very well be standard across the respective ARM families and OEMs are likely to reprovision standard chassis designs for both Windows RT and ICS (much like WP7, a la Samsung Galaxy and Focus).
There are still too many questions to accurately guess, but we'll know more soon.

Windows 7 mods

Does anyone know whether we can change our NOTE to windows 7 mango like this
http://forum.xda-developers.com/showthread.php?t=1914621
+1 buddy.
Sent from my GT-N7000 using xda app-developers app
Ajseter said:
Does anyone know whether we can change our NOTE to windows 7 mango like this
http://forum.xda-developers.com/showthread.php?t=1914621
Click to expand...
Click to collapse
There are a few applications on the market that will allow you to mimic the style of it without having to actually flash modifications over-top of the system. Launcher7, StatusBar+ to name a few. Neither require root or modification.
+1, Though I'm a noobie, I would love to try Original Windows Phone 7 or 8 rom on my Galaxy Note, If possible with dual boot feature
Lol there's no "windows 7/8 rom", it's just a collection of apps someone packaged together and called a rom. You can make any phone on any firmware look exactly like that right now.
Apple innovates and Samsung copies, huh? Tell that to my Galaxy Note.
omac_ranger said:
There are a few applications on the market that will allow you to mimic the style of it without having to actually flash modifications over-top of the system. Launcher7, StatusBar+ to name a few. Neither require root or modification.
Click to expand...
Click to collapse
This is really the best advice on the matter. Whilst you may be capable of flashing your device (I do not know of your Android experiences, but I certainly don't classify myself as "capable" of doing so), why risk it when free applications found on the marketplace offer the same functionality? Although, if I am honest, I don't particularly like the "Metro UI" of Windows Phone 7, Windows Phone 8, Windows RT and Windows 8.
Microsoft stuff is closed source, so although there may be a way to flash the rom, the kernel would never be able to activate any of the hardware, so you'd have no phone, no accelerometer, buttons wouldn't work, it would be completely pointless. The only way to do it is as said, to imitate it with custom launchers etc.
Launcher7 is fantastic btw, and the dev does good work on updates, highly recommend it.
Sent from my GT-N7000 using xda premium
This is probably the wrong place to ask, but I'm going to anyway .
Can you run standard Windows (PC) applications and games on their mobile version? For example I have a (windows) game that I play a lot on my laptop, would it run on windows mobile?
Thanks .
go-away said:
This is probably the wrong place to ask, but I'm going to anyway .
Can you run standard Windows (PC) applications and games on their mobile version? For example I have a (windows) game that I play a lot on my laptop, would it run on windows mobile?
Thanks .
Click to expand...
Click to collapse
No, different platforms.
Sent from my GT-N7000 using xda premium

Could Phone OS's work like on PC?

Would it be possible that at some point smart phones could work like a PC and allow you to flash any OS (1 version of that OS, not a different version for every phone type) and simply install the drivers from the OEM?
Microsoft or Ubuntu don't make a separate version for each device, can Android or other phone OS's work the same way?
This way even Microsoft could license Win 8 phone for other devices.
Sent via Telnet Client
If you can port ARM instructions to x86 then yes.
Sent from my Nexus 4 using xda app-developers app
In an ideal world yes. The manufacturers of the phones could create a set off phone specific drivers for each specific mobile operating system.
Then all you would need is to download the operating system and your specific phone drivers.
But in all likelihood this will not happen for many, many years because these companies are about $$$ and by offering you more choice with your current handset, your less likely to go out and purchase their new one.
Sent from my Nexus 4 using xda app-developers app

Coming from Android (possibly)

I'm looking at the 950XL as it seems to have all the specs of the Nexus 6P but also includes USB 3.1, which is very important to me (I currently have a Note 3 which needs upgrading).
Project Astoria quite interests me; can you use any Android App with this, or just certain ones?
One thing I like about Android is the ability to flash ROMs; I don't think there's anything like this with Windows is there?
(Slightly dodgy topic to talk about) On Android I can just search for an app adding the word 'apk' on Google and download it for free. Is there anyway to do this on Windows?
I used to run Windows Mobile and before that Windows CE, before switching to Android
I just saw your question. Here is some of what I know. As of right now there is an app called 'bluestack' that allows you to run apks as if on android with google services this is a win 8 app though.
There are plus' and minus' here.
1. The feature that makes what you that interested in are win universal apps. That announced by MS is supposed to be repackaged Android apks and converted to universal apps. They then would use Windows services. (a minus or a plus depending on preferences)
2. Blue stack (and its alternatives)may need to be updated to a win 10 universal app. The biggest upside to the 950/xl are that dual booting maybe possible. And a full emulation is possible almost like having 2 phones in one. I say that because of how windows runs or promises to run. With win10 it should be a hackers/tinkerers/dev dream. Leading to more of the apps you may want to port over.
3. Porting maybe possible with the tools MS provide. You maybe able to repackage apks on your own into win10 universal apps.
4.this is the last thing. You maybe able to enjoy 3rd party win10 apps. There are alternatives to twitter for example on windows but no actual Twitter app which some say are better than Twitter's actual app. Also some reporters have said that microsoft are offer to build apps(official) for companies like Twitter and then hand it over to them and they then take over maintenance. But that hasn't worked so far.
Sent from my LG-D800 using Tapatalk
Many thanks for your reply. I've been reading a lot, trying to get my head around the new Windows Phone experience. It seems vastly different from what I used to have on my HTC HD2, which was my last Windows Phone.
One app I use a lot and I find useful is Truecaller, it tells you who's calling, even if you don't have their number in your phone. I presume this needs some sort of integration with the OS. I wonder if Project Astoria offers this level of integration.
My last windows phone was also the HD2 and I've used android ever since. I recently bought a lumia so I could try windows 10 preview. There are a couple of things I miss:
- the ability to transfer files to/from my NAS through WiFi without having to go through a pc
- swipe keyboard doesn't work in some places, eg works in messaging but not in browser
- android .nomedia facility
- banking - my bank is HSBC and they don't have a windows app
If the 950x windows 10 version fixes the first two of these then that will be my next phone.
My banking app also isnt on WP10.
I also like to use DOSbox to play old games on my phone.
Also Torque for hooking up to cars ECU via a bluetooth OBD2 reader.
No Starbucks app
I also use my LG Gwatch to receive notification on my wrist at work. As Im not allowed to get my phone, this is a very very handy feature for me.
I think I'm too invested in Android right now. I am a real Windows 10 Phone wannabe though. I wish I could afford both the Nexus 6P and Lumia 950XL.
Windows Lumia 950xl check every check in the box for what i want in a smartphone on the hardware side... But my issues is that i know that you can port apps over but how many official apps from ios and android made it to the windows store. Once they have app they will have me as a new consumer
https://youtu.be/P2wKJK5cr3M
https://youtu.be/Eu3EMS4dvv8
Look at these vids, they can give you an idea of what to expect with w10 mobile
Sent from my LG-D800 using Tapatalk
Hey folks,
I figured this thread would be a good place to ask since it already existed. A little background. I'm a heavily entrenched Android user since the Evo 4G days and have service with several telecoms and own several phones as well. I saw the new presentation and I was really impressed, however, I need some help to see if the switch is right for me.
1) I use Google Voice to manage all of my numbers and phones. I heard that Skype doesn't allow number Port In, however, does allow forwarding. Does anyone know if this is true? Why don't they allow number Port In? Is it coming in the future? Any creative solutions around this?
2) I don't own a P.C., so Continuum really intrigues me. I've always owned PlayStation and loved being able to stream my PlayStation to my Sony phones and play remotely. Would I be able to stream XBoxOne to my phone and use Continuum to play on a monitor? What about streaming to a T.V. for Netflix or other apps like that?
3) I'm really interested in turning my home "smart". I know that Android has a big IoT platform and it'll be great with NEST and the other things they have coming down the pipeline. What about Windows? Is there a platform available? What products support it? Can it all be phone controlled and do apps exist for them?
Any insight would be greatly appreciated as I'm sure there are others in my boat who might have similar questions.
http://www.technobuffalo.com/2015/09/18/elephone-vowney-dual-boots-android-and-windows-10-for-299/
Guys i thought this may also be useful to keep in mind. There maybe a US compatible version at some point.
Sent from my LG-D800 using Tapatalk
---------- Post added at 02:22 AM ---------- Previous post was at 02:03 AM ----------
UserDemos said:
Hey folks,
I figured this thread would be a good place to ask since it already existed. A little background. I'm a heavily entrenched Android user since the Evo 4G days and have service with several telecoms and own several phones as well. I saw the new presentation and I was really impressed, however, I need some help to see if the switch is right for me.
1) I use Google Voice to manage all of my numbers and phones. I heard that Skype doesn't allow number Port In, however, does allow forwarding. Does anyone know if this is true? Why don't they allow number Port In? Is it coming in the future? Any creative solutions around this?
2) I don't own a P.C., so Continuum really intrigues me. I've always owned PlayStation and loved being able to stream my PlayStation to my Sony phones and play remotely. Would I be able to stream XBoxOne to my phone and use Continuum to play on a monitor? What about streaming to a T.V. for Netflix or other apps like that?
3) I'm really interested in turning my home "smart". I know that Android has a big IoT platform and it'll be great with NEST and the other things they have coming down the pipeline. What about Windows? Is there a platform available? What products support it? Can it all be phone controlled and do apps exist for them?
Any insight would be greatly appreciated as I'm sure there are others in my boat who might have similar questions.
Click to expand...
Click to collapse
So in theory you can do this with windows phone right now. remember one windows isn't anything new. windows 8.1 is on the xbox one. And you can use the pass through feature on any windows device. On windows 10, its all the same, even on mobile because on phone it is full windows running (just slightly different ui, right now if windows 10 on desktop is told its on an under 6inch screen it locks into mobile or atleast the apps do, per windows weekly). Even though it is mobile you could run full photo shop on the phone with a couple of hacks. The one issue is Windows doesn't run well on Arm processors snapdragon 810 and 808... Look out also for a zenfone 2 running Windows 10 mobile. Also the is some one hacking the zenfone to port windows 10.
My dream is for the test windows 10 mobile rom that was being tested on xiaomi mi4 could get ported.
Also microsoft has debated on creating a rom that's flashable to android devices. That helps them get the 1billion user goal. And also attract devs and hacking enthusiasts.
Sent from my LG-D800 using Tapatalk
So this is full Windows 10? But on ARM?
Could I install and run any programs that I can install on my laptop then?
Does the phone have some kind of x86 to ARM translator?
No, it is not full Win10.
It only runs "universal" apps (the successor of the "metro" apps of windows 8/8.1/10)...
Truecaller is already available on win10 mobile. It shows info about who is calling but also can act as your call and text message spam filter, a feature I don't think they have on Android.
I broke my Icon unfortunately so can't post screenshots.
Sent from my Nexus 5 using Tapatalk
I'm in the same boat. The 950 checks all my boxes hardware wise, but I do think it'll be hard to switch.
What I am doing is getting a Lumia 640, pretty cheap from BB: http://www.bestbuy.com/site/at-t-go...lack/9231014.p?id=1219701750248&skuId=9231014
Figure that would be a good device to test everything out on and see if I can make the switch. And I could probably sell it in a few months to close to what I paid for it.
Indeed fantastic price.
If my 950 XL proves (too) good, I might get a cheapo previous model so that my wife also switches.
(and only keep my Z4 Tablet LTE - that is getting Marshmallow soon - to keep contact with Android)
I actually waited to the last minute if a really serious device comes out this year from Android and only three came "close but no cigar" (the others far behind including the Note5, a series I used to be a fan and they stupidly killed by turning to a fashion series like S series):
- LG V10. I don't like the little screen (mostly the awkward positioning and that is not AMOLED but is always on - which kind of defeats the concept) and I don't care about the two selfie cams. Also you make it tough. Why not water resistant (at least) also?
- Z5 Premium. I always liked the Z series, but they failed to really advance it and now you can even call it ugly. 4K for a non-4K ready world is just a nice selling bullet. You put a super-MP camers, with no OIS and a simple single LED flash. Goofy.
- Moto X Force. No biometrics at all? In 2015? (also I kind of fear Moto as a brand for years now)
Anyway... few more days to a month to see if we made the right choice.
Love my Windows 10 1511 update that has extras to support coexistense with Win 10 phone...
MSFT don't screw this.
I started with windows hacking until I bought a HTC evo 4g. I have had 4 nexus devices and currently on the nexus 6. When the 950xl becomes available i am ditching the 6 for windows again after several years of android. Just out grew android. It was fun buy going back to where it all started.
No, only universal apps are able to run on Arm and X86 Plattform. W10 is similar on Arm and X86 but all Apps / Programms has to do the step and create Universal Apps while also Microsoft seems to work on Phones which are based on X86 CPU.
So this is a first step into the future which will provide same stuff on Desktop, Tablet and Phones. While Android has no Desktop OS and Apple has IOS and MAC OS seperated, Microsoft did the next step to Melt all worlds together. Now it is on us to support this way and on them to work continously to improve the process.
olarf said:
No, only universal apps are able to run on Arm and X86 Plattform. W10 is similar on Arm and X86 but all Apps / Programms has to do the step and create Universal Apps while also Microsoft seems to work on Phones which are based on X86 CPU.
So this is a first step into the future which will provide same stuff on Desktop, Tablet and Phones. While Android has no Desktop OS and Apple has IOS and MAC OS seperated, Microsoft did the next step to Melt all worlds together. Now it is on us to support this way and on them to work continously to improve the process.
Click to expand...
Click to collapse
I feel windows mobile will make a come back.
tomzefi said:
I feel windows mobile will make a come back.
Click to expand...
Click to collapse
Totally agree and i don't like the way Samsung is heading, no microsSD, removable battery etc.
MS is no Saint with privacy, but Google is ignoring us users more and more.
A bought a 950xl just a few days ago.
Having a Android device for years, this Lumia is fun, new etc.
Although i must say, the available / working apps is a bit....
Anyone has a working Tapatalk yet?
KeesStolk said:
Totally agree and i don't like the way Samsung is heading, no microsSD, removable battery etc.
MS is no Saint with privacy, but Google is ignoring us users more and more.
A bought a 950xl just a few days ago.
Having a Android device for years, this Lumia is fun, new etc.
Although i must say, the available / working apps is a bit....
Anyone has a working Tapatalk yet?
Click to expand...
Click to collapse
Yes, apps, always been lacking there. I have a feeling that's gonna change. Windows phone hacking & development is coming back. I will hold on to my nexus and gonna get the 950xl
KeesStolk said:
Totally agree and i don't like the way Samsung is heading, no microsSD, removable battery etc.
MS is no Saint with privacy, but Google is ignoring us users more and more.
A bought a 950xl just a few days ago.
Having a Android device for years, this Lumia is fun, new etc.
Although i must say, the available / working apps is a bit....
Anyone has a working Tapatalk yet?
Click to expand...
Click to collapse
Same for me, I used Sammy phones for some years now and it seems they lost the track more and more. For sure there is a need for more apps but its a bit a Chicken and Egg thing. If you ask Software companies they tell you that there are not enough Windows phones to make it worth to develop a APP and if you ask customers they tell you that there are not enough apps to make it worth buying a Windows Phone... Actually I see Windows Phones appear in more and more companies where they replace IPhones. ALso the Bridge Projects seems to be more promissing then the Astoria one. For us as WP users we must not care about as most good apps exist for IOS and ANdroid at the same time. If the porting from IOS work good, we will get a lot of apps soon. The rest is on Microsoft then, they have to motivate companies to create a lot of universal apps. Actually the 950/950XL seems to be the only phones with some inovation right now. Lets see end of 2016 where we are.
I forget to mention that there exist a Tapatalk app and it works. Not that good but it works and do the job.

Categories

Resources