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/11/21 00:14] hyphop [VIM4 Android 11] |
scripts:oowow-dump2xz [2024/12/16 10:40] (current) hyphop |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== oowow-dump2xz ====== | ====== oowow-dump2xz ====== | ||
- | http:// | + | - https:// |
+ | - https:// | ||
===== Online usage examples ===== | ===== Online usage examples ===== | ||
Line 125: | Line 127: | ||
label=" | label=" | ||
builder=" | builder=" | ||
- | date=" | + | date=" |
match=BOARD=$BOARD \ | match=BOARD=$BOARD \ | ||
$(bootloader) \ | $(bootloader) \ | ||
Line 242: | 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 262: | 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 267: | Line 271: | ||
``` | ``` | ||
- | ==== VIM1S Anrdoid | + | ==== VIM1S Anrdoid |
```sh | ```sh | ||
- | export OSVER=14 | + | unset BOOT |
+ | export OSVER=11 | ||
export VER=v240820 | export VER=v240820 | ||
curl http:// | curl http:// | ||
``` | ``` | ||