-
Posts
443 -
Joined
-
Last visited
Posts posted by 45GTR
-
-
-
Nooooooooooooooooooooooooooo no sparkles
-
-
Added
Could you upload some source code please? It would help me alot with development and others around the forum!
BTW, great work!!
-
This is weird, try using a different sim
-
Try resetting network settings and removing and reinserting the SIM card
-
Lol this is all I know
-
Try disabling passcode
-
Makefile:N: theos/makefiles/common.mk: Not a directory Makefile:N: /tweak.mk: No such file or directory
You need to add a theos sumlink in both the tweak folder and preferences folder (if you have one). A sumlink can be created using ifile by selecting a new symbolic link, naming it 'theos' and linking it to /private/var/theos/
".../theos/makefiles/targets/PPP/iphone.mk:21: *** first argument to 'word' function must be greater than 0. stop."
You haven't downloaded the required SDKS. They can be found at http://iphone.howett.net/sdks/ once downloaded, create a new folder in the theos directory named 'sdks' and unzip the sdk you downloaded. THIS MUST BE DONE ON iFILE.
ld: file too small (length=LLL) file. '.../theos/sdks/iPhoneOSX.Y.sdk/usr/ZZZ' for architecture armAAA.
You have a faulty sdk, redownload and redo the steps above. This error normally occurs when you unzipped the sdk on PC
FFF:LLL:10: fatal error: 'substrate.h' file not found #include <substrate.h> ^ 1 error generated.
You are missing valuable iOS headers. They can be found at https://github.com/rpetrich/iphoneheaders once downloaded, extract them to the 'include' folder inside the 'theos' directory.
Illegal instruction: 4
Occured because you have an older version of theos. Follow the tutorial here to reinstall: http://iosgods.com/topic/656-tutorialvideo-how-to-set-up-theos-on-your-idevice-ios7ios8/
theos/makefiles/common.mk:103: *** You did not specify a target, and the "" platform does not define a default target. Stop.
Your iOS device is 64 bit and theos isn't. To fix, go to theos/makefiles/platform/Darwin-arm.mk. Rename it to Darwin-arm64.mk
then go to /theos/makefiles/target/Darwin-arm. Rename it to Darwin-arm64.
theos/makefiles/common.mk:115: *** The "iphone" target is not supported on the "" platform. Stop.
Your iOS device is 64 bit and theos isn't. To fix, go to theos/makefiles/platform/Darwin-arm.mk. Rename it to Darwin-arm64.mk
then go to /theos/makefiles/target/Darwin-arm. Rename it to Darwin-arm64.
If the preference bundle isn't loading for your project, add the following line to the top of your makefile:
ARCHS = arm64 armv7
Thanks guys...Kept it short n sweet @@DiDA
-
Will try it
-
It's in the center but too small. You have to edit the PFHeaderCell and PSStaticTextCell
what do i need to do ?
-
I've made the background transparent, how do i remove the lines and center the image?
http://i.imgur.com/YerA8Bm.jpg
-
Apple is an american company. they use center. not centre
%hook SBUIController -(BOOL)shouldShowNotificationCenterTabControlOnFirstSwipe { return FALSE; } %end
You my friend, are an absolute legend! It works! Thanks so much dude
-
To network unlock, you need to contact the network provider your iPhone is currently locked to. There may be a fee to unlock it depending on the length of the contract etc
-
Can't you delete it?
-
These hoes ain't loyal
-
Ok, scrap everything else before this. This is the code I'm using in a project without a preference bundle. When I've compiled, it does nothing (supposed to invoke the notification centre with a single swipe):
%hook SBUIController
-(BOOL)shouldShowNotificationCentreTabControlOnFirstSwipe {
return FALSE;
}
%end
Any ideas?
-
This clearly shows you talking about the second project and not the first. It's funny how you've got a big mouth for a guy that has only one rep. f**king asshole.EXACTLY. This one doesn't start with 'com', which is why it doesn't work! *sigh* You can't teach those who don't listen. Good luck with your ignorance m8
Oh yeah, forgot to say you've no thanks. Who's helpless now?
D.I.C.K
-
#define PLIST_PATH @"/var/mobile/Library/Preferences/com.asd.preferences.plist"
inline bool GetPrefBool(NSString *key)
{
return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue];
}
%hook SBUIController
-(bool)shouldShowNotificationCentreTabOnFirstSwipe {
if(GetPrefBool(@"kEnabled")) {
return TRUE;
}
return %orig;
}
%end
you forgot the '{'
finally, someone helpful, yeah tried that, didn't work
-
rpetrich's headers: https://github.com/rpetrich/iphoneheaders
sdks: http://iphone.howett.net/sdks/
Open source projects: http://iphonedevwiki.net/index.php/Open_Source_Projects
I will keep on adding links as time goes by
-
Exactly, fuccckiiinnnng dumbass duck
-
#define PLIST_PATH @"/var/mobile/Library/Preferences/com.asd.preferences.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %hook SBUIController -(bool)shouldShowNotificationCentreTabOnFirstSwipe { if(GetPrefBool(@"kEnabled")) return TRUE; } return %orig; } %end
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>items</key> <array> <dict> <key>cell</key> <string>PSGroupCell</string> <key>label</key> <string>preferences First Page</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <true/> <key>defaults</key> <string>com.asd.preferences</string> <key>key</key> <string>kEnabled</string> <key>label</key> <string>Enable Rotation On SpringBoard</string> </dict> <dict> <key>action</key> <string>respring</string> <key>cell</key> <string>PSButtonCell</string> <key>label</key> <string>Respring</string> </dict> </array> <key>title</key> <string>preferences</string> </dict> </plist>
You dumbass it does start with com. Are you blind? Asshole
-
i'm not changing any facts. the other project was created by DiDA, why don't you tell him that :X. This one's created by me and uses a completely different bundleid
-
Nah man, this is a completely different project
Is it possible to jailbreak my ipad 2 running ios 9.3.5?
in General Cydia
Posted
No