How to install and play Blue Archive on Fedora Atomic using Waydroid
Thanks to Waydroid, qwerty12356-wart and the open-source community in general, you can now play Blue Archive on Fedora Atomic. This guide will show you how to install Waydroid, install and patch libhoudini, and install Blue Archive.
Installing Waydroid
Install Waydroid
sudo rpm-ostree install waydroid
Reboot the system
systemctl reboot
Start Waydroid
sudo systemctl enable --now waydroid-container
Launch Waydroid via the application launcher, and then input the following values:
Ensure to select Gapps and then click on the "Install" button
Google Play Certification
Launch Waydroid shell
sudo waydroid shell
Get the Android ID, and then copy it
ANDROID_RUNTIME_ROOT=/apex/com.android.runtime ANDROID_DATA=/data ANDROID_TZDATA_ROOT=/apex/com.android.tzdata ANDROID_I18N_ROOT=/apex/com.android.i18n sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "select * from main where name = \"android_id\";"
Warning: Be cautious when downloading and executing scripts from the internet. Ensure you trust the source and understand the script's functionality to avoid security risks.
Give the script permission to execute
sudo chmod +x scripton.sh
Run the script as root
sudo ./scripton.sh
Warning: Running scripts with root privileges can be dangerous if the script's content is malicious or if it has not been thoroughly reviewed. Proceed with caution.
Installing Blue Archive
If you cannot install Blue Archive from the Google Play Store, you can download the APK from APKPure. Make sure to use the Browser application that comes with Waydroid to download the APK. Once the APK is downloaded, you can install it by clicking on the APK file in the Downloads folder.
Conclusion
You should now be able to launch and play Blue Archive on Fedora Atomic using Waydroid. If you encounter any issues, please let me know.