Jump to content

ThePianoGuy

Senior Member
  • Posts

    569
  • Joined

  • Last visited

Everything posted by ThePianoGuy

  1. ok so i will not use an icon until i find out
  2. so should the entry.plist look like this? { entry = { bundle = example; cell = PSLinkCell; detail = exampleListController; icon = Example2x.png [email protected]; isController = 1; label = "Example"; }; }
  3. Hello When i put the icon 50x50 in my prefences. it does not show the icon next to the label like this What i did is take out the icon from appshopper website, resize it to 50x50 and save it as PNG, name it to exampleicon.png excatly name from "entry.plist" file and place the png file on the prefences folder. { entry = { bundle = example; cell = PSLinkCell; detail = exampleListController; icon = exampleicon.png; isController = 1; label = "Example"; }; }
  4. Oh ok thanks but how about - (id)baseUI or - (id) disallowSkipping and - (void) adsViewModel:(id) shouldPlayAds:(BOOL) ?
  5. you better go to kickass.to for torrent downloading. If you are afraid for downloading a program with malware inside, look at the reputation points first. if the user have 2 million reps, we will know that the user is the best cracker. If their rep is below 300, we know that the user is not good and the user is putting malwares and release it. stay away from low rep users.
  6. Hello I need a help with returning those methods in MobileSubstrate tweak. For example: - (void) setFrame: (CGRect) Void: Return to pass-through CGRect: Return to pass-through - (void) playAdFromLink:(id) Void: Return to pass-through ID: Return to NULL - (id)baseUI ID: return to NULL - (void) adsViewModel:(id) shouldPlayAds:(BOOL) Void: Return to pass-through ID: Return to NULL BOOL: Return to FALSE
  7. the reason i posted here because Smule patched something.
  8. Requirements: - iFile - Jailbroken device - MobileSubstrate/PrefenceLoader Hack Features: - Free Songs Hack Download: [Hidden Content] Hack Instruction: - Ensure you have jailbroken device - Download hack - Go into iFile and find downloaded deb file - Tap on it and hit install - Launch the app - Enjoy it! Credits: Evildog1
  9. so should i ask him for premission or delete this thread?
  10. from Mr. NoOneHere. i'm not sure if Mr. NoOneHere was Zahir's name i just made it to prefence edition for noobs who don't know how to set perm to 777. i hope you are ok with it.
  11. i give credits to you for offsets EDIT: are you Mr. NoOneHere?
  12. Requirements: - iFile - Jailbroken device - MobileSubstrate/PrefenceLoader Hack Features: • Unlimited Gold (Sometimes can be negative, so reload your game) • • Unlimited Gems (Sometimes can be negative, so reload your game) • • Unlimited Potions • • Unlimited Items (Inventory Items) • Updated hack here: http://iosgods.com/topic/13682-dungeon-hunter-4-v192-hacks-8/ Hack Download: [Hidden Content] Hack Instruction: - Ensure you have jailbroken device - Download hack - Go into iFile and find downloaded deb file - Tap on it and hit install - Enable via Settings app and activate Unlimited everything - Launch the game - Enjoy it! Credits: Evildog1 (created prefence tweak) ZahirSher AKA Mr. NoOneHere (for the offsets (used HEX workshop to compare with A file & B file))
  13. The Dungeon Hunter 4 cheats was already released by someone so i won't post it here.
  14. thanks. now i can release it
  15. i fixed it by using export ARCHS = armv7 armv7s arm64 export TARGET = iphone:clang:7.1:7.1 and the errors as i told you are gone! i installed the tweak and the tweak is working fine on 32 bit devices Can you test my tweak again on your 64 bit device? http://www24.zippyshare.com/v/89519370/file.html
  16. the compiler just ignore arm64 and compile as 32 bit instead. look at the error below. /var/root/dungeonhunter4cheats/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/root/dungeonhunter4cheats/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. i had changed the minimum iOS version to 7.0 but it still say "Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang." i have no idea where the iOS version target is located...
  17. i'm not using Cygwin anymore. i compile it with my iPad 2 but i can't get it to work.
  18. i found out why. the compiler ignore the armv7 & arm64 and compile without arm64. i have reinstalled LD64 & Darwin CC tools but it still not working. do you know how to fix the problem? /var/root/dungeonhunter4cheats/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/root/dungeonhunter4cheats/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.
  19. i have fixed the problem and compiled with armv7 & arm64. can you test my pref tweak on your 64 bit device(if oyu have one)? http://www51.zippyshare.com/v/91144926/file.html
  20. i reinstalled theos, iOS SDK, Perl and other required tweaks but i got another errors /private/var/root/dungeonhunter4cheats$ make package make: getcwd: No such file or directory make: *** No rule to make target `package'. Stop.
  21. yes i can without adding armv7 and arm64 but my tweak won't work on arm64 devices.
  22. Hello. how can i make arm64 and armv7 work for Cygwin program for Windows? when i include ARCHS = armv7 arm64 in makefile. it gives me this error. quoc@[member=john] ~/dungeonhunter4cheats $ make package /home/quoc/dungeonhunter4cheats/theos/makefiles/targets/Cygwin/iphone.mk:38: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak DungeonHunter4Cheats... Preprocessing Tweak.xm... Compiling Tweak.xm... Linking tweak DungeonHunter4Cheats... ld: can't open output file for writing: /tmp/-990bfb.out, errno=2 for architecture armv7 armv7-apple-darwin11-clang: error: linker command failed with exit code 1 (use -v to see invocation) /home/quoc/dungeonhunter4cheats/theos/makefiles/instance/library.mk:27: recipe for target 'obj/DungeonHunter4Cheats.dylib.1b5b9d6a.unsigned' failed make[2]: *** [obj/DungeonHunter4Cheats.dylib.1b5b9d6a.unsigned] Error 1 /home/quoc/dungeonhunter4cheats/theos/makefiles/instance/library.mk:19: recipe for target 'internal-library-all_' failed make[1]: *** [internal-library-all_] Error 2 /home/quoc/dungeonhunter4cheats/theos/makefiles/master/rules.mk:54: recipe for target 'DungeonHunter4Cheats.all.tweak.variables' failed make: *** [DungeonHunter4Cheats.all.tweak.variables] Error 2
  23. I have created 2 symbolic links but it still not working. it gives me the same error
×
  • 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