Android 10 on Nexus 6P/angler
mouse 1236 · person cloud · link
Last update
2020-10-28
2020
10-28
« — »
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# rooting @ https://magisk.me
# - Download Magisk 20.4 (Flashable ZIP)
# - Download Magisk Manager APK 7.5.1 for Android

# howto boot to recovery: boot to fastboot, select recovery, hold Volume Up + Power

# boot into fastboot mode (when powered off, hold Volume Down + Power), or:
adb reboot bootloader

# flash the recovery
fastboot flash recovery twrp-3.3.1.0-FBE-10-angler4core.img
fastboot reboot

# copy ROM on usb disk or push to data partition, then install it
adb push * /storage/emulated/0/
adb reboot recovery

# TWRP:
#   - Install > PixelDust-X-caf-angler-20200811-1129.zip
#   - Install > N5X-6P_BLOD_Workaround_Injector_Addon-AK3-signed.zip
#   - Wipe > cache, Dalvik/ART cache
#   - Wipe > Format data

# reboot, setup, reboot to TWRP:
#   - Install > Magisk-v20.4.zip

# change display resolution (either run "adb shell xxx" or "su" via terminal)
# 1080p
adb shell wm size 1080x1920
adb shell wm density 390
# 1440p
adb shell wm size 1440x2560
adb shell wm density 560

Note: to restore factory image remove -w flag from fastboot image-angler-*.zip


Default work apps:

  • Nova launcher + NL Prime
  • Play Store, Zoom, Calendar, Calc, Sound Profile
  • Remote Ripple, Skype, Meet, VLC, Settings
  • Total commander, JuiceSSH, [apps], Chrome, Off+

Source: PixelBoot post, LineageOS wiki, emu notes, change display resolution

See also: bootloop, resolution downgrade