Skip to content

Commit

Permalink
Unity v1.7.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zackptg5 committed Oct 23, 2018
1 parent 64b8044 commit af518d2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
7 changes: 5 additions & 2 deletions META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ unity_install() {
fi
if $DYNAMICOREO && [ $API -ge 26 ]; then
case $FILE in
/system/lib/modules/*) FILE2=$FILE;;
/system/lib/*) FILE2=$(echo $FILE | sed "s|/system/|$VEN/|");;
/system/lib*/modules/*) FILE2=$FILE;;
/system/lib*/*) FILE2=$(echo $FILE | sed "s|/system/|$VEN/|");;
esac
fi
cp_ch $INSTALLER$FILE $UNITY$FILE2
Expand Down Expand Up @@ -328,6 +328,9 @@ fi
# LOAD USER VARS/FUNCTIONS
unity_custom

# UNPACK RAMDISK IF CHANGED TO TRUE IN UNITY_CUSTOM
$RAMDISK && [ ! -d "$RD" ] && unpack_ramdisk "late"

# DETERMINE MOD INSTALLATION STATUS
if $RAMDISK && [ "$(grep "#$MODID-UnityIndicator" $RD/init.rc 2>/dev/null)" ] && [ ! -f "$MOD_VER" ]; then
ui_print " "
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Built with Unity installer by Zackptg5 (https://github.com/Zackptg5/Unity) and A
[More details in support thread](https://forum.xda-developers.com/android/software-hacking/mod-universal-init-d-injector-wip-t3692105).

## Change Log
### v1.7.2 - 10.23.2018
* Unity v1.7.2 update

### v1.7.1 - 9.20.2018
* Unity v1.7.1 update

Expand Down
8 changes: 0 additions & 8 deletions common/init.initd.rc
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,10 @@ service initdinject /system/bin/initd.sh
user root
group root
oneshot
disabled

service initdinjectls /system/bin/initd.sh -ls
class late_start
seclabel u:r:<DOMAIN>:s0
user root
group root
oneshot
disabled

on post-fs-data
start initdinject

on late_start
start initdinjectls
Binary file modified common/unityfiles.tar.xz
Binary file not shown.
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=InitdInjector
name=Init.d Injector
version=v1.7.1
versionCode=11
version=v1.7.2
versionCode=12
author=Zackptg5
description=Adds init.d support
support=https://forum.xda-developers.com/android/software-hacking/mod-universal-init-d-injector-wip-t3692105
Expand Down

0 comments on commit af518d2

Please sign in to comment.