Jump to content

Rook

Administrator
  • Posts

    64,723
  • Joined

  • Last visited

Everything posted by Rook

  1. Read the instructions on the first post or check out the tutorials section on how to apply save game hacks.
  2. New episode of Game of Thrones!

    1. Show previous comments  5 more
    2. mehdiphone
    3. Rook
    4. RichSaver
    5. Rook

      Rook

      Yeah, all leaked

    6. RichSaver

      RichSaver

      Yo, btw send me a PM if you want an invite to a top tier private tracker. Normally you have to pay to get in, but I can hook you up for free :) A lot of seeders and a very active community.

  3. Use AnyTrans http://www.imobie.com/anytrans/download.htm http://iosgods.com/topic/3935-anytrans-v4-better-than-itools-and-ifunbox/
  4. How many hours does a day have? 24. Title says $10/day so this takes 24 hours.
  5. Nice share! I hope the script is free because selling isn't allowed.
  6. 8.3 has changed stuff. Try iTools and the password is inside the link. Open it on another browser.
  7. I haven't messed with it a lot but you can set the hex color to #EFEFF4 which makes it the same color as the background in settings.
  8. This tutorial will be about adding a header image to your Preference Bundle or Patcher using PFHeaderCell by PixelFire. It was requested by @@dzcracker here. Before we begin, the tutorial will be newbie friendly but you can also follow the simple instructions on the Developers GitHub page: https://github.com/PixelFireDev/PFHeaderCell @@castix also made a Template with the Header Cell ready to be used which can be downloaded from here: https://www.dropbox.com/s/odkqwl2ljbqfj9g/iosgods_pfheader.nic.tar (extract it to /theos/templates/iphone/) Requirements: - Jailbreak - Theos installed (Tutorial here) - iFile/Filza/iFunBox/iTools etc. for editing the files. Instructions: We will be using the Patcher Temaplate from here for ease instead of the default theos templates. Step 1: Start a new project and select the iosgods/patcher option if you're using the template above. Step 2: Download the PFHeaderCell.mm and PFHeaderCell.h from here https://github.com/PixelFireDev/PFHeaderCell Step 3: Send the PFHeaderCell.mm and PFHeaderCell.h to your /ProjectFolder/ProjectFolderPreferences/ (in my case it's /var/root/testheader/TestHeader/) Step 4: Now we need to include the 2 files inside Makefile so edit your Makefile with any text editor and PFHeaderCell like this: ProjectName_FILES = ProjectName.mm PFHeaderCell.mm Step 5: Save the Makefile and enter the "Resources" folder so we can edit the ProjectName.plist. Step 6: Edit the ProjectName.plist inside /ProjectFolder/ProjectPreferences/Resources/ and add this XML code at the top right under the <array> tag opens. <dict> <key>cell</key> <string>PSStaticTextCell</string> <key>cellClass</key> <string>PFHeaderCell</string> <key>background</key> <string>#EFEFF4</string> <key>image</key> <string>/Library/PreferenceBundles/ProjectNamePreferences.bundle/header.png</string> <key>height</key> <integer>100</integer> </dict> Example: Step 7: Save the plist you just modified and now we will need the Header Images. Headers have to be scaled in 320x100 pixels and 640x200 (or 750x250 - mess around with the resolutions) for @2x resolution. For best results, make the header image with a transparent background so open up Photoshop and get to work. Once you have your images, place them in the /Resources/ folder and make sure their names are header.png & [email protected] otherwise the header image won't appear. Step 8: Now compile and install your package then check your iDevice settings. iOSGods-iPad:~ root# cd /var/root/testheader iOSGods-iPad:~/testheader root# make package install Finished result: The head quality of the picture if because I resized the image with Photoshop instead of making it from scratch. Credits: PixelFireDev @castix @DiDA
  9. Please speak with the Author before accusing people. Thank you.
  10. CrashReporter from Cydia really helps. And if your iDevice gets stuck in a bootloop, it's usually caused from the latest tweak you installed.
  11. Once you press "Search" on your keyboard, that's done or save. Now follow the rest of the instructions after the rows got affected. There's no science going on here man..
×
  • 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