Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image page size is null Not a valid Android Boot Image #8

Open
Mou786Aha opened this issue Sep 4, 2024 · 0 comments
Open

Image page size is null Not a valid Android Boot Image #8

Mou786Aha opened this issue Sep 4, 2024 · 0 comments

Comments

@Mou786Aha
Copy link

I have obtained image files from boot_a and boot_b. It doesn't extract anything. Magiskboot does extract only the Kernel and Ramdisk with errors:

HEADER_VER      [3]
KERNEL_SZ       [36788736]
RAMDISK_SZ      [3448646]
OS_VERSION      [14.0.0]
OS_PATCH_LEVEL  [2024-02]
PAGESIZE        [4096]
CMDLINE         []
KERNEL_FMT      [raw]
RAMDISK_FMT     [lz4_legacy]
unexpected ASN.1 DER tag: expected SEQUENCE, got APPLICATION [1] (primitive)
VBMETA

The abootimg doesn't work: image page size null

Another tool unpackbootimg:

BOARD_KERNEL_CMDLINE 
BOARD_KERNEL_BASE 02251a1f
BOARD_NAME 
BOARD_PAGE_SIZE 0
BOARD_HASH_TYPE unknown
BOARD_KERNEL_OFFSET 00008000
BOARD_RAMDISK_OFFSET fddaec0d
BOARD_SECOND_OFFSET fddae5e1
BOARD_TAGS_OFFSET fddae5e1
BOARD_DT_SIZE 3
Fatal glibc error: malloc.c:2599 (sysmalloc): assertion failed: (old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)
Aborted (core dumped)

I'm on android 14 right now. It's some custom ROM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant