[Q] Full Windows 8.1 or 10 (x86, not WinPho) on Asus ZenFone 2 - ZenFone 2 Q&A, Help & Troubleshooting

I know this question will come with some confused comments and answers... so Ill ask the question and qualify my question with some examples why I am asking and of what I am not asking.
Question: What is the likelihood of getting/shoehorning Full x86 Windows 10 (or 8.1 until 10 releases) onto this phone?
Qualifying statements:
1. I am not asking about Windows Phone OS at all. Everyone knows Microsoft screwed the pooch during their shift from Windows Mobile 6.5 to Windows Phone 7 then again from Windows Phone 7 to Windows Phone 8. That is why so many of us jumped ship from Microsoft's Phone offerings over to Android in 2010. This is 5 years later and Microsoft might be able to get some market share back, but only if they pull their head out of their a$$....
2. (Example of irrelevant answer... Why do you want full Windows when there is Win RT or WinPho???lol!!!!LMFAO!!!! TrolllFACE!!!)
There are plenty of usage cases to justify full x86 Windows on a mobile device. Microsoft and Intel are pushing on the tablet market but for some reason they have not begun to crack the phone market with Full WinTel.... Simply put, If someone is willing to pick up a Windows 8.1 x86 tablet with 1GB or 2GB of RAM for $200 or $300 bucks then they should be ok picking up a similar device with 4GB of RAM and the ability to make calls.
3. (Another example of irrelevant answer...But Android!!!! It rulz!!!)
First off I am an avid android user. We started with My wife and I getting the EVO 4G in 2010, then EVO 3D in 2011 (I know...), then Note 2 in 2012, and My wife switching out the Note 2 for the Huawei Ascend Mate 2 last year. Im holding on to my Note 2 for the final stretch with its 9300 mAh Zero Lemon battery. All phones we've gotten have been rooted and customized by me. I use Bluestacks and/or Andy OS on all of my Windows PCs and have owned several Android Tablets. In short I prefer Android over Windows phone and iOS and whatever else is out there... Now in saying that, I feel a full Windows device in a phone with sufficient processor and RAM would be able to run Windows as its main OS and Android as an emulator to satisfy my Android needs.

Very well put, I'm also interested in this.
Sent from my MT2L03 using Tapatalk

Also interested in this!

I think this needs Microsoft's direct support. IMHO these are some blockades the community will be met with:
1. Since Android uses a boot.img as stage2, some work have to be done for the boot image to be able to chainload Windows. Vanilla installation goes out of the equation.
2. Figuring out how to chainload a proprietary OS properly is, well, hard.
3. It seems like the device uses some special Intel modem and wireless chipset. Porting won't be easy (Look at Intel PRO...)
4. Although 5.5in is GIGANTIC for a phone, maybe explorer or metro won't be able to fit in it?
5. Onboard storage is lackluster to host a full desktop Windows.
6. Windows doesn't even have a dialer.
But generally, this is a great idea! Being able to run x86 apps on a phone, oh the feels!

I'd be very interested if it would run full x86 or x64 Windows! However as stated, I doubt that will happen.
Even then it would be a bit limited and the main issue I would imagine to be space. The screen is quite small for a 1080p window to display on. I'd want to probably run a 720p res for larger buttons and such, might fit a bit better.
Perhaps if you could have it all run off a memory card, but then it would be rather slow to boot and cache stuff?

Here check out this small presentation. Something could be possible with the virtualization extensions that intel processor has.

This totally depends on :
- how well Asus releases the source code.
- Bootloader unlockable or not, i.e. ways to work around the secure boot.
I tried similar things on Lenovo K900 which is running Z2580. Lenovo's open source release was just horrible since even building the kernel was difficult due to lack of info.
I was able to eventually built the kernel with KVM enabled, but was having trouble signing the kernel for the bootloader.
Just force loading the kvm.ko was not successful either since the stock kernel had some feature missing required by KVM.
I would be interested to work on this phone again if we can form a group.
kazuken said:
Here check out this small presentation. Something could be possible with the virtualization extensions that intel processor has.
Click to expand...
Click to collapse

chinabull said:
This totally depends on :
- how well Asus releases the source code.
- Bootloader unlockable or not, i.e. ways to work around the secure boot.
I tried similar things on Lenovo K900 which is running Z2580. Lenovo's open source release was just horrible since even building the kernel was difficult due to lack of info.
I was able to eventually built the kernel with KVM enabled, but was having trouble signing the kernel for the bootloader.
Just force loading the kvm.ko was not successful either since the stock kernel had some feature missing required by KVM.
I would be interested to work on this phone again if we can form a group.
Click to expand...
Click to collapse
sure we can start a group on slack.com
some other things that also come to my mind:
wine for x86
docker for x86
debian chroot
wine already has some ARM support

This would likely be much easier... Notice the 'high end' system reqs?
http://www.ubuntu.com/tablet/operators-and-oems
I think the biggest problem for Windows would be wrestling with the PowerVR-based gpu.. Those stupid things are usually a roadblock in just about every interesting project..

kazuken said:
sure we can start a group on slack.com
some other things that also come to my mind:
wine for x86
docker for x86
debian chroot
wine already has some ARM support
Click to expand...
Click to collapse
Sorry for ressurecting this old thread but you would definitely be able to run Linux X86 on chroot. Then through wine you'd be able to run a lot of windows apps. Only issue is that performance would be low *unless* you'd output the GUI to android's framebuffer (FB0) which would require a kernel supporting this (outputting to framebuffer) which in turn would need Asus releasing the kernel sources so that to bake FB support.
So yeah it's all doable even with relatively good performance and by outputting the image (through MHL or chromecast) into the big screen would give us a X86 PC on the go. In fact I'd prefer it from running windows X86 natively because then you'd be losing calls and notifications... Imagine your *phone* running all your PC's software (well almost all as wine often has issues). You can buy one of those 128gb micro sds and your "phone" would have plenty of space for your (PC) data...

Stevethegreat said:
Sorry for ressurecting this old thread but you would definitely be able to run Linux X86 on chroot. Then through wine you'd be able to run a lot of windows apps. Only issue is that performance would be low *unless* you'd output the GUI to android's framebuffer (FB0) which would require a kernel supporting this (outputting to framebuffer) which in turn would need Asus releasing the kernel sources so that to bake FB support.
So yeah it's all doable even with relatively good performance and by outputting the image (through MHL or chromecast) into the big screen would give us a X86 PC on the go. In fact I'd prefer it from running windows X86 natively because then you'd be losing calls and notifications... Imagine your *phone* running all your PC's software (well almost all as wine often has issues). You can buy one of those 128gb micro sds and your "phone" would have plenty of space for your (PC) data...
Click to expand...
Click to collapse
I tried it out. you can get GNUroot and GNUroot wheezy x86 on play store. I was able to get fluxbox with tightvncserver running (though no apps, but was able to get an image in vnc) i am now going to try lxde and then see if nomachine 4.0 will work. wine should be able to run photoshop cs2.

kazuken said:
I tried it out. you can get GNUroot and GNUroot wheezy x86 on play store. I was able to get fluxbox with tightvncserver running (though no apps, but was able to get an image in vnc) i am now going to try lxde and then see if nomachine 4.0 will work. wine should be able to run photoshop cs2.
Click to expand...
Click to collapse
Problem with running your gui on a VNC server is that it is slow. It's (far) easier to setup though.
On my android machines I prefer to (basically) output an X Server window on the (machine's) frame buffer. You get real time performance (almost the same as if you had installed the OS natively), plus you get sound which is useful if one wants to run sound and video editing software (or plainly listen to music ). It's (quite) harder to setup but it has all been streamlined lately by a play store app named linuxdeploy (IIRC it has added X86 distros support lately).

Yeah... Don't use vnc, use xserver-xsdl . It's in the app store. Best Android X server. In your chroot, export DISPLAY=:0 after starting it up.
Sent from my ASUS_Z00AD using XDA Free mobile app

ycavan said:
Yeah... Don't use vnc, use xserver-xsdl . It's in the app store. Best Android X server. In your chroot, export DISPLAY=:0 after starting it up.
Sent from my ASUS_Z00AD using XDA Free mobile app
Click to expand...
Click to collapse
That's a great solution too! Hadn't thought to recommend it. It's easy to setup too.
Still outputting directly to framebuffer instead of an xserver app is quite faster (even than that!). But I'd expect the Xserver-XSDL performance to be quite good too.

OMG, this is SO interesting. I have been looking forward to put windows desktop in my phone since ages. Virtualization never let you go any further than Winxp. But now, this is another story. I am thinking of getting one of my own to help with the testing
Keep it up guys!

I ran photoshop cs2, via xserver xsdl, takes a while to load but eventually does, but its very hard to drag windows via xserver xsdl. i tried with vnc and was able to open a picture taken from the zenfone's camera and adjust levels. its alot easier to use a physical mouse and keyboard. but here are some screenshots of it running all on the android. it took brute force to create the x with the paintbrush and to drag a window. I ran it at 720p, also at 1080p. photoshop loads a lot quicker using xserver xsdl vs vnc.

You can change mouse settings when you start up xserver-xsdl. By default it's set up like the screen is a laptop touch pad.
The other thing you might want to try is a different Windows manager. I prefer fvwm2 since it's very light.
Sent from my ASUS_Z00AD using XDA Free mobile app

*irrelevant reply alert*
This takes me back to running Linux on the Windows-based XDA Exec. Those were the days.
Anyway, this is a great idea and you're finding some interesting workarounds, but I think you should be looking to get Windows to run natively. Sure, it doesn't have a dialler, but I'm sure someone can hook something up - especially if the interface is anything like the old Voice Modems from when we could only get our internets at 56kbps. (You kids don't know you're born! In my day, etc)
Meanwhile, in the Enterprise world where we try to reduce the costs of people having a whole processor each that they carry around with them, we're looking at using PCoIP to deliver a PC experience on a tablet. Sure, it's a little laggy (we're talking milliseconds on WiFi, though) but you get a lot of processing power, and if you're using Amazon you'll get NVidia rendering too. That's more for workstation graphics - CAD etc, rather than gaming. But then, if you're looking at installing Windows on a Phone, you're probably not going to be trying to play GTA5 on it.
Again, this reply is irrelevant because I realise you probably don't want to shell out $20-$40 per month on a virtual machine with a full Office suite. Plus, it's less fun to play with and not quite as much of an achievement to have set up something that works out of the box.

Native Linux 64 bit maybe, you get a much better OS, customizable, better resources management, open source, faster and waste less battery plus you can create your own mobile friendly interface just like Ubuntu Touch. Someone said it might be possible to port dialer, modem and other driver's concept since android is linux based. Microsoft is a handicapped development private code and as linux creator affirmed, its therefore a crappy OS lol There is steam on linux and it can run OpenGL games faster with the same hw due to uncluttered OS.
The hardest part will be GPU acceleration.

aziz07 said:
Native Linux 64 bit maybe, you get a much better OS, customizable, better resources management, open source, faster and waste less battery plus you can create your own mobile friendly interface just like Ubuntu Touch. Someone said it might be possible to port dialer, modem and other driver's concept since android is linux based. Microsoft is a handicapped development private code and as linux creator affirmed, its therefore a crappy OS lol There is steam on linux and it can run OpenGL games faster with the same hw due to uncluttered OS.
The hardest part will be GPU acceleration.
Click to expand...
Click to collapse
The .Net Framework is already Open Source. It's likely Windows 10 will go Open Source at some point. It's said to be the "last version of Windows" - probably similarly to the way MacOS X hasn't been replaced with MacOS XI. (There will still be a market for desktops when we have 128bit CPUs, and they won't just stick with the same 64bit kernel.)

Related

[Q] Bluestacks or equivalent for RT?

Rumors are flying that bluestacks will bring their newly touch-optimized app to RT, giving us access to Android Apps. Anyone else heard something similar?
Also, is there any equivalent we could get our hands on right now, like an open-source equivalent that could be ported? It seems ridiculous that to run native ARM apps on an ARM platform we need to port an ARM environment from x86 back to ARM again... there should be a simpler way. All pure speculation of course, but it seems like it should be possible. So, outside of a bluestacks port, how could Android apps be run on an RT device?
Install a Linux kernel and a Dalvik runtime... Seriously, do you realize how silly what you're asking for sounds?
"Why can't we run Linux apps on Windows? It's an x86 processor too..." (Note: Android is not all ARM.)
Stuff like Bluestacks is a huge, complicated project.
GoodDayToDie said:
Install a Linux kernel and a Dalvik runtime... Seriously, do you realize how silly what you're asking for sounds?
"Why can't we run Linux apps on Windows? It's an x86 processor too..." (Note: Android is not all ARM.)
Stuff like Bluestacks is a huge, complicated project.
Click to expand...
Click to collapse
Seriously your a bore
rw6497 said:
Seriously your a bore
Click to expand...
Click to collapse
He's not a bore, he's realistic. It's not his fault that people make outrageous requests all the time and expect them to be fulfilled. I find it quite irritating too, especially when people PM me and ask me again because it's been posted in a thread that it's not possible without an unreasonable amount of work (that we're not going to do on our spare time) and they don't like that answer.
You guys have to remember, we're doing this for free. We're not obligated to port every single program you guys throw at us. If you don't like that, learn how to port them yourselves.
I don't want to spawn an argument...
I'm not asking anything from anyone, I'm just curious about some rumors and inquisitive about possibilities. I'm not all "OMG! netham45! Can u plz make this run android!? And then iOS! And PlayStation games!" I respect netham45 a ton and think his work is amazing.
I'm just opening discussion here.
For comparison, consider the Wine project: well over a decade of development (much longer than Android has even existed) to have an open-source tool that can run many x86 Windows apps on x86 Linux. Or consider Cygwin, which can't even run x86 Linux apps on x86 Windows; they must be recompiled for Cygwin first. Expecting that some equivalent program to run ARM Dalvik/Linux apps on ARM Windows would have just popped out of the woodwork in a usable state - even as usable as Wine, which is nowhere near 100% app compatibility yet - is quite unrealistic.
jtg007 said:
It seems ridiculous that to run native ARM apps on an ARM platform we need to port an ARM environment from x86 back to ARM again...
Click to expand...
Click to collapse
Bluestacks involves ZERO emulation of ARM. Android apps are run inside the dalvik virtual machine (itself a register based version of the java virtual machine). To run an android app just needs a DVM and its class library: bluestacks pretty much does this. Android native code apps do then get complicated yes but then the android NDK has a rather convenient feature that bluestacks can exploit.
NDK compiles native binaries for both x86 and ARMv7 by default (note default, you can over-ride which platforms it compiles for, I believe ARMv6, ARMv6hf, ARMv7, MIPS and x86_32 are available options although I am not 100% sure on the exact arm versions so might be wrong). Bluestacks is only running on x86 and x86_64 machines. x86_64 machines can safely run x86_32 code. So really bluestacks when it encounters a native app "just" has to run the x86 binary the NDK produces on windows/mac with a compatibility layer. Still a complex job of course.
Bluestacks on windows RT could actually take the same shortcut bluestacks on windows and OSX takes in regards to native code, just with the ARM binaries running in a compatibility layer instead of the x86 binaries.
Bluestacks still has to mess about a bit exposing hardware to "android" correctly and handling a few extra bits and pieces but generally it works rather well and in theory could work on windows RT. However in practise it might have some speed sacrifices which will become much more apparent seeming as the guts of most windows RT devices are also the guts of android devices, now you've introduced slowdowns and the RT device will be slower than if it just ran android in the first place, might not be an issue on some less intensive apps but something like shadowgun would probably have noticeable slowdowns. Also I doubt a company like that behind bluestacks wants to develop for jailbroken devices, microsoft certainly wouldnt give permission for something along the same lines to be included on the windows store. The other major issue is OpenGL ES. Non existant on windows RT, bluestacks I believe converts OpenGL ES calls to full OpenGL. We dont have that either. We have directX or software. In theory you could convert the OpenGL ES calls to directX, certainly not impossible, but would certainly be alot of work.
TL;DR. Its theoretically possible to have android apps running on windows RT. There are too many issues to make it viable at this moment in time.
Future updates to what microsoft does and doesn't allow on RT (OpenGLES I'm looking at you) and knowledge/hacks (GLES>DX?) gained as more people take a poke at it might help nudge a dalvik VM on RT in the right direction in future though.
I wonder how relevant this is
http://www.pcworld.com/article/2018...tility-to-run-android-apps-on-windows-rt.html
Interesting, but too early to call "relevant", I think. That article is over two months old; has anybody heard anything since? It's possible that the project is being worked on internally already and will be available soon, but don't count on it.
That said, we now have three ways to get software onto RT:
1. The Windows Store. Official, easy, and can be monetized, but requires Microsoft approval, must run in Metro, and restricts available APIs.
2. Sideloaded Metro app. Semi-official (no hacks needed) but requires going through the (fairly simple and free) process of equipping your device with a developer license. Still runs in Metro and the AppContainer sandbox, but you can somewhat ignore Microsoft's approval process and use any API that is reachable.
3. ARM-compiled desktop app. Requires a jailbroken device, which MS could later try to block, but for now it's easy. No API or sandbox restrictions, aside from the lack of certain features (like OpenGL) on RT.
I wonder which one Bluestacks would choose? #1 is the most beneficial to them, if they can do it, and if MS rejects it they could always go with #2 as a fallback. #3 is the easiest for them, most likely, but carries the most risk. There's also, of course, item #4: forget RT, and keep going with x86 Windows and OS X, where all the customers are.
I dont think they would actually have to go as far as option 3. ModernUI would probably be more than enough for bluestacks.
I wonder if microsoft would try and prevent bluestacks from the marketplace. I guess as far as they are concerned it might improve the image of their devices if they can run android apps too (minimizing costs of migration to RT from android for enterprise customers too, although it seems ipad's took off mostly in enterprise).

Leave us alone, Microsoft

Microsoft, why do you care so much that we're running desktop applications on our Surfaces? It's clear that you put a ton of effort into RT 8.1's lockdown.
We're running desktop applications because we like your device. We're giving your device added value. People have been avoiding Surface RT because it can't run most programs they love, and we're trying to alleviate that.
I know that you're reading this forum, and that this will all on deaf ears. But I have to try.
Help over here too. If we get a lot of people to rant. They would have to listen..
http://answers.microsoft.com/en-us/...ommunity/4c6c2e37-fdca-496f-a40a-158062b533da
Making my paragraph lol.
Sent from my HTC One using Tapatalk 4 Beta
A lot of people dont understand the finality of Windows RT.
RT is jusy like Android or iOS, a tablet OS not a desktop OS. For x86 applications, use a W8 tablet with x86 architecture.
Personnaly on my PC i use a lot the desktop, on my Surface i only use ModernUI, it's made for, fast and clean.
Caramel said:
A lot of people dont understand the finality of Windows RT.
RT is jusy like Android or iOS, a tablet OS not a desktop OS. For x86 applications, use a W8 tablet with x86 architecture.
Personnaly on my PC i use a lot the desktop, on my Surface i only use ModernUI, it's made for, fast and clean.
Click to expand...
Click to collapse
RT is far closer to Windows 8 than to Android or iOS. Android and iOS don't have huge chunks of API and features that are flat out locked out seemingly for product tier purposes.
Comparing RT and iOS/Android is comparing apples and oranges, it just doesn't work.
Possibly even more to the point, Android - notably, the most successful mobile OS on the planet, by a long shot - not only supports arbitrary code and (frequently) rooting, custom OSes, etc, it also supports doing things like chrooting to a (more traditional) Linux environment.
Microsoft has managed to create something that is most of a desktop OS, and yet is arguably *more* locked down than the most popular mobile OS. I do not understand why they would have chosen to do this, or why, after we managed to defeat much of the lockdown, they decided it was worth developer and tester time to re-instate it...
EDIT: Hell, this is an opportunity for Microsoft to achive some positive market differentiation with regard to Apple. Apple is constantly re-locking iOS, breaking jailbreaks as fast as they can. Microsoft is in a great position here to say "while we lock the OS down by default on RT to ensure the best possible security and user experience, we also welcome the tinkerers who are enthusiastic about the Windows platform and desire a deeper level of access." or something similar. Position themselves, and Windows RT, as the OS option that won't turn around and bite its most enthusiastic fans on the ass.
#SurfaceHasNoPurpose
Unlock the Surface!
Sent from my HTC One using Tapatalk 4 Beta
xWolf13 said:
#SurfaceHasNoPurpose
Unlock the Surface!
Sent from my HTC One using Tapatalk 4 Beta
Click to expand...
Click to collapse
don't you mean unlock windows RT? There are more RT devices than just the surface RT and there are 2 surfaces of which only 1 is locked...
SixSixSevenSeven said:
don't you mean unlock windows RT? There are more RT devices than just the surface RT and there are 2 surfaces of which only 1 is locked...
Click to expand...
Click to collapse
Ehh. Yeah lol
Caramel said:
A lot of people dont understand the finality of Windows RT.
RT is jusy like Android or iOS, a tablet OS not a desktop OS. For x86 applications, use a W8 tablet with x86 architecture.
Personnaly on my PC i use a lot the desktop, on my Surface i only use ModernUI, it's made for, fast and clean.
Click to expand...
Click to collapse
Yes.. 100% correct. I wouldn't say MS "locked out" anything from RT.. They just didn't port it. And with good reason.. RT has a targeted set of use cases so it doesnt make much sense for them to port over things that a fraction of the RT audience would use. Full "thick" apps are legacy and I feel like the desktop will be gone once its legacy requirements are for certain apps. Remember, RT isn't just a recompile of windows for ARM.. It was an entire kernel level and up overhaul from win32 that they made to look like traditional win8. Sure, some code/runtime libraries may have been ported over but certain components (e.g. domain support/netlogon) probably have deep ties into the kernel and other parts of the OS that just didn't make sense to support, so greying out a button in the UI was a quick fix.
Sent from my SCH-I605 using Tapatalk 4 Beta
libbycm said:
Yes.. 100% correct. I wouldn't say MS "locked out" anything from RT.. They just didn't port it. And with good reason.. RT has a targeted set of use cases so it doesnt make much sense for them to port over things that a fraction of the RT audience would use. Full "thick" apps are legacy and I feel like the desktop will be gone once its legacy requirements are for certain apps. Remember, RT isn't just a recompile of windows for ARM.. It was an entire kernel level and up overhaul from win32 that they made to look like traditional win8. Sure, some code/runtime libraries may have been ported over but certain components (e.g. domain support/netlogon) probably have deep ties into the kernel and other parts of the OS that just didn't make sense to support, so greying out a button in the UI was a quick fix.
Sent from my SCH-I605 using Tapatalk 4 Beta
Click to expand...
Click to collapse
RT is essentially a direct port of Windows 8. The only notable thing it doesn't have is full DirectX or OpenGL. It's not an overhaul, it is quite literally just a recompile targeting ARM.
The reason it doesn't have domain support is because it's running at the level of a home basic copy. There are hacks to get the tablet to join a domain, and they've been discussed here (in fact, I believe that mamaich was the one to get them to work originally)
Don't spout a bunch of crap unless you actually know what you're talking about.
Myriachan said:
Microsoft, why do you care so much that we're running desktop applications on our Surfaces? It's clear that you put a ton of effort into RT 8.1's lockdown.
We're running desktop applications because we like your device. We're giving your device added value. People have been avoiding Surface RT because it can't run most programs they love, and we're trying to alleviate that.
I know that you're reading this forum, and that this will all on deaf ears. But I have to try.
Click to expand...
Click to collapse
When it comes to pure productivity, Desktop is better than Modern-UI, because it's apps are suited for precision input devices. That's why Photoshop works so well on Surface Pro and Office 2013 works well on our Surface RTs- when it comes to work, we use our cover keyboards and toucpads/mice and get the job done. I do think that there should be some more openness about the RT Desktop so that users could install simple Desktop tools to accompany this productive side of Windows 8 - the Desktop, like WinRAR (I don't like being taken to touch friendly UI when I work with files, and I prefer drag & drop while doing so anyway) and, perhaps, something like Photoshop Elements. Of course, Desktop app selection could be limited to what Ms approves via Store, but I just think that Desktop is not a thing to be gotten rid of, like some of you would prefer. I think it is to be embraced as an environment of sit-down productivity, and allowing some baby apps to run on our RTs would only be a good thing.
Desktop computer "sit-down productivity" professionals, on the other hand, should have an option of classic Start menu available, but that's a different topic.
I truly don't understand the obsession with "classic Start menu" - from a productivity standpoint, the 8.1 Start screen is just as good as the Win7 Start menu; you hit the Windows button, type a few letters, and hit Enter (8.0 isn't *quite* as good because results are segregated into "Apps" and "Settings" and it takes a lot of extra keystrokes to move between them). With that said, you'll note that one of the desktop apps for RT 8.0 is the open-source ClassicStartMenu...
Myriachan said:
Microsoft, why do you care so much that we're running desktop applications on our Surfaces? It's clear that you put a ton of effort into RT 8.1's lockdown.
We're running desktop applications because we like your device. We're giving your device added value. People have been avoiding Surface RT because it can't run most programs they love, and we're trying to alleviate that.
I know that you're reading this forum, and that this will all on deaf ears. But I have to try.
Click to expand...
Click to collapse
I don't want Microsoft to "leave the RT hacking community alone." I want them to openly support it. I want Microsoft to open up the ARM desktop to third party apps, including unsigned user generated content.
Let's face it: RT has barely made a dent in the market place and what enthusiasm third party hardware manufacturers may have had for the platform is quickly drying up. The Windows Store is a barren wasteland compared to the Apple App market or the Google Play store. Open up the desktop to developers and you'll see a bunch of popular and niche, open source projects ported to the platform. It would add tremendous value to the ARM architecture.
I recently got an RT tablet very cheaply thanks to a hookup who attended a Microsoft conference. It was my first real experience with Windows 8 and I found that it exceeded all my expectations except for two areas: a lack of Metro apps, and the inability to install third party desktop apps.
Having a machine with a fully functional desktop environment but not being able to install additional desktop applications is a bit like being allowed to chew your food but not swallow it.
I do hope someone from Microsoft is listening, and pays heed, because for me, at least, my Surface RT will likely be my last RT device if the desktop remains locked down.
dsf3g said:
I don't want Microsoft to "leave the RT hacking community alone." I want them to openly support it. I want Microsoft to open up the ARM desktop to third party apps, including unsigned user generated content.
Click to expand...
Click to collapse
This would also be an acceptable solution =) They could add a BIOS option to change the Secure Boot policy GUID, with appropriate visible warnings about how the ability to run non-Windows Store applications also potentially opens up your system to malware.
Their current policy is very much, "oh this nice Windows 8 desktop environment... that's just for us, sorry".
If they'd allow desktop applications on the Windows Store, that'd also be nice.

How "limited" is Windows RT compared to regular Windows 8?

I've been thinking of getting a tablet and I've been eyeing the Windows 8 tablets. Honestly, I like Android, but all of their tablets disappoint (I don't want a Nexus tablet or an iPad for that matter).
I keep hearing that RT marketplace is very small, that there are only "a few apps", etc. Is this true? I am not a heavy app user, plus I'll always have my phone (LG G2 btw, and it's amazing).
I use W8 on my desktop and I like it - but that's obviously the "full" version. I would also like to ask for a tablet recommendation (Nokia 2520 looks FANTASTIC by the way). I don't want to give more than $500 for a tablet, so then generally RT tablets come to mind. My only other requirement is at least a full HD screen. What would you suggest?
Deusdies said:
I've been thinking of getting a tablet and I've been eyeing the Windows 8 tablets. Honestly, I like Android, but all of their tablets disappoint (I don't want a Nexus tablet or an iPad for that matter).
I keep hearing that RT marketplace is very small, that there are only "a few apps", etc. Is this true? I am not a heavy app user, plus I'll always have my phone (LG G2 btw, and it's amazing).
I use W8 on my desktop and I like it - but that's obviously the "full" version. I would also like to ask for a tablet recommendation (Nokia 2520 looks FANTASTIC by the way). I don't want to give more than $500 for a tablet, so then generally RT tablets come to mind. My only other requirement is at least a full HD screen. What would you suggest?
Click to expand...
Click to collapse
Well if its for your criteria of a full Desktop you are right - you can't do this with Windows RT, thus with no RT tablet. But as im using my Surface as a thin client, remoting my home pc or my server for all the stuff i can't do on my tablet it's quite wonderful. And the Windows Store has been incresing ever since, last week i reset me tablet and did some serious store browsing to get up to date with available apps and i probably couldn't find anthing that's not there - development environment and compilers excluded of course. But as far as i can see - not knowing your area of expertise - there is everything you would need to get a basic start, though some apps will cost a dollar/euro or two. Whatsmore, there is the 8.0 jailbreak, if you are willing not to go to 8.1 yet (don't know if the surface 2 gets delivered with 8.1 and you would need to downgrade) - in this case there are already a lot of ported desktop apps available.
Jailbreak and ported apps can be found here:
Jailbreak
Ported Desktop Apps
As for the Nokia 2520, it definitely looks good! Haven't actually seen this one come up, looks promising.
To sum it up: if what you like is the new Modern UI interface you can definitely go with an RT tablet for there are plenty of apps available. For the desktop that's a whole other story, as I've described (jailbreak/ported apps) - if you are willing to compromise, you will get another added benefit from this cool piece of hard- and software.
The decision which RT tablet to use should be yours i guess, there are quite a few out there, but in a matter of usability I deem them all to work the same.
Greetings,
Fasin
The app market you can check out on your full windows 8 machine no problem. I do personally think its a bit limited.
Windows RT is for all intents and purposes windows 8 running on ARM instead of x86 processors. This does bring a few limitations, and then microsoft impose 2 more.
ARM and x86 processors are rather obviously not compatible. x86 programs cannot run on ARM and vice versa normally (you could emulate an ARM CPU on x86 and vice versa but thats slow).
Most "metro" apps are compiled in both ARM and x86 versions. There are a few which are not for whatever reason. But most should be available in both stores. The vast majority of metro apps use C# or VB.net anyway which dont output native ARM or x86 machine code and instead use .NET bytecode (the .NET runtime is present on both windows 8 and windows RT). VLC is the only major exception I can think of right now, although that hasn't been publicly released yet and ARM is planned (right now its x86 only).
Just about all desktop software for windows is x86. It won't run on ARM. If its open source it may be portable however the only compiler capable of targetting Windows RT is MSVC whereas alot of software can only be built in alternative compilers. There is a list (already linked in the post above) of software which people have managed to recompile for Windows RT.
Then 2 microsoft imposed restrictions.
Drivers. Although windows tablets all have full USB host abilities, you do of course require drivers for all USB devices you want to use. Windows are not allowing 3rd party drivers on ARM, so if your USB device isn't listed on their compatibility chart it won't work. Mice, keyboards, USB storage, some printers and even the xbox 360 controller work.
Desktop requiring signed binaries. This is a major restriction which serves no purpose. All software run on windows RT must have a digital signature attached which will be checked before execution. If the signature is missing it won't run it. For store apps this isn't a problem as signing the app is part of the release process. However microsoft don't want us to use the desktop on windows RT devices, they havent released any way to add the signature to software running on the traditional desktop. MS Office, internet explorer and all the other software that runs in desktop mode and is preinstalled on RT has been signed because microsoft wrote it and have the tools to do so. We don't. There is a jailbreak which can remove this restriction and enable people to run desktop applications (either written in .NET or compiled for ARM) but it doesn't work on windows RT 8.1 which the lumia tablet and surface 2 have (they cannot be downgraded to 8.0). An 8.1 jailbreak is coming soon.
Whether the RT is suitable or not depends on your needs. If all your going to do is surf the web, well its full blown internet explorer 11 not some sucky mobile browser, it even has flash (but not java, which you should not confuse for javascript. However iOS and android dont have java either).
You get full RDP support in windows RT. So you can view the screen of and interact with your real windows 8 desktop remotely on the tablet. In the ported apps section for jailbroken devices there is also VNC which does the same thing but is cross platform unlike RDP which is supposed to just be windows (however there is an RDP server for linux too so if you have a linux machine, install the RDP server, remote access it on non jailbroken RT device no problem).
You get microsoft office. Its missing plugins and macros. But otherwise, its a full office suite. Its more than android or iOS have.
Being close enough to normal windows, you get a full file browser which supports network mapped drives and USB etc as you do on your desktop. Android can have file browsers, but they usually arent as good as a desktop file browser. iOS doesnt have a file browser at all.
With the file browser you have support for USB storage. Got some photos on a memory stick, plug it in, you can view them. iOS cannot do this. Some android phones can, some can't (your LG should be able to).
True there are not as many apps as iOS or android. But both iOS and android had low apps counts when they first released and according to what little public data there is, windows after 1 year is about on par with both android and iOS app counts after 1 year. It takes time (but will it take too long is a better question)
Thank you both very much. Very well thought out responses. I was debating between getting the Dell Venue 11 Pro (full Windows 8) or the Nokia 2520 being as that they're the same price, but I have honestly been convinced to get the RT version.
Fasin said:
Whatsmore, there is the 8.0 jailbreak, if you are willing not to go to 8.1 yet (don't know if the surface 2 gets delivered with 8.1 and you would need to downgrade) - in this case there are already a lot of ported desktop apps available.
Jailbreak and ported apps can be found here:
Jailbreak
Ported Desktop Apps
Click to expand...
Click to collapse
Oh. My. Gott.
I had no idea that this even existed. I think this is pretty much what settles it - I'm definitely getting an RT. Notepad++? Python? 7-zip? Amazing! Vielen dank!
SixSixSevenSeven said:
Then 2 microsoft imposed restrictions.
Drivers. Although windows tablets all have full USB host abilities, you do of course require drivers for all USB devices you want to use. Windows are not allowing 3rd party drivers on ARM, so if your USB device isn't listed on their compatibility chart it won't work. Mice, keyboards, USB storage, some printers and even the xbox 360 controller work.
Desktop requiring signed binaries. This is a major restriction which serves no purpose. All software run on windows RT must have a digital signature attached which will be checked before execution. If the signature is missing it won't run it. For store apps this isn't a problem as signing the app is part of the release process. However microsoft don't want us to use the desktop on windows RT devices, they havent released any way to add the signature to software running on the traditional desktop. MS Office, internet explorer and all the other software that runs in desktop mode and is preinstalled on RT has been signed because microsoft wrote it and have the tools to do so. We don't. There is a jailbreak which can remove this restriction and enable people to run desktop applications (either written in .NET or compiled for ARM) but it doesn't work on windows RT 8.1 which the lumia tablet and surface 2 have (they cannot be downgraded to 8.0). An 8.1 jailbreak is coming soon.
Click to expand...
Click to collapse
You're right, that truly is an odd restriction. Perhaps they just want people to use Windows Store more and more? But from this thread it seems that Jailbreak "fixes" a lot of issues - and I didn't even know this existed until now (admittedly I wasn't into the Windows 8 on mobile devices a whole lot until now).
Yep, I think my only pseudo-concern is now gone. Thank you again both, and Nokia 2520 - here I come!
Well, the jailbreak isnt out for 8.1 and is still more limited than the bay trail in the venue 11. But its one of those things that can only go uphill from here.
My personal choice would be the venue. But thats me, not you. I do a fair bit of programming and use alot of software that just plain isnt available on RT. And I think thats the point, different devices suit different people in different ways.
BestBuy will have Surface RT for $200 in Black Friday. I'd like to buy one since it is such cheap and I can play with some ARM Win32 programs.
SixSixSevenSeven said:
Well, the jailbreak isnt out for 8.1 and is still more limited than the bay trail in the venue 11. But its one of those things that can only go uphill from here.
My personal choice would be the venue. But thats me, not you. I do a fair bit of programming and use alot of software that just plain isnt available on RT. And I think thats the point, different devices suit different people in different ways.
Click to expand...
Click to collapse
I do quite a bit of programming myself (both personally and for my work), but I can never picture myself programming on a tablet (or even a tablet/keyboard combo). That's just not what I'm getting the tablet for.
I've just read Engadget's review of Nokia 2520, which is overall positive. But I thought it would be much better than the Surface 2, and apparently (according to their review), it isn't. In fact, I thought it will have a better battery life, while in fact it has worse.
As a student I also get a 10% discount on Surface only, and I have a $25 Microsoft Store gift card that I got eons ago, so that brings the total cost for a Surface 2 down to ~$370, which is phenomenal.
It's still in between Nokia 2520 and Surface 2...
Deusdies said:
I do quite a bit of programming myself (both personally and for my work), but I can never picture myself programming on a tablet (or even a tablet/keyboard combo). That's just not what I'm getting the tablet for.
Click to expand...
Click to collapse
To be honest even a laptop is less than ideal - if you're used to working on a multi-monitor desktop setup then a laptop will feel restrictive.
ThorburnJ said:
To be honest even a laptop is less than ideal - if you're used to working on a multi-monitor desktop setup then a laptop will feel restrictive.
Click to expand...
Click to collapse
I do program on a laptop with a 14" 1366*768 display. I have used much higher resolution displays though and it is certainly alot better.
ThorburnJ said:
To be honest even a laptop is less than ideal - if you're used to working on a multi-monitor desktop setup then a laptop will feel restrictive.
Click to expand...
Click to collapse
Yep... I do all of my programming on a desktop. At work 3 monitors, at home 1, but 27". So, yes, tablet is just for movies, some games, etc.
It is possible to emulate some x86 programs on RT's ARM processor, however often it will be slow. Most desired programs won't run through emulation (including utorrent, VLC, Steam, etc)
http://forum.xda-developers.com/showthread.php?t=2095934
Doesn't Microsoft forbid metro apps from having native binaries?
If so, how would you ever write something like a wii emulator on today's hardware? It would be way too slow. Perhaps two decades from now?
Rakeesh_j said:
Doesn't Microsoft forbid metro apps from having native binaries?
If so, how would you ever write something like a wii emulator on today's hardware? It would be way too slow. Perhaps two decades from now?
Click to expand...
Click to collapse
No...
Many "metro" apps are normal C/C++ compiled natively for the processor itself.
SixSixSevenSeven said:
No...
Many "metro" apps are normal C/C++ compiled natively for the processor itself.
Click to expand...
Click to collapse
Oh. Then what was with MS's comments that they deliberately wanted to make metro apps limited? They can't just mean in terms of being sandboxed? You can still sandbox without sacrificing utility; Android does that quite well.
Rakeesh_j said:
Oh. Then what was with MS's comments that they deliberately wanted to make metro apps limited? They can't just mean in terms of being sandboxed? You can still sandbox without sacrificing utility; Android does that quite well.
Click to expand...
Click to collapse
trying to start flamewars again...
SixSixSevenSeven said:
trying to start flamewars again...
Click to expand...
Click to collapse
No, it's very much on topic. If the goal was to start a flame war, then the OP beat me to it a long time ago.
Kindly point out something an android app can do which a windows app cannot (there are some, I personally wanted to use a certain feature but until 8.1 could not, yeah 8.1 added loads more features)
Apps requiring root do not count as root is a device modification much the same way modified RT devices can do more.
SixSixSevenSeven said:
Kindly point out something an android app can do which a windows app cannot (there are some, I personally wanted to use a certain feature but until 8.1 could not, yeah 8.1 added loads more features)
Click to expand...
Click to collapse
Honestly I don't know as I've never published any apps and I've only done very small scale development for my own uses. I'm just going by MS's commentary on where they think they went wrong with their 8 strategy, in which they indicate that they believe making apps limited in scope wasn't a mistake (effectively they believe that their marketing was the reason for RT's failure, and that it will be easier to market 2 OSes instead of 3.)
I do know however that you see some pretty complex applications on Android whereas I haven't seen anything on RT hasn't already been done better in a web browser. In fact, I've seen web browsers do things that RT will not, take for example that version of battlefield which runs in Firefox and Chrome (RT could technically do that, granted.) The most complicated emulator available for RT is for snes, which also can be done in FF and Chrome: http://www.b81.org/~tjw/smw/
SixSixSevenSeven said:
Apps requiring root do not count as root is a device modification much the same way modified RT devices can do more.
Click to expand...
Click to collapse
I don't really see it that way. Just issue an 'oem unlock' command to the device and you're golden. RT devices however by design forbid doing anything like that.
That said, the ultimate limitation in RT comes from this: RT won't run any app unless MS explicitly greenlights it. A lot of the more interesting apps (to me anyways) are ones that companies like MS and in some circumstances even Google wish didn't exist at all, like ad blockers, being able to tether without carrier permission, etc. Even so, not all of these require root and there's nothing stopping you from using them on Android.
Rakeesh_j said:
Honestly I don't know as I've never published any apps and I've only done very small scale development for my own uses. I'm just going by MS's commentary on where they think they went wrong with their 8 strategy, in which they indicate that they believe making apps limited in scope wasn't a mistake (effectively they believe that their marketing was the reason for RT's failure, and that it will be easier to market 2 OSes instead of 3.)
I do know however that you see some pretty complex applications on Android whereas I haven't seen anything on RT hasn't already been done better in a web browser. In fact, I've seen web browsers do things that RT will not, take for example that version of battlefield which runs in Firefox and Chrome (RT could technically do that, granted.) The most complicated emulator available for RT is for snes, which also can be done in FF and Chrome: http://www.b81.org/~tjw/smw/
Click to expand...
Click to collapse
Then if you don't know, then why are you claiming it to be so poor in comparison to android? What apps *are available* doesnt dictate what apps the system is capable of.
In 8.0 the biggest issues were lack of low level interfaces to peripherals and instead being limited to high level wrappers provided by WinRT. In 8.1 there are now WinRT wrapper classes to raw USB and bluetooth, both of which were absent in 8.0. Besides that, there isn't any OpenGL, but there is DirectX which android doesnt have and serves the same purpose.
WIndows 8 apps are perfectly capable of hosting a first person shooter such as battlefield, there is a massive difference between it being incapable and simply not been done (actually there are FPS games, but they are more inline with the crap you see on android).
Your battlefield example is entirely bull**** either way as you seemed to be arguing for android whereas android doesnt have battlefield either.
Even if microsoft ditched windows RT, the store is part of windows 8. It would still be present. Windows RT is just an ARM port of windows 8. WinRT is the so called "sandbox" store apps run in and is present on both operating systems.
SixSixSevenSeven said:
Then if you don't know, then why are you claiming it to be so poor in comparison to android? What apps *are available* doesnt dictate what apps the system is capable of.
Click to expand...
Click to collapse
Two things:
Comments I've heard from developers
And most importantly, Microsoft's own comments
SixSixSevenSeven said:
In 8.0 the biggest issues were lack of low level interfaces to peripherals and instead being limited to high level wrappers provided by WinRT. In 8.1 there are now WinRT wrapper classes to raw USB and bluetooth, both of which were absent in 8.0. Besides that, there isn't any OpenGL, but there is DirectX which android doesnt have and serves the same purpose.
Click to expand...
Click to collapse
That later bit is more of a reason to not want RT. Virtually every platform out there uses OpenGL. The number of devices that use directx exclusively make up such a small percentage of the marketplace that it almost may as well not even exist. Android wouldn't gain anything at all by having it (really, no developer out there has ever said "I'd port to Android if only it supported directx,") and it really hurts that RT/WP don't have it. For this reason, any developer who says that they'll only use DirectX is shooting themselves in the foot. Microsoft is doing exactly that - too many games developers said they probably wouldn't ever bother porting anything to RT/WP because they don't want to spend all of the money on porting because the revenue gained is almost guaranteed to not be worth it. Sure, some game engines now support it, but that doesn't solve the problem of backporting their own customizations and additions to the base engine.
SixSixSevenSeven said:
WIndows 8 apps are perfectly capable of hosting a first person shooter such as battlefield, there is a massive difference between it being incapable and simply not been done (actually there are FPS games, but they are more inline with the crap you see on android).
Your battlefield example is entirely bull**** either way as you seemed to be arguing for android whereas android doesnt have battlefield either.
Click to expand...
Click to collapse
That's probably because you missed the point entirely. It has nothing to do with whether or not battlefield is an FPS. The point is that I've seen web browsers do more impressive things than RT apps. Battlefield is merely an example of why even Chrome is more valuable to me than RT.
SixSixSevenSeven said:
Even if microsoft ditched windows RT, the store is part of windows 8. It would still be present. Windows RT is just an ARM port of windows 8. WinRT is the so called "sandbox" store apps run in and is present on both operating systems.
Click to expand...
Click to collapse
You aren't telling me anything new here. Microsoft has done something similar more than once and we've already seen the results: It'll just go derelict and then eventually deprecated but still kept around.
I actually wouldn't be surprised if MS created an app store for win32 apps similar to what apple is doing with OSX. Their current store model is just a flat out knockoff of the ios app model (contrast to the play store model where each publisher is at their own discretion, and some people still wonder why android/play is by far more popular than the rest) so they may as well go all the way with it.

[Q] Windows surface RT.

How's everyone doing?
I bought a Surface RT during last Black Friday and i have been using it mainly for school. I just found out there was a jailbreak and i guess this whole world of mods. Just wondering what kind of things can a normal computer gamer and medical student gain by jailbreaking? What additional features do you get?
Windows RT cannot run desktop applications normally for 2 reasons.
Firstly it uses an ARM architecture processor commonly used in phones and tablets whereas your normal laptop or desktop uses an x86 architecture processor. The 2 are not compatible, same way my A+ blood is not suitable for a B- recipient (as far as my limited medical knowledge is concerned anyway).
Secondly, unlike windows 8, windows RT features digital signature enforcement. In order to confirm whether a piece of software is legitimate or malware it requires microsoft to add a digital signature to the executable. If the signature is missing or invalid then it won't run it. Apps you download from the windows store will come with this signature so its not a problem there. Unfortunately there is no way to obtain a certificate for desktop applications available to us at this time so only microsoft office, internet explorer and the other built in desktop programs that came preinstalled have the required certificate.
The jailbreak removes the signature checking on windows RT 8.0 only, it does not function on RT 8.1. Black friday is not a thing here so I have no idea when you got the tablet, it could have come with 8.1 rather than 8.0 in which case you can get an 8.0 recovery image and "downgrade" the device again. That solves the second issue and allows us to run software not authorised by microsoft.
The first issue. I don't know how much you know about software development but normally you take a human readable file(s), run it through a compiler and that spits out the executable binary. Of course existing software that you can just hop online and download or pull from a CD will have a binary for x86 processors not ARM. Microsofts C/C++ compiler with support for windows RT is available though so we can at least get binaries which will run on the Surface RT (and other RT devices). Downside, in order for us to port this software to RT it has to have the human readable source code available and that source code needs to work in microsofts compiler, if either of those requirements is not met then there is nothing we can do for a port.
If you are running the 8.0 version of RT rather than RT 8.1 then you can obtain the jailbreak tool from here: http://forum.xda-developers.com/showthread.php?t=2092158
A list of applications which have been ported to RT can be found here: http://forum.xda-developers.com/showthread.php?t=2092348
So what do you gain as a medical student/gamer by jailbreaking? The ability to run the software in the list above, that is it (and if I was to pick up an RT device that would be highly important to me, but thats me, not everyone)
SixSixSevenSeven said:
A list of applications which have been ported to RT can be found here: http://forum.xda-developers.com/showthread.php?t=2092348
So what do you gain as a medical student/gamer by jailbreaking? The ability to run the software in the list above, that is it (and if I was to pick up an RT device that would be highly important to me, but thats me, not everyone)
Click to expand...
Click to collapse
I wouldn't consider myself a serious gamer, but the jailbreak gives me three game-related things that I use occasionally. First is Quake. I never actually played through the whole game back in the day, so I'm finally doing that on my Surface, which I think is really cool. Mouse not required so I can pretty much play it wherever (unlike Quake 3, which I've also played on it occasionally). Second is DOSbox, as I occasionally pull out some old games like Duke Nukem when I'm bored. Last is the super Nintendo emulator snes9x. Yes I know there is also a store app version, but it got pulled for while, so I like the knowledge that the desktop version is mine to keep.
Past that there are some very helpful desktop utilities that I use, KeepPass2 (password safe) I use for both personal and work passwords, so to have it on my Surface is awesome, and since there is also a subversion client, I can even check out the work safe directly using my Surface. And of course Putty.
Basically I would not have bought my Surface RT if it weren't for the jailbreak. And I will also not upgrade to 8.1 if a jailbreak isn't available. There are too many things I would rather do on the desktop, even on RT.
domboy said:
I wouldn't consider myself a serious gamer, but the jailbreak gives me three game-related things that I use occasionally. First is Quake. I never actually played through the whole game back in the day, so I'm finally doing that on my Surface, which I think is really cool. Mouse not required so I can pretty much play it wherever (unlike Quake 3, which I've also played on it occasionally). Second is DOSbox, as I occasionally pull out some old games like Duke Nukem when I'm bored. Last is the super Nintendo emulator snes9x. Yes I know there is also a store app version, but it got pulled for while, so I like the knowledge that the desktop version is mine to keep.
Past that there are some very helpful desktop utilities that I use, KeepPass2 (password safe) I use for both personal and work passwords, so to have it on my Surface is awesome, and since there is also a subversion client, I can even check out the work safe directly using my Surface. And of course Putty.
Basically I would not have bought my Surface RT if it weren't for the jailbreak. And I will also not upgrade to 8.1 if a jailbreak isn't available. There are too many things I would rather do on the desktop, even on RT.
Click to expand...
Click to collapse
Thank you that sounds amazing. Yea I use it mainly doing work at a clinic, but there is always downtime throughout the day. Playing some Old school quake/snes would be tight. for SNEs are the roms all on there or can you just download everysingle one you want? also do you need a controller?
Redistributing ROMs is generally considered at least technically illegal, and thus against XDA rules. That said, I'm guessing you have them or can find them. No idea if it works with a controller (in general, Windows RT supports controllers, but no guarantee on app compatibility through something like DOSbox or an emulator).
There's one other advantage of Jailbreak that 6677 didn't mention: you can run an x86 emulation layer that (very slowly) allows running (a small number of) normal x86 programs. A few old games, like Heroes of Might and Magic 3, are known to work with it. It won't run anything very new or fancy - for example, even really old versions of Firefox don't work, although their installer will run - but sometimes something that hasn't been tested before is tried, and works out.
Something to consider about DOSBox: a lot of the games on GOG.com are 16-bit games that run in DOSBox. If you extract the DOSBox disk image and configuration and bring them over to the tablet, you can run them using the RT port of DOSBox as well.
egyptionsr2buff said:
Thank you that sounds amazing. Yea I use it mainly doing work at a clinic, but there is always downtime throughout the day. Playing some Old school quake/snes would be tight. for SNEs are the roms all on there or can you just download everysingle one you want? also do you need a controller?
Click to expand...
Click to collapse
Everything I mentioned I do with the Surface keyboard, and I've got the type keyboard. The Surface itself can make use of an Xbox360 controller, but I've never tried to configure it in snes9x. A quick search on Google looks like people have used the X360 controller with snes9x on regular Windows, so it may work. I know the store version (snes8x) can use, as I tried it briefly once. I just don't usually have my controller with me, so using the keyboard is much more convenient. The store version has touch controls, but that is really tricky to use when you need precise movement in a game.
ROMs are not bundled with the snes emulator, but that's typical in the emulation world. I don't want to go into too much detail since it's against forum policy, but again, Google it a bit as it's pretty easy to find info on the subject.

[Request] Getting Linux Distro Assistance

Made this thread so I can stop spamming the other threads with my annoying questions.
This thread is pointed towards someone that can help out by telling us how to get a Linux Distro runnning specifically on Fire TV.
So if anyone knows how,please assist us by doing so.
My main goal is to get a Linux distro with the extra capability of running Windows programs like PJ64 and many other great Windows programs.
First thing is,I need to know which one is absolutely the best one for running Windows programs at top performance through VM,Wine,etc.
I need this really,really badly.
*talks in your ear*
Really,really,badly.
retroben said:
Made this thread so I can stop spamming the other threads with my annoying questions.
This thread is pointed towards someone that can help out by telling us how to get a Linux Distro runnning specifically on Fire TV.
So if anyone knows how,please assist us by doing so.
My main goal is to get a Linux distro with the extra capability of running Windows programs like PJ64 and many other great Windows programs.
First thing is,I need to know which one is absolutely the best one for running Windows programs at top performance through VM,Wine,etc.
I need this really,really badly.
*talks in your ear*
Really,really,badly.
Click to expand...
Click to collapse
Why do you need PJ64? is there some n64 game you are super obsessed with? most of the android emulators work very well on most games
Banjo-Tooie runs slower on Android than on PJ64,always causes a random exit,and always freezes when trying to enter the unga cave.
With PJ64,I should get much better speed and never have the same Mupen related issues.
I also have a bad experience of Majora's Mask getting its save data permanently corrupted time and time again on any edition of Mupen for Android.
There is also tons of benefits with not only Linux,but Windows usage as well.
I can do thing that the Android OS can't do such as:Multiple Windowed programs,yellow highlight text and better flash in a web browser,and more importantly,the right click function using my K400r for things like Flash Player real-time quality toggle.
Hopefully all of these things can work when done on a Fire TV with Linux plus Windows non-emulation.
I do have a massive 32GB USB stick for storing whatever I need.
I also hope someone finds the actual Fire TV equivalent to the USB stick mounting function so you no longer need to use a seperate app to mount/unmount your storage manually.
You do realize that the Fire TV runs on an ARM cpu, not x86, right?
It will be very cool, if we can run linux on fire tv.
I found other krait boxes works well, so I have a hope.
Since it might not even get that far if I don't,here's some links to one nice thing,especially since now it made all features free and removed all ads. (even though I can block them with AdBlock Plus)
https://play.google.com/store/apps/details?id=com.zpwebsites.linuxonandroid
And the main website...
http://linuxonandroid.org/
I hope to at least get a fully enough functional Linux for the desktop computer charm with right clicking for a real context menu.
Maybe there is a Windows lover's Linux Distro for any other method that looks and almost feels exactly like Windows XP or Win7.
Edit:Also,the XDA development thread for it.
http://forum.xda-developers.com/showthread.php?t=1585009
And the Q&A thread as well.
http://forum.xda-developers.com/showthread.php?t=2161234
If anyone ever finds out how to get any form of Linux running,we will also need a way to delete the massive 2GB of Amazon's video caching to make up for the large amount of space needed for the Linux installation.
I still have a burning desire for desktop quality functionality on my Fire TV.
I am sure that many others might feel the same way.
In some wild dilusional chance,does anyone think that goat simulator (at least the older one) could run on Fire TV (then again,newer versions can be more polished) if we got access to running Windows programs?
retroben said:
If anyone ever finds out how to get any form of Linux running,we will also need a way to delete the massive 2GB of Amazon's video caching to make up for the large amount of space needed for the Linux installation.
I still have a burning desire for desktop quality functionality on my Fire TV.
I am sure that many others might feel the same way.
In some wild dilusional chance,does anyone think that goat simulator (at least the older one) could run on Fire TV (then again,newer versions can be more polished) if we got access to running Windows programs?
Click to expand...
Click to collapse
As someone pointed out earlier even if we get linux your odds of running winxx are pretty slim as we are on an arm architecture.
Any VM type situation would only work for arm code and there is no windows arm. (well a long time ago there was an arm NT).

Categories

Resources