Skip to content

Commit 5de9e9b

Browse files
committed
add debloatedmotoweed page
1 parent 74c5ed0 commit 5de9e9b

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

docs/modding/debloatedmotoweed.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
import LogoImg from "@site/static/assets/modding/debloatedmotoweed/logo.png"
2+
3+
# DebloatedMotoWeed
4+
Custom firmware A14 without bloatware for penangf (Moto G13/G23), based on stock.
5+
6+
<img src={LogoImg} width={400} />
7+
8+
## Features
9+
- Removed Motorola bloatware software (even those that could not be removed manually).
10+
- Removed pre-installation of all the bloatware from Google (if we need it, we'll install it manually, right?).
11+
- Magisk image avaliable
12+
- Removed all Motorola telemetry
13+
- Enabled Camera2 API
14+
- config.props tweaks
15+
- Implemented signature spoofing
16+
- Heavy applications have been replaced with alternatives [In the process...]
17+
18+
## Install
19+
1. [Install](../info/flash_stock) any stock firmware on A14
20+
2. Download all files from the [latest release](https://github.com/moto-penangf/DebloatedMotoWeed/releases)
21+
3. Unpack the archive product_a.zip
22+
4. Reboot the phone in fastbootd
23+
5. Use the install.sh / install.bat script to install the modified firmware
24+
6. Optional you can install LOS recovery, magisk, chouchou images from the release

sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const sidebars: SidebarsConfig = {
4242
{
4343
type: 'category',
4444
label: 'Modding',
45-
items: ['modding/custom-bootloader', 'modding/custom-recovery', 'modding/root', 'modding/gsi', 'modding/disable-bootloader-warnings']
45+
items: ['modding/custom-bootloader', 'modding/custom-recovery', 'modding/root', 'modding/gsi', 'modding/disable-bootloader-warnings', 'modding/debloatedmotoweed']
4646
},
4747
{
4848
type: 'category',

0 commit comments

Comments
 (0)