mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: include eureka dtbo
md5sum eureka_dtbo.img: a10: d74915c0f9be79db9ce1865432f1ed47 a20: 8576799abdb2777249a0db887385a976 a20e: 94389b212371ff1b6f3fd6b80070b113 a30: 6c44be6daa9bae3d4d5278d4760bce43 a40: 1c1987d319978a2d5c8235a8803b64cc
This commit is contained in:
parent
c3150ca631
commit
80688db89b
11 changed files with 11 additions and 0 deletions
2
a10/dtbo/Android.mk
Normal file
2
a10/dtbo/Android.mk
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
$(call add-radio-file,eureka_dtbo.img)
|
||||
BIN
a10/dtbo/eureka_dtbo.img
Normal file
BIN
a10/dtbo/eureka_dtbo.img
Normal file
Binary file not shown.
2
a20/dtbo/Android.mk
Normal file
2
a20/dtbo/Android.mk
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
$(call add-radio-file,eureka_dtbo.img)
|
||||
BIN
a20/dtbo/eureka_dtbo.img
Normal file
BIN
a20/dtbo/eureka_dtbo.img
Normal file
Binary file not shown.
2
a20e/dtbo/Android.mk
Normal file
2
a20e/dtbo/Android.mk
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
$(call add-radio-file,eureka_dtbo.img)
|
||||
BIN
a20e/dtbo/eureka_dtbo.img
Normal file
BIN
a20e/dtbo/eureka_dtbo.img
Normal file
Binary file not shown.
2
a30/dtbo/Android.mk
Normal file
2
a30/dtbo/Android.mk
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
$(call add-radio-file,eureka_dtbo.img)
|
||||
BIN
a30/dtbo/eureka_dtbo.img
Normal file
BIN
a30/dtbo/eureka_dtbo.img
Normal file
Binary file not shown.
2
a40/dtbo/Android.mk
Normal file
2
a40/dtbo/Android.mk
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
$(call add-radio-file,eureka_dtbo.img)
|
||||
BIN
a40/dtbo/eureka_dtbo.img
Normal file
BIN
a40/dtbo/eureka_dtbo.img
Normal file
Binary file not shown.
|
|
@ -35,6 +35,7 @@ def PrintInfo(info, dest):
|
|||
|
||||
def OTA_InstallEnd(info):
|
||||
AddImage(info, "RADIO/", "eureka_dtb.img", "/dev/block/platform/13500000.dwmmc0/by-name/dtb")
|
||||
AddImage(info, "RADIO/", "eureka_dtbo.img", "/dev/block/platform/13500000.dwmmc0/by-name/dtbo")
|
||||
info.script.AppendExtra('run_program("/sbin/mount", "/vendor");')
|
||||
info.script.AppendExtra('run_program("/sbin/mount", "-o", "rw,remount", "/vendor");')
|
||||
info.script.AppendExtra('run_program("/sbin/rm", "-rf", "/vendor/recovery-from-boot.p");')
|
||||
|
|
|
|||
Loading…
Reference in a new issue