rework screendumpLowFrame - now works

This commit is contained in:
2024-11-07 06:46:11 +05:00
parent 6c6e43abc0
commit 8a7ae31775
16 changed files with 146 additions and 123 deletions

View File

@@ -1,9 +0,0 @@
Package: com.m1337.screendump15
Name: screendump
Depends: mobilesubstrate, preferenceloader
Architecture: iphoneos-arm
Description: VNC for ios
Maintainer: m1337 <morpheus@1337.pro>
Author: m1337 <morpheus@1337.pro>
Section: Tweaks
Version: 0.0.5

View File

@@ -1,10 +1,8 @@
#!/bin/sh
if [ -L "/var/jb" ]; then
launchctl unload /var/jb/Library/LaunchDaemons/com.julioverne.screendumpd.plist
launchctl load /var/jb/Library/LaunchDaemons/com.julioverne.screendumpd.plist
else
launchctl unload /Library/LaunchDaemons/com.julioverne.screendumpd.plist
launchctl load /Library/LaunchDaemons/com.julioverne.screendumpd.plist
fi

View File

@@ -6,4 +6,4 @@ else
launchctl unload /Library/LaunchDaemons/com.julioverne.screendumpd.plist
fi
exit 0;
exit 0;

View File

@@ -0,0 +1,9 @@
#!/bin/sh
if [ -L "/var/jb" ]; then
launchctl unload /var/jb/Library/LaunchDaemons/com.julioverne.screendumpd.plist
else
launchctl unload /Library/LaunchDaemons/com.julioverne.screendumpd.plist
fi
exit 0;