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 22:04] hyphop [oowow-dump2xz] |
scripts:oowow-dump2xz [2025/07/24 23:57] (current) hyphop [Auto convert] |
||
---|---|---|---|
Line 2: | Line 2: | ||
- https:// | - https:// | ||
- | - https:// | + | - https:// |
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 | ||
+ | export REMOTE=xx.xx.xx.xx | ||
curl http:// | curl http:// | ||
``` | ``` | ||
Line 264: | Line 266: | ||
==== Edge2 Anrdoid 14 ==== | ==== Edge2 Anrdoid 14 ==== | ||
```sh | ```sh | ||
+ | unset BOOT | ||
export OSVER=14 | export OSVER=14 | ||
export VER=v240820 | export VER=v240820 | ||
Line 269: | Line 272: | ||
``` | ``` | ||
- | ==== VIM1S Anrdoid | + | ==== VIM1S Anrdoid |
```sh | ```sh | ||
- | export OSVER=14 | + | unset BOOTÂ |
+ | export OSVER=11 | ||
export VER=v240820 | export VER=v240820 | ||
curl http:// | curl http:// | ||
``` | ``` | ||
+ | ==== OOWOW Meta ==== | ||
+ | |||
+ | ```sh oowow_meta | ||
+ | #!/bin/sh | ||
+ | ## hyphop ## | ||
+ | #? USAGE: oowow_meta | ||
+ | case $1 in | ||
+ | "" | ||
+ | grep -m1 USAGE " | ||
+ | ;; | ||
+ | http:// | ||
+ | *) set -xe ; tail -c4096 " | ||
+ | esac | ||
+ | ``` | ||
+ | |||
+ | ===== Auto convert ===== | ||
+ | |||
+ | |||
+ | Copy paste one-liner usage: | ||
+ | |||
+ | '' | ||
+ | |||
+ | ```sh aml-android-convert-oowow | ||
+ | #!/bin/sh | ||
+ | ## hyphop ## | ||
+ | |||
+ | # create oowow / android installation image for vim4 with full bootloaders | ||
+ | |||
+ | export OSVER=${OSVER: | ||
+ | export VER=${VER: | ||
+ | export BOOT=${BOOT: | ||
+ | export AML_IMAGE=${AML_IMAGE: | ||
+ | # | ||
+ | MIRROR=${MIRROR: | ||
+ | AML_SRC=${AML_SRC: | ||
+ | |||
+ | case $AML_IMAGE in | ||
+ | vim4*) BOARD=VIM4 ;; | ||
+ | esac | ||
+ | |||
+ | echo "OWOWO convert $AML_IMAGE OSVER: $OSVER IMG_VER: $VER" | ||
+ | |||
+ | [ -s " | ||
+ | echo " | ||
+ | wget " | ||
+ | md5sum " | ||
+ | } | ||
+ | |||
+ | [ -s " | ||
+ | echo "Flash image using amlburn $AML_IMAGE" | ||
+ | echo "Press KEY_FN x 3 times - and press ENTER to continue" | ||
+ | read YES | ||
+ | amlburn " | ||
+ | echo " | ||
+ | read YES | ||
+ | date > " | ||
+ | } | ||
+ | |||
+ | echo "Read to Dump image and convert into oowow format..." | ||
+ | echo "Press KEY_FN + RESET - to boot into oowow mode and press ENTER to continue" | ||
+ | read YES | ||
+ | curl " | ||
+ | |||
+ | ``` |