Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. Use vshare. It's better and it's in english
  2. Cool Edit: Aren't you supposed to add %orig; to this function? %hook AppDelegate - (void)applicationDidBecomeActive:(id)application { NSUserDefaults *validate = [NSUserDefaults standardUserDefaults]; NSString *alreadyRun = @"already_run"; if ([validate boolForKey:alreadyRun]) return; [validate setBool:YES forKey:alreadyRun]; UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Test Title" message:@"Test Message" delegate:nil cancelButtonTitle:@"Close Test Pop-Up" otherButtonTitles:nil]; [alert show]; [alert release]; } %end Also, I think you place the %new outside of the function %hook AppDelegate -(BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Test Title" message:@"Test Message" delegate:self cancelButtonTitle:@"Close Test Pop-Up" otherButtonTitles:@"Test Link", nil]; [alert show]; [alert release]; return %orig(); %new } -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { if(buttonIndex !=alertView.cancelButtonIndex) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.test.com"]]; } } %end
  3. Whatever helps you sleep at night
  4. Oh yeah, that movie.Isn't it a movie for little children
  5. There was a movie?
  6. Mark an answer as solved please
  7. Sure. I'll pm you about it tomorrow Yes
  8. I've already tried 2.2.0 it loops at 20%
  9. Not an option. My parents would never buy me another idevice
  10. I tried that it doesn't work ;(
  11. Not the disabling anti virus
  12. Doesn't work I have restored like 4 times. Doesn't work
  13. I have already tried that :|
  14. I already tried 2.2.0 It gets stuck at 20% It loops at 20% no matter what I do I'll try it. Thanks
  15. I'm using a windows vista. I just tried it. It doesn't work Yes and yes - @@DiDA Help meeee
  16. Doesn't work. I tried it already
  17. Because I saw someone say it would work if I did it
  18. I have iTunes 12.1.2 installed, iCloud and wifi is turned off, I set my date back to the beginning of time, and I still get stuck at 20% Help meeeeee
  19. sdk number is displayed clearly in /var/theos/sdks It is not your ios version
  20. Please take a screenshot of the error you get, and post it here
×
  • 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