@@ -7,36 +7,36 @@ Some of them used one big hack like MultiROM's kexec-hardboot.
7
7
8
8
## How does ABM work?
9
9
It uses an App for Android to manage & install ABM and ROMs.
10
- It also needs an bootloader, we call ours DroidBoot.
10
+ It also needs a bootloader, we call ours DroidBoot.
11
11
We have 3 variants:
12
12
13
13
### 1st-stage bootloader (lk, systemd-boot or UEFI app)
14
14
This is the best solution because it does booting exactly where it's supposed to be done: in the Bootloader.
15
- This solution however also requires the most porting work as it needs to be rewritten for each device individually.
15
+ This solution, however, also requires the most porting work as it needs to be rewritten for each device individually.
16
16
17
17
### 2nd-stage bootloader (lk2nd)
18
- This is an good solution:
19
- - It uses an bootloader software designed for booting the Linux kernel
18
+ This is a good solution:
19
+ - It uses a bootloader software designed for booting the Linux kernel.
20
20
- It doesn't need to reboot twice to start an OS, unlike the third solution.
21
21
22
22
But it has a few disadvantages:
23
- - The 2nd-stage bootloader is in the boot partition. This means it gets overwritten very often.
24
- - This is only possible with older (non-UEFI) qualcomms for now.
23
+ - The 2nd-stage bootloader is in the boot partition. This means, it gets overwritten very often.
24
+ - This is only possible with older (non-UEFI) qualcomms, for now.
25
25
26
26
### The no bootloader workaround ramdisk (no-bootloader-workaround-rd)
27
27
This is the worst solution:
28
- - This needs to reboot twice when booting an OS (first to the menu, then to the OS)
28
+ - This needs to reboot twice when booting an OS (first to the menu, then to the OS).
29
29
- It reflashes boot. This is slow.
30
30
- It still lives in the boot image so it's getting easily overwritten.
31
31
32
32
Though it also has a few advantages:
33
- - It's way easier to port
34
- - It supports touchscreen
33
+ - It's way easier to port.
34
+ - It supports touchscreen.
35
35
36
36
## How can I use it?
37
37
Currently, only the Volla Phone is ready to use.
38
- You probably want to join our group on Telegram: https://t.me/andbootmgr .
39
- Anyways, here is our wiki: https://wiki.abmanager.tech
38
+ You probably want to join our group on Telegram: https://t.me/andbootmgr
39
+ Technical information is available on our wiki: https://wiki.abmanager.tech
40
40
41
41
## How can I port it?
42
42
Currently, your best bet is our Telegram group: https://t.me/andbootmgr
0 commit comments