Skip to content

Commit bc74a3b

Browse files
committed
update loki
1 parent d648e56 commit bc74a3b

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

files/loki/loki.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fi
2020

2121
mkdir -p $C
2222
dd if=/dev/block/platform/msm_sdcc.1/by-name/aboot of=$C/aboot.img
23-
$C/loki_patch recovery $C/aboot.img $recovery_img $C/recovery.lok || exit 1
24-
$C/loki_flash recovery $C/recovery.lok || exit 1
23+
$C/loki_tool patch recovery $C/aboot.img $recovery_img $C/recovery.lok || exit 1
24+
$C/loki_tool flash recovery $C/recovery.lok || exit 1
2525
exit 0
2626

files/loki/loki_flash

-69.6 KB
Binary file not shown.

files/loki/loki_patch

-70.6 KB
Binary file not shown.

files/loki/loki_tool

370 KB
Binary file not shown.

0 commit comments

Comments
 (0)