sonyxperiadev / bug_tracker

Empty repository that is used as a bugtracker for Open Devices project
52 stars 13 forks source link

[dora] userdata preformatted incorrectly during build process #325

Closed b1mt3 closed 5 years ago

b1mt3 commented 5 years ago

Platform: tone Device: dora Kernel version: 4.9 Android version: 8.1

Description Flashing the images onto F8132 model (64GB) results in /data being formatted at only 32GB

Symptoms /data is displaying 32GB

How to reproduce Build the latest branch (_android-8.1.0r52) and flash the images. Formatting the userdata to ext4 results in being stuck at a boot animation.

jerpelea commented 5 years ago

@b1mt3 please provide the output from fastboot getvar all from your device

b1mt3 commented 5 years ago

Here you go @jerpelea

(bootloader) version:0.5
(bootloader) max-download-size: 0x10000000
(bootloader) partition-type:cache:ext4
(bootloader) partition-size:cache:   0x10000000
(bootloader) partition-type:userdata:ext4
(bootloader) partition-size:userdata:    0xc72400000
(bootloader) partition-type:system:ext4
(bootloader) partition-size:system:  0x1d3800000
(bootloader) secure:no
(bootloader) version-baseband:1300-5317_41.3.A.2.149
(bootloader) version-bootloader:1299-4832 S1_Boot_MSM8996_LA2.0_O_204
(bootloader) serialno:CB512AG1NV
(bootloader) product:F8132
all: 
Finished. Total time: 0.133s

Thank you for the assistance and your time!

jerpelea commented 5 years ago

fixed

https://github.com/sonyxperiadev/device-sony-dora/commit/5469f1af56075360aa66cf685777e5d59123b2be

b1mt3 commented 5 years ago

Confirmed, thank you very much for your help, @jerpelea