Aptivi - Deprecated Manuals
ProjectsWebsiteBlog
GRILO - Manual
GRILO - Manual
  • 👋Welcome!
  • Versions
    • 🗞️Version Release Notes
      • 💎API v1.0 series
      • 🎆API v2.0 series
    • 🗒️Compatibility Notes
      • 🔼Upgrading from API v1.0
  • Installation
    • 📀Installing GRILO
      • 🖥️Windows
      • 🐧Linux
      • 📱Android
    • ⬆️Upgrading GRILO
      • 🖥️Windows
      • 🐧Linux
      • 📱Android
  • Fundamentals
    • 💿What is the Bootloader?
    • 💎What is GRILO?
    • 🪄Simulated Bootloader Features
      • 📀Boot Choices
  • Power Users
    • ⚙️Configuration
    • 💡Custom Boot Styles
    • 💽Boot Apps
    • 🦠Diagnostics
  • 🧱Project Dependencies
  • Report an issue
  • Source code
  • Our projects
  • API Reference
Powered by GitBook
On this page
  1. Installation
  2. Installing GRILO

Android

Installing GRILO to Android!

Last updated 1 year ago

The tricky part is getting GRILO to run on Android phones and tablets, especially those that run the latest version of Android.

Installation

To install GRILO on your phone or tablet, install the following dependencies:

Ensure that your Android version is compatible with Termux. You need at least 8 GB of free storage and Android 7.0 or higher.

Once you're done, follow the steps:

  1. Install Termux

  2. Install proot-distro using the following command:

    • pkg install proot-distro

  3. Install the Ubuntu proot

    • proot-distro install ubuntu

  4. Log in to the Ubuntu proot

    • proot-distro login ubuntu

  5. Ensure that you've updated the package cache

    • apt update

    • apt dist-upgrade

  6. Install the .NET 6.0, .NET 7.0, or .NET 8.0 runtime

    • apt install dotnet-runtime-6.0

    • apt install dotnet-runtime-7.0

    • apt install dotnet-runtime-8.0

  7. Install wget to download the latest release from .

    • apt install wget

    • wget https://github.com/Aptivi/GRILO/releases/download/vx.x.x/x.x.x-bin.zip

  8. Install unzip to extract the files

    • apt install unzip

    • unzip x.x.x-bin.zip

  9. Execute dotnet GRILO.Bootloader.dll

📀
📱
Termux
Ubuntu PRoot
this page