NullData 42 Report post Posted September 16, 2015 So I'm going to assume you already have a patcher already made. Now lets get started shall we... Step 1: Download the PFHeaderCell.mm and PFHeaderCell.h Hidden Content You'll be able to see the hidden content once you reply to this topic. Step 2: Send the PFHeaderCell.mm and PFHeaderCell.h to your /ProjectFolder/ProjectFolderPreferences/ (in my case it's /var/mobile/magicpiano/MagicPiano/) Step 3: Now we need to include the file inside you're Makefile so edit your Makefile with any text editor.(NOTE we will edit the makefile where you placed the 2 PHHeader files in) ProjectName_FILES = ProjectName.mm PFHeaderCell.mm ARCHS = armv7 arm64 include theos/makefiles/common.mk BUNDLE_NAME = MagicPiano MagicPiano_FILES = MagicPiano.mm PFHeaderCell.mm <----- ADD ----- MagicPiano_INSTALL_PATH = /Library/PreferenceBundles MagicPiano_FRAMEWORKS = UIKit MagicPiano_PRIVATE_FRAMEWORKS = Preferences include $(THEOS_MAKE_PATH)/bundle.mk internal-stage:: $(ECHO_NOTHING)mkdir -p $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences$(ECHO_END) $(ECHO_NOTHING)cp entry.plist $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences/MagicPiano.plist$(ECHO_END) Step 4: Save the Makefile and enter the "Resources" folder so we can edit the ProjectName.plist. Step 5: 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: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>items</key> <array> <dict> <key>background</key> <string>#EFEFF4</string> <key>cell</key> <string>PSStaticTextCell</string> <key>cellClass</key> <string>PFHeaderCell</string> <key>height</key> <integer>100</integer> <key>image</key> <string>/Library/PreferenceBundles/MagicPiano.bundle/header.png</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.iOSMods.magicpiano</string> <key>icon</key> <string>Vip.png</string> <key>key</key> <string>kVip</string> <key>label</key> <string>Free VIP</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> </dict> <dict> <key>cell</key> <string>PSTextCell</string> <key>label</key> <string>©ReBoot 2015</string> </dict> <dict> <key>action</key> <string>link2</string> <key>cell</key> <string>PSButtonCell</string> <key>icon</key> <string>Twitter.png</string> <key>label</key> <string>Twitter</string> </dict> <dict> <key>action</key> <string>link</string> <key>cell</key> <string>PSButtonCell</string> <key>icon</key> <string>Link.png</string> <key>label</key> <string>Visit iOSMods</string> </dict> </array> <key>title</key> <string>Magic Piano Hack</string> </dict> </plist> (NOTE when you place the code in the .plist make sure you edit the ProjectNamePreferences and replace it with your Bundle Name /Library/PreferenceBundles/MagicPiano.bundle/header.png) Step 6: Save the plist you just modified and now we will need the Header Images. Headers have to be scaled in 320x100 pixels and 640x200 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 & header@2x.png otherwise the header image won't appear. Step 7: Now compile and install your package then check your iDevice settings. ReBoot:/var/mobile root# cd /var/mobile/magicpiano ReBoot:/var/mobile/magicpiano root# make package install 8 1 djmd, Lian11, nsjakansbj and 6 others reacted to this Quote Share this post Link to post Share on other sites
Admin 479 Report post Posted September 16, 2015 Nice :O Quote Share this post Link to post Share on other sites
Salman1200 1 Report post Posted November 20, 2015 Nice :) Quote Share this post Link to post Share on other sites
Yasir Gh0st 40 Report post Posted March 3, 2016 Nice man :) Quote Share this post Link to post Share on other sites
xyclon 0 Report post Posted May 11, 2016 Great. Thanks! Quote Share this post Link to post Share on other sites
Lulunba1 50 Report post Posted June 5, 2016 I will add is to the IOSMods patcher templates! :D Quote Share this post Link to post Share on other sites
motik 0 Report post Posted June 19, 2016 Nice Quote Share this post Link to post Share on other sites
KlashKsa 54 Report post Posted October 21, 2017 Ty Quote Share this post Link to post Share on other sites
djmd 0 Report post Posted July 15, 2018 Thanks Quote Share this post Link to post Share on other sites
Spark011 0 Report post Posted September 27, 2019 Thanks Quote Share this post Link to post Share on other sites
crazymind90 0 Report post Posted October 15, 2019 gonna try Quote Share this post Link to post Share on other sites
Ibrahim 89 0 Report post Posted November 23, 2019 Thanks. Quote Share this post Link to post Share on other sites
ke1tec 0 Report post Posted March 20, 2021 thx Quote Share this post Link to post Share on other sites
Manh 40 Report post Posted April 14, 2021 thanks bruh Quote Share this post Link to post Share on other sites
x99cheat 0 Report post Posted September 12, 2021 thxxxxx Quote Share this post Link to post Share on other sites