Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. I nearly choked on my saliva laughing at that
  2. Use hopper the disassembler. (I don't have a link. Sorry )
  3. You sound disappointed
  4. The code that controls the disconnection is most likely server sided. You most likely cannot edit it without hacking their server.
  5. Enter mobile terminal and type this: cd DirectoryThatContainsTheScript chmod 0755 postinst
  6. I'm going to pretend that you did not just post that
  7. Klepto is a boy?!
  8. 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
  9. I'll fix it as soon as I re-jailbreak. Sorry for the inconvenience.
  10. Get a copy from the cydia substrate framework header folder
  11. You should design our iosgods app, if we make one
  12. Install a new version of gdb from another repo
  13. 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.
  14. 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
  15. Run this command in terminal apt-get update It will generate an updated list of packages and fix your errors
  16. Install xcon from cydia
  17. Use vshare. It's better and it's in english
  18. 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
  19. Whatever helps you sleep at night
  20. Oh yeah, that movie.Isn't it a movie for little children
  21. There was a movie?
  22. Mark an answer as solved please
  23. Sure. I'll pm you about it tomorrow Yes
  24. I've already tried 2.2.0 it loops at 20%
×
  • 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