After learning that voice calls don't work well with UT, I have to now reinstall Android on my Pixel 3a, and am having trouble. Here's my process and the expected results:
- Downloaded the latest Android version for the P3a
- Downloaded the ADB tool
- Put phone in developer mode
- In a terminal window, changed directories to the ADB folder and sent this command: ./adb devices. Device shows up as expected.
- Send this command to change the bootloader: ./reboot bootloader
- Change directories to the latest Android version and send this command: ./flash-all.sh
- The Android OS should begin installing at this point.
Things get tricky at step #5. The phone powers down, so I know the command was sent. If I press and hold the power button for >15 seconds, it shows a Fastboot Mode screen with the options for Start, BarCode, Recovery Mode, and Restart Bootloader.
It seems no matter what I do, the phone still boots into Ubuntu Touch.
Has anyone successfully reloaded Android on a Pixel 3a from Ubuntu Touch?
Thanks in advance