Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. Install xcon from cydia
  2. Use vshare. It's better and it's in english
  3. 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
  4. Whatever helps you sleep at night
  5. Oh yeah, that movie.Isn't it a movie for little children
  6. There was a movie?
  7. Mark an answer as solved please
  8. Sure. I'll pm you about it tomorrow Yes
  9. I've already tried 2.2.0 it loops at 20%
  10. Not an option. My parents would never buy me another idevice
  11. I tried that it doesn't work ;(
  12. Not the disabling anti virus
  13. Doesn't work I have restored like 4 times. Doesn't work
  14. I have already tried that :|
  15. 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
  16. I'm using a windows vista. I just tried it. It doesn't work Yes and yes - @@DiDA Help meeee
  17. Doesn't work. I tried it already
  18. Because I saw someone say it would work if I did it
  19. 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
  20. sdk number is displayed clearly in /var/theos/sdks It is not your ios version
×
  • 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