Hello! I may need some help with installing lineageos on my nexus 6p . I followed the instructions provided by the lineageOS instruction page for Angler carefully:
-Set the phone with USB debug and unlock bootloader, and installed adb and fastboot tools on my linux mint desktop, and confirmed they can see the phone with "adb devices" and "fastboot devices"
Flashed TWRP using
Flashed "bootloader-angler-angler-03.79" , "radio-angler-angler-03.87" & "vendor-angler-OPM6.171019.030.H1" using
All without a single glitch.
At this point, I am stuck because when I try to format the /data partition via TWRP, I get the following errors:
I also noticed, when I reboot the phone, and go into the bootloader and select the "REVOVERY" option, I get a screen with "no command" like TWRP was no longer available. I need to re-flash it using fastboot then I can reboot the phone and access TWRP again... I dont think this is normal.
-Set the phone with USB debug and unlock bootloader, and installed adb and fastboot tools on my linux mint desktop, and confirmed they can see the phone with "adb devices" and "fastboot devices"
Flashed TWRP using
Code:
fastboot flash recovery twrp-3.2.3-0-angler.img
Code:
fastboot flash bootloader bootloader-angler-angler-03.79.img
fastboot flash radio radio-angler-angler-03.87.img
fastboot flash vendor vendor-angler-OPM6.171019.030.H1.img
At this point, I am stuck because when I try to format the /data partition via TWRP, I get the following errors:
Code:
Data successfully decrypted, new block device: '/dev/block/dm-0'
Updating parition details...
... done
Successfully decrypted with default password.
Updating partition details...
...done
Full SELinux support is preswent.
MTP Enabled
Formatting Data using make_ext4fs...
Failed to mount '/data' (Device or resource busy)
Failed to mount '/data' (Device or resource busy)
Unable to recreate /data/media folder.
You may need to reboot recovery to be able to usde /data again.
Updating parittion details...
Failed to mount '/data' (Device or resource busy)
...done
Unable to mount storage