Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

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