So, this is the second time a "run your Android apps on Windows" initiative fizzles out: before WSA (which was Amazon-centric), there was a late-2020 "Your Phone" feature that (briefly) allowed Samsung apps on Windows desktops. Not sure if this means anything other than "phone apps run best on, well, a phone", especially since I can't think of anything from my phone that I would truly like on my desktop, other than i…
Microsoft is ending support for the Windows Subsystem for Android (WSA)
101–110 of 256 posts
Re: Microsoft is ending support for the Windows Subsystem for Android (WSA)
#102Earlier quoted context omitted.
I haven't tried it, but allegedly Outlook for Android runs better on Windows than the new Outlook for Windows. Which makes some sense, as one is a native app and one is a web app. https://www.windowscentral.com/software-apps/windows-11/i-ac...
Outlook is hot garbage and has been for a lot time. Every single version.
The new Electron monster is horrible and looks like a toy.
Re: Microsoft is ending support for the Windows Subsystem for Android (WSA)
#103There needs to be more of a consequence for large companies who create platforms like this, then get a bunch of developers & users dependent on it, and then pull out the rug. And not necessarily government regulations. Maybe a contract that guarantees operation for X number of years should become the standard, or even better, an explicit agreement to open-source discontinued products so the community can continue run…
Re: Microsoft is ending support for the Windows Subsystem for Android (WSA)
#104Earlier quoted context omitted.
New Outlook still doesn't handle S/MIME. That means it's between annoying to useless in large companies, depending on the volume of such e-mails you're getting.
What email client is popular in large enterprises then? Last time I worked in a company like that it was all microsoft software, including outlook, by policy
Re: Microsoft is ending support for the Windows Subsystem for Android (WSA)
#105Earlier quoted context omitted.
If you're counting that, than this is the 3rd time. The first one was Project Astoria, whose ashes gave birth to WSL.
That would have been WSL1, right? As in, the thing that tried to implement Linux syscall interfaces on top of the Windows kernel? The current thing (WSL2) is "just" a VM (with lots of work to make it work nicer)…
It's really funny, NT was supposed to be great at three things:
- be easily ported to different hardware architectures, which then never actually became relevant (and nowadays macOS is the best example for actual architecture migrations!)
- have a much more sophisticated and elaborate security model than those filthy unices (and now we're getting sudo on Windows, because 30 years later, it's still too complicated for anyone to use as intended)
- allow fluid switching between different userlands, be it win32, OS/2 (RIP), Unix (RIP), and anything else you could want in the future! (except no, you're getting VMs now)
Re: Microsoft is ending support for the Windows Subsystem for Android (WSA)
#106Earlier quoted context omitted.
Doesn't make much sense. Building an ecosystem is far, far more difficult than throwing together a small embedded OS. Just ask Samsung and LG (and Google for that matter). Maybe Amazon has enough clout to force all streaming app developers (and game developers, which is the new frontier, and ad platforms) to suck it down and build support for the new platform but I doubt it - plus the ROI is just not there. Why destr…
The rumors are there, because apparently Amazon wants it to be a kind of media center only, and prime products, nothing else. I can understand them, my LG with WebOS is good enough for similar purposes.
Again, to accomplish this goal, one has to:
- Build a credible software stack - from UI kits to audio and video codecs
- Convince the streaming companies to build one more flavor of their apps (in addition to Android/FTV, AppleTV, Roku, and a bunch of SmartTV platforms)
- Build ad stack and also convince major ad platforms to build their respective ad SDKs for the new platform (believe me, even for established platforms this takes years)
And all of this - to accomplish precisely what??? To wean away from Android? Why? There are no licensing issues, Amazon has grown a tremendous expertise in Android, which underlies most of its devices. Why throw all of this away???
Unlike Amazon, Samsung is much more tethered to Google, because they cannot afford to diverge in Android experience for the phones. They tried to cut this Gordian Knot by building Tizen and they learned their lesson the hard way. But at least for them there was a strategic benefit of moving away from Android. There is no such benefit for Amazon.
Re: Microsoft is ending support for the Windows Subsystem for Android (WSA)
#107I feel like this was released just yesterday and now they are ending the support. Why?
Re: Microsoft is ending support for the Windows Subsystem for Android (WSA)
#108So, this is the second time a "run your Android apps on Windows" initiative fizzles out: before WSA (which was Amazon-centric), there was a late-2020 "Your Phone" feature that (briefly) allowed Samsung apps on Windows desktops. Not sure if this means anything other than "phone apps run best on, well, a phone", especially since I can't think of anything from my phone that I would truly like on my desktop, other than i…
Sometimes I go to this coworking space. They have an iOS/Android app you need to use to book a desk, message the admins, unlock the front door, pay, etc. No web app. Forces me to get my phone out when I’d rather just stay on my laptop. If I could run their app on my laptop (haven’t looked into it yet), I’d like that
Re: Microsoft is ending support for the Windows Subsystem for Android (WSA)
#109Earlier quoted context omitted.
I haven't tried it, but allegedly Outlook for Android runs better on Windows than the new Outlook for Windows. Which makes some sense, as one is a native app and one is a web app. https://www.windowscentral.com/software-apps/windows-11/i-ac...
Outlook is hot garbage and has been for a lot time. Every single version.
Re: Microsoft is ending support for the Windows Subsystem for Android (WSA)
#110Earlier quoted context omitted.
The trick to that is similar to the Intel/Apple split: just having the OS doesn't help if the apps are for a different architecture. (I'm aware of qemu/Rosetta/etc but that's not something that Android has ever tried to solve (AFAIK) - rather, they declare any native library packages at the .apk level and one is expected to pick the right installer for the right architecture)
I think that Android-x86 has an ARM emulator. Doesn't Dalvik/ART compile Java Bytecode down to a native layer anyway, so this wouldn't matter?