Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. I'm going to pretend that you did not just post that
  2. Klepto is a boy?!
  3. I got my jailbreak back ^_^

    1. Show previous comments  4 more
    2. KingRalph

      KingRalph

      @DiDA yup :D

       

    3. Rook

      Rook

      You know what to do with them now :admin:

    4. KingRalph

      KingRalph

      I can't lock my own topics :3

    5. Rook

      Rook

      You don't lock them. Just state how you fixed it and mark solved and then let it live :D

    6. KingRalph
  4. I'll fix it as soon as I re-jailbreak. Sorry for the inconvenience.
  5. Get a copy from the cydia substrate framework header folder
  6. You should design our iosgods app, if we make one
  7. Install a new version of gdb from another repo
  8. If you don't call %orig, you overide the apps original code with your own. In most cases the game will still work, but it's not advisable to do so.
  9. Lemme help here: Learn how to savegame hack Then learn flex Then learn logos Then learn objective c Then learn IDA Please do not create more topics until you have spent approximately 1 week reading tutorials
  10. Run this command in terminal apt-get update It will generate an updated list of packages and fix your errors
  11. Install xcon from cydia
  12. Use vshare. It's better and it's in english
  13. 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
  14. Whatever helps you sleep at night
  15. Oh yeah, that movie.Isn't it a movie for little children
  16. There was a movie?
  17. Mark an answer as solved please
  18. Sure. I'll pm you about it tomorrow Yes
  19. I've already tried 2.2.0 it loops at 20%
  20. Not an option. My parents would never buy me another idevice
  21. I tried that it doesn't work ;(
  22. Not the disabling anti virus
×
  • 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