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

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
@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

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

No branches or pull requests

2 participants