Merge pull request #29 from MustardChef/MustardChef-missing-icon-fix

[Fixes] Missing Icons
This commit is contained in:
MCDeltaT 2023-03-05 20:11:50 +00:00 committed by GitHub
commit 96306e4d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 51 additions and 0 deletions

49
MissingIcons.md Normal file
View File

@ -0,0 +1,49 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
## Issue: Icons have disappeared or have turned white after updating WSA or after restarting your computer
</br>
### Preface:
##### This looks like a bug in the WSA itself and the icons can be restored by the following steps.
</br>
</br>
## Solution
**1.** Backup `userdata.vhdx` from `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx`
**2.** [Uninstall WSA](https://github.com/MustardChef/WSABuilds#--uninstallation)
**3.** Remove the two lines in `Install.ps1` that automatically launches Magisk and Play Store after the installation is finished
```powershell
function Finish {
Clear-Host
Start-Process "wsa://com.topjohnwu.magisk"
Start-Process "wsa://com.android.vending"
}
```
**4.** Install WSA
**5.** Restore `userdata.vhdx` to `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx`
**6.** Start WSA
</br>
> **Warning**
>**Do not start WSA before restoring user data.**
</br>
---
### Have futher question or need help?
Join the Discord if you have any other questions or need help!
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)

View File

@ -382,6 +382,8 @@
[<img src="https://img.shields.io/badge/-Fix%20Path%20Too%20Long-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/FixPathTooLong.md)
[<img src="https://img.shields.io/badge/-Fix%20Missing%20Icons%20Issue-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/MissingIcons.md)
</details>
<!--