Merhabalar, pixel custom romu yüklemiştim ve şarjı az gittiği için miroom yükleyecektim fakat yükleme sonrası burada kaldı. Twrp moda normal olarak giremiyorum her seferinde yeniden kurmak gerek ve şu ana kadar hem twrp hem de orange fox ile 2 rom denedim olmadı - mi flash ile rom attım olmadı. twrp modunda iken pc de alan 10 gb görünüyor ama 128 gb telefon sanırım yükleme yerini başka yere yapıyor. xda forumunda birisi bundan bahsetmiş lakin hata verdi yardımlarınızı bekliyorum ve aşağıya cmd ile alakalı bilgiler vereceğim.
C:\Users\Samet>fastboot oem device-info
...
(bootloader) Verity mode: true
(bootloader) Device unlocked: true
(bootloader) Device critical unlocked: true
(bootloader) Charger screen enabled: false
OKAY [ 0.000s]
finished. total time: 0.000s
vbmeta yüklemey çalıştım hem manuel hem oto aynı hata
target reported max download size of 536870912 bytes
sending 'vbmeta' (4 KB)...
OKAY [ 0.002s]
writing 'vbmeta'...
FAILED (remote: No such partition.)
finished. total time: 0.007s
ve son olarak xda forumunda birisinin attığı kod(düzeldi diyen olmuş)
" We actually do not have a recovery partition. You want to flash it to your current boot slot. "
Do this:
fastboot getvar current-slot
this will return your <letter>
then do
fastboot flash boot_<letter> <filename>.img
You can continue forward.
C:\Users\Samet>fastboot getvar current-slot
getvar:current-slot FAILED (remote: GetVar Variable Not found)
finished. total time: 0.000s
C:\Users\Samet>fastboot oem device-info
...
(bootloader) Verity mode: true
(bootloader) Device unlocked: true
(bootloader) Device critical unlocked: true
(bootloader) Charger screen enabled: false
OKAY [ 0.000s]
finished. total time: 0.000s
vbmeta yüklemey çalıştım hem manuel hem oto aynı hata
target reported max download size of 536870912 bytes
sending 'vbmeta' (4 KB)...
OKAY [ 0.002s]
writing 'vbmeta'...
FAILED (remote: No such partition.)
finished. total time: 0.007s
ve son olarak xda forumunda birisinin attığı kod(düzeldi diyen olmuş)
" We actually do not have a recovery partition. You want to flash it to your current boot slot. "
Do this:
fastboot getvar current-slot
this will return your <letter>
then do
fastboot flash boot_<letter> <filename>.img
You can continue forward.
C:\Users\Samet>fastboot getvar current-slot
getvar:current-slot FAILED (remote: GetVar Variable Not found)
finished. total time: 0.000s