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. Upgrading GRILO

Android

Upgrading GRILO on Android!

Last updated 1 year ago

The only way to upgrade GRILO in Android is to unpack the updated files manually. This method also works for bleeding-edge builds. To upgrade, follow these steps:

  1. Log in to the Ubuntu proot

    • proot-distro login ubuntu

  2. 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

  3. Install unzip to extract the files

    • apt install unzip

    • unzip x.x.x-bin.zip

  4. Execute dotnet GRILO.Bootloader.dll

⬆️
📱
this page