Loading build/envsetup.sh +2 −2 Original line number Diff line number Diff line Loading @@ -837,7 +837,7 @@ function dopush() CHKPERM="/data/local/tmp/chkfileperm.sh" ( cat <<'EOF' #!/system/xbin/sh #!/system/bin/sh FILE=$@ if [ -e $FILE ]; then ls -l $FILE | awk '{k=0;for(i=0;i<=8;i++)k+=((substr($1,i+2,1)~/[rwx]/)*2^(8-i));if(k)printf("%0o ",k);print}' | cut -d ' ' -f1 Loading Loading @@ -883,7 +883,7 @@ EOF fi adb shell restorecon "$TARGET" ;; /system/priv-app/SystemUI/SystemUI.apk|/system/framework/*) */SystemUI.apk|*/framework/*) # Only need to stop services once if ! $stop_n_start; then adb shell stop Loading Loading
build/envsetup.sh +2 −2 Original line number Diff line number Diff line Loading @@ -837,7 +837,7 @@ function dopush() CHKPERM="/data/local/tmp/chkfileperm.sh" ( cat <<'EOF' #!/system/xbin/sh #!/system/bin/sh FILE=$@ if [ -e $FILE ]; then ls -l $FILE | awk '{k=0;for(i=0;i<=8;i++)k+=((substr($1,i+2,1)~/[rwx]/)*2^(8-i));if(k)printf("%0o ",k);print}' | cut -d ' ' -f1 Loading Loading @@ -883,7 +883,7 @@ EOF fi adb shell restorecon "$TARGET" ;; /system/priv-app/SystemUI/SystemUI.apk|/system/framework/*) */SystemUI.apk|*/framework/*) # Only need to stop services once if ! $stop_n_start; then adb shell stop Loading