Skip to content

Commit

Permalink
Five Commmit
Browse files Browse the repository at this point in the history
  • Loading branch information
Miyaku committed May 22, 2018
1 parent aaf6fbd commit 10d10e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ cd mv4a
unzip -o "$ZIP"
ui_print "6. Menyalin lib ke /system..."
cp_perm 0 0 0644 /tmp/mv4a/M/lib/soundfx/libv4a.so /system/vendor/lib/soundfx/libv4a.so
cp_perm 0 0 0644 /tmp/mv4a/M/lib/soundfx/libv4a.so /system/vendor/lib/soundfx/libeffectproxy.so
cp_perm 0 0 0644 /tmp/mv4a/M/lib/soundfx/libeffectproxy.so /system/vendor/lib/soundfx/libeffectproxy.so
cp_perm 0 0 0644 /tmp/mv4a/M/lib/libV4AJniUtils.so /system/lib/libV4AJniUtils.so
ui_print "7. Pastikan mode SELinux Permissive"
cp_perm 0 0 0644 /tmp/mv4a/V4AVi /system/etc/V4AVi
Expand All @@ -103,7 +103,7 @@ set_perm 0 0 0755 /system/priv-app/ViPER4Android/lib/arm
cp_perm 0 0 0644 /tmp/mv4a/M/lib/libV4AJniUtils.so /system/priv-app/ViPER4Android/lib/arm/libV4AJniUtils.so+
ui_print "10 OK. Menambahkan DugDes profile..."
cp_perm 0 0 0644 /tmp/mv4a/V4AVi /system/V4AVi
cp -F /tmp/mv4a/DDbM/ViPER4Android /sdcard/ViPER4Android
cp -R /tmp/mv4a/DDbM/ViPER4Android /sdcard/ViPER4Android
ui_print "11. Mengepatch $CONFIG_FILE"
if [ -f $VENDOR_CONFIG ];
then
Expand All @@ -114,7 +114,7 @@ then
fi
sed -i 's/^libraries {/libraries {\n v4a_fx {\n path \/system\/vendor\/lib\/soundfx\/libv4a.so\n }/g' $CONFIG_FILE
sed -i 's/^effects {/effects {\n v4a_standard_fx {\n library v4a_fx\n uuid 41d3c987-e6cf-11e3-a88a-11aba5d5c51b\n }/g' $CONFIG_FILE
ui_print "8. Mengepatch /system/build.prop..."
ui_print "12. Mengepatch /system/build.prop..."
echo " " >> /system/build.prop
echo "## ViPER4Android Ainstaller by Miya ##" >> /system/build.prop
echo "lpa.decode=false" >> /system/build.prop
Expand All @@ -129,10 +129,10 @@ echo "persist.dev.pm.dyn_samplingrate=1" >> /system/build.prop
echo "audio.deep_buffer.media=false" >> /system/build.prop
echo "## End of Compatible V4A ##" >> /system/build.prop
echo " " >> /system/build.prop
ui_print "12. Membersihkan cadangan..."
ui_print "13. Membersihkan cadangan..."
rm /system/toolbox
rm -rf /tmp/mv4a
ui_print "13. Menutup system..."
ui_print "14. Menutup system..."
umount /system
ui_print "######################################"
ui_print "Yey! Berhasil di install..!!!"
Expand Down

0 comments on commit 10d10e5

Please sign in to comment.