Downloaded Files:
Downloaded WSA2407.40000.0.0_arm64_Release-Nightly-with-magisk-27.0.27000.-stable-GApps-13.0 from Mustard Chef’s GitHub.
Downloaded WSA Patched 0.02.
Preparation:
Renamed the downloaded nightly with Magisk folder to WSA.
Placed the WSA folder in a Portable Apps folder within Downloads.
Ran the .bat file.
Initial Attempt:
Opened WSA, but it got stuck loading and then closed.
Cache Folder Adjustment:
Navigated to ProgramData\Microsoft\Windows\WindowsApps.
Copied the cache folder from MicrosoftCorporationII.WindowsSubsystemForAndroid2407.40000.0.0_arm64_8wekyb3d8bbwe (only the cache folder was present).
Pasted the cache folder into the custom WSA folder.
Replaced the WSA patch files in the custom WSA folder.
Uninstallation and Reinstallation:
Opened PowerShell as an administrator.
Uninstalled WSA using the command:
Get-AppxPackage -AllUser | Where {$.Name -match "SubsystemForAndroid"} | Remove-AppxPackage -AllUsers
Navigated to the custom WSA folder in PowerShell using:
cd c:\wsa-patched
Registered the folder as the new WSA installation using:
Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml
Post-Installation:
WSA settings opened automatically.
Turned on Developer Mode.
Went to the system menu and opened WSA via the files button.
WSA keeps loading and then closing.
Device Specifications:
Samsung Book 4 Edge
Snapdragon X Elite 84
16GB RAM
1TB ROM
original message before a.i. reformatting, if there is a hallucination mistake in the commands:
_
the wsa app loads and then it closes..
here is all i did until now. downloaded WSA2407.40000.0.0_arm64_Release-Nightly-with-magisk-27.0.27000.-stable-GApps-13.0 from mustard chef github. and the wsa patched 0.02. the downloaded nightly with magisk folder was renamed to WSA while put in a portable apps folder in downloads and then run the bat. after this i have wsa, opened and stuck loading and then it closes. after this i have went programdata\microsoft\windows\windowsapps and then copied the cache folder in the MicrosoftCorporationII.WindowsSubsystemForAndroid2407.40000.0.0_arm64_8wekyb3d8bbwe. because there was nothing else than the cache folder. maybe i had the wrong path... and then pasted the cahced into the custom WSA folder. then replaced the wsa patch files in the custom WSA folder. Open PowerShell as an administrator, and use the following command to uninstall WSA:
Get-AppxPackage -AllUser | Where {$.Name -match "SubsystemForAndroid"} | Remove-AppxPackage -AllUsers
Navigate to the folder you created in PowerShell using the cd command (cd c:\wsa-patched in my case).
Use the following PowerShell command to register your folder as the new WSA installation:
Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml
then wsa settings automatically opened and i turned on dev mode from there and then went to system menu and there opened the actual wsa via the files button and it keeps loading and then closing.
i have the samsung book 4 edge fully specced with the snapdragon x elite 84, 16gb ram 1tb rom.
Issue: The WSA app loads and then closes.
Steps Taken:
Downloaded Files: Downloaded WSA2407.40000.0.0_arm64_Release-Nightly-with-magisk-27.0.27000.-stable-GApps-13.0 from Mustard Chef’s GitHub. Downloaded WSA Patched 0.02. Preparation: Renamed the downloaded nightly with Magisk folder to WSA. Placed the WSA folder in a Portable Apps folder within Downloads. Ran the .bat file. Initial Attempt: Opened WSA, but it got stuck loading and then closed. Cache Folder Adjustment: Navigated to ProgramData\Microsoft\Windows\WindowsApps. Copied the cache folder from MicrosoftCorporationII.WindowsSubsystemForAndroid2407.40000.0.0_arm64_8wekyb3d8bbwe (only the cache folder was present). Pasted the cache folder into the custom WSA folder. Replaced the WSA patch files in the custom WSA folder. Uninstallation and Reinstallation: Opened PowerShell as an administrator. Uninstalled WSA using the command: Get-AppxPackage -AllUser | Where {$.Name -match "SubsystemForAndroid"} | Remove-AppxPackage -AllUsers
Navigated to the custom WSA folder in PowerShell using: cd c:\wsa-patched
Registered the folder as the new WSA installation using: Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml
Post-Installation:
WSA settings opened automatically. Turned on Developer Mode. Went to the system menu and opened WSA via the files button. WSA keeps loading and then closing.
Device Specifications:
Samsung Book 4 Edge Snapdragon X Elite 84 16GB RAM 1TB ROM
original message before a.i. reformatting, if there is a hallucination mistake in the commands:
_
_