Das Nazi-Problem der Frankfurter Buchmesse
Der Marktplatz der Eitelkeiten geht wieder real. Besucherstrom gedeckelt, zwischen Buchdeckeln auch Überflüssiges. Am Ende bestimmten Bücher gar nicht mehr die Debatte
Just another news site
Der Marktplatz der Eitelkeiten geht wieder real. Besucherstrom gedeckelt, zwischen Buchdeckeln auch Überflüssiges. Am Ende bestimmten Bücher gar nicht mehr die Debatte
Im Rheinland klagt ein Landwirt, weil sein Hof abgerissen werden soll, noch bevor das Enteignungsverfahren gegen ihn abgeschlossen ist
Das 1971 auf dem Parteitag der Liberalen verabschiedete Konzept wurde zum Bestseller und beflügelte erste Ansätze einer ökosozialen Politik. Kann die Lindner-FDP daran anknüpfen?
The new Windows Subsystem for Android is designed to let you run Android apps on Windows 11 computers. The official way to get apps is through the Microsoft Store and/or Amazon Appstore. Unofficially you can sideload apps from any source (we have a guide for doing that). But what if you want to install the […]
The post Install the Google Play Store on Windows 11 with this Windows Subsystem for Android hack appeared first on Liliputing.
The new Windows Subsystem for Android is designed to let you run Android apps on Windows 11 computers. The official way to get apps is through the Microsoft Store and/or Amazon Appstore. Unofficially you can sideload apps from any source (we have a guide for doing that).
But what if you want to install the Google Play Store so you can access all the apps and services you may have already paid for on your phone, tablet, or other devices? Now you can do that too… although getting everything up and running is a little tricky. Update: There’s a second method which may be a little easier for some users. See below for more details about both methods.
Microsoft released an initial build of the Windows Subsystem for Android (WSA) to members of the Windows Insiders Preview program this week, and while it’s officially tied to the Amazon Appstore with only 50 apps available at launch, users have already figured out how to:
Unfortunately when I first tried using the same method to install the full Google Play Store that I’ve used countless times with Amazon Fire tablets, I ran into a roadblock: I could install and even launch the Play Store, but I was unable to login. Pressing the sign-in button did nothing.
But now there are at least two ways to install Google apps and services including tthe Google Play Store on the Windows Subsystem for Android.
Developer ADeltaX has released a tool called WSAGAScript that smashes its way through that roadblock… although it does it in a way that feels a little risky at the moment.
That’s because WSAGAScript involves downloading the Windows Subsystem for Android installer package, modifying its contents by changing partition sizes, adding Google Apps, and modifying permissions. You also need to replace the kernel with a modified, pre-rooted one that allows you to adjust SELinux settings in order to actually login to the Google Play Store (otherwise you’ll get the same unable to sign in problem that I encountered).
After you’ve done that, you should be able to restore the original kernel, which should theoretically be more secure and reliable and allow you to receive updates to the Windows Subsystem for Android from Microsoft without breaking anything.
But seeing as Microsoft has only released one build of WSA so far, there’s no guarantee that everything will continue working after an update.
Plus, you have to jump through a bunch of hoops to use WSAGAScripts, including downloading and modifying that Windows Subsystem for Android installer, installing the Windows Subsystem for Linux so that you can run some Linux-only commands, and more.
Of course, it’s possible that WSAGAScript will also be updated in the future and/or that other tools that are easier to use will emerge. But for now, using WSAGAScript takes a fair amount of work.
If that doesn’t scare you off, you can find the script and written instructions at the WSAGAScript GitHub project page or check out a video walkthrough that shows the entire process from start to finish in about 10 minutes:
Developer LSPosed has come up with a way to root the Windows Subsystem for Android, install Magisk, and load the Google Play Store and other Google apps in just a few clicks.
At a high level, the LSPosed MagiskOnWSA method is doing the same thing as the WSAGAScript method, but with less user intervention required. You don’t need to install the Windows Subsystem for Linux and you don’t need to do as much in the command line.
But it does still take a little bit of work, as you’ll need to:
If that sounds daunting, then this might not be the method for you, but I did actually find it a little simpler to follow than the WSAGAScript method, and I’m now running a version of the Windows Subsystem for Android with Google Play enabled on my PC.
Note that you will have to uninstall any previously-installed instance of WSA before beginning, and that will remove any Android apps you may have already installed. But with the Google Play Store, you should be able to re-install them.
Also bear in mind that it’s still early days for the Windows Subsystem for Android, and it’s unclear if rooting or installing officially unsupported apps like the Google Services Framework and Google Play Store will cause problems moving forward. But it’s still pretty cool that within days of Microsoft releasing the first beta builds of WSA, independent developers have figured out how to sidestep some of its key limitations.
does not require installing the Windows Subsystem for Linux, but you do still need to run a few commands in Windows PowerShell.
You can find step-by-step instructions at GitHubt for using the LSPosed MagiskOnWSA method for installing the Play Store on WSA.
This article was originally published October 23, 2021 and last updated October 28, 2021.
The post Install the Google Play Store on Windows 11 with this Windows Subsystem for Android hack appeared first on Liliputing.
The new Windows Subsystem for Android is designed to let you run Android apps on Windows 11 computers. The official way to get apps is through the Microsoft Store and/or Amazon Appstore. Unofficially you can sideload apps from any source (we have a guide for doing that). But what if you want to install the […]
The post Windows Subsystem for Android hack lets you install Google Play Store and other Google apps appeared first on Liliputing.
The new Windows Subsystem for Android is designed to let you run Android apps on Windows 11 computers. The official way to get apps is through the Microsoft Store and/or Amazon Appstore. Unofficially you can sideload apps from any source (we have a guide for doing that).
But what if you want to install the Google Play Store so you can access all the apps and services you may have already paid for on your phone, tablet, or other devices? Now you can do that too… although getting everything up and running is a little tricky.
Microsoft released an initial build of the Windows Subsystem for Android (WSA) to members of the Windows Insiders Preview program this week, and while it’s officially tied to the Amazon Appstore with only 50 apps available at launch, users have already figured out how to:
Unfortunately when I tried using the same method to install the full Google Play Store that I’ve used countless times with Amazon Fire tablets, I ran into a roadblock: I could install and even launch the Play Store, but I was unable to login. Pressing the sign-in button did nothing.
Now developer ADeltaX has released a tool called WSAGAScript that smashes its way through that roadblock… although it does it in a way that feels a little risky at the moment.
That’s because WSAGAScript involves downloading the Windows Subsystem for Android installer package, modifying its contents by changing partition sizes, adding Google Apps, and modifying permissions. You also need to replace the kernel with a modified, pre-rooted one that allows you to adjust SELinux settings in order to actually login to the Google Play Store (otherwise you’ll get the same unable to sign in problem that I encountered).
After you’ve done that, you should be able to restore the original kernel, which should theoretically be more secure and reliable and allow you to receive updates to the Windows Subsystem for Android from Microsoft without breaking anything.
But seeing as Microsoft has only released one build of WSA so far, there’s no guarantee that everything will continue working after an update.
Plus, you have to jump through a bunch of hoops to use WSAGAScripts, including downloading and modifying that Windows Subsystem for Android installer, installing the Windows Subsystem for Linux so that you can run some Linux-only commands, and more.
Of course, it’s possible that WSAGAScript will also be updated in the future and/or that other tools that are easier to use will emerge. But for now, using WSAGAScript takes a fair amount of work.
If that doesn’t scare you off, you can find the script and written instructions at the WSAGAScript GitHub project page or check out a video walkthrough that shows the entire process from start to finish in about 10 minutes:
The post Windows Subsystem for Android hack lets you install Google Play Store and other Google apps appeared first on Liliputing.
Wie die Pandemie die Digitalisierung des urbanen Lebens vorangetrieben und entzaubert hat: über Krisen, Digitalisierung und die Wonnen des Nahraums
Die Version 21H2 wurde wohl auch wegen Windows 11 etwas nach hinten verschoben. Der Patch soll nun aber im November für Windows 10 kommen. (Windows 10, Microsoft)
Die Version 21H2 wurde wohl auch wegen Windows 11 etwas nach hinten verschoben. Der Patch soll nun aber im November für Windows 10 kommen. (Windows 10, Microsoft)
There’s been nothing like these cyclone seasons for at least several centuries.
Tropical cyclones like Hurricane Ida can cause severe flooding, producing disruptions, damage, and loss of life. Like many other types of weather, tropical cyclones and hurricanes on the US East Coast have become more extreme over the past several decades. Although there is some controversy over the extent of the increase in intensity, there is evidence that such storms are moving more slowly than in the past. This slower movement causes storms to last longer and produce more rain. However, because conventional weather records only go as far back as 1948, it’s unclear how unusual these slow-moving cyclones are compared to earlier weather patterns.
A recent study addresses this question by using tree rings to reconstruct hundreds of years of seasonal cyclone precipitation levels. The studied trees, some over 300 years old, show that precipitation extremes have been increasing by 2 to 4 mm per decade, resulting in a cumulative increase in rainfall of as much as 128 mm (five inches) compared to the early 1700s. The greatest increases have occurred in the last 60 years, and recent extremes are unmatched by any prior events.
Beyond establishing these reconstructed historical records, researchers are working with these data sets to improve forecasts of what this region might expect in the future.
Der US-Kulturimperialismus setzt die Standards für das globale Unterhaltungsangebot und nimmt dabei kein Blatt vor den Mund
You must be logged in to post a comment.