Skip to content

Commit 91d4ab7

Browse files
authored
Merge pull request #6 from bittner/patch-1
Fix English grammar and wording (README)
2 parents 08e9654 + 14e1ead commit 91d4ab7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,36 @@ Some of them used one big hack like MultiROM's kexec-hardboot.
77

88
## How does ABM work?
99
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.
1111
We have 3 variants:
1212

1313
### 1st-stage bootloader (lk, systemd-boot or UEFI app)
1414
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.
1616

1717
### 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.
2020
- It doesn't need to reboot twice to start an OS, unlike the third solution.
2121

2222
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.
2525

2626
### The no bootloader workaround ramdisk (no-bootloader-workaround-rd)
2727
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).
2929
- It reflashes boot. This is slow.
3030
- It still lives in the boot image so it's getting easily overwritten.
3131

3232
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.
3535

3636
## How can I use it?
3737
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
4040

4141
## How can I port it?
4242
Currently, your best bet is our Telegram group: https://t.me/andbootmgr

0 commit comments

Comments
 (0)