Support for rootless JB till iOS 16.5 (tested) (screendumpLowFrame)

This commit is contained in:
Siddharth Saxena
2023-12-14 20:37:12 +05:30
parent 03bd97c273
commit 91e167e25d
11 changed files with 30 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
Package: com.cosmosgenius.screendump13
Name: screendump
Depends: mobilesubstrate, preferenceloader
Depends: preferenceloader
Architecture: iphoneos-arm
Description: VNC for ios
Maintainer: Sharat M R <cosmosgenius@gmail.com>

View File

@@ -1,6 +1,6 @@
#!/bin/bash
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist
launchctl load //Library/LaunchDaemons/com.julioverne.screendumpd.plist
launchctl unload /var/jb/Library/LaunchDaemons/com.julioverne.screendumpd.plist
launchctl load /var/jb/Library/LaunchDaemons/com.julioverne.screendumpd.plist
exit 0;

View File

@@ -1,5 +0,0 @@
#!/bin/bash
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist
exit 0;

View File

@@ -0,0 +1,5 @@
#!/bin/bash
launchctl unload /var/jb/Library/LaunchDaemons/com.julioverne.screendumpd.plist
exit 0;

View File

@@ -6,7 +6,7 @@
<string>com.julioverne.screendumpd</string>
<key>ProgramArguments</key>
<array>
<string>/usr/libexec/screendumpd</string>
<string>/var/jb/usr/libexec/screendumpd</string>
</array>
<key>RunAtLoad</key>
<true/>