Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. I'll fix it as soon as I re-jailbreak. Sorry for the inconvenience.
  2. Get a copy from the cydia substrate framework header folder
  3. You should design our iosgods app, if we make one
  4. Install a new version of gdb from another repo
  5. 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.
  6. 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
  7. Run this command in terminal apt-get update It will generate an updated list of packages and fix your errors
  8. Install xcon from cydia
  9. Use vshare. It's better and it's in english
  10. 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
  11. Whatever helps you sleep at night
  12. Oh yeah, that movie.Isn't it a movie for little children
  13. There was a movie?
  14. Mark an answer as solved please
  15. Sure. I'll pm you about it tomorrow Yes
  16. I've already tried 2.2.0 it loops at 20%
  17. Not an option. My parents would never buy me another idevice
  18. I tried that it doesn't work ;(
  19. Not the disabling anti virus
  20. Doesn't work I have restored like 4 times. Doesn't work
  21. I have already tried that :|
  22. 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
×
  • 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