We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875ac6c commit 0b94d41Copy full SHA for 0b94d41
1 file changed
pio/src/main/assets/module/ZADD/patch_rom/patch-rom.bash
@@ -541,6 +541,7 @@ if [ "$fix_toolbox" == 1 ];then
541
cp -rf "$MPAT/mod/com.kousei.kaorios.xml" "$psystem/etc/permissions"
542
sprop persist.sys.kaorios kousei "$psystem/build.prop"
543
echo "Auto added to the project: persist.sys.kaorios=kousei, com.kousei.kaorios.xml, KaoriosToolbox.apk"
544
+ echo
545
fi
546
547
@@ -721,7 +722,7 @@ Thayivo(){
721
722
urlsmali="$(find $3 -type f -print -quit 2>/dev/null)"
723
if [ "$1" == 1 ];then
724
textvbs='invoke-static {}, Lmiuix/os/xBuild;->isOne()Z'
-elsse
725
+else
726
textvbs='invoke-static {}, Lmiuix/os/xBuild;->isZero()Z'
727
728
[ -f "$urlsmali" ] && sed -i "s|${2//\[/\\[}|$textvbs|g" "$urlsmali" || about "Error: $urlsmali"
0 commit comments