Commit ac173b93 authored by SnowCatPDA's avatar SnowCatPDA
Browse files

ADD TWRP

parent 6b5f7138
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,3 +24,4 @@ BOARD_KERNEL_CMDLINE = bootopt=64S3,32S1,32S1
else
BOARD_KERNEL_CMDLINE = bootopt=64S3,32N2,64N2
endif
+1 −0
Original line number Diff line number Diff line
@@ -34,3 +34,4 @@ endif
#LK_PROJECT ?= X5
#TRUSTY_PROJECT ?= X5

include $(LOCAL_PATH)/twrp.mk
+9 −0
Original line number Diff line number Diff line
@@ -103,9 +103,18 @@ service spm_script /vendor/bin/spm_loader
    class core
    oneshot

service sysinit /system/bin/logwrapper /system/xbin/busybox run-parts /system/etc/init.d
	user root
	oneshot
	disabled

on property:sys.initd=1
	start sysinit

service sysinitloop /system/bin/logwrapper /system/xbin/busybox run-parts /system/etc/init.d.loop
	user root
	disabled

on property:sys.initd.loop=1
	start sysinitloop
+2 −0
Original line number Diff line number Diff line
@@ -26,3 +26,5 @@ BOARD_KERNEL_CMDLINE = bootopt=64S3,32N2,32N2
else
BOARD_KERNEL_CMDLINE = bootopt=64S3,32N2,64N2
endif

+2 −0
Original line number Diff line number Diff line
@@ -39,3 +39,5 @@ endif
#PRELOADER_TARGET_PRODUCT ?= X5PRO
#LK_PROJECT ?= X5PRO
#TRUSTY_PROJECT ?= X5PRO

include $(LOCAL_PATH)/twrp.mk
Loading