Gain adb root
.
$ adb shell am start -n com.android.engineeringmode/.qualcomm.DiagEnabled --es "code" "angela"
Download Magisk-v14.0 and extract it somewhere. Download MagiskManager.
#!/bin/bash | |
# SPDX-License-Identifier: GPL-2.0 | |
# | |
# Copyright (C) 2015-2020 Jason A. Donenfeld <[email protected]>. All Rights Reserved. | |
exec < <(exec wg show all dump) | |
printf '{' | |
while read -r -d $'\t' device; do | |
if [[ $device != "$last_device" ]]; then |
func frendlyDeviceNames(forModel model: String) -> String { | |
let frendlyNames: [String: String] = [ | |
// * Simulator | |
"i386": "Simulator", | |
"x86_64": "Simulator", | |
"arm64": "Simulator", | |
// * Apple TV | |
"AppleTV1,1": "Apple TV (1Gen)", |
Gain adb root
.
$ adb shell am start -n com.android.engineeringmode/.qualcomm.DiagEnabled --es "code" "angela"
Download Magisk-v14.0 and extract it somewhere. Download MagiskManager.