This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
scripts:oowow-dump2xz [2024/12/16 04:52] nick |
scripts:oowow-dump2xz [2024/12/16 10:40] (current) hyphop |
||
---|---|---|---|
Line 127: | Line 127: | ||
label=" | label=" | ||
builder=" | builder=" | ||
- | date=" | + | date=" |
match=BOARD=$BOARD \ | match=BOARD=$BOARD \ | ||
$(bootloader) \ | $(bootloader) \ | ||
Line 244: | Line 244: | ||
```sh VIM4 Android 11 | ```sh VIM4 Android 11 | ||
+ | unset BOOT | ||
export OSVER=11-64bit | export OSVER=11-64bit | ||
export VER=v240620 | export VER=v240620 | ||
Line 264: | Line 265: | ||
==== Edge2 Anrdoid 14 ==== | ==== Edge2 Anrdoid 14 ==== | ||
```sh | ```sh | ||
+ | unset BOOT | ||
export OSVER=14 | export OSVER=14 | ||
export VER=v240820 | export VER=v240820 | ||
Line 271: | Line 273: | ||
==== VIM1S Anrdoid 11 ==== | ==== VIM1S Anrdoid 11 ==== | ||
```sh | ```sh | ||
+ | unset BOOT | ||
export OSVER=11 | export OSVER=11 | ||
export VER=v240820 | export VER=v240820 |