This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nov 21 23:17:46 CokePokes-iPhone-6S-901 zaca[9275]: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/pocketpussy.dylib | |
Nov 21 23:17:46 CokePokes-iPhone-6S-901 gamecontrollerd[9277]: MS:Notice: Injecting: (null) [gamecontrollerd] (1240.10) | |
Nov 21 23:17:46 CokePokes-iPhone-6S-901 gamecontrollerd[9277]: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/Activator.dylib | |
Nov 21 23:17:46 CokePokes-iPhone-6S-901 zaca[9275]: lstat: /var/mobile/Containers/Data/Application/8AE85654-49A3-4D25-B383-F12DABB70076 | |
Nov 21 23:17:46 CokePokes-iPhone-6S-901 gamecontrollerd[9277]: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/BytaFontSwapMode.dylib | |
Nov 21 23:17:46 CokePokes-iPhone-6S-901 zaca[9275]: FCM: Loading UIApplication FIRFCM category | |
Nov 21 23:17:46 CokePokes-iPhone-6S-901 gamecontrollerd[9277]: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/BytaFontTweakMode.dylib | |
Nov 21 23:17:46 CokePokes-iPhone-6S-901 gamecontrollerd[9277]: MS:Notice: Loading: /Library/MobileSubst |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This tweak is useless without following the steps below. | |
Description: Use your Apple Watch to respring/reboot/safemode your connected device. | |
You can download the ipa file here: https://mega.nz/#!8qgRjJCA!CZjS2FiZ1wKpq5oBZt-MXOxK_kcGOYAvwur_QFh8o7g | |
Then re-sign with cert only (no prov profile) with iOS App Signer found here: http://dantheman827.github.io/ios-app-signer/ | |
Then install with xCode>Window>Devices&Simulators>Connected Device>+ | |
Then install the "Core WatchUtils" dependency from my beta repo here: https://cokepokes.github.io/ & respring. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@interface letsdowngrade : NSObject | |
- (id)init; | |
- (void)performAppInstallFromBundleId:(NSString*)bundleID externalIdentifier:(NSString*)externalIdentifier promptDeletion:(BOOL)prompt; | |
@end | |
How to use in tweak: | |
void *handle = dlopen("/Library/MobileSubstrate/DynamicLibraries/letsdowngrade.dylib", RTLD_NOW); | |
if (!handle){ |