How to install apps on Waydroid. How to run any android app on Linux. How to run ARM apps on X86-64 Linux. How to use Waydroid script.
REGITE YOUTUBE CHANNEL | SUBSCRIBE | SHARE | LIKE @REGITE
Commands in use :
STEP 1
sudo apt update && sudo apt full-upgrade -y
STEP 2
export distro=bullseye
STEP 3
sudo curl https://repo.waydro.id/waydroid.gpg --output /usr/share/keyrings/waydroid.gpg
echo "deb [signed-by=/usr/share/keyrings/waydroid.gpg] https://repo.waydro.id/ ${distro} main" | \
sudo tee /etc/apt/sources.list.d/waydroid.list
STEP 4
sudo apt update
STEP 5
sudo apt install -y \
build-essential cdbs devscripts equivs fakeroot \
git git-buildpackage git-lfs \
libgbinder-dev
STEP 6
sudo wget https://raw.githubusercontent.com/MrC... \
-O /usr/bin/build_changelog
STEP 7
sudo chmod +x ${_}
STEP 8
mkdir ~/build-packages
STEP 9
cd ${_}
git clone https://github.com/waydroid/gbinder-p...
STEP 10
cd gbinder-python
STEP 11
build_changelog
STEP 12
sudo mk-build-deps -ir -t "apt -o Debug::pkgProblemResolver=yes -y --no-install-recommends"
STEP 13
sudo debuild -b -uc -us
STEP 14
sudo apt install -f -y ../*.deb
STEP 15
sudo apt install waydroid -y
STEP 16
cd
STEP 17
sudo apt install plasma-workspace-wayland
Google Play Certification
When launching waydroid with GAPPS for the first time you will be notified that the device is not certified for Google Play Protect. You can follow the instructions on screen to self certify your device, or here's a shortcut:
Run sudo waydroid shell
Inside the shell run this command:
Copy
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\";"
Use the string of numbers printed by the command to register the device on your Google Account at https://www.google.com/android/uncert...
Give the Google services some minutes to reflect the change, then restart waydroid
Or click this link : https://docs.waydro.id/faq/google-pla...
Google device registration here : https://www.google.com/android/uncert...
More links :-
Waydroid : https://waydro.id/
Install Instructions : https://docs.waydro.id/usage/install-...
Install and Run Android Applications : https://docs.waydro.id/usage/install-...
Running Android apps on another system than Android requires a container, like what Waydroid implements. Waydroid is based on LineageOS, based on Android 10, and can access any needed hardware. It can run Android apps on x86 or ARM cpus, it's fully open source, it can add your Android apps to your menu, it can display apps in their own windows or fullscreen, it can display the Android Ui for navigation, and has near native performance.
Waydroid lets you install .APK applications, which you can download online relatively easily, but to begin with, you might want to get an app store, which will make this process a lot simpler. Let's go with F Droid, which has tons of open source applications for Android, that will also work on Waydroid.
waydroid app install and then the path to your APK file, and hit enter.
You'll then have to restart the system service for Waydroid, using
sudo sysctemctl start waydroid-container
Your app should now be added to your applications menu, and you can open it through there. From F-Droid, you can install any application you want, and they'll also get automatically added to your applications menu. Of course, at first install, you'll need to enable installing applications from an untrusted source, like on a "real" android device.
You can also add the Google Apps and the Play Services.
I left a link to the install instructions, it's not an easy, one click install by any means, and you'll have to run multiple command lines, install a few packages on your distro, register your "fake device" with Google, clear the Play Store cache, install magisk and more. Once that's done, though, you do get a fully functional Android system, complete with Google apps, and the Google Play Store. You can login with your Google account, and use Waydroid as a full Android system.
App apps that require the Google Play Services will also work, including youtube, Google Maps, Gmail, and a lot more. You'll also be able to download apps you might already have purchased in the Play Store on an Android device, if you so choose.
I couldn't find certain apps in the Play Store, though, like Netflix for example, which might be a country-related issue. Some apps would also crash at startup, like Amazon prime Video.
THANKS FOR WATCHING | FOR MORE VIDEO CLICK THE SUBSCRIBE ICON
Chapters
0:00 Starting
0:05 Content
12:45 Ending
@REGITE | #kalilinux #kalilinuxtutorial #coding #ethicalhacking #linux #waydroid #waydroidinstallation #waydroidsetup #waydroidinstallationinkalilinux #regite #youtube #installation
Информация по комментариям в разработке