Code Monkey home page Code Monkey logo

app's Introduction

Android Boot Manager logo
Android Boot Manager

CI Status

**Multi-boot for smartphones!**

What is it?

Android Boot Manager is an Android app and a couple of bootloader modifications, which are all based on a library called droidboot_gui. Additionally, there are scripts that automate patching operating systems created by third parties to work in the multi-boot environment.

The Android app is the configuration frontend which oversees installing and updating operating systems, partitioning the storage and installing and configuring the bootloader modifications.

The bootloader modifications are responsible for showing a graphical selection UI at boot time that lets you select the operating system you intend to start. There are three types of supported bootloaders:

  1. First-stage bootloader modifications, which means you modify/replace the bootloader that would usually start the Linux kernel. We prefer this.
  2. Creating or porting a second-stage bootloader, which will be loaded instead of the kernel and later loading the kernel from the second-stage bootloader. This is also good.
  3. The "no-bootloader workaround ramdisk", which runs inside the kernel and flashes the boot the user wants to boot, then reboots the device. This is really just a workaround.

(A solution akin to MultiROM's kexec-hardboot would also be possible, however, we currently aren't pursuing this.)

The scripts and device configuration files for the App are stored in the Scripts and ABM-json repositories. These are intended to be very flexible and support many devices without changing the App code, at least not unless we release a major new feature. The operating systems are usually created by other communities and we only modify them to work in a multi-boot setup. Right now, Halium-based operating systems like UBports' Ubuntu Touch or Droidian are supported best. We also support SailfishOS, and we are working on installing multiple Android systems as well.

What devices are supported?

  1. First-stage bootloaders
  2. Second-stage bootloaders

How do I install it?

You need a rooted and supported device to get started. The detailed instructions can be found on our MediaWiki instance.

Why?

Why not?

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3
Screenshot 4 Screenshot 6 Screenshot 6

Credits

app's People

Contributors

erfanoabdi avatar hacker1245 avatar luka177 avatar nift4 avatar roker2 avatar weblate avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

app's Issues

Implement adding a ROM

// TODO: Implement adding a ROM
} else {
final ROM rom = findEntry((String) parent.getItemAtPosition(position));
final ConfigFile proposed = ConfigFile.importFromString(Shell.doRoot("cat " + rom.file + " 2>/dev/null"));
View dialog = LayoutInflater.from(xcontext).inflate(R.layout.edit_rom,null);
((EditText) dialog.findViewById(R.id.editromTitle)).setText(rom.config.get("title"));


This issue was generated by todo based on a TODO comment in b2254b3. It's been assigned to @nift4 because they committed the code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.