Skip to content
New issue

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

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

Already on GitHub? # to your account

installation options aren't accepted from the command-line #89

Open
ildar opened this issue Apr 17, 2024 · 3 comments
Open

installation options aren't accepted from the command-line #89

ildar opened this issue Apr 17, 2024 · 3 comments
Assignees
Labels

Comments

@ildar
Copy link

ildar commented Apr 17, 2024

What happened?

I install like this:

DEBUG_LOG=1 INSTALL_PLAYSTORE=0 INSTALL_NEWPIPE=0 sh ./zip-install.sh /data/local/microg-unofficial-installer-*.zip

But the INSTALL_NEWPIPE=0 is ignored and replaced by the settings.conf from inside zip.

Version

1.3.1-beta

Android version

14

Custom ROM

LOS 21

Relevant log output

...
Enabling: NewPipe
Verifying...  
/tmp/custom-setup-a5k/origin/app/NewPipe.apk
OK
@ildar ildar added bug needs triage Pending review to ensure they are relevant, actionable and contain all necessary information labels Apr 17, 2024
@ale5000-git ale5000-git added support and removed bug needs triage Pending review to ensure they are relevant, actionable and contain all necessary information labels Apr 17, 2024
@ale5000-git
Copy link
Member

ale5000-git commented Apr 17, 2024

Hi,
it is intended, only these can be passed from command-line:

  • DEBUG_LOG
  • FORCE_HW_BUTTONS

To configure other settings from command-line you can use setprop, for example:
adb shell "setprop zip.microg-unofficial-installer.LIVE_SETUP_TIMEOUT 8".

First configure the options (all settings persist until reboot) then flash the zip via recovery or zip-install.sh.

@ildar
Copy link
Author

ildar commented Apr 18, 2024 via email

@ale5000-git
Copy link
Member

It isn't in the v1.3.1-beta but it in the new version there will be a file setprop-settings-list.csv inside the zip that list all usable settings.
You can see it already inside the latest alpha => https://xdaforums.com/t/mod-flashable-microg-unofficial-installer.3432360/post-89404773

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

No branches or pull requests

2 participants