Skip to content

FakeShell-old/droidian

 
 

Repository files navigation

Droidian Miatoll

Installation instructions

Preparations

Ensure your device has a vendor partition from Android 10 (newer versions will not work). So, if you upgraded Android to newer version than Android 10 (Oreo), you have to downgrade Android first (flash Android 10).

Download the latest nighly release. It is recommended to ensure that you have the latest fastboot and adb versions.

Which image to get?

Droidian comes with 2 versions or flavours, each one featuring it's own DE. The available flavours are:

Phosh:

  • The most complete DE available for Droidian. Recommended to get the best experience.

Cutie:

  • An work in progress DE, with many features not implemented not recommended for daily use, but good for testing and returning feedback. More info at: https://cutie-shell.org/

Installation

Unzip the downloaded zip archive, reboot your phone to fastboot (by pressing power and volume down buttons at the same time for a while) and connect the phone to your computer. Then, run following commands on your computer:

Linux, Mac:

  • chmod a+x ./flash_all.sh
  • ./flash_all.sh
  • If the script above doesn't work you can use window's instructions below (remove .exe extension from the fastboot~~.exe~~ commands)

Windows:

  • fastboot.exe flash boot data/boot.img
  • fastboot.exe flash dtbo data/dtbo.img
  • fastboot.exe flash userdata data/userdata.img

Finalizing installation

Now, you have to reboot the device. It should boot to phosh (a graphical user interface used by Droidian) after rebooting once more automatically. When the device has booted, you can unlock the device with the default passcode 1234.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%