Jump to content

Connorcious

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Connorcious

  1. I don't accept nudes, or do I?

  2. thanks for helping me guys
  3. Tweak.xm #define PLIST_PATH @"/var/mobile/Library/Preferences/KrikkerBundle.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %hook KikUser - (BOOLisVerified { if(GetPrefBool(@"kVerified")) { return true; } return %orig; } %end Bundle.mm #import "KrikkerBundle.h" @implementation KrikkerBundleListController - (id)specifiers { if(_specifiers == nil) { _specifiers = [[self loadSpecifiersFromPlistName:@"KrikkerBundle" target:self] retain]; } return _specifiers; } @end // vim:ft=objc Bunddle.h #import <Preferences/Preferences.h> @interface KrikkerBundleListController: PSListController { } @end Bundle.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com...yList-1.0.dtd"> <plist version="1.0"> <dict> <key>entry</key> <dict> <key>cell</key> <string>PSLinkCell</string> <key>icon</key> <string>icon</string> <key>label</key> <string>Krikker</string> </dict> <key>items</key> <array> <dict> <key>cell</key> <string>PSGroupCell</string> <key>label</key> <string>Krikker!</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>KrikkerBundle</string> <key>key</key> <string>kVerified</string> <key>label</key> <string>Verified</string> </dict> </array> <key>title</key> <string>Krikker</string> </dict> </plist>
  4. "there was an error loading the preference bundle for XXX" I re-installed the .deb tweaked makefile and add ARCHS = armv7 arm64 at the top, moved XXXBundle.plist to /Library/PreferenceLoader/Preferences/ but nothing helped, Is there any other solutions for this problem?
  5. Drivers aren't functioning correctly. Uninstall iTunes completely, then try downgrading to iTunes 12.0.1.
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines