I have a pixel C and the following is happening;
- When I boot normal I can see the google wording in the center of the screen but after that no video is displayed, but I can hear notification sounds like its actually in the OS and I can hear the lock / unlock sounds when pressing the power button.
- When pressing the Power + down buttons I get into an area where I can select fast boot mode or recovery or usb recovery.
- - I can get into fastboot mode and use it but can't wipe data or flash anything because OEM lock is on...
- - If I select recovery, I get the google wording for a while and then I think it just boot loops into the OS again
- - I can get into USB Recovery, but have no idea what this is or how to use it.
Not sure how to proceed or what is up with this no video after the Google wording is displayed. Any suggestions would be helpful.
Here is some fastboot commands output
- When I boot normal I can see the google wording in the center of the screen but after that no video is displayed, but I can hear notification sounds like its actually in the OS and I can hear the lock / unlock sounds when pressing the power button.
- When pressing the Power + down buttons I get into an area where I can select fast boot mode or recovery or usb recovery.
- - I can get into fastboot mode and use it but can't wipe data or flash anything because OEM lock is on...
- - If I select recovery, I get the google wording for a while and then I think it just boot loops into the OS again
- - I can get into USB Recovery, but have no idea what this is or how to use it.
Not sure how to proceed or what is up with this no video after the Google wording is displayed. Any suggestions would be helpful.
Here is some fastboot commands output
Code:
./fastboot format userdata
Couldn't parse erase-block-size '0xunknown variable'.
Couldn't parse logical-block-size '0xunknown variable'.
mke2fs 1.46.2 (28-Feb-2021)
Creating filesystem with 14117632 4k blocks and 3530752 inodes
Filesystem UUID: 6f329ff2-bfde-44a8-bf25-7b48c1136f70
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424
Allocating group tables: done
Writing inode tables: done
Creating journal (65536 blocks): done
Writing superblocks and filesystem accounting information: done
Sending 'userdata' (312 KB) OKAY [ 0.010s]
Writing 'userdata' FAILED (remote: 'unsupported command')
fastboot: error: Command failed
Code:
./fastboot getvar all
(bootloader) version: 0.3
(bootloader) version-bootloader: Google_Smaug.7900.139.0
(bootloader) version-baseband: N/A
(bootloader) product: dragon
(bootloader) secure: yes
(bootloader) max-download-size: 0x10000000
(bootloader) partition-type:boot: ext4
(bootloader) partition-type:kernel-a: ext4
(bootloader) partition-type:kernel-b: ext4
(bootloader) partition-type:recovery: ext4
(bootloader) partition-type:kernel: ext4
(bootloader) partition-type:system: ext4
(bootloader) partition-type:system-a: ext4
(bootloader) partition-type:vendor: ext4
(bootloader) partition-type:vendor-a: ext4
(bootloader) partition-type:cache: ext4
(bootloader) partition-type:data: ext4
(bootloader) partition-type:userdata: ext4
(bootloader) partition-type:metadata: ext4
(bootloader) partition-type:lnx: ext4
(bootloader) partition-type:misc: ext4
(bootloader) partition-type:persistent: ext4
(bootloader) partition-type:system-b: ext4
(bootloader) partition-type:vendor-b: ext4
(bootloader) partition-size:boot: 0x2000000
(bootloader) partition-size:kernel-a: 0x2000000
(bootloader) partition-size:kernel-b: 0x2000000
(bootloader) partition-size:recovery: 0x2000000
(bootloader) partition-size:kernel: 0x2000000
(bootloader) partition-size:system: 0xe0000000
(bootloader) partition-size:system-a: 0xe0000000
(bootloader) partition-size:vendor: 0x13000000
(bootloader) partition-size:vendor-a: 0x13000000
(bootloader) partition-size:cache: 0x19000000
(bootloader) partition-size:data: 0xd76b00000
(bootloader) partition-size:userdata: 0xd76b00000
(bootloader) partition-size:metadata: 0x4000000
(bootloader) partition-size:lnx: 0x2000000
(bootloader) partition-size:misc: 0x400000
(bootloader) partition-size:persistent: 0x80000
(bootloader) partition-size:chromeos: 0xe8f800000
(bootloader) partition-size:mbr: 0x200
(bootloader) partition-size:gpt: 0x4200
(bootloader) partition-size:RO_SECTION: 0x3f0000
(bootloader) partition-size:RO_VPD: 0x10000
(bootloader) partition-size:RW_SECTION_A: 0x580000
(bootloader) partition-size:RW_SECTION_B: 0x580000
(bootloader) partition-size:bootloader: 0x1000000
(bootloader) unlocked: no
(bootloader) off-mode-charge: 1
(bootloader) battery-voltage: 3899 mV
(bootloader) variant:
(bootloader) battery-soc-ok: yes
(bootloader) Bdev-size:mmc: 62537072640
(bootloader) Bdev-size:flash: 16777216
(bootloader) Gbb-flags: 0x0
(bootloader) Oem-version:RO: Google_Smaug.7132.226.0
(bootloader) Oem-version:RW_A: Google_Smaug.7900.139.0
(bootloader) Oem-version:RW_B: Google_Smaug.7900.139.0
all: Done!