- Enable developer features
- Allow USB debugging
- Get adb permissions(handshake) atleast once
- Enable OEM unlocking
Unlock the device recovery by painstakingly following the steps for the respective model.
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "globals": { | |
| "defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}" | |
| }, | |
| "profiles": [{ | |
| "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
| "acrylicOpacity": 0.85, | |
| "colorScheme": "One Half Dark", | |
| "fontSize": 11, |
| { | |
| "extends": "r0mflip", | |
| "env": { | |
| "node": true, | |
| "browser": true | |
| }, | |
| "parserOptions": { | |
| "ecmaVersion": 2017 | |
| }, | |
| "rules": { |
| { | |
| "auto_close_tags": false, | |
| "auto_find_in_selection": true, | |
| "copy_with_empty_selection": false, | |
| "default_line_ending": "LF", | |
| "drag_text": false, | |
| "draw_white_space": "all", | |
| "font_face": "Consolas", | |
| "font_size": 11, | |
| "highlight_line": true, |