Skip to content

Commit

Permalink
add metamode info
Browse files Browse the repository at this point in the history
  • Loading branch information
progzone122 committed Feb 5, 2025
1 parent 2bd58f6 commit 9268b8d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/modes/metamode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Meta
---

## Boot to META mode
- Power off phone
- **Hold down the POWER & VOL- & VOL+ buttons** and connect the phone to the PC

## Phone management in META mode
Use the ```Android Utility``` program to control your phone in META mode. (See [Tools](../dev/tools.md))

You can restore nvram/nvdata partitions, etc.
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const sidebars: SidebarsConfig = {
{
type: 'category',
label: 'Modes',
items: ['modes/fastboot']
items: ['modes/fastboot', 'modes/metamode']
},
{
type: 'category',
Expand Down

0 comments on commit 9268b8d

Please sign in to comment.