SOLVED: I still have the same issue with the camera not working. I can flash boot.img, but when I try to flash vendor.img it gives me an error that the partition doesn't exist. Suggestions anyone? #48
When entering fastboot and flashing from there, I got the vendor.img flashed. Camera working now!
I still have the same issue with the camera not working. I can flash boot.img, but when I try to flash vendor.img it gives me an error that the partition doesn't exist. Suggestions anyone?
When entering fastboot and flashing from there, I got the vendor.img flashed. Camera working now!
PS C:\Users\User\Downloads\r1_escape-main> fastboot flash boot C:\Users\User\Downloads\r1_escape-main\boot.img
Sending 'boot_a' (32768 KB) OKAY [ 0.769s]
Writing 'boot_a' OKAY [ 0.439s]
Finished. Total time: 1.224s
PS C:\Users\User\Downloads\r1_escape-main> fastboot flash vendor C:\Users\User\Downloads\r1_escape-main\vendor.img
Sending sparse 'vendor' 1/3 (130956 KB) OKAY [ 3.013s]
Writing 'vendor' FAILED (remote: 'This partition doesn't exist')
fastboot: error: Command failed
PS C:\Users\User\Downloads\r1_escape-main> fastboot reboot
Rebooting OKAY [ 0.000s]
Finished. Total time: 0.000s
_Originally posted by @wijzijnkamels in https://github.com/RabbitHoleEscapeR1/r1_escape/issues/18#issuecomment-2202107476_