Open satmandu opened 4 years ago
Please provide logs for the no-boot issue.
Could you confirm that your system partition is 2GB?
I Have the same problem, how can I check system partition size?
@phhusson See above that partition-size:system_b: 0x80000000
0x80000000 in hex is 2147483648 in decimal.
2147483648 Bytes is 2Gb.
Also I can't get a log since adb logcat
is waiting for device
during the android text pulsing on the screen at first boot.
Yeah I've read fastboot logs too, but 2GB feels small, so I wouldn't mind another confirmation :-)
Are you running stock unmodified boot.img? Magisk could explain that you don't have adb on boot
Le ven. 6 mars 2020 à 17:29, satmandu notifications@github.com a écrit :
Also I can't get a log since adb logcat is waiting for device during the android text pulsing on the screen at first boot.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/phhusson/treble_experimentations/issues/1161?email_source=notifications&email_token=AAAA4OQUANWOUEXOIRZMKALRGEQF5A5CNFSM4LCY7OWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOB63OQ#issuecomment-595848634, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAA4OU3SQIWPHWQVW3XITTRGEQF5ANCNFSM4LCY7OWA .
try fastboot with option -S 128M
@phhusson I'm running stock boot, but I wiped userdata before trying to write the GSI so that might have wiped whatever permissions were needed for adb at boot.
@rashydos I tried flashing the gapps image with various iterations of -S X down below 128M with no success.
@phhusson I think this thread on sailfish confirms ~ 2Gb for System. It is a 32Gb device, so I can see them skimping on system size when they built it.
Also apparently other people are having an issue with being unable to boot sailfish without asking here, so happy to help troubleshoot this.
replaced boot img with twrp, and here are the log files from /sys/fs/pstore/console-ramoops
pmsg-ramoops-0.gz
console-ramoops.gz
Worth noting that system size is also 2Gb as per https://android.googlesource.com/device/google/marlin/+/refs/heads/master/sailfish/BoardConfig.mk
TARGET_USERIMAGES_USE_EXT4 := true
BOARD_BOOTIMAGE_PARTITION_SIZE := 0x02000000
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648
BOARD_SYSTEMIMAGE_EXTFS_INODE_COUNT := 4096
BOARD_USERDATAIMAGE_PARTITION_SIZE := 10737418240
BOARD_PERSISTIMAGE_PARTITION_SIZE := 33554432
BOARD_PERSISTIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_FLASH_BLOCK_SIZE := 131072 # (BOARD_KERNEL_PAGESIZE * 64)
BOARD_EXT4_SHARE_DUP_BLOCKS := true
This is the Pixel 1/OG Pixel. Full gapps flash fails. Is it possible to get a smaller version with gapps?
Vanilla gapps flash succeeds, but when booted just shows Android on the screen on a loop. Maybe related to https://github.com/phhusson/treble_experimentations/issues/1059?
Partition info: