Skip to content

Instantly share code, notes, and snippets.

@hkfuertes
hkfuertes / TWRP Enable ADB with Keys.md
Last active December 5, 2024 20:50 — forked from varhub/Android - Enable ADB from recovery.md
TWRP Enable ADB with Keys

TWRP Enable ADB with Keys

To enable adb debuging from recovery (TWRP):

adb shell

# Data related changes
twrp mount data
mkdir /data/property
echo -n 'mtp,adb' > /data/property/persist.sys.usb.config