Skip to content

feat: dynamic destination path selection based on free space#174

Open
etherealNest wants to merge 3 commits intomicro5k:mainfrom
etherealNest:main
Open

feat: dynamic destination path selection based on free space#174
etherealNest wants to merge 3 commits intomicro5k:mainfrom
etherealNest:main

Conversation

@etherealNest
Copy link
Copy Markdown

On some devices like the Pixel 8, the /system partition is often completely full out of the box. Attempting to install microG there causes the script to fail.

Pull request adds a simple check after extracting the files. It looks at how much space is needed and tries to install to /product, /system_ext, or /vendor if /system doesn't have enough free space.

Signed-off-by: Mykyta <etherealnested@gmail.com>
Signed-off-by: Mykyta <etherealnested@gmail.com>
@etherealNest etherealNest changed the title fix: dynamic destination path selection based on free space feat: dynamic destination path selection based on free space Mar 1, 2026
@ale5000-git
Copy link
Copy Markdown
Member

Hi,
I always appreciate contributions but I plan to first finish a few things and create a stable release before introducing a change that can possibly create regressions.

I have introduced DEST_PATH to support the installation on a different partition but there are still some places of the code that need to be adjusted so it need additional changes before it can be safely enabled.

@ale5000-git ale5000-git added the on hold Awaiting an action or decision to move forward label Mar 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

on hold Awaiting an action or decision to move forward

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants